Trace number 1072856

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1802.51 1792.37

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-26.xml
MD5SUM138eaba919712d07808fc5b3740692de
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.051991
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity21
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

0.27/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.27/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.27/0.31	c See www.sat4j.org for details.
0.27/0.31	c That software uses the Rhino library from the Mozilla project.
0.27/0.35	c version 9.9.9.token
0.27/0.36	c sun.arch.data.model	32
0.27/0.36	c java.version	1.6.0_06
0.27/0.36	c os.name	Linux
0.27/0.36	c os.version	2.6.9-22.EL.rootsmp
0.27/0.36	c os.arch	i386
0.27/0.36	c Free memory 669864272
0.27/0.36	c Max memory 672137216
0.27/0.36	c Total memory 672137216
0.27/0.36	c Number of processors 2
0.38/0.40	c c --- Begin Solver configuration ---
0.38/0.40	c Stops conflict analysis at the first Unique Implication Point
0.38/0.40	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.38/0.40	c Learn all clauses as in MiniSAT
0.38/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.38/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.38/0.40	c Expensive reason simplification
0.38/0.40	c MiniSAT restarts strategy
0.38/0.40	c timeout=2147483s
0.38/0.40	c DB Simplification allowed=false
0.38/0.40	c --- End Solver configuration ---
0.38/0.40	c solving HOME/instance-1072856-1215175932.xml
0.38/0.40	c reading problem ... 
0.58/0.67	c reading problem named null
0.58/0.67	c reading domains done.
0.58/0.68	c reading variables done.
0.67/0.74	c reading predicates  done.
1.08/1.15	c reading constraints

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072856-1215175932/watcher-1072856-1215175932 -o /tmp/evaluation-result-1072856-1215175932/solver-1072856-1215175932 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072856-1215175932.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.17 2.09 4/89 27748
/proc/meminfo: memFree=1038340/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=18572 CPUtime=0
/proc/27748/stat : 27748 (runsolver) R 27746 27748 25777 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 673319813 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/27748/statm: 4643 292 257 25 0 2626 0

[startup+0.0325179 s]
/proc/loadavg: 2.04 2.17 2.09 4/89 27748
/proc/meminfo: memFree=1038340/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=800592 CPUtime=0.01
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 1838 0 1 0 0 1 0 0 21 0 4 0 673319813 819806208 1576 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/27748/statm: 200148 1576 501 9 0 197531 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 800592

[startup+0.101525 s]
/proc/loadavg: 2.04 2.17 2.09 4/89 27748
/proc/meminfo: memFree=1038340/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=804612 CPUtime=0.08
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 2996 0 1 0 6 2 0 0 21 0 12 0 673319813 823922688 2729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27748/statm: 201153 2729 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301547 s]
/proc/loadavg: 2.04 2.17 2.09 4/89 27748
/proc/meminfo: memFree=1038340/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=807848 CPUtime=0.27
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 4868 0 1 0 24 3 0 0 21 0 12 0 673319813 827236352 4195 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27748/statm: 201962 4195 1297 9 0 199331 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 807848

[startup+0.701584 s]
/proc/loadavg: 2.04 2.17 2.09 4/89 27748
/proc/meminfo: memFree=1038340/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=807876 CPUtime=0.67
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 6093 0 1 0 62 5 0 0 21 0 12 0 673319813 827265024 5418 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27748/statm: 201969 5418 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807876

[startup+1.50281 s]
/proc/loadavg: 2.04 2.17 2.09 3/101 27760
/proc/meminfo: memFree=1018148/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=807876 CPUtime=1.39
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 7237 0 1 0 132 7 0 0 21 0 12 0 673319813 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27748/statm: 201969 6549 1352 9 0 199331 0
[pid=27748/tid=27750] ppid=27746 vsize=807876 CPUtime=0.76
/proc/27748/task/27750/stat : 27750 (java) R 27746 27748 25777 0 -1 64 4942 0 1 0 71 5 0 0 25 0 12 0 673319815 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27751] ppid=27746 vsize=807876 CPUtime=0
/proc/27748/task/27751/stat : 27751 (java) S 27746 27748 25777 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 673319816 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27752] ppid=27746 vsize=807876 CPUtime=0
/proc/27748/task/27752/stat : 27752 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 673319816 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27753] ppid=27746 vsize=807876 CPUtime=0
/proc/27748/task/27753/stat : 27753 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 673319818 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27754] ppid=27746 vsize=807876 CPUtime=0
/proc/27748/task/27754/stat : 27754 (java) S 27746 27748 25777 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 673319819 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27755] ppid=27746 vsize=807876 CPUtime=0
/proc/27748/task/27755/stat : 27755 (java) S 27746 27748 25777 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 673319819 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27756] ppid=27746 vsize=807876 CPUtime=0
/proc/27748/task/27756/stat : 27756 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27757] ppid=27746 vsize=807876 CPUtime=0.15
/proc/27748/task/27757/stat : 27757 (java) S 27746 27748 25777 0 -1 64 421 0 0 0 15 0 0 0 16 0 12 0 673319823 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27758] ppid=27746 vsize=807876 CPUtime=0.45
/proc/27748/task/27758/stat : 27758 (java) R 27746 27748 25777 0 -1 64 1110 0 0 0 45 0 0 0 17 0 12 0 673319823 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 103099024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27759] ppid=27746 vsize=807876 CPUtime=0
/proc/27748/task/27759/stat : 27759 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27760] ppid=27746 vsize=807876 CPUtime=0
/proc/27748/task/27760/stat : 27760 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673319823 827265024 6549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 807876

[startup+3.10298 s]
/proc/loadavg: 2.04 2.17 2.09 4/101 27760
/proc/meminfo: memFree=1010276/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=814188 CPUtime=2.99
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 13995 0 1 0 287 12 0 0 21 0 12 0 673319813 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27748/statm: 203547 10291 1379 9 0 200909 0
[pid=27748/tid=27750] ppid=27746 vsize=814188 CPUtime=1.39
/proc/27748/task/27750/stat : 27750 (java) R 27746 27748 25777 0 -1 64 7053 0 1 0 132 7 0 0 25 0 12 0 673319815 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27751] ppid=27746 vsize=814188 CPUtime=0
/proc/27748/task/27751/stat : 27751 (java) S 27746 27748 25777 0 -1 64 3 0 0 0 0 0 0 0 23 0 12 0 673319816 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27752] ppid=27746 vsize=814188 CPUtime=0
/proc/27748/task/27752/stat : 27752 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 673319816 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27753] ppid=27746 vsize=814188 CPUtime=0
/proc/27748/task/27753/stat : 27753 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 673319818 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27754] ppid=27746 vsize=814188 CPUtime=0
/proc/27748/task/27754/stat : 27754 (java) S 27746 27748 25777 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 673319819 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27755] ppid=27746 vsize=814188 CPUtime=0
/proc/27748/task/27755/stat : 27755 (java) S 27746 27748 25777 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 673319819 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27756] ppid=27746 vsize=814188 CPUtime=0
/proc/27748/task/27756/stat : 27756 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27757] ppid=27746 vsize=814188 CPUtime=0.84
/proc/27748/task/27757/stat : 27757 (java) R 27746 27748 25777 0 -1 64 5049 0 0 0 82 2 0 0 16 0 12 0 673319823 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 103231522 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27758] ppid=27746 vsize=814188 CPUtime=0.72
/proc/27748/task/27758/stat : 27758 (java) S 27746 27748 25777 0 -1 64 1129 0 0 0 72 0 0 0 16 0 12 0 673319823 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27759] ppid=27746 vsize=814188 CPUtime=0
/proc/27748/task/27759/stat : 27759 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27760] ppid=27746 vsize=814188 CPUtime=0
/proc/27748/task/27760/stat : 27760 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673319823 833728512 10291 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 814188

[startup+6.30232 s]
/proc/loadavg: 2.12 2.18 2.09 3/101 27760
/proc/meminfo: memFree=964964/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=817592 CPUtime=6.19
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 29872 0 1 0 596 23 0 0 21 0 12 0 673319813 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27748/statm: 204398 22835 1385 9 0 201760 0
[pid=27748/tid=27750] ppid=27746 vsize=817592 CPUtime=3.03
/proc/27748/task/27750/stat : 27750 (java) R 27746 27748 25777 0 -1 64 17321 0 1 0 288 15 0 0 25 0 12 0 673319815 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4109147562 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27751] ppid=27746 vsize=817592 CPUtime=0.03
/proc/27748/task/27751/stat : 27751 (java) S 27746 27748 25777 0 -1 64 1025 0 0 0 3 0 0 0 17 0 12 0 673319816 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27752] ppid=27746 vsize=817592 CPUtime=0.01
/proc/27748/task/27752/stat : 27752 (java) S 27746 27748 25777 0 -1 64 257 0 0 0 1 0 0 0 17 0 12 0 673319816 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27753] ppid=27746 vsize=817592 CPUtime=0
/proc/27748/task/27753/stat : 27753 (java) S 27746 27748 25777 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 673319818 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27754] ppid=27746 vsize=817592 CPUtime=0
/proc/27748/task/27754/stat : 27754 (java) S 27746 27748 25777 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673319819 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27755] ppid=27746 vsize=817592 CPUtime=0
/proc/27748/task/27755/stat : 27755 (java) S 27746 27748 25777 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673319819 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27756] ppid=27746 vsize=817592 CPUtime=0
/proc/27748/task/27756/stat : 27756 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27757] ppid=27746 vsize=817592 CPUtime=1.39
/proc/27748/task/27757/stat : 27757 (java) S 27746 27748 25777 0 -1 64 6321 0 0 0 136 3 0 0 16 0 12 0 673319823 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27758] ppid=27746 vsize=817592 CPUtime=1.66
/proc/27748/task/27758/stat : 27758 (java) S 27746 27748 25777 0 -1 64 4156 0 0 0 164 2 0 0 19 0 12 0 673319823 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27759] ppid=27746 vsize=817592 CPUtime=0
/proc/27748/task/27759/stat : 27759 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27760] ppid=27746 vsize=817592 CPUtime=0
/proc/27748/task/27760/stat : 27760 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673319823 837214208 22835 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 817592

[startup+12.703 s]
/proc/loadavg: 2.27 2.21 2.10 3/101 27760
/proc/meminfo: memFree=941924/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=819708 CPUtime=12.59
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 42496 0 1 0 1230 29 0 0 21 0 12 0 673319813 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27748/statm: 204927 30265 1385 9 0 202289 0
[pid=27748/tid=27750] ppid=27746 vsize=819708 CPUtime=6.93
/proc/27748/task/27750/stat : 27750 (java) R 27746 27748 25777 0 -1 64 17333 0 1 0 678 15 0 0 25 0 12 0 673319815 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4109615497 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27751] ppid=27746 vsize=819708 CPUtime=0.29
/proc/27748/task/27751/stat : 27751 (java) S 27746 27748 25777 0 -1 64 5294 0 0 0 27 2 0 0 16 0 12 0 673319816 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27752] ppid=27746 vsize=819708 CPUtime=0.23
/proc/27748/task/27752/stat : 27752 (java) S 27746 27748 25777 0 -1 64 3189 0 0 0 22 1 0 0 16 0 12 0 673319816 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27753] ppid=27746 vsize=819708 CPUtime=0
/proc/27748/task/27753/stat : 27753 (java) S 27746 27748 25777 0 -1 64 55 0 0 0 0 0 0 0 16 0 12 0 673319818 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27754] ppid=27746 vsize=819708 CPUtime=0
/proc/27748/task/27754/stat : 27754 (java) S 27746 27748 25777 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673319819 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27755] ppid=27746 vsize=819708 CPUtime=0
/proc/27748/task/27755/stat : 27755 (java) S 27746 27748 25777 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673319819 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27756] ppid=27746 vsize=819708 CPUtime=0
/proc/27748/task/27756/stat : 27756 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27757] ppid=27746 vsize=819708 CPUtime=2.86
/proc/27748/task/27757/stat : 27757 (java) S 27746 27748 25777 0 -1 64 10233 0 0 0 281 5 0 0 21 0 12 0 673319823 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27758] ppid=27746 vsize=819708 CPUtime=2.21
/proc/27748/task/27758/stat : 27758 (java) S 27746 27748 25777 0 -1 64 5629 0 0 0 218 3 0 0 16 0 12 0 673319823 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27759] ppid=27746 vsize=819708 CPUtime=0
/proc/27748/task/27759/stat : 27759 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27760] ppid=27746 vsize=819708 CPUtime=0
/proc/27748/task/27760/stat : 27760 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 673319823 839380992 30265 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 819708

[startup+25.5013 s]
/proc/loadavg: 2.50 2.27 2.12 3/101 27760
/proc/meminfo: memFree=1144164/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=826340 CPUtime=25.61
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 62089 0 1 0 2521 40 0 0 21 0 12 0 673319813 846172160 47089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27748/statm: 206585 47089 1385 9 0 203947 0
[pid=27748/tid=27750] ppid=27746 vsize=826340 CPUtime=16.4
/proc/27748/task/27750/stat : 27750 (java) R 27746 27748 25777 0 -1 64 17356 0 1 0 1625 15 0 0 25 0 12 0 673319815 846172160 47089 996147200 134512640 134550740 4294956016 18446744073709551615 4111110375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27751] ppid=27746 vsize=826340 CPUtime=1.22
/proc/27748/task/27751/stat : 27751 (java) S 27746 27748 25777 0 -1 64 14356 0 0 0 115 7 0 0 16 0 12 0 673319816 846172160 47089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27752] ppid=27746 vsize=826340 CPUtime=1.1
/proc/27748/task/27752/stat : 27752 (java) S 27746 27748 25777 0 -1 64 11228 0 0 0 105 5 0 0 16 0 12 0 673319816 846172160 47089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27753] ppid=27746 vsize=826340 CPUtime=0
/proc/27748/task/27753/stat : 27753 (java) S 27746 27748 25777 0 -1 64 55 0 0 0 0 0 0 0 15 0 12 0 673319818 846172160 47089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27754] ppid=27746 vsize=826340 CPUtime=0
/proc/27748/task/27754/stat : 27754 (java) S 27746 27748 25777 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673319819 846172160 47089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27755] ppid=27746 vsize=826340 CPUtime=0
/proc/27748/task/27755/stat : 27755 (java) S 27746 27748 25777 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673319819 846172160 47089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27756] ppid=27746 vsize=826340 CPUtime=0
/proc/27748/task/27756/stat : 27756 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 846172160 47089 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

################
# More data... #
################

/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 1294864 0 1 0 178650 595 0 0 21 0 12 0 673319813 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27748/statm: 214907 184897 1388 9 0 212269 0
[pid=27748/tid=27750] ppid=27746 vsize=859628 CPUtime=112.4
/proc/27748/task/27750/stat : 27750 (java) S 27746 27748 25777 0 -1 64 18184 0 1 0 11224 16 0 0 16 0 12 0 673319815 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27751] ppid=27746 vsize=859628 CPUtime=47.24
/proc/27748/task/27751/stat : 27751 (java) S 27746 27748 25777 0 -1 64 79108 0 0 0 4687 37 0 0 17 0 12 0 673319816 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27752] ppid=27746 vsize=859628 CPUtime=46.33
/proc/27748/task/27752/stat : 27752 (java) S 27746 27748 25777 0 -1 64 77591 0 0 0 4595 38 0 0 17 0 12 0 673319816 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27753] ppid=27746 vsize=859628 CPUtime=1575.2
/proc/27748/task/27753/stat : 27753 (java) R 27746 27748 25777 0 -1 64 1095352 0 0 0 157034 486 0 0 18 0 12 0 673319818 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27754] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27754/stat : 27754 (java) S 27746 27748 25777 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673319819 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27755] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27755/stat : 27755 (java) S 27746 27748 25777 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673319819 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27756] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27756/stat : 27756 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27757] ppid=27746 vsize=859628 CPUtime=5.34
/proc/27748/task/27757/stat : 27757 (java) S 27746 27748 25777 0 -1 64 13017 0 0 0 527 7 0 0 15 0 12 0 673319823 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27758] ppid=27746 vsize=859628 CPUtime=5.84
/proc/27748/task/27758/stat : 27758 (java) S 27746 27748 25777 0 -1 64 10848 0 0 0 579 5 0 0 16 0 12 0 673319823 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27759] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27759/stat : 27759 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27760] ppid=27746 vsize=859628 CPUtime=0.03
/proc/27748/task/27760/stat : 27760 (java) S 27746 27748 25777 0 -1 64 2 0 0 0 1 2 0 0 15 0 12 0 673319823 880259072 184897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1792.45
Current children cumulated vsize (KiB) 859628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.9 s]
/proc/loadavg: 3.09 2.31 2.15 2/89 27873
/proc/meminfo: memFree=1112268/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=827624 CPUtime=1800.04
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 1294867 0 1 0 179408 596 0 0 21 0 12 0 673319813 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27748/statm: 206906 176896 1388 9 0 204268 0
[pid=27748/tid=27750] ppid=27746 vsize=827624 CPUtime=112.41
/proc/27748/task/27750/stat : 27750 (java) S 27746 27748 25777 0 -1 64 18187 0 1 0 11224 17 0 0 16 0 12 0 673319815 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27751] ppid=27746 vsize=827624 CPUtime=47.24
/proc/27748/task/27751/stat : 27751 (java) S 27746 27748 25777 0 -1 64 79108 0 0 0 4687 37 0 0 17 0 12 0 673319816 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27752] ppid=27746 vsize=827624 CPUtime=46.33
/proc/27748/task/27752/stat : 27752 (java) S 27746 27748 25777 0 -1 64 77591 0 0 0 4595 38 0 0 17 0 12 0 673319816 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27753] ppid=27746 vsize=827624 CPUtime=1582.79
/proc/27748/task/27753/stat : 27753 (java) R 27746 27748 25777 0 -1 64 1095352 0 0 0 157793 486 0 0 25 0 12 0 673319818 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 106122389 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27754] ppid=27746 vsize=827624 CPUtime=0
/proc/27748/task/27754/stat : 27754 (java) S 27746 27748 25777 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673319819 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27755] ppid=27746 vsize=827624 CPUtime=0
/proc/27748/task/27755/stat : 27755 (java) S 27746 27748 25777 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673319819 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27756] ppid=27746 vsize=827624 CPUtime=0
/proc/27748/task/27756/stat : 27756 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27757] ppid=27746 vsize=827624 CPUtime=5.34
/proc/27748/task/27757/stat : 27757 (java) S 27746 27748 25777 0 -1 64 13017 0 0 0 527 7 0 0 15 0 12 0 673319823 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27758] ppid=27746 vsize=827624 CPUtime=5.84
/proc/27748/task/27758/stat : 27758 (java) S 27746 27748 25777 0 -1 64 10848 0 0 0 579 5 0 0 16 0 12 0 673319823 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27759] ppid=27746 vsize=827624 CPUtime=0
/proc/27748/task/27759/stat : 27759 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27760] ppid=27746 vsize=827624 CPUtime=0.03
/proc/27748/task/27760/stat : 27760 (java) S 27746 27748 25777 0 -1 64 2 0 0 0 1 2 0 0 15 0 12 0 673319823 847486976 176896 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 827624

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Solver just ended. Dumping a history of the last processes samples

[startup+1790.7 s]
/proc/loadavg: 3.09 2.31 2.15 2/90 27874
/proc/meminfo: memFree=1112260/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=827624 CPUtime=1800.84
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 1294869 0 1 0 179488 596 0 0 16 0 12 0 673319813 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27748/statm: 206906 176897 1388 9 0 204268 0
[pid=27748/tid=27750] ppid=27746 vsize=827624 CPUtime=112.41
/proc/27748/task/27750/stat : 27750 (java) S 27746 27748 25777 0 -1 64 18187 0 1 0 11224 17 0 0 16 0 12 0 673319815 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27751] ppid=27746 vsize=827624 CPUtime=47.24
/proc/27748/task/27751/stat : 27751 (java) S 27746 27748 25777 0 -1 64 79108 0 0 0 4687 37 0 0 17 0 12 0 673319816 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27752] ppid=27746 vsize=827624 CPUtime=46.33
/proc/27748/task/27752/stat : 27752 (java) S 27746 27748 25777 0 -1 64 77591 0 0 0 4595 38 0 0 17 0 12 0 673319816 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27753] ppid=27746 vsize=827624 CPUtime=1583.58
/proc/27748/task/27753/stat : 27753 (java) R 27746 27748 25777 0 -1 64 1095352 0 0 0 157872 486 0 0 25 0 12 0 673319818 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 106736532 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27754] ppid=27746 vsize=827624 CPUtime=0
/proc/27748/task/27754/stat : 27754 (java) S 27746 27748 25777 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673319819 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27755] ppid=27746 vsize=827624 CPUtime=0
/proc/27748/task/27755/stat : 27755 (java) S 27746 27748 25777 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673319819 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27756] ppid=27746 vsize=827624 CPUtime=0
/proc/27748/task/27756/stat : 27756 (java) S 27746 27748 25777 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 673319823 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27757] ppid=27746 vsize=827624 CPUtime=5.34
/proc/27748/task/27757/stat : 27757 (java) S 27746 27748 25777 0 -1 64 13017 0 0 0 527 7 0 0 15 0 12 0 673319823 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27758] ppid=27746 vsize=827624 CPUtime=5.84
/proc/27748/task/27758/stat : 27758 (java) S 27746 27748 25777 0 -1 64 10848 0 0 0 579 5 0 0 16 0 12 0 673319823 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27759] ppid=27746 vsize=827624 CPUtime=0
/proc/27748/task/27759/stat : 27759 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27760] ppid=27746 vsize=827624 CPUtime=0.03
/proc/27748/task/27760/stat : 27760 (java) S 27746 27748 25777 0 -1 64 2 0 0 0 1 2 0 0 15 0 12 0 673319823 847486976 176897 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 827624

[startup+1791.5 s]
/proc/loadavg: 3.09 2.31 2.15 2/90 27874
/proc/meminfo: memFree=1080900/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=859628 CPUtime=1801.64
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 1309876 0 1 0 179561 603 0 0 16 0 12 0 673319813 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27748/statm: 214907 184901 1388 9 0 212269 0
[pid=27748/tid=27750] ppid=27746 vsize=859628 CPUtime=112.41
/proc/27748/task/27750/stat : 27750 (java) S 27746 27748 25777 0 -1 64 18187 0 1 0 11224 17 0 0 16 0 12 0 673319815 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27751] ppid=27746 vsize=859628 CPUtime=47.24
/proc/27748/task/27751/stat : 27751 (java) S 27746 27748 25777 0 -1 64 79108 0 0 0 4687 37 0 0 17 0 12 0 673319816 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27752] ppid=27746 vsize=859628 CPUtime=46.33
/proc/27748/task/27752/stat : 27752 (java) S 27746 27748 25777 0 -1 64 77591 0 0 0 4595 38 0 0 17 0 12 0 673319816 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27753] ppid=27746 vsize=859628 CPUtime=1584.39
/proc/27748/task/27753/stat : 27753 (java) R 27746 27748 25777 0 -1 64 1110356 0 0 0 157945 494 0 0 25 0 12 0 673319818 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27754] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27754/stat : 27754 (java) S 27746 27748 25777 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673319819 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27755] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27755/stat : 27755 (java) S 27746 27748 25777 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673319819 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27756] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27756/stat : 27756 (java) S 27746 27748 25777 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673319823 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27757] ppid=27746 vsize=859628 CPUtime=5.34
/proc/27748/task/27757/stat : 27757 (java) S 27746 27748 25777 0 -1 64 13017 0 0 0 527 7 0 0 15 0 12 0 673319823 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27758] ppid=27746 vsize=859628 CPUtime=5.84
/proc/27748/task/27758/stat : 27758 (java) S 27746 27748 25777 0 -1 64 10848 0 0 0 579 5 0 0 16 0 12 0 673319823 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27759] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27759/stat : 27759 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27760] ppid=27746 vsize=859628 CPUtime=0.03
/proc/27748/task/27760/stat : 27760 (java) S 27746 27748 25777 0 -1 64 2 0 0 0 1 2 0 0 15 0 12 0 673319823 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.64
Current children cumulated vsize (KiB) 859628

[startup+1791.9 s]
/proc/loadavg: 3.09 2.31 2.15 2/90 27874
/proc/meminfo: memFree=1080900/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=859628 CPUtime=1802.03
/proc/27748/stat : 27748 (java) S 27746 27748 25777 0 -1 0 1309876 0 1 0 179600 603 0 0 16 0 12 0 673319813 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27748/statm: 214907 184901 1388 9 0 212269 0
[pid=27748/tid=27750] ppid=27746 vsize=859628 CPUtime=112.41
/proc/27748/task/27750/stat : 27750 (java) S 27746 27748 25777 0 -1 64 18187 0 1 0 11224 17 0 0 16 0 12 0 673319815 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27751] ppid=27746 vsize=859628 CPUtime=47.24
/proc/27748/task/27751/stat : 27751 (java) S 27746 27748 25777 0 -1 64 79108 0 0 0 4687 37 0 0 17 0 12 0 673319816 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27752] ppid=27746 vsize=859628 CPUtime=46.33
/proc/27748/task/27752/stat : 27752 (java) S 27746 27748 25777 0 -1 64 77591 0 0 0 4595 38 0 0 17 0 12 0 673319816 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27753] ppid=27746 vsize=859628 CPUtime=1584.79
/proc/27748/task/27753/stat : 27753 (java) R 27746 27748 25777 0 -1 64 1110356 0 0 0 157985 494 0 0 25 0 12 0 673319818 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 105677288 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27754] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27754/stat : 27754 (java) S 27746 27748 25777 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 673319819 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27755] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27755/stat : 27755 (java) S 27746 27748 25777 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673319819 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27756] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27756/stat : 27756 (java) S 27746 27748 25777 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 673319823 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27757] ppid=27746 vsize=859628 CPUtime=5.34
/proc/27748/task/27757/stat : 27757 (java) S 27746 27748 25777 0 -1 64 13017 0 0 0 527 7 0 0 15 0 12 0 673319823 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27758] ppid=27746 vsize=859628 CPUtime=5.84
/proc/27748/task/27758/stat : 27758 (java) S 27746 27748 25777 0 -1 64 10848 0 0 0 579 5 0 0 16 0 12 0 673319823 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27748/tid=27759] ppid=27746 vsize=859628 CPUtime=0
/proc/27748/task/27759/stat : 27759 (java) S 27746 27748 25777 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 673319823 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27748/tid=27760] ppid=27746 vsize=859628 CPUtime=0.03
/proc/27748/task/27760/stat : 27760 (java) S 27746 27748 25777 0 -1 64 2 0 0 0 1 2 0 0 15 0 12 0 673319823 880259072 184901 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 859628

[startup+1792.3 s]
/proc/loadavg: 3.09 2.31 2.15 3/78 27874
/proc/meminfo: memFree=1355028/2055920 swapFree=4146768/4192956
[pid=27748] ppid=27746 vsize=0 CPUtime=1802.43
/proc/27748/stat : 27748 (java) Z 27746 27748 25777 0 -1 1036 1309876 0 1 0 179602 641 0 0 16 0 2 0 673319813 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27748/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.43
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1792.37
CPU time (s): 1802.51
CPU user time (s): 1796.03
CPU system time (s): 6.47602
CPU usage (%): 100.566
Max. virtual memory (cumulated for all children) (KiB): 875632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.03
system time used= 6.47602
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1309876
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39464
involuntary context switches= 73556

runsolver used 2.6236 second user time and 6.95394 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 14:52:12
IDJOB=1072856
IDBENCH=56296
IDSOLVER=344
FILE ID=node90/1072856-1215175932
PBS_JOBID= 7881429
Free space on /tmp= 66560 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-26.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072856-1215175932/watcher-1072856-1215175932 -o /tmp/evaluation-result-1072856-1215175932/solver-1072856-1215175932 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072856-1215175932.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 138eaba919712d07808fc5b3740692de
RANDOM SEED=621708867

node90.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1038756 kB
Buffers:         24636 kB
Cached:         103968 kB
SwapCached:      37656 kB
Active:         913420 kB
Inactive:        44160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1038756 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            1152 kB
Writeback:           0 kB
Mapped:         844440 kB
Slab:            42448 kB
Committed_AS:  1716012 kB
PageTables:       3928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node90 at 2008-07-04 15:22:05