Trace number 2060213

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? 172.318 176.618

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-13_glb.xml
MD5SUMc3269871e50aabd5e086ba0b887ebcbd
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.92649
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints29
Maximum constraint arity169
Maximum domain size169
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(28)

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:23:15 2009
0.00/0.08	c 0	PID 12680
0.00/0.08	c 0	HOST node70.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2060213-1247325794.xml TO HOME/temp.csp
0.00/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-2060213-1247325794.xml' 'HOME/temp.csp'
0.07/0.31	c 0	1 domains, 169 variables, 0 predicates, 0 relations, 29 constraints
0.07/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.36	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.32/0.44	c 0	Parsing HOME/temp.csp
0.32/0.49	c 0	parsed 199 expressions
0.32/0.50	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.50	c 0	Converting to clausal form CSP
0.32/0.52	c 0	converted 20 (10%) expressions
0.32/0.52	c 0	converted 40 (20%) expressions
0.32/0.52	c 0	converted 60 (30%) expressions
0.32/0.52	c 0	converted 80 (40%) expressions
0.32/0.52	c 0	converted 100 (50%) expressions
0.32/0.52	c 0	converted 120 (60%) expressions
0.32/0.52	c 0	converted 140 (70%) expressions
0.32/0.52	c 0	converted 160 (80%) expressions
0.32/0.65	c 0	converted 180 (90%) expressions
1.23/1.34	c 1	converted 199 (100%) expressions
1.23/1.34	c 1	CSP : 729 integers, 0 booleans, 15374 clauses, largest domain size 841
1.23/1.34	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.34	c 1	Propagation in CSP
1.33/1.42	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.42	c 1	CSP : 729 integers, 0 booleans, 15374 clauses, largest domain size 841
1.33/1.42	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.43	c 1	Simplifing CSP by introducing new Boolean variables
1.62/1.78	c 1	CSP : 729 integers, 28392 booleans, 43766 clauses, largest domain size 841
1.62/1.78	c 1	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.82/1.91	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.96	c 2	73 (10%) CSP integer variables are encoded (12191 clauses, 160849 bytes)
1.82/1.98	c 2	146 (20%) CSP integer variables are encoded (24382 clauses, 343714 bytes)
1.91/2.01	c 2	219 (30%) CSP integer variables are encoded (51693 clauses, 753379 bytes)
1.91/2.06	c 2	292 (40%) CSP integer variables are encoded (85724 clauses, 1263844 bytes)
2.02/2.11	c 2	365 (50%) CSP integer variables are encoded (120091 clauses, 1820176 bytes)
2.02/2.16	c 2	438 (60%) CSP integer variables are encoded (154290 clauses, 2401559 bytes)
2.02/2.20	c 2	511 (70%) CSP integer variables are encoded (188657 clauses, 2985798 bytes)
2.11/2.25	c 2	584 (80%) CSP integer variables are encoded (223024 clauses, 3570037 bytes)
2.11/2.30	c 2	657 (90%) CSP integer variables are encoded (257223 clauses, 4151420 bytes)
2.21/2.34	c 2	729 (100%) CSP integer variables are encoded (291087 clauses, 4727108 bytes)
163.05/165.86	c 165	4377 (10%) CSP clauses are encoded (92517216 clauses, 2100612299 bytes)
163.95/166.77	c 166	8754 (20%) CSP clauses are encoded (93011817 clauses, 2111306057 bytes)
164.84/167.64	c 167	13130 (30%) CSP clauses are encoded (93506417 clauses, 2122015753 bytes)
165.72/168.53	c 168	17507 (40%) CSP clauses are encoded (94001018 clauses, 2132751499 bytes)
166.62/169.44	c 169	21883 (50%) CSP clauses are encoded (94495450 clauses, 2143524195 bytes)
167.47/170.40	c 170	26260 (60%) CSP clauses are encoded (94990051 clauses, 2154376215 bytes)
168.47/171.34	c 171	30637 (70%) CSP clauses are encoded (95484652 clauses, 2165703891 bytes)
169.34/172.27	c 172	35013 (80%) CSP clauses are encoded (95979084 clauses, 2177027693 bytes)
170.33/173.20	c 173	39390 (90%) CSP clauses are encoded (96473685 clauses, 2188355369 bytes)
171.22/174.12	c 174	43766 (100%) CSP clauses are encoded (96967949 clauses, 2199677350 bytes)
171.22/174.12	c 174	43766 CSP clauses encoded
171.22/174.14	c 174	Writing map file : HOME/temp.map
171.22/174.16	c 174	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
171.22/174.16	c 174	SAT : 320208 SAT variables, 96967949 SAT clauses, 2199677350 bytes
171.22/174.16	c 174	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
171.26/174.21	c 174	SOLVING HOME/temp.cnf
171.26/174.21	c 174	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
171.26/174.23	c 174	*** picosat: can not read input file 'HOME/temp.cnf'
171.26/174.23	c 174	DECODING HOME/temp.out WITH HOME/temp.map
171.26/174.23	c ERROR no output file HOME/temp.out
171.26/174.23	s UNKNOWN
171.26/174.23	c 174	CPU 171.29 (0.05 0.02 156.36 14.86)
171.26/174.23	c 174	END Sat Jul 11 17:26:09 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-2060213-1247325794/watcher-2060213-1247325794 -o /tmp/evaluation-result-2060213-1247325794/solver-2060213-1247325794 -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-2060213-1247325794.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.71 2.01 1.98 4/74 12680
/proc/meminfo: memFree=1285552/2055920 swapFree=4192956/4192956
[pid=12680] ppid=12678 vsize=18576 CPUtime=0
/proc/12680/stat : 12680 (runsolver) R 12678 12680 11818 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 19642122 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12680/statm: 4644 284 249 26 0 2626 0

[startup+0.088131 s]
/proc/loadavg: 1.71 2.01 1.98 4/74 12680
/proc/meminfo: memFree=1285552/2055920 swapFree=4192956/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.07
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101792 s]
/proc/loadavg: 1.71 2.01 1.98 4/74 12680
/proc/meminfo: memFree=1285552/2055920 swapFree=4192956/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.07
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302812 s]
/proc/loadavg: 1.71 2.01 1.98 4/74 12680
/proc/meminfo: memFree=1285552/2055920 swapFree=4192956/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.07
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702852 s]
/proc/loadavg: 1.71 2.01 1.98 4/74 12680
/proc/meminfo: memFree=1285552/2055920 swapFree=4192956/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.32
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1309 4346 0 1 5 2 21 4 15 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16868

[startup+1.50194 s]
/proc/loadavg: 1.81 2.02 1.99 3/85 12702
/proc/meminfo: memFree=1266584/2055920 swapFree=4192956/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.32
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1310 4346 0 1 5 2 21 4 16 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
[pid=12693] ppid=12680 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (sh) S 12680 12680 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 233 193 169 0 50 0
[pid=12694] ppid=12693 vsize=868792 CPUtime=1.11
/proc/12694/stat : 12694 (java) S 12693 12680 11818 0 -1 0 9268 0 1 0 106 5 0 0 18 0 9 0 19642159 889643008 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12694/statm: 217198 8424 2566 9 0 211703 0
[pid=12694/tid=12695] ppid=12693 vsize=868792 CPUtime=0.64
/proc/12694/task/12695/stat : 12695 (java) R 12693 12680 11818 0 -1 64 2736 0 1 0 62 2 0 0 25 0 9 0 19642160 889643008 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12696] ppid=12693 vsize=868792 CPUtime=0.26
/proc/12694/task/12696/stat : 12696 (java) R 12693 12680 11818 0 -1 64 4342 0 0 0 25 1 0 0 16 0 9 0 19642162 889643008 8424 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12697] ppid=12693 vsize=868792 CPUtime=0
/proc/12694/task/12697/stat : 12697 (java) S 12693 12680 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642162 889643008 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12698] ppid=12693 vsize=868792 CPUtime=0
/proc/12694/task/12698/stat : 12698 (java) S 12693 12680 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19642162 889643008 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12699] ppid=12693 vsize=868792 CPUtime=0
/proc/12694/task/12699/stat : 12699 (java) S 12693 12680 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19642164 889643008 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12700] ppid=12693 vsize=868792 CPUtime=0.18
/proc/12694/task/12700/stat : 12700 (java) S 12693 12680 11818 0 -1 64 1492 0 0 0 18 0 0 0 16 0 9 0 19642164 889643008 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12701] ppid=12693 vsize=868792 CPUtime=0
/proc/12694/task/12701/stat : 12701 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19642164 889643008 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12702] ppid=12693 vsize=868792 CPUtime=0
/proc/12694/task/12702/stat : 12702 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19642164 889643008 8424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 891016

[startup+3.10109 s]
/proc/loadavg: 1.81 2.02 1.99 3/85 12702
/proc/meminfo: memFree=1249048/2055920 swapFree=4192956/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.32
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1310 4346 0 1 5 2 21 4 15 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
[pid=12693] ppid=12680 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (sh) S 12680 12680 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 233 193 169 0 50 0
[pid=12694] ppid=12693 vsize=868684 CPUtime=2.69
/proc/12694/stat : 12694 (java) S 12693 12680 11818 0 -1 0 11550 0 1 0 255 14 0 0 18 0 9 0 19642159 889532416 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12694/statm: 217171 10356 2590 9 0 211648 0
[pid=12694/tid=12695] ppid=12693 vsize=868684 CPUtime=1.76
/proc/12694/task/12695/stat : 12695 (java) R 12693 12680 11818 0 -1 64 3153 0 1 0 167 9 0 0 25 0 9 0 19642160 889532416 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12696] ppid=12693 vsize=868684 CPUtime=0.68
/proc/12694/task/12696/stat : 12696 (java) S 12693 12680 11818 0 -1 64 6183 0 0 0 65 3 0 0 16 0 9 0 19642162 889532416 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12697] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12697/stat : 12697 (java) S 12693 12680 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642162 889532416 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12698] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12698/stat : 12698 (java) S 12693 12680 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19642162 889532416 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12699] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12699/stat : 12699 (java) S 12693 12680 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19642164 889532416 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12700] ppid=12693 vsize=868684 CPUtime=0.22
/proc/12694/task/12700/stat : 12700 (java) S 12693 12680 11818 0 -1 64 1516 0 0 0 22 0 0 0 16 0 9 0 19642164 889532416 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12701] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12701/stat : 12701 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19642164 889532416 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12702] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12702/stat : 12702 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19642164 889532416 10356 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890908

[startup+6.30241 s]
/proc/loadavg: 1.91 2.04 1.99 3/85 12702
/proc/meminfo: memFree=1209944/2055920 swapFree=4192956/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.32
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1310 4346 0 1 5 2 21 4 15 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
[pid=12693] ppid=12680 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (sh) S 12680 12680 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 233 193 169 0 50 0
[pid=12694] ppid=12693 vsize=868684 CPUtime=5.84
/proc/12694/stat : 12694 (java) S 12693 12680 11818 0 -1 0 11987 0 1 0 543 41 0 0 18 0 9 0 19642159 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12694/statm: 217171 10357 2590 9 0 211648 0
[pid=12694/tid=12695] ppid=12693 vsize=868684 CPUtime=4.71
/proc/12694/task/12695/stat : 12695 (java) R 12693 12680 11818 0 -1 64 3589 0 1 0 438 33 0 0 25 0 9 0 19642160 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4126968092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12696] ppid=12693 vsize=868684 CPUtime=0.87
/proc/12694/task/12696/stat : 12696 (java) S 12693 12680 11818 0 -1 64 6183 0 0 0 81 6 0 0 16 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12697] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12697/stat : 12697 (java) S 12693 12680 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12698] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12698/stat : 12698 (java) S 12693 12680 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12699] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12699/stat : 12699 (java) S 12693 12680 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19642164 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12700] ppid=12693 vsize=868684 CPUtime=0.22
/proc/12694/task/12700/stat : 12700 (java) S 12693 12680 11818 0 -1 64 1517 0 0 0 22 0 0 0 16 0 9 0 19642164 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12701] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12701/stat : 12701 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19642164 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12702] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12702/stat : 12702 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19642164 889532416 10357 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) 890908

[startup+12.702 s]
/proc/loadavg: 2.00 2.06 2.00 4/85 12702
/proc/meminfo: memFree=1134232/2055920 swapFree=4192956/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.32
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1310 4346 0 1 5 2 21 4 15 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
[pid=12693] ppid=12680 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (sh) S 12680 12680 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 233 193 169 0 50 0
[pid=12694] ppid=12693 vsize=868684 CPUtime=12.12
/proc/12694/stat : 12694 (java) S 12693 12680 11818 0 -1 0 12858 0 1 0 1118 94 0 0 18 0 9 0 19642159 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12694/statm: 217171 10357 2590 9 0 211648 0
[pid=12694/tid=12695] ppid=12693 vsize=868684 CPUtime=10.66
/proc/12694/task/12695/stat : 12695 (java) R 12693 12680 11818 0 -1 64 4460 0 1 0 984 82 0 0 25 0 9 0 19642160 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 102093958 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12696] ppid=12693 vsize=868684 CPUtime=1.21
/proc/12694/task/12696/stat : 12696 (java) S 12693 12680 11818 0 -1 64 6183 0 0 0 111 10 0 0 16 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12697] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12697/stat : 12697 (java) S 12693 12680 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12698] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12698/stat : 12698 (java) S 12693 12680 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12699] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12699/stat : 12699 (java) S 12693 12680 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19642164 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12700] ppid=12693 vsize=868684 CPUtime=0.22
/proc/12694/task/12700/stat : 12700 (java) S 12693 12680 11818 0 -1 64 1517 0 0 0 22 0 0 0 16 0 9 0 19642164 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12701] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12701/stat : 12701 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19642164 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12702] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12702/stat : 12702 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19642164 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890908

[startup+25.5023 s]
/proc/loadavg: 2.22 2.10 2.01 3/85 12702
/proc/meminfo: memFree=976088/2055920 swapFree=4192956/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.32
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1310 4346 0 1 5 2 21 4 15 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
[pid=12693] ppid=12680 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (sh) S 12680 12680 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 233 193 169 0 50 0
[pid=12694] ppid=12693 vsize=868684 CPUtime=24.67
/proc/12694/stat : 12694 (java) S 12693 12680 11818 0 -1 0 14604 0 1 0 2267 200 0 0 18 0 9 0 19642159 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12694/statm: 217171 10357 2590 9 0 211648 0
[pid=12694/tid=12695] ppid=12693 vsize=868684 CPUtime=22.53
/proc/12694/task/12695/stat : 12695 (java) R 12693 12680 11818 0 -1 64 6206 0 1 0 2076 177 0 0 25 0 9 0 19642160 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4126969461 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12696] ppid=12693 vsize=868684 CPUtime=1.9
/proc/12694/task/12696/stat : 12696 (java) S 12693 12680 11818 0 -1 64 6183 0 0 0 168 22 0 0 16 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12697] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12697/stat : 12697 (java) S 12693 12680 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12698] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12698/stat : 12698 (java) S 12693 12680 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12699] ppid=12693 vsize=868684 CPUtime=0

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

[startup+102.307 s]
/proc/loadavg: 1.71 1.96 1.97 2/78 12855
/proc/meminfo: memFree=15632/2055920 swapFree=4192956/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.32
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1310 4346 0 1 5 2 21 4 15 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
[pid=12693] ppid=12680 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (sh) S 12680 12680 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 233 193 169 0 50 0
[pid=12694] ppid=12693 vsize=868684 CPUtime=100.46
/proc/12694/stat : 12694 (java) S 12693 12680 11818 0 -1 0 25523 0 1 0 9189 857 0 0 18 0 9 0 19642159 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12694/statm: 217171 10357 2590 9 0 211648 0
[pid=12694/tid=12695] ppid=12693 vsize=868684 CPUtime=94.68
/proc/12694/task/12695/stat : 12695 (java) R 12693 12680 11818 0 -1 64 17125 0 1 0 8694 774 0 0 17 0 9 0 19642160 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 102094108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12696] ppid=12693 vsize=868684 CPUtime=5.53
/proc/12694/task/12696/stat : 12696 (java) S 12693 12680 11818 0 -1 64 6183 0 0 0 471 82 0 0 16 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12697] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12697/stat : 12697 (java) S 12693 12680 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12698] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12698/stat : 12698 (java) S 12693 12680 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19642162 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12699] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12699/stat : 12699 (java) S 12693 12680 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19642164 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12700] ppid=12693 vsize=868684 CPUtime=0.22
/proc/12694/task/12700/stat : 12700 (java) S 12693 12680 11818 0 -1 64 1517 0 0 0 22 0 0 0 16 0 9 0 19642164 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12701] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12701/stat : 12701 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19642164 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12702] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12702/stat : 12702 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19642164 889532416 10357 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.78
Current children cumulated vsize (KiB) 890908

[startup+162.303 s]
/proc/loadavg: 1.47 1.84 1.93 3/78 12971
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.32
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1310 4346 0 1 5 2 21 4 15 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
[pid=12693] ppid=12680 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (sh) S 12680 12680 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 233 193 169 0 50 0
[pid=12694] ppid=12693 vsize=868684 CPUtime=159.29
/proc/12694/stat : 12694 (java) S 12693 12680 11818 0 -1 0 34050 0 1 0 14540 1389 0 0 18 0 9 0 19642159 889532416 10359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12694/statm: 217171 10359 2590 9 0 211648 0
[pid=12694/tid=12695] ppid=12693 vsize=868684 CPUtime=150.76
/proc/12694/task/12695/stat : 12695 (java) R 12693 12680 11818 0 -1 64 25650 0 1 0 13824 1252 0 0 17 0 9 0 19642160 889532416 10359 996147200 134512640 134550932 4294955936 18446744073709551615 4126969396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12696] ppid=12693 vsize=868684 CPUtime=8.27
/proc/12694/task/12696/stat : 12696 (java) S 12693 12680 11818 0 -1 64 6183 0 0 0 692 135 0 0 16 0 9 0 19642162 889532416 10359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12697] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12697/stat : 12697 (java) S 12693 12680 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642162 889532416 10359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12698] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12698/stat : 12698 (java) S 12693 12680 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19642162 889532416 10359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12699] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12699/stat : 12699 (java) S 12693 12680 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19642164 889532416 10359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12700] ppid=12693 vsize=868684 CPUtime=0.22
/proc/12694/task/12700/stat : 12700 (java) S 12693 12680 11818 0 -1 64 1519 0 0 0 22 0 0 0 17 0 9 0 19642164 889532416 10359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12701] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12701/stat : 12701 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19642164 889532416 10359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12702] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12702/stat : 12702 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19642164 889532416 10359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.61
Current children cumulated vsize (KiB) 890908

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

[startup+166.301 s]
/proc/loadavg: 1.51 1.85 1.93 2/78 12971
/proc/meminfo: memFree=15952/2055920 swapFree=4192812/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.32
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1310 4346 0 1 5 2 21 4 16 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
[pid=12693] ppid=12680 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (sh) S 12680 12680 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 233 193 169 0 50 0
[pid=12694] ppid=12693 vsize=868684 CPUtime=163.23
/proc/12694/stat : 12694 (java) S 12693 12680 11818 0 -1 0 34621 0 1 0 14903 1420 0 0 18 0 9 0 19642159 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12694/statm: 217171 10361 2590 9 0 211648 0
[pid=12694/tid=12695] ppid=12693 vsize=868684 CPUtime=154.51
/proc/12694/task/12695/stat : 12695 (java) R 12693 12680 11818 0 -1 64 26219 0 1 0 14171 1280 0 0 17 0 9 0 19642160 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4126974760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12696] ppid=12693 vsize=868684 CPUtime=8.46
/proc/12694/task/12696/stat : 12696 (java) S 12693 12680 11818 0 -1 64 6183 0 0 0 708 138 0 0 16 0 9 0 19642162 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12697] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12697/stat : 12697 (java) S 12693 12680 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642162 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12698] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12698/stat : 12698 (java) S 12693 12680 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19642162 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12699] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12699/stat : 12699 (java) S 12693 12680 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19642164 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12700] ppid=12693 vsize=868684 CPUtime=0.22
/proc/12694/task/12700/stat : 12700 (java) S 12693 12680 11818 0 -1 64 1521 0 0 0 22 0 0 0 16 0 9 0 19642164 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12694/tid=12701] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12701/stat : 12701 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19642164 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12702] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12702/stat : 12702 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19642164 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 163.55
Current children cumulated vsize (KiB) 890908

[startup+172.707 s]
/proc/loadavg: 1.47 1.83 1.92 2/78 13011
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=0.32
/proc/12680/stat : 12680 (sugar) S 12678 12680 11818 0 -1 4194304 1310 4346 0 1 5 2 21 4 16 0 1 0 19642122 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12680/statm: 4217 1111 409 3 0 796 0
[pid=12693] ppid=12680 vsize=5356 CPUtime=0
/proc/12693/stat : 12693 (sh) S 12680 12680 11818 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12693/statm: 1339 233 193 169 0 50 0
[pid=12694] ppid=12693 vsize=868684 CPUtime=169.52
/proc/12694/stat : 12694 (java) S 12693 12680 11818 0 -1 0 35487 0 1 0 15484 1468 0 0 18 0 9 0 19642159 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12694/statm: 217171 10361 2590 9 0 211648 0
[pid=12694/tid=12695] ppid=12693 vsize=868684 CPUtime=160.53
/proc/12694/task/12695/stat : 12695 (java) R 12693 12680 11818 0 -1 64 27085 0 1 0 14729 1324 0 0 17 0 9 0 19642160 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4126481173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12696] ppid=12693 vsize=868684 CPUtime=8.73
/proc/12694/task/12696/stat : 12696 (java) S 12693 12680 11818 0 -1 64 6183 0 0 0 730 143 0 0 16 0 9 0 19642162 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12697] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12697/stat : 12697 (java) S 12693 12680 11818 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642162 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12698] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12698/stat : 12698 (java) S 12693 12680 11818 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19642162 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12699] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12699/stat : 12699 (java) S 12693 12680 11818 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19642164 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12700] ppid=12693 vsize=868684 CPUtime=0.22
/proc/12694/task/12700/stat : 12700 (java) S 12693 12680 11818 0 -1 64 1521 0 0 0 22 0 0 0 16 0 9 0 19642164 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12694/tid=12701] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12701/stat : 12701 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19642164 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12694/tid=12702] ppid=12693 vsize=868684 CPUtime=0
/proc/12694/task/12702/stat : 12702 (java) S 12693 12680 11818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19642164 889532416 10361 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 169.84
Current children cumulated vsize (KiB) 890908

[startup+174.302 s]
/proc/loadavg: 1.47 1.83 1.92 2/78 13011
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=171.36
/proc/12680/stat : 12680 (sugar) R 12678 12680 11818 0 -1 4194304 1418 40672 0 6 5 9 15636 1486 16 0 1 0 19642122 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12680/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 171.36
Current children cumulated vsize (KiB) 16868

[startup+175.901 s]
/proc/loadavg: 1.43 1.82 1.91 1/68 13013
/proc/meminfo: memFree=1949600/2055920 swapFree=4192812/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=172.25
/proc/12680/stat : 12680 (sugar) D 12678 12680 11818 0 -1 4194304 1418 40672 0 6 5 98 15636 1486 15 0 1 0 19642122 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12680/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 172.25
Current children cumulated vsize (KiB) 16868

[startup+176.301 s]
/proc/loadavg: 1.43 1.82 1.91 1/68 13013
/proc/meminfo: memFree=1949600/2055920 swapFree=4192812/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=172.29
/proc/12680/stat : 12680 (sugar) R 12678 12680 11818 0 -1 4194304 1418 40672 0 6 5 102 15636 1486 15 0 1 0 19642122 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12680/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 172.29
Current children cumulated vsize (KiB) 16868

[startup+176.501 s]
/proc/loadavg: 1.43 1.82 1.91 1/68 13013
/proc/meminfo: memFree=1949600/2055920 swapFree=4192812/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=172.29
/proc/12680/stat : 12680 (sugar) D 12678 12680 11818 0 -1 4194304 1418 40672 0 6 5 102 15636 1486 15 0 1 0 19642122 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12680/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 172.29
Current children cumulated vsize (KiB) 16868

[startup+176.601 s]
/proc/loadavg: 1.43 1.82 1.91 1/68 13013
/proc/meminfo: memFree=1949600/2055920 swapFree=4192812/4192956
[pid=12680] ppid=12678 vsize=16868 CPUtime=172.3
/proc/12680/stat : 12680 (sugar) D 12678 12680 11818 0 -1 4194304 1418 40672 0 6 5 103 15636 1486 15 0 1 0 19642122 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12680/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 172.3
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 176.618
CPU time (s): 172.318
CPU user time (s): 156.422
CPU system time (s): 15.8956
CPU usage (%): 97.5653
Max. virtual memory (cumulated for all children) (KiB): 891048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.422
system time used= 15.8956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42150
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155388
involuntary context switches= 134880

runsolver used 0.247962 second user time and 0.576912 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 17:23:15
IDJOB=2060213
IDBENCH=53657
IDSOLVER=738
FILE ID=node70/2060213-1247325794
PBS_JOBID= 9506492
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-13_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-2060213-1247325794/watcher-2060213-1247325794 -o /tmp/evaluation-result-2060213-1247325794/solver-2060213-1247325794 -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-2060213-1247325794.xml

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

MD5SUM BENCH= c3269871e50aabd5e086ba0b887ebcbd
RANDOM SEED=2055217202

node70.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.214
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.214
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:       1286032 kB
Buffers:         56468 kB
Cached:         616936 kB
SwapCached:          0 kB
Active:         169652 kB
Inactive:       547892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1286032 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1408 kB
Writeback:           0 kB
Mapped:          55400 kB
Slab:            37600 kB
Committed_AS:   159488 kB
PageTables:       1828 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= 66416 MiB
End job on node70 at 2009-07-11 17:26:11