Trace number 2078077

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+picosatSAT 204.712 206.279

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-20-2-7.xml
MD5SUM463851fbfcf9cc61468534a99c1e529b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity9
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:44:48 2009
0.00/0.08	c 0	PID 23990
0.00/0.08	c 0	HOST node70.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2078077-1247366688.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078077-1247366688.xml' 'HOME/temp.csp'
0.07/0.29	c 0	1 domains, 100 variables, 20 predicates, 0 relations, 20 constraints
0.07/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.34	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.28/0.42	c 0	Parsing HOME/temp.csp
0.28/0.46	c 0	parsed 141 expressions
0.28/0.47	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.47	c 0	Converting to clausal form CSP
0.28/0.49	c 0	converted 15 (10%) expressions
0.28/0.49	c 0	converted 29 (20%) expressions
0.28/0.49	c 0	converted 43 (30%) expressions
0.28/0.49	c 0	converted 57 (40%) expressions
0.28/0.49	c 0	converted 71 (50%) expressions
0.28/0.49	c 0	converted 85 (60%) expressions
0.28/0.49	c 0	converted 99 (70%) expressions
0.28/0.50	c 0	converted 113 (80%) expressions
0.28/0.53	c 1	converted 127 (90%) expressions
0.28/0.61	c 1	converted 141 (100%) expressions
0.28/0.61	c 1	CSP : 244 integers, 0 booleans, 328 clauses, largest domain size 1702
0.28/0.61	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.61	c 1	Propagation in CSP
0.28/0.62	c 1	3172 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.62	c 1	CSP : 244 integers, 0 booleans, 328 clauses, largest domain size 1702
0.28/0.63	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.63	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.63	c 1	CSP : 244 integers, 0 booleans, 328 clauses, largest domain size 1702
0.28/0.63	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.65	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.67	c 1	25 (10%) CSP integer variables are encoded (628 clauses, 6764 bytes)
0.28/0.67	c 1	49 (20%) CSP integer variables are encoded (1252 clauses, 14209 bytes)
0.28/0.67	c 1	74 (30%) CSP integer variables are encoded (1897 clauses, 22594 bytes)
0.28/0.67	c 1	98 (40%) CSP integer variables are encoded (2480 clauses, 30173 bytes)
0.28/0.69	c 1	122 (50%) CSP integer variables are encoded (17019 clauses, 233443 bytes)
0.28/0.71	c 1	147 (60%) CSP integer variables are encoded (32756 clauses, 469498 bytes)
0.28/0.74	c 1	171 (70%) CSP integer variables are encoded (56919 clauses, 831943 bytes)
0.28/0.77	c 1	196 (80%) CSP integer variables are encoded (80757 clauses, 1189513 bytes)
0.28/0.80	c 1	220 (90%) CSP integer variables are encoded (104757 clauses, 1559460 bytes)
0.28/0.83	c 1	244 (100%) CSP integer variables are encoded (123450 clauses, 1877241 bytes)
0.28/0.88	c 1	33 (10%) CSP clauses are encoded (144075 clauses, 2218042 bytes)
3.20/3.40	c 3	66 (20%) CSP clauses are encoded (1617826 clauses, 30236664 bytes)
6.16/6.32	c 6	99 (30%) CSP clauses are encoded (3286468 clauses, 63412488 bytes)
6.55/6.79	c 7	132 (40%) CSP clauses are encoded (3549758 clauses, 68495791 bytes)
12.57/12.85	c 13	164 (50%) CSP clauses are encoded (7038345 clauses, 138226111 bytes)
15.14/15.48	c 15	197 (60%) CSP clauses are encoded (8514103 clauses, 167486791 bytes)
20.08/20.41	c 20	230 (70%) CSP clauses are encoded (11306004 clauses, 223240553 bytes)
25.25/25.87	c 26	263 (80%) CSP clauses are encoded (14352734 clauses, 284011500 bytes)
28.40/29.08	c 29	296 (90%) CSP clauses are encoded (16158670 clauses, 322808559 bytes)
32.40/33.14	c 33	328 (100%) CSP clauses are encoded (18347150 clauses, 372770276 bytes)
32.40/33.14	c 33	328 CSP clauses encoded
32.40/33.14	c 33	Writing map file : HOME/temp.map
32.40/33.15	c 33	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
32.40/33.15	c 33	SAT : 123694 SAT variables, 18347150 SAT clauses, 372770276 bytes
32.40/33.15	c 33	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
32.40/33.16	c 33	SOLVING HOME/temp.cnf
32.40/33.16	c 33	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
204.04/205.65	c 206	DECODING HOME/temp.out WITH HOME/temp.map
204.04/205.65	c 206	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
204.12/205.74	c 206	Decoding HOME/temp.out
204.42/206.04	s SATISFIABLE
204.42/206.04	v 11 28 27 20 10 3 22 5 29 13 20 19 2 19 17 28 28 28 28 29 9 25 28 9 4 2 8 6 22 20 18 28 10 29 29 11 26 29 28 6 19 29 28 29 17 28 16 2 2 28 9 28 28 4 27 4 23 28 28 2 9 24 28 25 23 3 2 13 28 21 28 28 26 13 18 22 28 28 28 8 28 21 27 29 6 10 2 7 29 24 26 5 18 27 24 28 28 16 28 21
204.42/206.05	c 206	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
204.42/206.09	c 206	CPU 204.5 (0.05 0.03 112.07 92.35)
204.42/206.09	c 206	END Sun Jul 12 04:48:14 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078077-1247366688/watcher-2078077-1247366688 -o /tmp/evaluation-result-2078077-1247366688/solver-2078077-1247366688 -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-2078077-1247366688.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.99 2.04 2.21 4/82 23990
/proc/meminfo: memFree=1435784/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=18576 CPUtime=0
/proc/23990/stat : 23990 (runsolver) R 23988 23990 18479 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 23731458 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23990/statm: 4644 284 249 26 0 2626 0

[startup+0.128511 s]
/proc/loadavg: 1.99 2.04 2.21 4/82 23990
/proc/meminfo: memFree=1435784/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.07
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1227 128 0 0 5 2 0 0 22 0 1 0 23731458 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.202063 s]
/proc/loadavg: 1.99 2.04 2.21 4/82 23990
/proc/meminfo: memFree=1435784/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.07
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1227 128 0 0 5 2 0 0 22 0 1 0 23731458 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30107 s]
/proc/loadavg: 1.99 2.04 2.21 4/82 23990
/proc/meminfo: memFree=1435784/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.07
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 23731458 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70111 s]
/proc/loadavg: 1.99 2.04 2.21 4/82 23990
/proc/meminfo: memFree=1435784/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.28
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1310 4339 0 1 5 2 18 3 15 0 1 0 23731458 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.50219 s]
/proc/loadavg: 1.99 2.04 2.20 3/93 24012
/proc/meminfo: memFree=1420912/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.28
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1310 4339 0 1 5 2 18 3 15 0 1 0 23731458 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
[pid=24003] ppid=23990 vsize=5356 CPUtime=0
/proc/24003/stat : 24003 (sh) S 23990 23990 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23731493 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24003/statm: 1339 233 193 169 0 50 0
[pid=24004] ppid=24003 vsize=864292 CPUtime=1.12
/proc/24004/stat : 24004 (java) S 24003 23990 18479 0 -1 0 5325 0 1 0 103 9 0 0 18 0 9 0 23731494 885035008 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24004/statm: 216073 4324 2589 9 0 210550 0
[pid=24004/tid=24005] ppid=24003 vsize=864292 CPUtime=0.92
/proc/24004/task/24005/stat : 24005 (java) R 24003 23990 18479 0 -1 64 2978 0 1 0 86 6 0 0 25 0 9 0 23731495 885035008 4324 996147200 134512640 134550932 4294955936 18446744073709551615 102093924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24006] ppid=24003 vsize=864292 CPUtime=0.1
/proc/24004/task/24006/stat : 24006 (java) S 24003 23990 18479 0 -1 64 1316 0 0 0 8 2 0 0 16 0 9 0 23731496 885035008 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24007] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24007/stat : 24007 (java) S 24003 23990 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23731496 885035008 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24008] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24008/stat : 24008 (java) S 24003 23990 18479 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23731496 885035008 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24009] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24009/stat : 24009 (java) S 24003 23990 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23731498 885035008 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24010] ppid=24003 vsize=864292 CPUtime=0.09
/proc/24004/task/24010/stat : 24010 (java) S 24003 23990 18479 0 -1 64 333 0 0 0 9 0 0 0 16 0 9 0 23731498 885035008 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24011] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24011/stat : 24011 (java) S 24003 23990 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23731498 885035008 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24012] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24012/stat : 24012 (java) S 24003 23990 18479 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23731498 885035008 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886516

[startup+3.10235 s]
/proc/loadavg: 1.99 2.04 2.20 3/93 24012
/proc/meminfo: memFree=1408880/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.28
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1310 4339 0 1 5 2 18 3 15 0 1 0 23731458 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
[pid=24003] ppid=23990 vsize=5356 CPUtime=0
/proc/24003/stat : 24003 (sh) S 23990 23990 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23731493 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24003/statm: 1339 233 193 169 0 50 0
[pid=24004] ppid=24003 vsize=864292 CPUtime=2.72
/proc/24004/stat : 24004 (java) S 24003 23990 18479 0 -1 0 5848 0 1 0 249 23 0 0 18 0 9 0 23731494 885035008 4325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24004/statm: 216073 4325 2589 9 0 210550 0
[pid=24004/tid=24005] ppid=24003 vsize=864292 CPUtime=2.39
/proc/24004/task/24005/stat : 24005 (java) R 24003 23990 18479 0 -1 64 3500 0 1 0 222 17 0 0 25 0 9 0 23731495 885035008 4325 996147200 134512640 134550932 4294955936 18446744073709551615 4126556718 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24006] ppid=24003 vsize=864292 CPUtime=0.22
/proc/24004/task/24006/stat : 24006 (java) S 24003 23990 18479 0 -1 64 1316 0 0 0 17 5 0 0 16 0 9 0 23731496 885035008 4325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24007] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24007/stat : 24007 (java) S 24003 23990 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23731496 885035008 4325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24008] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24008/stat : 24008 (java) S 24003 23990 18479 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23731496 885035008 4325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24009] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24009/stat : 24009 (java) S 24003 23990 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23731498 885035008 4325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24010] ppid=24003 vsize=864292 CPUtime=0.09
/proc/24004/task/24010/stat : 24010 (java) S 24003 23990 18479 0 -1 64 334 0 0 0 9 0 0 0 16 0 9 0 23731498 885035008 4325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24011] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24011/stat : 24011 (java) S 24003 23990 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23731498 885035008 4325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24012] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24012/stat : 24012 (java) S 24003 23990 18479 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23731498 885035008 4325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886516

[startup+6.30168 s]
/proc/loadavg: 1.99 2.04 2.20 3/93 24012
/proc/meminfo: memFree=1369776/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.28
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1310 4339 0 1 5 2 18 3 16 0 1 0 23731458 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
[pid=24003] ppid=23990 vsize=5356 CPUtime=0
/proc/24003/stat : 24003 (sh) S 23990 23990 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23731493 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24003/statm: 1339 233 193 169 0 50 0
[pid=24004] ppid=24003 vsize=864292 CPUtime=5.88
/proc/24004/stat : 24004 (java) S 24003 23990 18479 0 -1 0 6879 0 1 0 535 53 0 0 18 0 9 0 23731494 885035008 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24004/statm: 216073 4326 2589 9 0 210550 0
[pid=24004/tid=24005] ppid=24003 vsize=864292 CPUtime=5.34
/proc/24004/task/24005/stat : 24005 (java) R 24003 23990 18479 0 -1 64 4530 0 1 0 493 41 0 0 25 0 9 0 23731495 885035008 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24006] ppid=24003 vsize=864292 CPUtime=0.41
/proc/24004/task/24006/stat : 24006 (java) S 24003 23990 18479 0 -1 64 1316 0 0 0 31 10 0 0 16 0 9 0 23731496 885035008 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24007] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24007/stat : 24007 (java) S 24003 23990 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23731496 885035008 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24008] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24008/stat : 24008 (java) S 24003 23990 18479 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23731496 885035008 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24009] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24009/stat : 24009 (java) S 24003 23990 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23731498 885035008 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24010] ppid=24003 vsize=864292 CPUtime=0.09
/proc/24004/task/24010/stat : 24010 (java) S 24003 23990 18479 0 -1 64 335 0 0 0 9 0 0 0 16 0 9 0 23731498 885035008 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24011] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24011/stat : 24011 (java) S 24003 23990 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23731498 885035008 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24012] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24012/stat : 24012 (java) S 24003 23990 18479 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23731498 885035008 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886516

[startup+12.7023 s]
/proc/loadavg: 2.15 2.07 2.21 3/93 24012
/proc/meminfo: memFree=1295984/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.28
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1310 4339 0 1 5 2 18 3 15 0 1 0 23731458 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
[pid=24003] ppid=23990 vsize=5356 CPUtime=0
/proc/24003/stat : 24003 (sh) S 23990 23990 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23731493 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24003/statm: 1339 233 193 169 0 50 0
[pid=24004] ppid=24003 vsize=864292 CPUtime=12.19
/proc/24004/stat : 24004 (java) S 24003 23990 18479 0 -1 0 8964 0 1 0 1105 114 0 0 18 0 9 0 23731494 885035008 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24004/statm: 216073 4327 2589 9 0 210550 0
[pid=24004/tid=24005] ppid=24003 vsize=864292 CPUtime=11.22
/proc/24004/task/24005/stat : 24005 (java) R 24003 23990 18479 0 -1 64 6614 0 1 0 1030 92 0 0 25 0 9 0 23731495 885035008 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4126562284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24006] ppid=24003 vsize=864292 CPUtime=0.86
/proc/24004/task/24006/stat : 24006 (java) S 24003 23990 18479 0 -1 64 1317 0 0 0 65 21 0 0 16 0 9 0 23731496 885035008 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24007] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24007/stat : 24007 (java) S 24003 23990 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23731496 885035008 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24008] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24008/stat : 24008 (java) S 24003 23990 18479 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23731496 885035008 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24009] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24009/stat : 24009 (java) S 24003 23990 18479 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23731498 885035008 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24010] ppid=24003 vsize=864292 CPUtime=0.09
/proc/24004/task/24010/stat : 24010 (java) S 24003 23990 18479 0 -1 64 335 0 0 0 9 0 0 0 16 0 9 0 23731498 885035008 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24011] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24011/stat : 24011 (java) S 24003 23990 18479 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23731498 885035008 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24012] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24012/stat : 24012 (java) S 24003 23990 18479 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23731498 885035008 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 886516

[startup+25.5026 s]
/proc/loadavg: 2.28 2.10 2.22 3/93 24012
/proc/meminfo: memFree=1145392/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=0.28
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1310 4339 0 1 5 2 18 3 16 0 1 0 23731458 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1111 409 3 0 796 0
[pid=24003] ppid=23990 vsize=5356 CPUtime=0
/proc/24003/stat : 24003 (sh) S 23990 23990 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23731493 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24003/statm: 1339 233 193 169 0 50 0
[pid=24004] ppid=24003 vsize=864292 CPUtime=24.68
/proc/24004/stat : 24004 (java) S 24003 23990 18479 0 -1 0 13062 0 1 0 2239 229 0 0 18 0 9 0 23731494 885035008 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24004/statm: 216073 4328 2589 9 0 210550 0
[pid=24004/tid=24005] ppid=24003 vsize=864292 CPUtime=22.7
/proc/24004/task/24005/stat : 24005 (java) R 24003 23990 18479 0 -1 64 10711 0 1 0 2088 182 0 0 25 0 9 0 23731495 885035008 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4126574679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24006] ppid=24003 vsize=864292 CPUtime=1.86
/proc/24004/task/24006/stat : 24006 (java) S 24003 23990 18479 0 -1 64 1317 0 0 0 141 45 0 0 16 0 9 0 23731496 885035008 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24007] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24007/stat : 24007 (java) S 24003 23990 18479 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23731496 885035008 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24008] ppid=24003 vsize=864292 CPUtime=0
/proc/24004/task/24008/stat : 24008 (java) S 24003 23990 18479 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23731496 885035008 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24004/tid=24009] ppid=24003 vsize=864292 CPUtime=0

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

Current children cumulated vsize (KiB) 886516

[startup+51.1011 s]
/proc/loadavg: 2.37 2.14 2.23 4/85 24014
/proc/meminfo: memFree=978800/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=32.46
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1365 20185 0 2 5 2 2929 310 16 0 1 0 23731458 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1113 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 18479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23734775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=81016 CPUtime=17.82
/proc/24014/stat : 24014 (picosat) R 24013 23990 18479 0 -1 4194304 19926 0 0 0 795 987 0 0 25 0 1 0 23734775 82960384 19912 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24014/statm: 20254 19912 40 102 0 20149 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 103240

[startup+102.301 s]
/proc/loadavg: 2.15 2.11 2.21 3/85 24014
/proc/meminfo: memFree=776944/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=32.46
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1365 20185 0 2 5 2 2929 310 16 0 1 0 23731458 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1113 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 18479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23734775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=286168 CPUtime=68.78
/proc/24014/stat : 24014 (picosat) R 24013 23990 18479 0 -1 4194304 70703 0 0 0 3062 3816 0 0 25 0 1 0 23734775 293036032 70689 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24014/statm: 71542 70689 40 102 0 71437 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 308392

[startup+162.301 s]
/proc/loadavg: 2.05 2.09 2.20 3/85 24014
/proc/meminfo: memFree=542128/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=32.46
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1365 20185 0 2 5 2 2929 310 16 0 1 0 23731458 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1113 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 18479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23734775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=529344 CPUtime=128.48
/proc/24014/stat : 24014 (picosat) R 24013 23990 18479 0 -1 4194304 129834 0 0 0 5740 7108 0 0 25 0 1 0 23734775 542048256 129820 996147200 134512640 134931368 4294956256 18446744073709551615 134525695 0 0 4096 0 0 0 0 17 1 0 0
/proc/24014/statm: 132336 129820 40 102 0 132231 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 551568

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

[startup+179.202 s]
/proc/loadavg: 2.04 2.08 2.19 3/85 24014
/proc/meminfo: memFree=477040/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=32.46
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1365 20185 0 2 5 2 2929 310 16 0 1 0 23731458 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1113 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 18479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23734775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=588348 CPUtime=145.31
/proc/24014/stat : 24014 (picosat) R 24013 23990 18479 0 -1 4194304 146460 0 0 0 6495 8036 0 0 25 0 1 0 23734775 602468352 146446 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24014/statm: 147087 146446 40 102 0 146982 0
Current children cumulated CPU time (s) 177.77
Current children cumulated vsize (KiB) 610572

[startup+192.002 s]
/proc/loadavg: 2.03 2.08 2.19 3/85 24014
/proc/meminfo: memFree=425136/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=32.46
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1365 20185 0 2 5 2 2929 310 16 0 1 0 23731458 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1113 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 18479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23734775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=698500 CPUtime=158.04
/proc/24014/stat : 24014 (picosat) R 24013 23990 18479 0 -1 4194304 159002 0 0 0 7075 8729 0 0 25 0 1 0 23734775 715264000 158988 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24014/statm: 174625 158988 40 102 0 174520 0
Current children cumulated CPU time (s) 190.5
Current children cumulated vsize (KiB) 720724

[startup+198.402 s]
/proc/loadavg: 2.03 2.08 2.19 3/85 24014
/proc/meminfo: memFree=408560/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=32.46
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1365 20185 0 2 5 2 2929 310 16 0 1 0 23731458 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1113 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 18479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23734775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=712440 CPUtime=164.41
/proc/24014/stat : 24014 (picosat) R 24013 23990 18479 0 -1 4194304 162535 0 0 0 7530 8911 0 0 25 0 1 0 23734775 729538560 162521 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24014/statm: 178110 162521 42 102 0 178005 0
Current children cumulated CPU time (s) 196.87
Current children cumulated vsize (KiB) 734664

[startup+201.602 s]
/proc/loadavg: 2.02 2.08 2.18 3/85 24014
/proc/meminfo: memFree=408496/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=32.46
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1365 20185 0 2 5 2 2929 310 16 0 1 0 23731458 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1113 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 18479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23734775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=712440 CPUtime=167.6
/proc/24014/stat : 24014 (picosat) R 24013 23990 18479 0 -1 4194304 162553 0 0 0 7849 8911 0 0 25 0 1 0 23734775 729538560 162539 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24014/statm: 178110 162539 42 102 0 178005 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (KiB) 734664

[startup+204.801 s]
/proc/loadavg: 2.02 2.08 2.18 3/85 24014
/proc/meminfo: memFree=408496/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=32.46
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1365 20185 0 2 5 2 2929 310 16 0 1 0 23731458 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1113 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 18479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23734775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=712440 CPUtime=170.78
/proc/24014/stat : 24014 (picosat) R 24013 23990 18479 0 -1 4194304 162557 0 0 0 8167 8911 0 0 25 0 1 0 23734775 729538560 162543 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24014/statm: 178110 162543 42 102 0 178005 0
Current children cumulated CPU time (s) 203.24
Current children cumulated vsize (KiB) 734664

[startup+205.602 s]
/proc/loadavg: 2.02 2.08 2.18 3/85 24014
/proc/meminfo: memFree=408496/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=32.46
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1365 20185 0 2 5 2 2929 310 16 0 1 0 23731458 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1113 409 3 0 796 0
[pid=24013] ppid=23990 vsize=5356 CPUtime=0
/proc/24013/stat : 24013 (sh) S 23990 23990 18479 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23734775 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24013/statm: 1339 232 193 169 0 50 0
[pid=24014] ppid=24013 vsize=0 CPUtime=171.58
/proc/24014/stat : 24014 (picosat) R 24013 23990 18479 0 -1 4194308 162571 0 0 0 8241 8917 0 0 25 0 1 0 23734775 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/24014/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 22224

[startup+206.002 s]
/proc/loadavg: 2.02 2.08 2.18 3/89 24020
/proc/meminfo: memFree=1056080/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=204.1
/proc/23990/stat : 23990 (sugar) S 23988 23990 18479 0 -1 4194304 1446 183041 0 2 5 2 11171 9232 16 0 1 0 23731458 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23990/statm: 4217 1113 409 3 0 796 0
[pid=24015] ppid=23990 vsize=5356 CPUtime=0
/proc/24015/stat : 24015 (sh) S 23990 23990 18479 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23752023 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24015/statm: 1339 233 193 169 0 50 0
[pid=24016] ppid=24015 vsize=862156 CPUtime=0.32
/proc/24016/stat : 24016 (java) S 24015 23990 18479 0 -1 0 3084 0 1 0 30 2 0 0 18 0 9 0 23752024 882847744 2554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24016/statm: 215539 2554 1278 9 0 210452 0
[pid=24016/tid=24017] ppid=24015 vsize=862156 CPUtime=0.28
/proc/24016/task/24017/stat : 24017 (java) R 24015 23990 18479 0 -1 64 2031 0 1 0 27 1 0 0 19 0 9 0 23752025 882847744 2554 996147200 134512640 134550932 4294955984 18446744073709551615 4126475631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24016/tid=24018] ppid=24015 vsize=862156 CPUtime=0
/proc/24016/task/24018/stat : 24018 (java) S 24015 23990 18479 0 -1 64 62 0 0 0 0 0 0 0 16 0 9 0 23752026 882847744 2554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24016/tid=24019] ppid=24015 vsize=862156 CPUtime=0
/proc/24016/task/24019/stat : 24019 (java) S 24015 23990 18479 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 23752027 882847744 2554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24016/tid=24020] ppid=24015 vsize=862156 CPUtime=0
/proc/24016/task/24020/stat : 24020 (java) S 24015 23990 18479 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23752027 882847744 2554 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 204.42
Current children cumulated vsize (KiB) 884380

[startup+206.202 s]
/proc/loadavg: 2.02 2.08 2.18 3/89 24020
/proc/meminfo: memFree=1056080/2055920 swapFree=4192812/4192956
[pid=23990] ppid=23988 vsize=16868 CPUtime=204.62
/proc/23990/stat : 23990 (sugar) R 23988 23990 18479 0 -1 4194304 1476 186941 0 3 5 15 11207 9235 16 0 1 0 23731458 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23990/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 204.62
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 206.279
CPU time (s): 204.712
CPU user time (s): 112.126
CPU system time (s): 92.5859
CPU usage (%): 99.2403
Max. virtual memory (cumulated for all children) (KiB): 886516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.126
system time used= 92.5859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188478
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96199
involuntary context switches= 102267

runsolver used 0.233964 second user time and 0.72289 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 04:44:48
IDJOB=2078077
IDBENCH=56709
IDSOLVER=738
FILE ID=node70/2078077-1247366688
PBS_JOBID= 9506991
Free space on /tmp= 66416 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-20-2-7.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-2078077-1247366688/watcher-2078077-1247366688 -o /tmp/evaluation-result-2078077-1247366688/solver-2078077-1247366688 -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-2078077-1247366688.xml

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

MD5SUM BENCH= 463851fbfcf9cc61468534a99c1e529b
RANDOM SEED=957989267

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1436264 kB
Buffers:         19856 kB
Cached:         244324 kB
SwapCached:          0 kB
Active:         395704 kB
Inactive:       150824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1436264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1700 kB
Writeback:           0 kB
Mapped:         302784 kB
Slab:            57572 kB
Committed_AS:   457864 kB
PageTables:       2672 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66416 MiB
End job on node70 at 2009-07-12 04:48:14