Trace number 2060247

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+minisat? 253.874 266.707

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-20_glb.xml
MD5SUM7812e1842715799c37ff5f210a866913
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 variables400
Number of constraints43
Maximum constraint arity400
Maximum domain size400
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(42)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:23:27 2009
0.00/0.08	c 0	PID 13680
0.06/0.08	c 0	HOST node16.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2060247-1247325807.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-2060247-1247325807.xml' 'HOME/temp.csp'
0.06/0.45	c 0	1 domains, 400 variables, 0 predicates, 0 relations, 43 constraints
0.06/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.46	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.42/0.57	c 1	Parsing HOME/temp.csp
0.42/0.63	c 1	parsed 444 expressions
0.42/0.64	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.64	c 1	Converting to clausal form CSP
0.42/0.66	c 1	converted 45 (10%) expressions
0.42/0.66	c 1	converted 89 (20%) expressions
0.42/0.66	c 1	converted 134 (30%) expressions
0.42/0.66	c 1	converted 178 (40%) expressions
0.42/0.66	c 1	converted 222 (50%) expressions
0.42/0.66	c 1	converted 267 (60%) expressions
0.42/0.67	c 1	converted 311 (70%) expressions
0.42/0.67	c 1	converted 356 (80%) expressions
0.42/0.67	c 1	converted 400 (90%) expressions
3.88/4.01	c 4	converted 444 (100%) expressions
3.88/4.01	c 4	CSP : 1828 integers, 0 booleans, 82742 clauses, largest domain size 2794
3.88/4.01	c 4	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.88/4.01	c 4	Propagation in CSP
4.17/4.35	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.17/4.35	c 4	CSP : 1828 integers, 0 booleans, 82742 clauses, largest domain size 2794
4.17/4.35	c 4	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.17/4.38	c 4	Simplifing CSP by introducing new Boolean variables
5.46/5.60	c 6	CSP : 1828 integers, 159600 booleans, 242342 clauses, largest domain size 2794
5.46/5.61	c 6	Heap : 104 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.15/6.33	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.26/6.46	c 6	183 (10%) CSP integer variables are encoded (72834 clauses, 1070420 bytes)
6.36/6.56	c 7	366 (20%) CSP integer variables are encoded (145668 clauses, 2254769 bytes)
6.65/6.83	c 7	549 (30%) CSP integer variables are encoded (354561 clauses, 5805950 bytes)
6.94/7.14	c 7	732 (40%) CSP integer variables are encoded (594576 clauses, 9886205 bytes)
7.25/7.43	c 7	914 (50%) CSP integer variables are encoded (832996 clauses, 13939345 bytes)
7.54/7.74	c 8	1097 (60%) CSP integer variables are encoded (1074607 clauses, 18198029 bytes)
7.83/8.05	c 8	1280 (70%) CSP integer variables are encoded (1314622 clauses, 22758314 bytes)
8.13/8.36	c 8	1463 (80%) CSP integer variables are encoded (1554637 clauses, 27318599 bytes)
8.43/8.67	c 9	1646 (90%) CSP integer variables are encoded (1794253 clauses, 31871303 bytes)
8.72/8.99	c 9	1828 (100%) CSP integer variables are encoded (2034668 clauses, 36439188 bytes)
252.78/262.21	c 262	ERROR Exception Too large HOME/temp.cnf
252.78/262.25	c 262	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
252.78/262.25	c 262	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
252.78/262.25	c 262	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
252.78/262.25	s UNKNOWN
252.82/262.91	c 263	CPU 252.83 (0.06 0.01 232.35 20.41)
252.82/262.91	c 263	END Sat Jul 11 17:27:50 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-2060247-1247325807/watcher-2060247-1247325807 -o /tmp/evaluation-result-2060247-1247325807/solver-2060247-1247325807 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2060247-1247325807.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.47 1.85 1.89 4/81 13680
/proc/meminfo: memFree=790888/2055920 swapFree=4192956/4192956
[pid=13680] ppid=13678 vsize=18576 CPUtime=0
/proc/13680/stat : 13680 (runsolver) R 13678 13680 12533 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 19647558 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13680/statm: 4644 284 249 26 0 2626 0

[startup+0.0815749 s]
/proc/loadavg: 1.47 1.85 1.89 4/81 13680
/proc/meminfo: memFree=790888/2055920 swapFree=4192956/4192956
[pid=13680] ppid=13678 vsize=16740 CPUtime=0.06
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 19647558 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101188 s]
/proc/loadavg: 1.47 1.85 1.89 4/81 13680
/proc/meminfo: memFree=790888/2055920 swapFree=4192956/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.06
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30113 s]
/proc/loadavg: 1.47 1.85 1.89 4/81 13680
/proc/meminfo: memFree=790888/2055920 swapFree=4192956/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.06
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701014 s]
/proc/loadavg: 1.47 1.85 1.89 4/81 13680
/proc/meminfo: memFree=790888/2055920 swapFree=4192956/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.42
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1309 4563 0 1 5 1 33 3 15 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16868

[startup+1.50278 s]
/proc/loadavg: 1.68 1.89 1.90 4/92 13702
/proc/meminfo: memFree=775632/2055920 swapFree=4192956/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.42
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1309 4563 0 1 5 1 33 3 15 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
[pid=13693] ppid=13680 vsize=5356 CPUtime=0
/proc/13693/stat : 13693 (sh) S 13680 13680 12533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13693/statm: 1339 233 193 169 0 50 0
[pid=13694] ppid=13693 vsize=868556 CPUtime=0.98
/proc/13694/stat : 13694 (java) S 13693 13680 12533 0 -1 0 10437 0 1 0 93 5 0 0 18 0 9 0 19647605 889401344 8525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13694/statm: 217139 8525 2566 9 0 211644 0
[pid=13694/tid=13695] ppid=13693 vsize=868556 CPUtime=0.49
/proc/13694/task/13695/stat : 13695 (java) R 13693 13680 12533 0 -1 64 2752 0 1 0 48 1 0 0 21 0 9 0 19647606 889401344 8525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13696] ppid=13693 vsize=868556 CPUtime=0.28
/proc/13694/task/13696/stat : 13696 (java) R 13693 13680 12533 0 -1 64 5494 0 0 0 26 2 0 0 16 0 9 0 19647607 889401344 8525 996147200 134512640 134550932 4294955936 18446744073709551615 102759109 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13697] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13697/stat : 13697 (java) S 13693 13680 12533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647607 889401344 8525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13698] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13698/stat : 13698 (java) S 13693 13680 12533 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19647607 889401344 8525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13699] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13699/stat : 13699 (java) S 13693 13680 12533 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 19647611 889401344 8525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13700] ppid=13693 vsize=868556 CPUtime=0.17
/proc/13694/task/13700/stat : 13700 (java) S 13693 13680 12533 0 -1 64 1493 0 0 0 17 0 0 0 16 0 9 0 19647612 889401344 8525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13701] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13701/stat : 13701 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19647612 889401344 8525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13702] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13702/stat : 13702 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647612 889401344 8525 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890780

[startup+3.10759 s]
/proc/loadavg: 1.68 1.89 1.90 3/92 13702
/proc/meminfo: memFree=751504/2055920 swapFree=4192956/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.42
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1309 4563 0 1 5 1 33 3 15 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
[pid=13693] ppid=13680 vsize=5356 CPUtime=0
/proc/13693/stat : 13693 (sh) S 13680 13680 12533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13693/statm: 1339 233 193 169 0 50 0
[pid=13694] ppid=13693 vsize=868556 CPUtime=2.58
/proc/13694/stat : 13694 (java) S 13693 13680 12533 0 -1 0 19515 0 1 0 248 10 0 0 18 0 9 0 19647605 889401344 16613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13694/statm: 217139 16613 2566 9 0 211644 0
[pid=13694/tid=13695] ppid=13693 vsize=868556 CPUtime=1.42
/proc/13694/task/13695/stat : 13695 (java) R 13693 13680 12533 0 -1 64 3168 0 1 0 140 2 0 0 25 0 9 0 19647606 889401344 16613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13696] ppid=13693 vsize=868556 CPUtime=0.96
/proc/13694/task/13696/stat : 13696 (java) S 13693 13680 12533 0 -1 64 14156 0 0 0 90 6 0 0 15 0 9 0 19647607 889401344 16613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13697] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13697/stat : 13697 (java) S 13693 13680 12533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647607 889401344 16613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13698] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13698/stat : 13698 (java) S 13693 13680 12533 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19647607 889401344 16613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13699] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13699/stat : 13699 (java) S 13693 13680 12533 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 19647611 889401344 16613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13700] ppid=13693 vsize=868556 CPUtime=0.17
/proc/13694/task/13700/stat : 13700 (java) S 13693 13680 12533 0 -1 64 1493 0 0 0 17 0 0 0 16 0 9 0 19647612 889401344 16613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13701] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13701/stat : 13701 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19647612 889401344 16613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13702] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13702/stat : 13702 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647612 889401344 16613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890780

[startup+6.30241 s]
/proc/loadavg: 1.70 1.89 1.90 4/92 13702
/proc/meminfo: memFree=677136/2055920 swapFree=4192956/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.42
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1310 4563 0 1 5 1 33 3 16 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
[pid=13693] ppid=13680 vsize=5356 CPUtime=0
/proc/13693/stat : 13693 (sh) S 13680 13680 12533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13693/statm: 1339 233 193 169 0 50 0
[pid=13694] ppid=13693 vsize=868556 CPUtime=5.73
/proc/13694/stat : 13694 (java) S 13693 13680 12533 0 -1 0 47834 0 1 0 552 21 0 0 18 0 9 0 19647605 889401344 33063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13694/statm: 217139 33063 2567 9 0 211644 0
[pid=13694/tid=13695] ppid=13693 vsize=868556 CPUtime=2.36
/proc/13694/task/13695/stat : 13695 (java) R 13693 13680 12533 0 -1 64 4006 0 1 0 234 2 0 0 25 0 9 0 19647606 889401344 33063 996147200 134512640 134550932 4294955936 18446744073709551615 4126508359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13696] ppid=13693 vsize=868556 CPUtime=3.14
/proc/13694/task/13696/stat : 13696 (java) S 13693 13680 12533 0 -1 64 41624 0 0 0 297 17 0 0 16 0 9 0 19647607 889401344 33063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13697] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13697/stat : 13697 (java) S 13693 13680 12533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647607 889401344 33063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13698] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13698/stat : 13698 (java) S 13693 13680 12533 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647607 889401344 33063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13699] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13699/stat : 13699 (java) S 13693 13680 12533 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 19647611 889401344 33063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13700] ppid=13693 vsize=868556 CPUtime=0.2
/proc/13694/task/13700/stat : 13700 (java) S 13693 13680 12533 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 19647612 889401344 33063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13701] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13701/stat : 13701 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19647612 889401344 33063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13702] ppid=13693 vsize=868556 CPUtime=0
/proc/13694/task/13702/stat : 13702 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647612 889401344 33063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890780

[startup+12.7026 s]
/proc/loadavg: 1.72 1.89 1.90 3/92 13702
/proc/meminfo: memFree=589008/2055920 swapFree=4192956/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.43
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1310 4563 0 1 6 1 33 3 16 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
[pid=13693] ppid=13680 vsize=5356 CPUtime=0
/proc/13693/stat : 13693 (sh) S 13680 13680 12533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13693/statm: 1339 233 193 169 0 50 0
[pid=13694] ppid=13693 vsize=868668 CPUtime=12.04
/proc/13694/stat : 13694 (java) S 13693 13680 12533 0 -1 0 48116 0 1 0 1133 71 0 0 18 0 9 0 19647605 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13694/statm: 217167 33126 2591 9 0 211644 0
[pid=13694/tid=13695] ppid=13693 vsize=868668 CPUtime=8.49
/proc/13694/task/13695/stat : 13695 (java) R 13693 13680 12533 0 -1 64 4261 0 1 0 799 50 0 0 25 0 9 0 19647606 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 102093962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13696] ppid=13693 vsize=868668 CPUtime=3.28
/proc/13694/task/13696/stat : 13696 (java) S 13693 13680 12533 0 -1 64 41624 0 0 0 309 19 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13697] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13697/stat : 13697 (java) S 13693 13680 12533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13698] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13698/stat : 13698 (java) S 13693 13680 12533 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13699] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13699/stat : 13699 (java) S 13693 13680 12533 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 19647611 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13700] ppid=13693 vsize=868668 CPUtime=0.24
/proc/13694/task/13700/stat : 13700 (java) S 13693 13680 12533 0 -1 64 1533 0 0 0 24 0 0 0 17 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13701] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13701/stat : 13701 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13702] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13702/stat : 13702 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890892

[startup+25.504 s]
/proc/loadavg: 1.77 1.89 1.90 3/92 13702
/proc/meminfo: memFree=421392/2055920 swapFree=4192956/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.43
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1310 4563 0 1 6 1 33 3 16 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
[pid=13693] ppid=13680 vsize=5356 CPUtime=0
/proc/13693/stat : 13693 (sh) S 13680 13680 12533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13693/statm: 1339 233 193 169 0 50 0
[pid=13694] ppid=13693 vsize=868668 CPUtime=24.45
/proc/13694/stat : 13694 (java) S 13693 13680 12533 0 -1 0 48536 0 1 0 2274 171 0 0 18 0 9 0 19647605 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13694/statm: 217167 33126 2591 9 0 211644 0
[pid=13694/tid=13695] ppid=13693 vsize=868668 CPUtime=20.64
/proc/13694/task/13695/stat : 13695 (java) R 13693 13680 12533 0 -1 64 4681 0 1 0 1916 148 0 0 25 0 9 0 19647606 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13696] ppid=13693 vsize=868668 CPUtime=3.54
/proc/13694/task/13696/stat : 13696 (java) S 13693 13680 12533 0 -1 64 41624 0 0 0 333 21 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13697] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13697/stat : 13697 (java) S 13693 13680 12533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13698] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13698/stat : 13698 (java) S 13693 13680 12533 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13699] ppid=13693 vsize=868668 CPUtime=0

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

/proc/13694/task/13702/stat : 13702 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 214
Current children cumulated vsize (KiB) 890892

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

[startup+230.301 s]
/proc/loadavg: 2.38 2.12 1.98 3/92 13704
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.43
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1310 4563 0 1 6 1 33 3 16 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
[pid=13693] ppid=13680 vsize=5356 CPUtime=0
/proc/13693/stat : 13693 (sh) S 13680 13680 12533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13693/statm: 1339 233 193 169 0 50 0
[pid=13694] ppid=13693 vsize=868668 CPUtime=221.38
/proc/13694/stat : 13694 (java) S 13693 13680 12533 0 -1 0 55174 0 1 0 20363 1775 0 0 18 0 9 0 19647605 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13694/statm: 217167 33126 2591 9 0 211644 0
[pid=13694/tid=13695] ppid=13693 vsize=868668 CPUtime=213.34
/proc/13694/task/13695/stat : 13695 (java) R 13693 13680 12533 0 -1 64 11319 0 1 0 19632 1702 0 0 25 0 9 0 19647606 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4126495587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13696] ppid=13693 vsize=868668 CPUtime=7.76
/proc/13694/task/13696/stat : 13696 (java) S 13693 13680 12533 0 -1 64 41624 0 0 0 706 70 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13697] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13697/stat : 13697 (java) S 13693 13680 12533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13698] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13698/stat : 13698 (java) S 13693 13680 12533 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13699] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13699/stat : 13699 (java) S 13693 13680 12533 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 19647611 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13700] ppid=13693 vsize=868668 CPUtime=0.24
/proc/13694/task/13700/stat : 13700 (java) S 13693 13680 12533 0 -1 64 1533 0 0 0 24 0 0 0 17 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13701] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13701/stat : 13701 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13702] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13702/stat : 13702 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.81
Current children cumulated vsize (KiB) 890892

[startup+243.107 s]
/proc/loadavg: 2.29 2.11 1.98 4/92 13704
/proc/meminfo: memFree=14800/2055920 swapFree=4192812/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.43
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1310 4563 0 1 6 1 33 3 16 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
[pid=13693] ppid=13680 vsize=5356 CPUtime=0
/proc/13693/stat : 13693 (sh) S 13680 13680 12533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13693/statm: 1339 233 193 169 0 50 0
[pid=13694] ppid=13693 vsize=868668 CPUtime=233.79
/proc/13694/stat : 13694 (java) S 13693 13680 12533 0 -1 0 55594 0 1 0 21502 1877 0 0 18 0 9 0 19647605 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13694/statm: 217167 33126 2591 9 0 211644 0
[pid=13694/tid=13695] ppid=13693 vsize=868668 CPUtime=225.51
/proc/13694/task/13695/stat : 13695 (java) R 13693 13680 12533 0 -1 64 11739 0 1 0 20749 1802 0 0 25 0 9 0 19647606 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4127056303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13696] ppid=13693 vsize=868668 CPUtime=8.01
/proc/13694/task/13696/stat : 13696 (java) S 13693 13680 12533 0 -1 64 41624 0 0 0 728 73 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13697] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13697/stat : 13697 (java) S 13693 13680 12533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13698] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13698/stat : 13698 (java) S 13693 13680 12533 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13699] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13699/stat : 13699 (java) S 13693 13680 12533 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 19647611 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13700] ppid=13693 vsize=868668 CPUtime=0.24
/proc/13694/task/13700/stat : 13700 (java) S 13693 13680 12533 0 -1 64 1533 0 0 0 24 0 0 0 17 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13701] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13701/stat : 13701 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13702] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13702/stat : 13702 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 234.22
Current children cumulated vsize (KiB) 890892

[startup+255.902 s]
/proc/loadavg: 2.40 2.14 1.99 3/92 13704
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.43
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1310 4563 0 1 6 1 33 3 16 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
[pid=13693] ppid=13680 vsize=5356 CPUtime=0
/proc/13693/stat : 13693 (sh) S 13680 13680 12533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13693/statm: 1339 233 193 169 0 50 0
[pid=13694] ppid=13693 vsize=868668 CPUtime=246.26
/proc/13694/stat : 13694 (java) S 13693 13680 12533 0 -1 0 56017 0 1 0 22644 1982 0 0 18 0 9 0 19647605 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13694/statm: 217167 33126 2591 9 0 211644 0
[pid=13694/tid=13695] ppid=13693 vsize=868668 CPUtime=237.72
/proc/13694/task/13695/stat : 13695 (java) R 13693 13680 12533 0 -1 64 12162 0 1 0 21867 1905 0 0 25 0 9 0 19647606 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4127055388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13696] ppid=13693 vsize=868668 CPUtime=8.27
/proc/13694/task/13696/stat : 13696 (java) S 13693 13680 12533 0 -1 64 41624 0 0 0 752 75 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13697] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13697/stat : 13697 (java) S 13693 13680 12533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13698] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13698/stat : 13698 (java) S 13693 13680 12533 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19647607 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13699] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13699/stat : 13699 (java) S 13693 13680 12533 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 19647611 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13700] ppid=13693 vsize=868668 CPUtime=0.24
/proc/13694/task/13700/stat : 13700 (java) S 13693 13680 12533 0 -1 64 1533 0 0 0 24 0 0 0 17 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13701] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13701/stat : 13701 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13702] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13702/stat : 13702 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19647612 889516032 33126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 246.69
Current children cumulated vsize (KiB) 890892

[startup+262.303 s]
/proc/loadavg: 2.49 2.17 2.00 3/92 13704
/proc/meminfo: memFree=15632/2055920 swapFree=4192812/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=0.43
/proc/13680/stat : 13680 (sugar) S 13678 13680 12533 0 -1 4194304 1311 4563 0 1 6 1 33 3 16 0 1 0 19647558 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13680/statm: 4217 1111 409 3 0 796 0
[pid=13693] ppid=13680 vsize=5356 CPUtime=0
/proc/13693/stat : 13693 (sh) S 13680 13680 12533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19647604 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13693/statm: 1339 233 193 169 0 50 0
[pid=13694] ppid=13693 vsize=868668 CPUtime=252.37
/proc/13694/stat : 13694 (java) S 13693 13680 12533 0 -1 0 56242 0 1 0 23201 2036 0 0 18 0 7 0 19647605 889516032 33133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13694/statm: 217167 33133 2592 9 0 211644 0
[pid=13694/tid=13695] ppid=13693 vsize=868668 CPUtime=243.7
/proc/13694/task/13695/stat : 13695 (java) S 13693 13680 12533 0 -1 64 12383 0 1 0 22413 1957 0 0 24 0 7 0 19647606 889516032 33133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13696] ppid=13693 vsize=868668 CPUtime=8.41
/proc/13694/task/13696/stat : 13696 (java) D 13693 13680 12533 0 -1 64 41624 0 0 0 764 77 0 0 15 0 7 0 19647607 889516032 33133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=13694/tid=13697] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13697/stat : 13697 (java) S 13693 13680 12533 0 -1 64 15 0 0 0 0 0 0 0 16 0 7 0 19647607 889516032 33133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13698] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13698/stat : 13698 (java) S 13693 13680 12533 0 -1 64 5 0 0 0 0 0 0 0 16 0 7 0 19647607 889516032 33133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13700] ppid=13693 vsize=868668 CPUtime=0.24
/proc/13694/task/13700/stat : 13700 (java) S 13693 13680 12533 0 -1 64 1533 0 0 0 24 0 0 0 17 0 7 0 19647612 889516032 33133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13694/tid=13701] ppid=13693 vsize=868668 CPUtime=0
/proc/13694/task/13701/stat : 13701 (java) S 13693 13680 12533 0 -1 64 0 0 0 0 0 0 0 0 18 0 7 0 19647612 889516032 33133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 252.8
Current children cumulated vsize (KiB) 890892

[startup+263.902 s]
/proc/loadavg: 2.49 2.17 2.00 3/82 13704
/proc/meminfo: memFree=1733984/2055920 swapFree=4192812/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=253.54
/proc/13680/stat : 13680 (sugar) R 13678 13680 12533 0 -1 4194304 1335 61091 0 2 6 72 23235 2041 23 0 1 0 19647558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13680/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.54
Current children cumulated vsize (KiB) 16868

[startup+265.601 s]
/proc/loadavg: 2.49 2.17 2.00 2/82 13704
/proc/meminfo: memFree=1927776/2055920 swapFree=4192812/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=253.77
/proc/13680/stat : 13680 (sugar) D 13678 13680 12533 0 -1 4194304 1335 61091 0 2 6 95 23235 2041 18 0 1 0 19647558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13680/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.77
Current children cumulated vsize (KiB) 16868

[startup+266.402 s]
/proc/loadavg: 2.61 2.20 2.01 2/82 13704
/proc/meminfo: memFree=1930784/2055920 swapFree=4192812/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=253.83
/proc/13680/stat : 13680 (sugar) R 13678 13680 12533 0 -1 4194304 1335 61091 0 2 6 101 23235 2041 18 0 1 0 19647558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13680/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.83
Current children cumulated vsize (KiB) 16868

[startup+266.602 s]
/proc/loadavg: 2.61 2.20 2.01 2/82 13704
/proc/meminfo: memFree=1930784/2055920 swapFree=4192812/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=253.85
/proc/13680/stat : 13680 (sugar) D 13678 13680 12533 0 -1 4194304 1335 61091 0 2 6 103 23235 2041 18 0 1 0 19647558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13680/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.85
Current children cumulated vsize (KiB) 16868

[startup+266.702 s]
/proc/loadavg: 2.61 2.20 2.01 2/82 13704
/proc/meminfo: memFree=1930784/2055920 swapFree=4192812/4192956
[pid=13680] ppid=13678 vsize=16868 CPUtime=253.86
/proc/13680/stat : 13680 (sugar) D 13678 13680 12533 0 -1 4194304 1335 61091 0 2 6 104 23235 2041 18 0 1 0 19647558 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13680/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 253.86
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 266.707
CPU time (s): 253.874
CPU user time (s): 232.415
CPU system time (s): 21.4597
CPU usage (%): 95.1883
Max. virtual memory (cumulated for all children) (KiB): 913272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.415
system time used= 21.4597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62487
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= 83140
involuntary context switches= 92910

runsolver used 0.379942 second user time and 0.929858 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-11 17:23:27
IDJOB=2060247
IDBENCH=53660
IDSOLVER=739
FILE ID=node16/2060247-1247325807
PBS_JOBID= 9506596
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 7812e1842715799c37ff5f210a866913
RANDOM SEED=177785209

node16.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.231
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.231
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:        791432 kB
Buffers:         61996 kB
Cached:        1090400 kB
SwapCached:          0 kB
Active:         525372 kB
Inactive:       663980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        791432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:          57328 kB
Slab:            60208 kB
Committed_AS:   173156 kB
PageTables:       1944 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= 66448 MiB
End job on node16 at 2009-07-11 17:27:54