Trace number 2060125

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
Sugar v1.14.6+picosat? 237.649 244.778

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-18_glb.xml
MD5SUM8c9a9485571326f274e2bac46160c372
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables324
Number of constraints39
Maximum constraint arity324
Maximum domain size324
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(38)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:22:13 2009
0.00/0.08	c 0	PID 13655
0.06/0.08	c 0	HOST node61.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2060125-1247325732.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060125-1247325732.xml' 'HOME/temp.csp'
0.06/0.36	c 0	1 domains, 324 variables, 0 predicates, 0 relations, 39 constraints
0.06/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.41	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.49	c 0	Parsing HOME/temp.csp
0.33/0.54	c 0	parsed 364 expressions
0.33/0.55	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.55	c 0	Converting to clausal form CSP
0.33/0.58	c 0	converted 37 (10%) expressions
0.33/0.58	c 0	converted 73 (20%) expressions
0.33/0.58	c 0	converted 110 (30%) expressions
0.33/0.58	c 0	converted 146 (40%) expressions
0.33/0.58	c 0	converted 182 (50%) expressions
0.33/0.58	c 0	converted 219 (60%) expressions
0.33/0.58	c 0	converted 255 (70%) expressions
0.33/0.58	c 0	converted 292 (80%) expressions
0.33/0.67	c 0	converted 328 (90%) expressions
2.78/2.98	c 2	converted 364 (100%) expressions
2.78/2.98	c 2	CSP : 1464 integers, 0 booleans, 54684 clauses, largest domain size 1939
2.78/2.98	c 2	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.78/2.98	c 2	Propagation in CSP
3.08/3.21	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.08/3.21	c 3	CSP : 1464 integers, 0 booleans, 54684 clauses, largest domain size 1939
3.08/3.21	c 3	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.08/3.24	c 3	Simplifing CSP by introducing new Boolean variables
3.87/4.08	c 4	CSP : 1464 integers, 104652 booleans, 159336 clauses, largest domain size 1939
3.87/4.08	c 4	Heap : 69 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.27/4.49	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.36/4.60	c 4	147 (10%) CSP integer variables are encoded (47334 clauses, 687932 bytes)
4.46/4.65	c 4	293 (20%) CSP integer variables are encoded (94346 clauses, 1393112 bytes)
4.66/4.82	c 4	440 (30%) CSP integer variables are encoded (223722 clauses, 3581817 bytes)
4.87/5.02	c 4	586 (40%) CSP integer variables are encoded (374417 clauses, 6143632 bytes)
5.07/5.20	c 5	732 (50%) CSP integer variables are encoded (524789 clauses, 8699956 bytes)
5.17/5.39	c 5	879 (60%) CSP integer variables are encoded (677421 clauses, 11294700 bytes)
5.36/5.58	c 5	1025 (70%) CSP integer variables are encoded (827793 clauses, 13851024 bytes)
5.56/5.77	c 5	1172 (80%) CSP integer variables are encoded (979133 clauses, 16423804 bytes)
5.76/5.96	c 5	1318 (90%) CSP integer variables are encoded (1129828 clauses, 19247658 bytes)
5.95/6.15	c 6	1464 (100%) CSP integer variables are encoded (1281492 clauses, 22129274 bytes)
236.55/240.62	c 240	ERROR Exception Too large HOME/temp.cnf
236.55/240.62	c 240	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
236.55/240.62	c 240	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
236.55/240.62	c 240	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
236.55/240.62	s UNKNOWN
236.55/240.67	c 240	CPU 236.6 (0.06 0.01 216.39 20.14)
236.55/240.67	c 240	END Sat Jul 11 17:26:13 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060125-1247325732/watcher-2060125-1247325732 -o /tmp/evaluation-result-2060125-1247325732/solver-2060125-1247325732 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2060125-1247325732.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.90 4/74 13655
/proc/meminfo: memFree=664280/2055920 swapFree=4192952/4192956
[pid=13655] ppid=13653 vsize=18576 CPUtime=0
/proc/13655/stat : 13655 (runsolver) R 13653 13655 12140 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19636693 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13655/statm: 4644 284 249 26 0 2626 0

[startup+0.0839291 s]
/proc/loadavg: 1.92 1.95 1.90 4/74 13655
/proc/meminfo: memFree=664280/2055920 swapFree=4192952/4192956
[pid=13655] ppid=13653 vsize=16740 CPUtime=0.06
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 19636693 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102658 s]
/proc/loadavg: 1.92 1.95 1.90 4/74 13655
/proc/meminfo: memFree=664280/2055920 swapFree=4192952/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.06
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301678 s]
/proc/loadavg: 1.92 1.95 1.90 4/74 13655
/proc/meminfo: memFree=664280/2055920 swapFree=4192952/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.06
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701715 s]
/proc/loadavg: 1.92 1.95 1.90 4/74 13655
/proc/meminfo: memFree=664280/2055920 swapFree=4192952/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.33
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1309 4387 0 1 5 1 24 3 16 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16868

[startup+1.50279 s]
/proc/loadavg: 1.92 1.95 1.90 4/85 13677
/proc/meminfo: memFree=644608/2055920 swapFree=4192952/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.33
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1309 4387 0 1 5 1 24 3 16 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
[pid=13668] ppid=13655 vsize=5356 CPUtime=0
/proc/13668/stat : 13668 (sh) S 13655 13655 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19636734 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13668/statm: 1339 233 193 169 0 50 0
[pid=13669] ppid=13668 vsize=868556 CPUtime=1.06
/proc/13669/stat : 13669 (java) S 13668 13655 12140 0 -1 0 9998 0 1 0 101 5 0 0 18 0 9 0 19636734 889401344 8582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13669/statm: 217139 8582 2566 9 0 211644 0
[pid=13669/tid=13670] ppid=13668 vsize=868556 CPUtime=0.57
/proc/13669/task/13670/stat : 13670 (java) R 13668 13655 12140 0 -1 64 2794 0 1 0 56 1 0 0 24 0 9 0 19636735 889401344 8582 996147200 134512640 134550932 4294955936 18446744073709551615 4126839669 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13671] ppid=13668 vsize=868556 CPUtime=0.3
/proc/13669/task/13671/stat : 13671 (java) S 13668 13655 12140 0 -1 64 5019 0 0 0 28 2 0 0 16 0 9 0 19636736 889401344 8582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13672] ppid=13668 vsize=868556 CPUtime=0
/proc/13669/task/13672/stat : 13672 (java) S 13668 13655 12140 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19636737 889401344 8582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13673] ppid=13668 vsize=868556 CPUtime=0
/proc/13669/task/13673/stat : 13673 (java) S 13668 13655 12140 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19636737 889401344 8582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13674] ppid=13668 vsize=868556 CPUtime=0
/proc/13669/task/13674/stat : 13674 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19636739 889401344 8582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13675] ppid=13668 vsize=868556 CPUtime=0.16
/proc/13669/task/13675/stat : 13675 (java) S 13668 13655 12140 0 -1 64 1486 0 0 0 16 0 0 0 16 0 9 0 19636739 889401344 8582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13676] ppid=13668 vsize=868556 CPUtime=0
/proc/13669/task/13676/stat : 13676 (java) S 13668 13655 12140 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19636739 889401344 8582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13677] ppid=13668 vsize=868556 CPUtime=0
/proc/13669/task/13677/stat : 13677 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19636739 889401344 8582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 890780

[startup+3.10296 s]
/proc/loadavg: 1.92 1.95 1.90 3/85 13677
/proc/meminfo: memFree=625728/2055920 swapFree=4192952/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.33
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1310 4387 0 1 5 1 24 3 16 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
[pid=13668] ppid=13655 vsize=5356 CPUtime=0
/proc/13668/stat : 13668 (sh) S 13655 13655 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19636734 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13668/statm: 1339 233 193 169 0 50 0
[pid=13669] ppid=13668 vsize=868556 CPUtime=2.65
/proc/13669/stat : 13669 (java) S 13668 13655 12140 0 -1 0 16666 0 1 0 255 10 0 0 18 0 9 0 19636734 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13669/statm: 217139 14886 2566 9 0 211644 0
[pid=13669/tid=13670] ppid=13668 vsize=868556 CPUtime=1.46
/proc/13669/task/13670/stat : 13670 (java) R 13668 13655 12140 0 -1 64 3132 0 1 0 145 1 0 0 25 0 9 0 19636735 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4126763381 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13671] ppid=13668 vsize=868556 CPUtime=0.98
/proc/13669/task/13671/stat : 13671 (java) S 13668 13655 12140 0 -1 64 11346 0 0 0 92 6 0 0 16 0 9 0 19636736 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13672] ppid=13668 vsize=868556 CPUtime=0
/proc/13669/task/13672/stat : 13672 (java) S 13668 13655 12140 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19636737 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13673] ppid=13668 vsize=868556 CPUtime=0
/proc/13669/task/13673/stat : 13673 (java) S 13668 13655 12140 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19636737 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13674] ppid=13668 vsize=868556 CPUtime=0
/proc/13669/task/13674/stat : 13674 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19636739 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13675] ppid=13668 vsize=868556 CPUtime=0.17
/proc/13669/task/13675/stat : 13675 (java) S 13668 13655 12140 0 -1 64 1489 0 0 0 17 0 0 0 16 0 9 0 19636739 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13676] ppid=13668 vsize=868556 CPUtime=0
/proc/13669/task/13676/stat : 13676 (java) S 13668 13655 12140 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19636739 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13677] ppid=13668 vsize=868556 CPUtime=0
/proc/13669/task/13677/stat : 13677 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19636739 889401344 14886 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890780

[startup+6.30225 s]
/proc/loadavg: 2.01 1.97 1.91 3/85 13677
/proc/meminfo: memFree=564928/2055920 swapFree=4192952/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.34
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1310 4387 0 1 6 1 24 3 16 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
[pid=13668] ppid=13655 vsize=5356 CPUtime=0
/proc/13668/stat : 13668 (sh) S 13655 13655 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19636734 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13668/statm: 1339 233 193 169 0 50 0
[pid=13669] ppid=13668 vsize=868668 CPUtime=5.82
/proc/13669/stat : 13669 (java) S 13668 13655 12140 0 -1 0 26151 0 1 0 553 29 0 0 18 0 9 0 19636734 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13669/statm: 217167 23593 2590 9 0 211644 0
[pid=13669/tid=13670] ppid=13668 vsize=868668 CPUtime=3.47
/proc/13669/task/13670/stat : 13670 (java) R 13668 13655 12140 0 -1 64 3683 0 1 0 331 16 0 0 25 0 9 0 19636735 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4126984851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13671] ppid=13668 vsize=868668 CPUtime=2.09
/proc/13669/task/13671/stat : 13671 (java) S 13668 13655 12140 0 -1 64 20245 0 0 0 198 11 0 0 16 0 9 0 19636736 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13672] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13672/stat : 13672 (java) S 13668 13655 12140 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13673] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13673/stat : 13673 (java) S 13668 13655 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13674] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13674/stat : 13674 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19636739 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13675] ppid=13668 vsize=868668 CPUtime=0.23
/proc/13669/task/13675/stat : 13675 (java) S 13668 13655 12140 0 -1 64 1524 0 0 0 22 1 0 0 17 0 9 0 19636739 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13676] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13676/stat : 13676 (java) S 13668 13655 12140 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19636739 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13677] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13677/stat : 13677 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19636739 889516032 23593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890892

[startup+12.7019 s]
/proc/loadavg: 2.01 1.97 1.91 3/85 13677
/proc/meminfo: memFree=477504/2055920 swapFree=4192952/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.34
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1310 4387 0 1 6 1 24 3 16 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
[pid=13668] ppid=13655 vsize=5356 CPUtime=0
/proc/13668/stat : 13668 (sh) S 13655 13655 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19636734 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13668/statm: 1339 233 193 169 0 50 0
[pid=13669] ppid=13668 vsize=868668 CPUtime=12.09
/proc/13669/stat : 13669 (java) S 13668 13655 12140 0 -1 0 26448 0 1 0 1125 84 0 0 18 0 9 0 19636734 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13669/statm: 217167 23594 2590 9 0 211644 0
[pid=13669/tid=13670] ppid=13668 vsize=868668 CPUtime=9.56
/proc/13669/task/13670/stat : 13670 (java) R 13668 13655 12140 0 -1 64 3979 0 1 0 887 69 0 0 25 0 9 0 19636735 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4126980072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13671] ppid=13668 vsize=868668 CPUtime=2.27
/proc/13669/task/13671/stat : 13671 (java) S 13668 13655 12140 0 -1 64 20245 0 0 0 214 13 0 0 16 0 9 0 19636736 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13672] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13672/stat : 13672 (java) S 13668 13655 12140 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13673] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13673/stat : 13673 (java) S 13668 13655 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13674] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13674/stat : 13674 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13675] ppid=13668 vsize=868668 CPUtime=0.23
/proc/13669/task/13675/stat : 13675 (java) S 13668 13655 12140 0 -1 64 1525 0 0 0 22 1 0 0 17 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13676] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13676/stat : 13676 (java) S 13668 13655 12140 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13677] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13677/stat : 13677 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 890892

[startup+25.5021 s]
/proc/loadavg: 1.92 1.95 1.90 4/81 13684
/proc/meminfo: memFree=397856/2055920 swapFree=4192952/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.34
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1310 4387 0 1 6 1 24 3 16 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
[pid=13668] ppid=13655 vsize=5356 CPUtime=0
/proc/13668/stat : 13668 (sh) S 13655 13655 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19636734 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13668/statm: 1339 233 193 169 0 50 0
[pid=13669] ppid=13668 vsize=868668 CPUtime=24.67
/proc/13669/stat : 13669 (java) S 13668 13655 12140 0 -1 0 27057 0 1 0 2276 191 0 0 18 0 9 0 19636734 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13669/statm: 217167 23594 2590 9 0 211644 0
[pid=13669/tid=13670] ppid=13668 vsize=868668 CPUtime=21.78
/proc/13669/task/13670/stat : 13670 (java) R 13668 13655 12140 0 -1 64 4588 0 1 0 2006 172 0 0 20 0 9 0 19636735 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13669/tid=13671] ppid=13668 vsize=868668 CPUtime=2.63
/proc/13669/task/13671/stat : 13671 (java) S 13668 13655 12140 0 -1 64 20245 0 0 0 246 17 0 0 16 0 9 0 19636736 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13669/tid=13672] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13672/stat : 13672 (java) S 13668 13655 12140 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13673] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13673/stat : 13673 (java) S 13668 13655 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13674] ppid=13668 vsize=868668 CPUtime=0

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

[pid=13669/tid=13675] ppid=13668 vsize=868668 CPUtime=0.23
/proc/13669/task/13675/stat : 13675 (java) S 13668 13655 12140 0 -1 64 1525 0 0 0 22 1 0 0 17 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13676] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13676/stat : 13676 (java) S 13668 13655 12140 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13677] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13677/stat : 13677 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 159.49
Current children cumulated vsize (KiB) 890892

[startup+222.303 s]
/proc/loadavg: 1.58 1.79 1.85 2/78 14209
/proc/meminfo: memFree=14984/2055920 swapFree=4192812/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.34
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1310 4387 0 1 6 1 24 3 16 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
[pid=13668] ppid=13655 vsize=5356 CPUtime=0
/proc/13668/stat : 13668 (sh) S 13655 13655 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19636734 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13668/statm: 1339 233 193 169 0 50 0
[pid=13669] ppid=13668 vsize=868668 CPUtime=218.38
/proc/13669/stat : 13669 (java) S 13668 13655 12140 0 -1 0 36644 0 1 0 19978 1860 0 0 18 0 9 0 19636734 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13669/statm: 217167 23594 2590 9 0 211644 0
[pid=13669/tid=13670] ppid=13668 vsize=868668 CPUtime=211.01
/proc/13669/task/13670/stat : 13670 (java) R 13668 13655 12140 0 -1 64 14175 0 1 0 19319 1782 0 0 17 0 9 0 19636735 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13669/tid=13671] ppid=13668 vsize=868668 CPUtime=7.11
/proc/13669/task/13671/stat : 13671 (java) S 13668 13655 12140 0 -1 64 20245 0 0 0 636 75 0 0 16 0 9 0 19636736 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13672] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13672/stat : 13672 (java) S 13668 13655 12140 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13673] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13673/stat : 13673 (java) S 13668 13655 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13674] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13674/stat : 13674 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13675] ppid=13668 vsize=868668 CPUtime=0.23
/proc/13669/task/13675/stat : 13675 (java) S 13668 13655 12140 0 -1 64 1525 0 0 0 22 1 0 0 17 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13676] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13676/stat : 13676 (java) S 13668 13655 12140 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13677] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13677/stat : 13677 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.72
Current children cumulated vsize (KiB) 890892

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

[startup+230.302 s]
/proc/loadavg: 1.49 1.77 1.84 2/78 14209
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.34
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1310 4387 0 1 6 1 24 3 16 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
[pid=13668] ppid=13655 vsize=5356 CPUtime=0
/proc/13668/stat : 13668 (sh) S 13655 13655 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19636734 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13668/statm: 1339 233 193 169 0 50 0
[pid=13669] ppid=13668 vsize=868668 CPUtime=226.15
/proc/13669/stat : 13669 (java) S 13668 13655 12140 0 -1 0 37029 0 1 0 20690 1925 0 0 18 0 9 0 19636734 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13669/statm: 217167 23594 2590 9 0 211644 0
[pid=13669/tid=13670] ppid=13668 vsize=868668 CPUtime=218.62
/proc/13669/task/13670/stat : 13670 (java) R 13668 13655 12140 0 -1 64 14560 0 1 0 20017 1845 0 0 16 0 9 0 19636735 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4126985790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13671] ppid=13668 vsize=868668 CPUtime=7.27
/proc/13669/task/13671/stat : 13671 (java) S 13668 13655 12140 0 -1 64 20245 0 0 0 650 77 0 0 16 0 9 0 19636736 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13669/tid=13672] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13672/stat : 13672 (java) S 13668 13655 12140 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13673] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13673/stat : 13673 (java) S 13668 13655 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13674] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13674/stat : 13674 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13675] ppid=13668 vsize=868668 CPUtime=0.23
/proc/13669/task/13675/stat : 13675 (java) S 13668 13655 12140 0 -1 64 1525 0 0 0 22 1 0 0 17 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13676] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13676/stat : 13676 (java) S 13668 13655 12140 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13677] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13677/stat : 13677 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 226.49
Current children cumulated vsize (KiB) 890892

[startup+236.702 s]
/proc/loadavg: 1.61 1.79 1.84 2/78 14269
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.34
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1310 4387 0 1 6 1 24 3 16 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
[pid=13668] ppid=13655 vsize=5356 CPUtime=0
/proc/13668/stat : 13668 (sh) S 13655 13655 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19636734 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13668/statm: 1339 233 193 169 0 50 0
[pid=13669] ppid=13668 vsize=868668 CPUtime=232.34
/proc/13669/stat : 13669 (java) S 13668 13655 12140 0 -1 0 37332 0 1 0 21259 1975 0 0 18 0 9 0 19636734 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13669/statm: 217167 23594 2590 9 0 211644 0
[pid=13669/tid=13670] ppid=13668 vsize=868668 CPUtime=224.66
/proc/13669/task/13670/stat : 13670 (java) R 13668 13655 12140 0 -1 64 14863 0 1 0 20572 1894 0 0 17 0 9 0 19636735 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4126985787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13671] ppid=13668 vsize=868668 CPUtime=7.42
/proc/13669/task/13671/stat : 13671 (java) S 13668 13655 12140 0 -1 64 20245 0 0 0 663 79 0 0 16 0 9 0 19636736 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13672] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13672/stat : 13672 (java) S 13668 13655 12140 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13673] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13673/stat : 13673 (java) S 13668 13655 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13674] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13674/stat : 13674 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13675] ppid=13668 vsize=868668 CPUtime=0.23
/proc/13669/task/13675/stat : 13675 (java) S 13668 13655 12140 0 -1 64 1525 0 0 0 22 1 0 0 17 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13676] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13676/stat : 13676 (java) S 13668 13655 12140 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13677] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13677/stat : 13677 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 232.68
Current children cumulated vsize (KiB) 890892

[startup+239.902 s]
/proc/loadavg: 1.64 1.79 1.84 2/78 14269
/proc/meminfo: memFree=16264/2055920 swapFree=4192812/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=0.34
/proc/13655/stat : 13655 (sugar) S 13653 13655 12140 0 -1 4194304 1310 4387 0 1 6 1 24 3 16 0 1 0 19636693 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13655/statm: 4217 1111 409 3 0 796 0
[pid=13668] ppid=13655 vsize=5356 CPUtime=0
/proc/13668/stat : 13668 (sh) S 13655 13655 12140 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19636734 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13668/statm: 1339 233 193 169 0 50 0
[pid=13669] ppid=13668 vsize=868668 CPUtime=235.52
/proc/13669/stat : 13669 (java) S 13668 13655 12140 0 -1 0 37484 0 1 0 21550 2002 0 0 18 0 9 0 19636734 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13669/statm: 217167 23594 2590 9 0 211644 0
[pid=13669/tid=13670] ppid=13668 vsize=868668 CPUtime=227.76
/proc/13669/task/13670/stat : 13670 (java) R 13668 13655 12140 0 -1 64 15015 0 1 0 20856 1920 0 0 16 0 9 0 19636735 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13671] ppid=13668 vsize=868668 CPUtime=7.49
/proc/13669/task/13671/stat : 13671 (java) S 13668 13655 12140 0 -1 64 20245 0 0 0 669 80 0 0 16 0 9 0 19636736 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13669/tid=13672] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13672/stat : 13672 (java) S 13668 13655 12140 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13673] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13673/stat : 13673 (java) S 13668 13655 12140 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19636737 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13674] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13674/stat : 13674 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13675] ppid=13668 vsize=868668 CPUtime=0.23
/proc/13669/task/13675/stat : 13675 (java) S 13668 13655 12140 0 -1 64 1525 0 0 0 22 1 0 0 17 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13676] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13676/stat : 13676 (java) S 13668 13655 12140 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13669/tid=13677] ppid=13668 vsize=868668 CPUtime=0
/proc/13669/task/13677/stat : 13677 (java) S 13668 13655 12140 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19636739 889516032 23594 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 235.86
Current children cumulated vsize (KiB) 890892

[startup+243.106 s]
/proc/loadavg: 1.64 1.79 1.84 1/68 14269
/proc/meminfo: memFree=1949144/2055920 swapFree=4192812/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=237.58
/proc/13655/stat : 13655 (sugar) D 13653 13655 12140 0 -1 4194304 1335 42203 0 2 6 99 21639 2014 18 0 1 0 19636693 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13655/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.58
Current children cumulated vsize (KiB) 16868

[startup+243.902 s]
/proc/loadavg: 1.64 1.79 1.84 1/68 14269
/proc/meminfo: memFree=1949144/2055920 swapFree=4192812/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=237.61
/proc/13655/stat : 13655 (sugar) D 13653 13655 12140 0 -1 4194304 1335 42203 0 2 6 102 21639 2014 18 0 1 0 19636693 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13655/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.61
Current children cumulated vsize (KiB) 16868

[startup+244.302 s]
/proc/loadavg: 1.59 1.78 1.84 1/68 14269
/proc/meminfo: memFree=1948640/2055920 swapFree=4192812/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=237.62
/proc/13655/stat : 13655 (sugar) R 13653 13655 12140 0 -1 4194304 1335 42203 0 2 6 103 21639 2014 18 0 1 0 19636693 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13655/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.62
Current children cumulated vsize (KiB) 16868

[startup+244.702 s]
/proc/loadavg: 1.59 1.78 1.84 1/68 14269
/proc/meminfo: memFree=1948640/2055920 swapFree=4192812/4192956
[pid=13655] ppid=13653 vsize=16868 CPUtime=237.63
/proc/13655/stat : 13655 (sugar) D 13653 13655 12140 0 -1 4194304 1335 42203 0 2 6 104 21639 2014 18 0 1 0 19636693 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13655/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 237.63
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 244.778
CPU time (s): 237.649
CPU user time (s): 216.456
CPU system time (s): 21.1928
CPU usage (%): 97.0876
Max. virtual memory (cumulated for all children) (KiB): 891784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.456
system time used= 21.1928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43599
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77706
involuntary context switches= 68322

runsolver used 0.334949 second user time and 0.801878 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-11 17:22:12
IDJOB=2060125
IDBENCH=53649
IDSOLVER=738
FILE ID=node61/2060125-1247325732
PBS_JOBID= 9506507
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-18_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060125-1247325732/watcher-2060125-1247325732 -o /tmp/evaluation-result-2060125-1247325732/solver-2060125-1247325732 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2060125-1247325732.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8c9a9485571326f274e2bac46160c372
RANDOM SEED=1979575917

node61.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.229
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.229
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        664760 kB
Buffers:         47280 kB
Cached:        1184740 kB
SwapCached:          4 kB
Active:         161112 kB
Inactive:      1176400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        664760 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:         116788 kB
Slab:            38760 kB
Committed_AS:   240380 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66412 MiB
End job on node61 at 2009-07-11 17:26:17