Trace number 2060246

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? 229.182 439.793

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.06	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.06	c 0	BEGIN Sat Jul 11 17:23:26 2009
0.00/0.06	c 0	PID 13422
0.00/0.07	c 0	HOST node82.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2060246-1247325806.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060246-1247325806.xml' 'HOME/temp.csp'
0.06/0.27	c 1	1 domains, 400 variables, 0 predicates, 0 relations, 43 constraints
0.06/0.29	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.29	c 1	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.33/0.36	c 1	Parsing HOME/temp.csp
0.33/0.40	c 1	parsed 444 expressions
0.33/0.41	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.41	c 1	Converting to clausal form CSP
0.33/0.43	c 1	converted 45 (10%) expressions
0.33/0.43	c 1	converted 89 (20%) expressions
0.33/0.43	c 1	converted 134 (30%) expressions
0.33/0.43	c 1	converted 178 (40%) expressions
0.33/0.43	c 1	converted 222 (50%) expressions
0.33/0.43	c 1	converted 267 (60%) expressions
0.33/0.44	c 1	converted 311 (70%) expressions
0.33/0.44	c 1	converted 356 (80%) expressions
0.33/0.44	c 1	converted 400 (90%) expressions
3.48/3.38	c 4	converted 444 (100%) expressions
3.48/3.38	c 4	CSP : 1828 integers, 0 booleans, 82742 clauses, largest domain size 2794
3.48/3.38	c 4	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.48/3.38	c 4	Propagation in CSP
3.79/3.68	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.79/3.68	c 4	CSP : 1828 integers, 0 booleans, 82742 clauses, largest domain size 2794
3.79/3.68	c 4	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.89/3.70	c 4	Simplifing CSP by introducing new Boolean variables
4.99/4.82	c 5	CSP : 1828 integers, 159600 booleans, 242342 clauses, largest domain size 2794
4.99/4.82	c 5	Heap : 104 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.59/5.50	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.81/5.61	c 6	183 (10%) CSP integer variables are encoded (72834 clauses, 1070420 bytes)
5.81/5.69	c 6	366 (20%) CSP integer variables are encoded (145668 clauses, 2254769 bytes)
6.11/5.93	c 6	549 (30%) CSP integer variables are encoded (354561 clauses, 5805950 bytes)
6.31/6.19	c 7	732 (40%) CSP integer variables are encoded (594576 clauses, 9886205 bytes)
6.62/6.45	c 7	914 (50%) CSP integer variables are encoded (832996 clauses, 13939345 bytes)
6.91/6.73	c 7	1097 (60%) CSP integer variables are encoded (1074607 clauses, 18198029 bytes)
7.21/7.00	c 7	1280 (70%) CSP integer variables are encoded (1314622 clauses, 22758314 bytes)
7.40/7.28	c 8	1463 (80%) CSP integer variables are encoded (1554637 clauses, 27318599 bytes)
7.70/7.56	c 8	1646 (90%) CSP integer variables are encoded (1794253 clauses, 31871303 bytes)
8.00/7.84	c 8	1828 (100%) CSP integer variables are encoded (2034668 clauses, 36439188 bytes)
227.89/332.04	c 332	ERROR Exception Too large HOME/temp.cnf
227.94/332.92	c 332	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
227.94/332.92	c 332	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
227.94/332.92	c 332	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
227.94/332.92	s UNKNOWN
227.96/333.66	c 334	CPU 227.98 (0.05 0.01 209.19 18.73)
227.96/333.66	c 334	END Sat Jul 11 17:29:00 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-2060246-1247325806/watcher-2060246-1247325806 -o /tmp/evaluation-result-2060246-1247325806/solver-2060246-1247325806 -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-2060246-1247325806.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.26 1.84 1.93 3/68 13422
/proc/meminfo: memFree=853056/2055920 swapFree=4192956/4192956
[pid=13422] ppid=13420 vsize=12272 CPUtime=0
/proc/13422/stat : 13422 (sugar) R 13420 13422 12269 0 -1 4194304 396 0 0 0 0 0 0 0 21 0 1 0 19645605 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 224264944229 0 0 4224 0 0 0 0 17 0 0 0
/proc/13422/statm: 3068 364 274 3 0 168 0

[startup+0.080514 s]
/proc/loadavg: 1.26 1.84 1.93 3/68 13422
/proc/meminfo: memFree=853056/2055920 swapFree=4192956/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=0.06
/proc/13422/stat : 13422 (sugar) S 13420 13422 12269 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19645605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13422/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.10151 s]
/proc/loadavg: 1.26 1.84 1.93 3/68 13422
/proc/meminfo: memFree=853056/2055920 swapFree=4192956/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=0.06
/proc/13422/stat : 13422 (sugar) S 13420 13422 12269 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19645605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13422/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301578 s]
/proc/loadavg: 1.26 1.84 1.93 3/68 13422
/proc/meminfo: memFree=853056/2055920 swapFree=4192956/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=0.33
/proc/13422/stat : 13422 (sugar) S 13420 13422 12269 0 -1 4194304 1292 4564 0 1 5 1 25 2 16 0 1 0 19645605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13422/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16868

[startup+0.702634 s]
/proc/loadavg: 1.26 1.84 1.93 3/68 13422
/proc/meminfo: memFree=853056/2055920 swapFree=4192956/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=0.33
/proc/13422/stat : 13422 (sugar) S 13420 13422 12269 0 -1 4194304 1309 4564 0 1 5 1 25 2 16 0 1 0 19645605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13422/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16868

[startup+1.50178 s]
/proc/loadavg: 1.26 1.84 1.93 2/79 13444
/proc/meminfo: memFree=825248/2055920 swapFree=4192956/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=0.33
/proc/13422/stat : 13422 (sugar) S 13420 13422 12269 0 -1 4194304 1309 4564 0 1 5 1 25 2 16 0 1 0 19645605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13422/statm: 4217 1111 409 3 0 796 0
[pid=13435] ppid=13422 vsize=5356 CPUtime=0
/proc/13435/stat : 13435 (sh) S 13422 13422 12269 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19645635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13435/statm: 1339 233 193 169 0 50 0
[pid=13436] ppid=13435 vsize=869468 CPUtime=1.35
/proc/13436/stat : 13436 (java) S 13435 13422 12269 0 -1 0 12965 0 1 0 129 6 0 0 19 0 9 0 19645635 890335232 10578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13436/statm: 217367 10578 2566 9 0 211872 0
[pid=13436/tid=13437] ppid=13435 vsize=869468 CPUtime=0.71
/proc/13436/task/13437/stat : 13437 (java) R 13435 13422 12269 0 -1 64 2895 0 1 0 70 1 0 0 16 0 9 0 19645636 890335232 10578 996147200 134512640 134550932 4294955936 18446744073709551615 4126513345 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13438] ppid=13435 vsize=869468 CPUtime=0.46
/proc/13436/task/13438/stat : 13438 (java) S 13435 13422 12269 0 -1 64 7835 0 0 0 43 3 0 0 16 0 9 0 19645637 890335232 10578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13439] ppid=13435 vsize=869468 CPUtime=0
/proc/13436/task/13439/stat : 13439 (java) S 13435 13422 12269 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19645637 890335232 10578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13440] ppid=13435 vsize=869468 CPUtime=0
/proc/13436/task/13440/stat : 13440 (java) S 13435 13422 12269 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19645637 890335232 10578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13441] ppid=13435 vsize=869468 CPUtime=0
/proc/13436/task/13441/stat : 13441 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19645639 890335232 10578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13442] ppid=13435 vsize=869468 CPUtime=0.15
/proc/13436/task/13442/stat : 13442 (java) S 13435 13422 12269 0 -1 64 1536 0 0 0 14 1 0 0 15 0 9 0 19645639 890335232 10578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13435 vsize=869468 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13435 13422 12269 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19645639 890335232 10578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13435 vsize=869468 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19645639 890335232 10578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 891692

[startup+3.10108 s]
/proc/loadavg: 1.24 1.83 1.93 2/79 13444
/proc/meminfo: memFree=804832/2055920 swapFree=4192956/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=0.33
/proc/13422/stat : 13422 (sugar) S 13420 13422 12269 0 -1 4194304 1309 4564 0 1 5 1 25 2 16 0 1 0 19645605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13422/statm: 4217 1111 409 3 0 796 0
[pid=13435] ppid=13422 vsize=5356 CPUtime=0
/proc/13435/stat : 13435 (sh) S 13422 13422 12269 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19645635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13435/statm: 1339 233 193 169 0 50 0
[pid=13436] ppid=13435 vsize=869468 CPUtime=2.96
/proc/13436/stat : 13436 (java) S 13435 13422 12269 0 -1 0 21635 0 1 0 286 10 0 0 19 0 9 0 19645635 890335232 18526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13436/statm: 217367 18526 2566 9 0 211872 0
[pid=13436/tid=13437] ppid=13435 vsize=869468 CPUtime=1.55
/proc/13436/task/13437/stat : 13437 (java) R 13435 13422 12269 0 -1 64 3358 0 1 0 154 1 0 0 16 0 9 0 19645636 890335232 18526 996147200 134512640 134550932 4294955936 18446744073709551615 4126476104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13438] ppid=13435 vsize=869468 CPUtime=1.23
/proc/13436/task/13438/stat : 13438 (java) S 13435 13422 12269 0 -1 64 16041 0 0 0 117 6 0 0 17 0 9 0 19645637 890335232 18526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13439] ppid=13435 vsize=869468 CPUtime=0
/proc/13436/task/13439/stat : 13439 (java) S 13435 13422 12269 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19645637 890335232 18526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13440] ppid=13435 vsize=869468 CPUtime=0
/proc/13436/task/13440/stat : 13440 (java) S 13435 13422 12269 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19645637 890335232 18526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13441] ppid=13435 vsize=869468 CPUtime=0
/proc/13436/task/13441/stat : 13441 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19645639 890335232 18526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13442] ppid=13435 vsize=869468 CPUtime=0.15
/proc/13436/task/13442/stat : 13442 (java) S 13435 13422 12269 0 -1 64 1537 0 0 0 14 1 0 0 16 0 9 0 19645639 890335232 18526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13435 vsize=869468 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13435 13422 12269 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19645639 890335232 18526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13435 vsize=869468 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19645639 890335232 18526 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 891692

[startup+6.30267 s]
/proc/loadavg: 1.24 1.83 1.93 3/79 13444
/proc/meminfo: memFree=704160/2055920 swapFree=4192956/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=0.33
/proc/13422/stat : 13422 (sugar) S 13420 13422 12269 0 -1 4194304 1310 4564 0 1 5 1 25 2 15 0 1 0 19645605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13422/statm: 4217 1111 409 3 0 796 0
[pid=13435] ppid=13422 vsize=5356 CPUtime=0
/proc/13435/stat : 13435 (sh) S 13422 13422 12269 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19645635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13435/statm: 1339 233 193 169 0 50 0
[pid=13436] ppid=13435 vsize=869580 CPUtime=6.19
/proc/13436/stat : 13436 (java) S 13435 13422 12269 0 -1 0 47924 0 1 0 593 26 0 0 19 0 9 0 19645635 890449920 33167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13436/statm: 217395 33167 2591 9 0 211872 0
[pid=13436/tid=13437] ppid=13435 vsize=869580 CPUtime=3.05
/proc/13436/task/13437/stat : 13437 (java) R 13435 13422 12269 0 -1 64 4066 0 1 0 298 7 0 0 16 0 9 0 19645636 890449920 33167 996147200 134512640 134550932 4294955936 18446744073709551615 4126789821 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13438] ppid=13435 vsize=869580 CPUtime=2.91
/proc/13436/task/13438/stat : 13438 (java) S 13435 13422 12269 0 -1 64 41588 0 0 0 275 16 0 0 15 0 9 0 19645637 890449920 33167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13439] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13439/stat : 13439 (java) S 13435 13422 12269 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19645637 890449920 33167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13440] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13440/stat : 13440 (java) S 13435 13422 12269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19645637 890449920 33167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13441] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13441/stat : 13441 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19645639 890449920 33167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13442] ppid=13435 vsize=869580 CPUtime=0.19
/proc/13436/task/13442/stat : 13442 (java) S 13435 13422 12269 0 -1 64 1571 0 0 0 18 1 0 0 16 0 9 0 19645639 890449920 33167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13435 13422 12269 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19645639 890449920 33167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19645639 890449920 33167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 891804

[startup+12.7019 s]
/proc/loadavg: 1.44 1.85 1.93 3/85 13455
/proc/meminfo: memFree=622632/2055920 swapFree=4192956/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=0.33
/proc/13422/stat : 13422 (sugar) S 13420 13422 12269 0 -1 4194304 1310 4564 0 1 5 1 25 2 16 0 1 0 19645605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13422/statm: 4217 1111 409 3 0 796 0
[pid=13435] ppid=13422 vsize=5356 CPUtime=0
/proc/13435/stat : 13435 (sh) S 13422 13422 12269 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19645635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13435/statm: 1339 233 193 169 0 50 0
[pid=13436] ppid=13435 vsize=869580 CPUtime=12.54
/proc/13436/stat : 13436 (java) S 13435 13422 12269 0 -1 0 48168 0 1 0 1175 79 0 0 19 0 9 0 19645635 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13436/statm: 217395 33173 2591 9 0 211872 0
[pid=13436/tid=13437] ppid=13435 vsize=869580 CPUtime=9.27
/proc/13436/task/13437/stat : 13437 (java) R 13435 13422 12269 0 -1 64 4304 0 1 0 869 58 0 0 25 0 9 0 19645636 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13438] ppid=13435 vsize=869580 CPUtime=3.05
/proc/13436/task/13438/stat : 13438 (java) S 13435 13422 12269 0 -1 64 41588 0 0 0 286 19 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13439] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13439/stat : 13439 (java) S 13435 13422 12269 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13440] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13440/stat : 13440 (java) S 13435 13422 12269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13441] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13441/stat : 13441 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13442] ppid=13435 vsize=869580 CPUtime=0.2
/proc/13436/task/13442/stat : 13442 (java) S 13435 13422 12269 0 -1 64 1577 0 0 0 19 1 0 0 17 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13435 13422 12269 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 891804

[startup+25.5022 s]
/proc/loadavg: 1.84 1.92 1.95 3/85 13455
/proc/meminfo: memFree=428584/2055920 swapFree=4192956/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=0.33
/proc/13422/stat : 13422 (sugar) S 13420 13422 12269 0 -1 4194304 1310 4564 0 1 5 1 25 2 16 0 1 0 19645605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13422/statm: 4217 1111 409 3 0 796 0
[pid=13435] ppid=13422 vsize=5356 CPUtime=0
/proc/13435/stat : 13435 (sh) S 13422 13422 12269 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19645635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13435/statm: 1339 233 193 169 0 50 0
[pid=13436] ppid=13435 vsize=869580 CPUtime=24.96
/proc/13436/stat : 13436 (java) S 13435 13422 12269 0 -1 0 48640 0 1 0 2315 181 0 0 19 0 9 0 19645635 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13436/statm: 217395 33173 2591 9 0 211872 0
[pid=13436/tid=13437] ppid=13435 vsize=869580 CPUtime=21.42
/proc/13436/task/13437/stat : 13437 (java) D 13435 13422 12269 0 -1 64 4776 0 1 0 1986 156 0 0 25 0 9 0 19645636 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=13436/tid=13438] ppid=13435 vsize=869580 CPUtime=3.31
/proc/13436/task/13438/stat : 13438 (java) S 13435 13422 12269 0 -1 64 41588 0 0 0 309 22 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13439] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13439/stat : 13439 (java) S 13435 13422 12269 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13440] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13440/stat : 13440 (java) S 13435 13422 12269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13441] ppid=13435 vsize=869580 CPUtime=0

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

Current children cumulated CPU time (s) 121.26
Current children cumulated vsize (KiB) 891804
heavy processes:

[startup+222.303 s]
/proc/loadavg: 4.56 3.29 2.49 4/85 13463
/proc/meminfo: memFree=15784/2055920 swapFree=4192948/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=0.33
/proc/13422/stat : 13422 (sugar) S 13420 13422 12269 0 -1 4194304 1310 4564 0 1 5 1 25 2 16 0 1 0 19645605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13422/statm: 4217 1111 409 3 0 796 0
[pid=13435] ppid=13422 vsize=5356 CPUtime=0
/proc/13435/stat : 13435 (sh) S 13422 13422 12269 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19645635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13435/statm: 1339 233 193 169 0 50 0
[pid=13436] ppid=13435 vsize=869580 CPUtime=126.56
/proc/13436/stat : 13436 (java) S 13435 13422 12269 0 -1 0 52441 0 1 0 11629 1027 0 0 19 0 9 0 19645635 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13436/statm: 217395 33173 2591 9 0 211872 0
[pid=13436/tid=13437] ppid=13435 vsize=869580 CPUtime=120.69
/proc/13436/task/13437/stat : 13437 (java) R 13435 13422 12269 0 -1 64 8577 0 1 0 11094 975 0 0 18 0 9 0 19645636 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4126993262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13438] ppid=13435 vsize=869580 CPUtime=5.64
/proc/13436/task/13438/stat : 13438 (java) S 13435 13422 12269 0 -1 64 41588 0 0 0 514 50 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13439] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13439/stat : 13439 (java) S 13435 13422 12269 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13440] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13440/stat : 13440 (java) S 13435 13422 12269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13441] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13441/stat : 13441 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13442] ppid=13435 vsize=869580 CPUtime=0.2
/proc/13436/task/13442/stat : 13442 (java) S 13435 13422 12269 0 -1 64 1577 0 0 0 19 1 0 0 17 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13435 13422 12269 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 126.89
Current children cumulated vsize (KiB) 891804
heavy processes:

[startup+282.302 s]
/proc/loadavg: 7.32 4.24 2.86 3/90 13473
/proc/meminfo: memFree=15168/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=0.33
/proc/13422/stat : 13422 (sugar) S 13420 13422 12269 0 -1 4194304 1310 4564 0 1 5 1 25 2 16 0 1 0 19645605 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13422/statm: 4217 1111 409 3 0 796 0
[pid=13435] ppid=13422 vsize=5356 CPUtime=0
/proc/13435/stat : 13435 (sh) S 13422 13422 12269 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19645635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13435/statm: 1339 233 193 169 0 50 0
[pid=13436] ppid=13435 vsize=869580 CPUtime=181.72
/proc/13436/stat : 13436 (java) S 13435 13422 12269 0 -1 0 54510 0 1 0 16690 1482 0 0 19 0 9 0 19645635 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13436/statm: 217395 33173 2591 9 0 211872 0
[pid=13436/tid=13437] ppid=13435 vsize=869580 CPUtime=174.57
/proc/13436/task/13437/stat : 13437 (java) R 13435 13422 12269 0 -1 64 10646 0 1 0 16041 1416 0 0 20 0 9 0 19645636 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4127016341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13438] ppid=13435 vsize=869580 CPUtime=6.92
/proc/13436/task/13438/stat : 13438 (java) S 13435 13422 12269 0 -1 64 41588 0 0 0 629 63 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13436/tid=13439] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13439/stat : 13439 (java) S 13435 13422 12269 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13440] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13440/stat : 13440 (java) S 13435 13422 12269 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19645637 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13441] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13441/stat : 13441 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13442] ppid=13435 vsize=869580 CPUtime=0.2
/proc/13436/task/13442/stat : 13442 (java) S 13435 13422 12269 0 -1 64 1577 0 0 0 19 1 0 0 17 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13443] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13443/stat : 13443 (java) S 13435 13422 12269 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13436/tid=13444] ppid=13435 vsize=869580 CPUtime=0
/proc/13436/task/13444/stat : 13444 (java) S 13435 13422 12269 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19645639 890449920 33173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 182.05
Current children cumulated vsize (KiB) 891804
heavy processes:

[startup+342.301 s]
/proc/loadavg: 9.54 5.46 3.37 2/81 13479
/proc/meminfo: memFree=329800/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=228.08
/proc/13422/stat : 13422 (sugar) D 13420 13422 12269 0 -1 4194304 1335 61085 0 2 5 11 20919 1873 17 0 1 0 19645605 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13422/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 228.08
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+402.301 s]
/proc/loadavg: 7.22 5.59 3.53 2/80 13479
/proc/meminfo: memFree=1617936/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=228.77
/proc/13422/stat : 13422 (sugar) D 13420 13422 12269 0 -1 4194304 1335 61085 0 2 5 80 20919 1873 18 0 1 0 19645605 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13422/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 228.77
Current children cumulated vsize (KiB) 16868
heavy processes:

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

[startup+409.502 s]
/proc/loadavg: 6.72 5.54 3.54 2/80 13479
/proc/meminfo: memFree=1692816/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=228.82
/proc/13422/stat : 13422 (sugar) D 13420 13422 12269 0 -1 4194304 1335 61085 0 2 5 85 20919 1873 18 0 1 0 19645605 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13422/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 228.82
Current children cumulated vsize (KiB) 16868

[startup+422.302 s]
/proc/loadavg: 6.12 5.46 3.55 2/80 13479
/proc/meminfo: memFree=1808208/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=228.89
/proc/13422/stat : 13422 (sugar) D 13420 13422 12269 0 -1 4194304 1335 61085 0 2 5 92 20919 1873 18 0 1 0 19645605 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13422/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 228.89
Current children cumulated vsize (KiB) 16868

[startup+428.701 s]
/proc/loadavg: 5.95 5.44 3.55 2/80 13479
/proc/meminfo: memFree=1856400/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=228.91
/proc/13422/stat : 13422 (sugar) D 13420 13422 12269 0 -1 4194304 1335 61085 0 2 5 94 20919 1873 18 0 1 0 19645605 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13422/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 228.91
Current children cumulated vsize (KiB) 16868

[startup+435.101 s]
/proc/loadavg: 5.71 5.40 3.54 2/78 13479
/proc/meminfo: memFree=1894944/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=228.94
/proc/13422/stat : 13422 (sugar) D 13420 13422 12269 0 -1 4194304 1335 61085 0 2 5 97 20919 1873 18 0 1 0 19645605 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13422/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 228.94
Current children cumulated vsize (KiB) 16868

[startup+436.707 s]
/proc/loadavg: 5.49 5.36 3.54 2/78 13479
/proc/meminfo: memFree=1915232/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=228.95
/proc/13422/stat : 13422 (sugar) D 13420 13422 12269 0 -1 4194304 1335 61085 0 2 5 98 20919 1873 18 0 1 0 19645605 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13422/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 228.95
Current children cumulated vsize (KiB) 16868

[startup+438.303 s]
/proc/loadavg: 5.49 5.36 3.54 2/77 13479
/proc/meminfo: memFree=1925224/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=228.96
/proc/13422/stat : 13422 (sugar) D 13420 13422 12269 0 -1 4194304 1335 61085 0 2 5 99 20919 1873 18 0 1 0 19645605 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13422/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 228.96
Current children cumulated vsize (KiB) 16868

[startup+439.101 s]
/proc/loadavg: 5.49 5.36 3.54 2/77 13479
/proc/meminfo: memFree=1936360/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=228.97
/proc/13422/stat : 13422 (sugar) D 13420 13422 12269 0 -1 4194304 1335 61085 0 2 5 100 20919 1873 18 0 1 0 19645605 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/13422/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 228.97
Current children cumulated vsize (KiB) 16868

[startup+439.65 s]
/proc/loadavg: 5.49 5.36 3.54 2/77 13479
/proc/meminfo: memFree=1936360/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=229.15
/proc/13422/stat : 13422 (sugar) D 13420 13422 12269 0 -1 4194304 1335 61085 0 2 5 118 20919 1873 18 0 1 0 19645605 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13422/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 229.15
Current children cumulated vsize (KiB) 16868

[startup+439.702 s]
/proc/loadavg: 5.49 5.36 3.54 2/77 13479
/proc/meminfo: memFree=1936360/2055920 swapFree=4192812/4192956
[pid=13422] ppid=13420 vsize=16868 CPUtime=229.15
/proc/13422/stat : 13422 (sugar) D 13420 13422 12269 0 -1 4194304 1335 61085 0 2 5 118 20919 1873 18 0 1 0 19645605 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 224264950825 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13422/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 229.15
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 439.793
CPU time (s): 229.182
CPU user time (s): 209.254
CPU system time (s): 19.928
CPU usage (%): 52.1113
Max. virtual memory (cumulated for all children) (KiB): 914184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.254
system time used= 19.928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62481
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= 82056
involuntary context switches= 82697

runsolver used 0.538918 second user time and 1.46978 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-11 17:23:26
IDJOB=2060246
IDBENCH=53660
IDSOLVER=738
FILE ID=node82/2060246-1247325806
PBS_JOBID= 9506470
Free space on /tmp= 66140 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060246-1247325806/watcher-2060246-1247325806 -o /tmp/evaluation-result-2060246-1247325806/solver-2060246-1247325806 -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-2060246-1247325806.xml

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

MD5SUM BENCH= 7812e1842715799c37ff5f210a866913
RANDOM SEED=1345735647

node82.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.265
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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        853600 kB
Buffers:         66180 kB
Cached:        1043308 kB
SwapCached:          0 kB
Active:         321120 kB
Inactive:       805084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        853600 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          26480 kB
Slab:            61828 kB
Committed_AS:   104060 kB
PageTables:       1600 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66140 MiB
End job on node82 at 2009-07-11 17:30:46