Trace number 2060214

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? 417.644 428.212

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.06/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.07	c 0	BEGIN Sat Jul 11 17:23:15 2009
0.06/0.07	c 0	PID 13444
0.06/0.07	c 0	HOST node52.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2060214-1247325795.xml TO HOME/temp.csp
0.06/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-2060214-1247325795.xml' 'HOME/temp.csp'
0.06/0.24	c 0	1 domains, 169 variables, 0 predicates, 0 relations, 29 constraints
0.06/0.28	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.28	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.27/0.35	c 0	Parsing HOME/temp.csp
0.27/0.38	c 0	parsed 199 expressions
0.27/0.39	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.39	c 0	Converting to clausal form CSP
0.27/0.41	c 0	converted 20 (10%) expressions
0.27/0.41	c 0	converted 40 (20%) expressions
0.27/0.41	c 0	converted 60 (30%) expressions
0.27/0.41	c 0	converted 80 (40%) expressions
0.27/0.41	c 0	converted 100 (50%) expressions
0.27/0.41	c 0	converted 120 (60%) expressions
0.27/0.41	c 0	converted 140 (70%) expressions
0.27/0.41	c 0	converted 160 (80%) expressions
0.27/0.50	c 0	converted 180 (90%) expressions
1.12/1.06	c 1	converted 199 (100%) expressions
1.12/1.06	c 1	CSP : 729 integers, 0 booleans, 15374 clauses, largest domain size 841
1.12/1.06	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.06	c 1	Propagation in CSP
1.23/1.14	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.14	c 1	CSP : 729 integers, 0 booleans, 15374 clauses, largest domain size 841
1.23/1.14	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.15	c 1	Simplifing CSP by introducing new Boolean variables
1.53/1.47	c 1	CSP : 729 integers, 28392 booleans, 43766 clauses, largest domain size 841
1.53/1.47	c 1	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.58	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.75/1.62	c 1	73 (10%) CSP integer variables are encoded (12191 clauses, 160849 bytes)
1.75/1.63	c 1	146 (20%) CSP integer variables are encoded (24382 clauses, 343714 bytes)
1.75/1.67	c 2	219 (30%) CSP integer variables are encoded (51693 clauses, 753379 bytes)
1.84/1.71	c 2	292 (40%) CSP integer variables are encoded (85724 clauses, 1263844 bytes)
1.84/1.75	c 2	365 (50%) CSP integer variables are encoded (120091 clauses, 1820176 bytes)
1.84/1.79	c 2	438 (60%) CSP integer variables are encoded (154290 clauses, 2401559 bytes)
1.95/1.84	c 2	511 (70%) CSP integer variables are encoded (188657 clauses, 2985798 bytes)
1.95/1.88	c 2	584 (80%) CSP integer variables are encoded (223024 clauses, 3570037 bytes)
2.05/1.93	c 2	657 (90%) CSP integer variables are encoded (257223 clauses, 4151420 bytes)
2.05/1.97	c 2	729 (100%) CSP integer variables are encoded (291087 clauses, 4727108 bytes)
388.46/398.01	c 398	4377 (10%) CSP clauses are encoded (92517216 clauses, 2100612299 bytes)
391.46/401.06	c 401	8754 (20%) CSP clauses are encoded (93011817 clauses, 2111306057 bytes)
394.56/404.12	c 404	13130 (30%) CSP clauses are encoded (93506417 clauses, 2122015753 bytes)
397.56/407.17	c 407	17507 (40%) CSP clauses are encoded (94001018 clauses, 2132751499 bytes)
400.66/410.22	c 410	21883 (50%) CSP clauses are encoded (94495450 clauses, 2143524195 bytes)
403.65/413.29	c 413	26260 (60%) CSP clauses are encoded (94990051 clauses, 2154376215 bytes)
406.85/416.47	c 416	30637 (70%) CSP clauses are encoded (95484652 clauses, 2165703891 bytes)
410.05/419.68	c 420	35013 (80%) CSP clauses are encoded (95979084 clauses, 2177027693 bytes)
413.25/422.90	c 423	39390 (90%) CSP clauses are encoded (96473685 clauses, 2188355369 bytes)
416.55/426.10	c 426	43766 (100%) CSP clauses are encoded (96967949 clauses, 2199677350 bytes)
416.55/426.10	c 426	43766 CSP clauses encoded
416.55/426.12	c 426	Writing map file : HOME/temp.map
416.55/426.16	c 426	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
416.55/426.16	c 426	SAT : 320208 SAT variables, 96967949 SAT clauses, 2199677350 bytes
416.55/426.16	c 426	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
416.57/426.22	c 426	SOLVING HOME/temp.cnf
416.57/426.22	c 426	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
416.59/426.40	c 426	This is MiniSat 2.0 beta
416.59/426.40	c 426	WARNING: for repeatability, setting FPU to use double precision
416.59/426.40	c 426	ERROR! Could not open file: HOME/temp.cnf
416.59/426.40	c 426	DECODING HOME/temp.out WITH HOME/temp.map
416.60/426.40	c ERROR no output file HOME/temp.out
416.60/426.40	s UNKNOWN
416.60/426.40	c 426	CPU 416.6 (0.05 0.01 154.52 262.02)
416.60/426.40	c 426	END Sat Jul 11 17:30:21 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-2060214-1247325795/watcher-2060214-1247325795 -o /tmp/evaluation-result-2060214-1247325795/solver-2060214-1247325795 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2060214-1247325795.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: 0.75 1.07 1.46 3/82 13444
/proc/meminfo: memFree=744144/2055920 swapFree=4192956/4192956
[pid=13444] ppid=13442 vsize=12272 CPUtime=0
/proc/13444/stat : 13444 (sugar) R 13442 13444 12511 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 19642950 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 273653922405 0 0 4224 0 0 0 0 17 0 0 0
/proc/13444/statm: 3068 328 246 3 0 168 0

[startup+0.0683869 s]
/proc/loadavg: 0.75 1.07 1.46 3/82 13444
/proc/meminfo: memFree=744144/2055920 swapFree=4192956/4192956
[pid=13444] ppid=13442 vsize=16740 CPUtime=0.06
/proc/13444/stat : 13444 (sugar) R 13442 13444 12511 0 -1 4194304 1108 0 0 0 5 1 0 0 18 0 1 0 19642950 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 273667600240 0 0 4224 0 0 0 0 17 0 0 0
/proc/13444/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101393 s]
/proc/loadavg: 0.75 1.07 1.46 3/82 13444
/proc/meminfo: memFree=744144/2055920 swapFree=4192956/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.06
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301405 s]
/proc/loadavg: 0.75 1.07 1.46 3/82 13444
/proc/meminfo: memFree=744144/2055920 swapFree=4192956/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.27
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1292 4349 0 1 5 1 19 2 16 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16868

[startup+0.701439 s]
/proc/loadavg: 0.75 1.07 1.46 3/82 13444
/proc/meminfo: memFree=744144/2055920 swapFree=4192956/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.27
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1309 4349 0 1 5 1 19 2 16 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16868

[startup+1.50249 s]
/proc/loadavg: 0.77 1.07 1.45 3/93 13466
/proc/meminfo: memFree=720184/2055920 swapFree=4192956/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.27
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1310 4349 0 1 5 1 19 2 16 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 12511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642979 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=869684 CPUtime=1.36
/proc/13458/stat : 13458 (java) S 13457 13444 12511 0 -1 0 11454 0 1 0 131 5 0 0 20 0 9 0 19642979 890556416 10489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13458/statm: 217421 10489 2566 9 0 211926 0
[pid=13458/tid=13459] ppid=13457 vsize=869684 CPUtime=0.66
/proc/13458/task/13459/stat : 13459 (java) S 13457 13444 12511 0 -1 64 2814 0 1 0 65 1 0 0 16 0 9 0 19642980 890556416 10489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=869684 CPUtime=0.5
/proc/13458/task/13460/stat : 13460 (java) R 13457 13444 12511 0 -1 64 6400 0 0 0 48 2 0 0 17 0 9 0 19642981 890556416 10489 996147200 134512640 134550932 4294955936 18446744073709551615 103732097 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=869684 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 12511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642981 890556416 10489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13462] ppid=13457 vsize=869684 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 12511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19642981 890556416 10489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13463] ppid=13457 vsize=869684 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 12511 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19642983 890556416 10489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13464] ppid=13457 vsize=869684 CPUtime=0.16
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 12511 0 -1 64 1541 0 0 0 16 0 0 0 15 0 9 0 19642983 890556416 10489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13465] ppid=13457 vsize=869684 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19642983 890556416 10489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13466] ppid=13457 vsize=869684 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19642983 890556416 10489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 891908

[startup+3.10159 s]
/proc/loadavg: 0.77 1.07 1.45 4/93 13466
/proc/meminfo: memFree=702264/2055920 swapFree=4192956/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.27
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1310 4349 0 1 5 1 19 2 16 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 12511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642979 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=869544 CPUtime=2.98
/proc/13458/stat : 13458 (java) S 13457 13444 12511 0 -1 0 11875 0 1 0 280 18 0 0 20 0 9 0 19642979 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13458/statm: 217386 10602 2590 9 0 211863 0
[pid=13458/tid=13459] ppid=13457 vsize=869544 CPUtime=2.11
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 12511 0 -1 64 3205 0 1 0 199 12 0 0 16 0 9 0 19642980 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13460] ppid=13457 vsize=869544 CPUtime=0.64
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 12511 0 -1 64 6401 0 0 0 60 4 0 0 16 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13461] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 12511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13462] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 12511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13463] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 12511 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13464] ppid=13457 vsize=869544 CPUtime=0.2
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 12511 0 -1 64 1570 0 0 0 20 0 0 0 16 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13465] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13466] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 891768

[startup+6.30281 s]
/proc/loadavg: 0.87 1.08 1.46 2/93 13466
/proc/meminfo: memFree=658616/2055920 swapFree=4192956/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.27
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1310 4349 0 1 5 1 19 2 16 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 12511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642979 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=869544 CPUtime=6.19
/proc/13458/stat : 13458 (java) S 13457 13444 12511 0 -1 0 12361 0 1 0 574 45 0 0 20 0 9 0 19642979 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13458/statm: 217386 10602 2590 9 0 211863 0
[pid=13458/tid=13459] ppid=13457 vsize=869544 CPUtime=5.18
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 12511 0 -1 64 3691 0 1 0 482 36 0 0 16 0 9 0 19642980 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4126477331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=869544 CPUtime=0.78
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 12511 0 -1 64 6401 0 0 0 71 7 0 0 15 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13461] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 12511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13462] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 12511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13463] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 12511 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13464] ppid=13457 vsize=869544 CPUtime=0.2
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 12511 0 -1 64 1570 0 0 0 20 0 0 0 16 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13465] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13466] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 891768

[startup+12.7012 s]
/proc/loadavg: 0.96 1.10 1.46 2/93 13466
/proc/meminfo: memFree=576312/2055920 swapFree=4192956/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.27
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1310 4349 0 1 5 1 19 2 16 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 12511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642979 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=869544 CPUtime=12.36
/proc/13458/stat : 13458 (java) S 13457 13444 12511 0 -1 0 13308 0 1 0 1135 101 0 0 20 0 9 0 19642979 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13458/statm: 217386 10602 2590 9 0 211863 0
[pid=13458/tid=13459] ppid=13457 vsize=869544 CPUtime=11.1
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 12511 0 -1 64 4638 0 1 0 1023 87 0 0 16 0 9 0 19642980 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4160647280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=869544 CPUtime=1.04
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 12511 0 -1 64 6401 0 0 0 92 12 0 0 16 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13461] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 12511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13462] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 12511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13463] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 12511 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13464] ppid=13457 vsize=869544 CPUtime=0.2
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 12511 0 -1 64 1570 0 0 0 20 0 0 0 16 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13465] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13466] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19642983 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 891768

[startup+25.5021 s]
/proc/loadavg: 1.20 1.15 1.47 2/93 13466
/proc/meminfo: memFree=411704/2055920 swapFree=4192956/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.27
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1310 4349 0 1 5 1 19 2 16 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 12511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642979 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=869544 CPUtime=24.84
/proc/13458/stat : 13458 (java) S 13457 13444 12511 0 -1 0 15200 0 1 0 2283 201 0 0 20 0 9 0 19642979 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13458/statm: 217386 10602 2590 9 0 211863 0
[pid=13458/tid=13459] ppid=13457 vsize=869544 CPUtime=23.09
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 12511 0 -1 64 6530 0 1 0 2129 180 0 0 17 0 9 0 19642980 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4126988090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=869544 CPUtime=1.53
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 12511 0 -1 64 6401 0 0 0 134 19 0 0 16 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 12511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13462] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 12511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10602 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13463] ppid=13457 vsize=869544 CPUtime=0

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

[pid=13458/tid=13464] ppid=13457 vsize=869544 CPUtime=0.22
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 12511 0 -1 64 1581 0 0 0 22 0 0 0 17 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13466] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 392.75
Current children cumulated vsize (KiB) 891768

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

[startup+409.502 s]
/proc/loadavg: 1.04 1.18 1.39 2/93 13466
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.27
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1310 4349 0 1 5 1 19 2 16 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 12511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642979 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=869544 CPUtime=399.69
/proc/13458/stat : 13458 (java) S 13457 13444 12511 0 -1 0 36015 0 1 0 14968 25001 0 0 20 0 9 0 19642979 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13458/statm: 217386 10613 2590 9 0 211863 0
[pid=13458/tid=13459] ppid=13457 vsize=869544 CPUtime=390.99
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 12511 0 -1 64 27334 0 1 0 14237 24862 0 0 25 0 9 0 19642980 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=869544 CPUtime=8.44
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 12511 0 -1 64 6401 0 0 0 708 136 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 12511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13462] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 12511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13463] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 12511 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13464] ppid=13457 vsize=869544 CPUtime=0.22
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 12511 0 -1 64 1581 0 0 0 22 0 0 0 17 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13466] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.96
Current children cumulated vsize (KiB) 891768

[startup+415.901 s]
/proc/loadavg: 1.03 1.18 1.39 2/93 13466
/proc/meminfo: memFree=16120/2055920 swapFree=4192812/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.27
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1310 4349 0 1 5 1 19 2 16 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 12511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642979 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=869544 CPUtime=406.08
/proc/13458/stat : 13458 (java) S 13457 13444 12511 0 -1 0 36279 0 1 0 15145 25463 0 0 20 0 9 0 19642979 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13458/statm: 217386 10613 2590 9 0 211863 0
[pid=13458/tid=13459] ppid=13457 vsize=869544 CPUtime=397.3
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 12511 0 -1 64 27598 0 1 0 14407 25323 0 0 25 0 9 0 19642980 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=869544 CPUtime=8.53
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 12511 0 -1 64 6401 0 0 0 715 138 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 12511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13462] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 12511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13463] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 12511 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13464] ppid=13457 vsize=869544 CPUtime=0.22
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 12511 0 -1 64 1581 0 0 0 22 0 0 0 17 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13466] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 406.35
Current children cumulated vsize (KiB) 891768

[startup+422.302 s]
/proc/loadavg: 1.03 1.17 1.39 2/93 13466
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.27
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1310 4349 0 1 5 1 19 2 16 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 12511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642979 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=869544 CPUtime=412.48
/proc/13458/stat : 13458 (java) S 13457 13444 12511 0 -1 0 36535 0 1 0 15324 25924 0 0 20 0 9 0 19642979 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13458/statm: 217386 10613 2590 9 0 211863 0
[pid=13458/tid=13459] ppid=13457 vsize=869544 CPUtime=403.6
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 12511 0 -1 64 27854 0 1 0 14578 25782 0 0 16 0 9 0 19642980 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=869544 CPUtime=8.63
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 12511 0 -1 64 6401 0 0 0 723 140 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 12511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13462] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 12511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13463] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 12511 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13464] ppid=13457 vsize=869544 CPUtime=0.22
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 12511 0 -1 64 1581 0 0 0 22 0 0 0 17 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13466] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 412.75
Current children cumulated vsize (KiB) 891768

[startup+425.502 s]
/proc/loadavg: 1.03 1.17 1.39 2/93 13466
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=0.27
/proc/13444/stat : 13444 (sugar) S 13442 13444 12511 0 -1 4194304 1310 4349 0 1 5 1 19 2 16 0 1 0 19642950 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13444/statm: 4217 1111 409 3 0 796 0
[pid=13457] ppid=13444 vsize=5356 CPUtime=0
/proc/13457/stat : 13457 (sh) S 13444 13444 12511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19642979 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13457/statm: 1339 233 193 169 0 50 0
[pid=13458] ppid=13457 vsize=869544 CPUtime=415.68
/proc/13458/stat : 13458 (java) S 13457 13444 12511 0 -1 0 36664 0 1 0 15414 26154 0 0 20 0 9 0 19642979 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13458/statm: 217386 10613 2590 9 0 211863 0
[pid=13458/tid=13459] ppid=13457 vsize=869544 CPUtime=406.75
/proc/13458/task/13459/stat : 13459 (java) R 13457 13444 12511 0 -1 64 27983 0 1 0 14664 26011 0 0 20 0 9 0 19642980 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4126462456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13460] ppid=13457 vsize=869544 CPUtime=8.68
/proc/13458/task/13460/stat : 13460 (java) S 13457 13444 12511 0 -1 64 6401 0 0 0 727 141 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13461] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13461/stat : 13461 (java) S 13457 13444 12511 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13462] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13462/stat : 13462 (java) S 13457 13444 12511 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19642981 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13463] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13463/stat : 13463 (java) S 13457 13444 12511 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13464] ppid=13457 vsize=869544 CPUtime=0.22
/proc/13458/task/13464/stat : 13464 (java) S 13457 13444 12511 0 -1 64 1581 0 0 0 22 0 0 0 17 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13458/tid=13465] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13465/stat : 13465 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13458/tid=13466] ppid=13457 vsize=869544 CPUtime=0
/proc/13458/task/13466/stat : 13466 (java) S 13457 13444 12511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19642983 890413056 10613 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 415.95
Current children cumulated vsize (KiB) 891768

[startup+427.102 s]
/proc/loadavg: 1.02 1.17 1.39 2/83 13468
/proc/meminfo: memFree=727880/2055920 swapFree=4192812/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=417.3
/proc/13444/stat : 13444 (sugar) R 13442 13444 12511 0 -1 4194304 1418 41705 0 9 5 71 15452 26202 21 0 1 0 19642950 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13444/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 417.3
Current children cumulated vsize (KiB) 16868

[startup+427.907 s]
/proc/loadavg: 1.02 1.17 1.39 1/83 13468
/proc/meminfo: memFree=1927880/2055920 swapFree=4192812/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=417.6
/proc/13444/stat : 13444 (sugar) D 13442 13444 12511 0 -1 4194304 1418 41705 0 9 5 101 15452 26202 18 0 1 0 19642950 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13444/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 417.6
Current children cumulated vsize (KiB) 16868

[startup+428.102 s]
/proc/loadavg: 1.02 1.17 1.39 1/83 13468
/proc/meminfo: memFree=1927880/2055920 swapFree=4192812/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=417.61
/proc/13444/stat : 13444 (sugar) D 13442 13444 12511 0 -1 4194304 1418 41705 0 9 5 102 15452 26202 18 0 1 0 19642950 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13444/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 417.61
Current children cumulated vsize (KiB) 16868

[startup+428.202 s]
/proc/loadavg: 1.02 1.17 1.39 1/83 13468
/proc/meminfo: memFree=1927880/2055920 swapFree=4192812/4192956
[pid=13444] ppid=13442 vsize=16868 CPUtime=417.62
/proc/13444/stat : 13444 (sugar) D 13442 13444 12511 0 -1 4194304 1418 41705 0 9 5 103 15452 26202 18 0 1 0 19642950 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13444/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 417.62
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 428.212
CPU time (s): 417.644
CPU user time (s): 154.585
CPU system time (s): 263.058
CPU usage (%): 97.5319
Max. virtual memory (cumulated for all children) (KiB): 891908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.585
system time used= 263.058
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43183
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164642
involuntary context switches= 138960

runsolver used 0.6529 second user time and 1.45978 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-11 17:23:15
IDJOB=2060214
IDBENCH=53657
IDSOLVER=739
FILE ID=node52/2060214-1247325795
PBS_JOBID= 9506525
Free space on /tmp= 66144 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060214-1247325795/watcher-2060214-1247325795 -o /tmp/evaluation-result-2060214-1247325795/solver-2060214-1247325795 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2060214-1247325795.xml

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

MD5SUM BENCH= c3269871e50aabd5e086ba0b887ebcbd
RANDOM SEED=51465688

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        744696 kB
Buffers:         58648 kB
Cached:        1143932 kB
SwapCached:          0 kB
Active:         124048 kB
Inactive:      1111400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        744696 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1468 kB
Writeback:           0 kB
Mapped:          51076 kB
Slab:            61000 kB
Committed_AS:   187636 kB
PageTables:       1996 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= 66144 MiB
End job on node52 at 2009-07-11 17:30:23