Trace number 2077758

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 224.951 250.131

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-20-3-3.xml
MD5SUM2c0f685b6dffd0b21e9d6ad0f83ab81d
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.011997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity6
Maximum domain size46
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.01/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.07	c 0	BEGIN Sun Jul 12 04:29:03 2009
0.01/0.07	c 0	PID 18387
0.01/0.07	c 0	HOST node76.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2077758-1247365743.xml TO HOME/temp.csp
0.01/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-2077758-1247365743.xml' 'HOME/temp.csp'
0.07/0.28	c 1	1 domains, 100 variables, 20 predicates, 0 relations, 20 constraints
0.07/0.29	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.29	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.26/0.38	c 1	Parsing HOME/temp.csp
0.26/0.41	c 1	parsed 141 expressions
0.26/0.44	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.44	c 1	Converting to clausal form CSP
0.26/0.47	c 1	converted 15 (10%) expressions
0.26/0.47	c 1	converted 29 (20%) expressions
0.26/0.47	c 1	converted 43 (30%) expressions
0.26/0.47	c 1	converted 57 (40%) expressions
0.26/0.47	c 1	converted 71 (50%) expressions
0.26/0.47	c 1	converted 85 (60%) expressions
0.26/0.47	c 1	converted 99 (70%) expressions
0.26/0.47	c 1	converted 113 (80%) expressions
0.26/0.50	c 1	converted 127 (90%) expressions
0.26/0.55	c 1	converted 141 (100%) expressions
0.26/0.55	c 1	CSP : 166 integers, 0 booleans, 172 clauses, largest domain size 3331
0.26/0.55	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.56	c 1	Propagation in CSP
0.26/0.57	c 1	13898 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.26/0.57	c 1	CSP : 166 integers, 0 booleans, 172 clauses, largest domain size 3331
0.26/0.57	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.57	c 1	Simplifing CSP by introducing new Boolean variables
0.26/0.57	c 1	CSP : 166 integers, 0 booleans, 172 clauses, largest domain size 3331
0.26/0.57	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.59	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.26/0.61	c 1	17 (10%) CSP integer variables are encoded (695 clauses, 7499 bytes)
0.26/0.62	c 1	34 (20%) CSP integer variables are encoded (1318 clauses, 15037 bytes)
0.26/0.62	c 1	50 (30%) CSP integer variables are encoded (1965 clauses, 23448 bytes)
0.26/0.63	c 1	67 (40%) CSP integer variables are encoded (2662 clauses, 32509 bytes)
0.26/0.63	c 1	83 (50%) CSP integer variables are encoded (3210 clauses, 39633 bytes)
0.26/0.63	c 1	100 (60%) CSP integer variables are encoded (3871 clauses, 48226 bytes)
0.26/0.65	c 1	117 (70%) CSP integer variables are encoded (22006 clauses, 308214 bytes)
0.26/0.69	c 1	133 (80%) CSP integer variables are encoded (48717 clauses, 708879 bytes)
0.26/0.74	c 1	150 (90%) CSP integer variables are encoded (83656 clauses, 1232964 bytes)
0.26/0.76	c 1	166 (100%) CSP integer variables are encoded (104183 clauses, 1549554 bytes)
0.26/0.79	c 1	18 (10%) CSP clauses are encoded (115586 clauses, 1750437 bytes)
0.26/0.81	c 1	35 (20%) CSP clauses are encoded (126984 clauses, 1955898 bytes)
0.26/0.85	c 1	52 (30%) CSP clauses are encoded (145298 clauses, 2297933 bytes)
1.02/1.28	c 1	69 (40%) CSP clauses are encoded (362876 clauses, 6367677 bytes)
1.12/1.39	c 2	86 (50%) CSP clauses are encoded (425023 clauses, 7562663 bytes)
4.54/4.85	c 5	104 (60%) CSP clauses are encoded (2530486 clauses, 49523919 bytes)
13.27/15.25	c 15	121 (70%) CSP clauses are encoded (8100541 clauses, 160847103 bytes)
24.54/28.17	c 28	138 (80%) CSP clauses are encoded (15072694 clauses, 300215556 bytes)
33.08/38.15	c 38	155 (90%) CSP clauses are encoded (20421794 clauses, 407135221 bytes)
35.18/40.27	c 40	172 (100%) CSP clauses are encoded (21690797 clauses, 433803440 bytes)
35.18/40.28	c 40	172 CSP clauses encoded
35.18/40.28	c 41	Writing map file : HOME/temp.map
35.18/40.28	c 41	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
35.18/40.28	c 41	SAT : 104349 SAT variables, 21690797 SAT clauses, 433803440 bytes
35.18/40.28	c 41	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
35.26/40.34	c 41	SOLVING HOME/temp.cnf
35.26/40.34	c 41	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
224.42/249.52	c 250	DECODING HOME/temp.out WITH HOME/temp.map
224.42/249.52	c 250	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'
224.49/249.65	c 250	Decoding HOME/temp.out
224.64/249.85	s SATISFIABLE
224.64/249.85	v 46 46 39 37 41 21 46 35 46 8 46 46 14 13 5 31 46 41 46 28 46 46 46 46 46 4 4 32 34 7 47 24 46 10 46 46 16 23 46 19 24 46 46 46 4 46 26 46 6 13 5 47 46 8 46 21 29 46 46 7 22 2 46 46 41 25 46 45 39 3 42 3 41 46 5 34 24 41 46 8 19 46 2 14 36 46 46 46 35 46 47 46 47 11 46 42 46 46 46 42
224.64/249.86	c 250	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
224.70/249.92	c 250	CPU 224.72 (0.05 0.02 122.82 101.83)
224.70/249.92	c 250	END Sun Jul 12 04:33:13 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-2077758-1247365743/watcher-2077758-1247365743 -o /tmp/evaluation-result-2077758-1247365743/solver-2077758-1247365743 -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-2077758-1247365743.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: 3.40 3.04 2.52 4/81 18387
/proc/meminfo: memFree=1760752/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=12272 CPUtime=0
/proc/18387/stat : 18387 (sugar) R 18385 18387 20604 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 23639658 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 0 0 0
/proc/18387/statm: 3068 328 246 3 0 168 0

[startup+0.0278059 s]
/proc/loadavg: 3.40 3.04 2.52 4/81 18387
/proc/meminfo: memFree=1760752/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=12940 CPUtime=0.01
/proc/18387/stat : 18387 (sugar) R 18385 18387 20604 0 -1 4194304 611 0 0 0 1 0 0 0 18 0 1 0 23639658 13250560 579 996147200 4194304 4206940 548682068608 18446744073709551615 265673963139 0 0 4224 0 0 0 0 17 0 0 0
/proc/18387/statm: 3235 579 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.102822 s]
/proc/loadavg: 3.40 3.04 2.52 4/81 18387
/proc/meminfo: memFree=1760752/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.07
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1227 128 0 0 5 2 0 0 17 0 1 0 23639658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302861 s]
/proc/loadavg: 3.40 3.04 2.52 4/81 18387
/proc/meminfo: memFree=1760752/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.26
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1292 4215 0 1 5 2 17 2 16 0 1 0 23639658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16868

[startup+0.702943 s]
/proc/loadavg: 3.40 3.04 2.52 4/81 18387
/proc/meminfo: memFree=1760752/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.26
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1310 4215 0 1 5 2 17 2 15 0 1 0 23639658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16868

[startup+1.5011 s]
/proc/loadavg: 3.40 3.04 2.52 5/92 18502
/proc/meminfo: memFree=1746264/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.26
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1310 4215 0 1 5 2 17 2 15 0 1 0 23639658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
[pid=18420] ppid=18387 vsize=5356 CPUtime=0
/proc/18420/stat : 18420 (sh) S 18387 18387 20604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23639688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18420/statm: 1339 233 193 169 0 50 0
[pid=18421] ppid=18420 vsize=864428 CPUtime=1.04
/proc/18421/stat : 18421 (java) S 18420 18387 20604 0 -1 0 5280 0 1 0 95 9 0 0 20 0 9 0 23639688 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18421/statm: 216107 4306 2589 9 0 210584 0
[pid=18421/tid=18422] ppid=18420 vsize=864428 CPUtime=0.88
/proc/18421/task/18422/stat : 18422 (java) R 18420 18387 20604 0 -1 64 2962 0 1 0 82 6 0 0 25 0 9 0 23639689 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18423] ppid=18420 vsize=864428 CPUtime=0.08
/proc/18421/task/18423/stat : 18423 (java) S 18420 18387 20604 0 -1 64 1295 0 0 0 7 1 0 0 16 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18426] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18426/stat : 18426 (java) S 18420 18387 20604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18427] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18427/stat : 18427 (java) S 18420 18387 20604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18436] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18436/stat : 18436 (java) S 18420 18387 20604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18437] ppid=18420 vsize=864428 CPUtime=0.06
/proc/18421/task/18437/stat : 18437 (java) S 18420 18387 20604 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18438] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18438/stat : 18438 (java) S 18420 18387 20604 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18439] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18439/stat : 18439 (java) S 18420 18387 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 886652

[startup+3.1024 s]
/proc/loadavg: 3.45 3.05 2.53 3/92 18584
/proc/meminfo: memFree=1734552/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.26
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1310 4215 0 1 5 2 17 2 15 0 1 0 23639658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
[pid=18420] ppid=18387 vsize=5356 CPUtime=0
/proc/18420/stat : 18420 (sh) S 18387 18387 20604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23639688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18420/statm: 1339 233 193 169 0 50 0
[pid=18421] ppid=18420 vsize=864428 CPUtime=2.59
/proc/18421/stat : 18421 (java) S 18420 18387 20604 0 -1 0 5819 0 1 0 235 24 0 0 20 0 9 0 23639688 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18421/statm: 216107 4306 2589 9 0 210584 0
[pid=18421/tid=18422] ppid=18420 vsize=864428 CPUtime=2.29
/proc/18421/task/18422/stat : 18422 (java) R 18420 18387 20604 0 -1 64 3501 0 1 0 211 18 0 0 25 0 9 0 23639689 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18423] ppid=18420 vsize=864428 CPUtime=0.21
/proc/18421/task/18423/stat : 18423 (java) S 18420 18387 20604 0 -1 64 1295 0 0 0 17 4 0 0 16 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18426] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18426/stat : 18426 (java) S 18420 18387 20604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18427] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18427/stat : 18427 (java) S 18420 18387 20604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18436] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18436/stat : 18436 (java) S 18420 18387 20604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18437] ppid=18420 vsize=864428 CPUtime=0.06
/proc/18421/task/18437/stat : 18437 (java) S 18420 18387 20604 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18438] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18438/stat : 18438 (java) S 18420 18387 20604 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18439] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18439/stat : 18439 (java) S 18420 18387 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 886652

[startup+6.30202 s]
/proc/loadavg: 3.45 3.05 2.53 3/92 18594
/proc/meminfo: memFree=1693400/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.26
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1310 4215 0 1 5 2 17 2 16 0 1 0 23639658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
[pid=18420] ppid=18387 vsize=5356 CPUtime=0
/proc/18420/stat : 18420 (sh) S 18387 18387 20604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23639688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18420/statm: 1339 233 193 169 0 50 0
[pid=18421] ppid=18420 vsize=864428 CPUtime=5.76
/proc/18421/stat : 18421 (java) S 18420 18387 20604 0 -1 0 6958 0 1 0 521 55 0 0 20 0 9 0 23639688 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18421/statm: 216107 4306 2589 9 0 210584 0
[pid=18421/tid=18422] ppid=18420 vsize=864428 CPUtime=5.19
/proc/18421/task/18422/stat : 18422 (java) R 18420 18387 20604 0 -1 64 4640 0 1 0 477 42 0 0 25 0 9 0 23639689 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18423] ppid=18420 vsize=864428 CPUtime=0.48
/proc/18421/task/18423/stat : 18423 (java) S 18420 18387 20604 0 -1 64 1295 0 0 0 37 11 0 0 16 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18426] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18426/stat : 18426 (java) S 18420 18387 20604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18427] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18427/stat : 18427 (java) S 18420 18387 20604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18436] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18436/stat : 18436 (java) S 18420 18387 20604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18437] ppid=18420 vsize=864428 CPUtime=0.06
/proc/18421/task/18437/stat : 18437 (java) S 18420 18387 20604 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18438] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18438/stat : 18438 (java) S 18420 18387 20604 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18439] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18439/stat : 18439 (java) S 18420 18387 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 886652

[startup+12.7023 s]
/proc/loadavg: 3.62 3.10 2.55 3/92 18624
/proc/meminfo: memFree=1628184/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.26
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1310 4215 0 1 5 2 17 2 16 0 1 0 23639658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
[pid=18420] ppid=18387 vsize=5356 CPUtime=0
/proc/18420/stat : 18420 (sh) S 18387 18387 20604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23639688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18420/statm: 1339 233 193 169 0 50 0
[pid=18421] ppid=18420 vsize=864428 CPUtime=10.52
/proc/18421/stat : 18421 (java) S 18420 18387 20604 0 -1 0 8687 0 1 0 950 102 0 0 20 0 9 0 23639688 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18421/statm: 216107 4306 2589 9 0 210584 0
[pid=18421/tid=18422] ppid=18420 vsize=864428 CPUtime=9.55
/proc/18421/task/18422/stat : 18422 (java) R 18420 18387 20604 0 -1 64 6369 0 1 0 877 78 0 0 25 0 9 0 23639689 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18423] ppid=18420 vsize=864428 CPUtime=0.87
/proc/18421/task/18423/stat : 18423 (java) S 18420 18387 20604 0 -1 64 1295 0 0 0 65 22 0 0 16 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18426] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18426/stat : 18426 (java) S 18420 18387 20604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18427] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18427/stat : 18427 (java) S 18420 18387 20604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18436] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18436/stat : 18436 (java) S 18420 18387 20604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18437] ppid=18420 vsize=864428 CPUtime=0.06
/proc/18421/task/18437/stat : 18437 (java) S 18420 18387 20604 0 -1 64 324 0 0 0 6 0 0 0 16 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18438] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18438/stat : 18438 (java) S 18420 18387 20604 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18439] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18439/stat : 18439 (java) S 18420 18387 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23639693 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.78
Current children cumulated vsize (KiB) 886652

[startup+25.5027 s]
/proc/loadavg: 3.75 3.15 2.57 3/92 18664
/proc/meminfo: memFree=1479840/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=0.26
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1310 4215 0 1 5 2 17 2 16 0 1 0 23639658 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1111 409 3 0 796 0
[pid=18420] ppid=18387 vsize=5356 CPUtime=0
/proc/18420/stat : 18420 (sh) S 18387 18387 20604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23639688 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18420/statm: 1339 233 193 169 0 50 0
[pid=18421] ppid=18420 vsize=864428 CPUtime=21.73
/proc/18421/stat : 18421 (java) S 18420 18387 20604 0 -1 0 12643 0 1 0 1963 210 0 0 20 0 9 0 23639688 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18421/statm: 216107 4306 2589 9 0 210584 0
[pid=18421/tid=18422] ppid=18420 vsize=864428 CPUtime=19.85
/proc/18421/task/18422/stat : 18422 (java) R 18420 18387 20604 0 -1 64 10325 0 1 0 1823 162 0 0 25 0 9 0 23639689 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18423] ppid=18420 vsize=864428 CPUtime=1.78
/proc/18421/task/18423/stat : 18423 (java) S 18420 18387 20604 0 -1 64 1295 0 0 0 132 46 0 0 16 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18426] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18426/stat : 18426 (java) S 18420 18387 20604 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18427] ppid=18420 vsize=864428 CPUtime=0
/proc/18421/task/18427/stat : 18427 (java) S 18420 18387 20604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23639690 885174272 4306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18421/tid=18436] ppid=18420 vsize=864428 CPUtime=0

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

/proc/18387/statm: 4217 1112 409 3 0 796 0
[pid=18671] ppid=18387 vsize=16868 CPUtime=0
/proc/18671/stat : 18671 (sugar) D 18387 18387 20604 0 -1 4194368 10 0 0 0 0 0 0 0 18 0 1 0 23643692 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265674091815 0 0 4096 16386 18446744072099202260 0 0 17 0 0 0
/proc/18671/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 35.27
Current children cumulated vsize (KiB) 33736
heavy processes:

[startup+102.307 s]
/proc/loadavg: 5.00 3.73 2.82 3/86 18838
/proc/meminfo: memFree=1105456/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=35.27
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1365 21886 0 2 5 2 3180 340 16 0 1 0 23639658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18671] ppid=18387 vsize=5356 CPUtime=0
/proc/18671/stat : 18671 (sh) S 18387 18387 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23643692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18671/statm: 1339 232 193 169 0 50 0
[pid=18678] ppid=18671 vsize=215196 CPUtime=45.74
/proc/18678/stat : 18678 (picosat) R 18671 18387 20604 0 -1 4194304 50456 0 0 0 2062 2512 0 0 25 0 1 0 23645273 220360704 50442 996147200 134512640 134931368 4294956256 18446744073709551615 134520608 0 0 4096 0 0 0 0 17 1 0 0
/proc/18678/statm: 53799 50442 40 102 0 53694 0
Current children cumulated CPU time (s) 81.01
Current children cumulated vsize (KiB) 237420
heavy processes:

[startup+162.301 s]
/proc/loadavg: 5.24 4.00 2.97 3/86 19053
/proc/meminfo: memFree=856824/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=35.27
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1365 21886 0 2 5 2 3180 340 16 0 1 0 23639658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18671] ppid=18387 vsize=5356 CPUtime=0
/proc/18671/stat : 18671 (sh) S 18387 18387 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23643692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18671/statm: 1339 232 193 169 0 50 0
[pid=18678] ppid=18671 vsize=474212 CPUtime=105.21
/proc/18678/stat : 18678 (picosat) R 18671 18387 20604 0 -1 4194304 114085 0 0 0 4716 5805 0 0 25 0 1 0 23645273 485593088 114071 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18678/statm: 118553 114071 40 102 0 118448 0
Current children cumulated CPU time (s) 140.48
Current children cumulated vsize (KiB) 496436

[startup+222.302 s]
/proc/loadavg: 4.78 4.13 3.08 3/84 19255
/proc/meminfo: memFree=604296/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=35.27
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1365 21886 0 2 5 2 3180 340 16 0 1 0 23639658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18671] ppid=18387 vsize=5356 CPUtime=0
/proc/18671/stat : 18671 (sh) S 18387 18387 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23643692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18671/statm: 1339 232 193 169 0 50 0
[pid=18678] ppid=18671 vsize=765204 CPUtime=164.68
/proc/18678/stat : 18678 (picosat) R 18671 18387 20604 0 -1 4194304 177507 0 0 0 7387 9081 0 0 25 0 1 0 23645273 783568896 177493 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18678/statm: 191301 177493 40 102 0 191196 0
Current children cumulated CPU time (s) 199.95
Current children cumulated vsize (KiB) 787428

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

[startup+230.301 s]
/proc/loadavg: 4.64 4.11 3.08 4/83 19757
/proc/meminfo: memFree=579744/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=35.27
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1365 21886 0 2 5 2 3180 340 16 0 1 0 23639658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18671] ppid=18387 vsize=5356 CPUtime=0
/proc/18671/stat : 18671 (sh) S 18387 18387 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23643692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18671/statm: 1339 232 193 169 0 50 0
[pid=18678] ppid=18671 vsize=793188 CPUtime=172.06
/proc/18678/stat : 18678 (picosat) R 18671 18387 20604 0 -1 4194304 185347 0 0 0 7717 9489 0 0 25 0 1 0 23645273 812224512 185333 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18678/statm: 198297 185333 40 102 0 198192 0
Current children cumulated CPU time (s) 207.33
Current children cumulated vsize (KiB) 815412

[startup+243.108 s]
/proc/loadavg: 4.50 4.10 3.10 4/83 21050
/proc/meminfo: memFree=549728/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=35.27
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1365 21886 0 2 5 2 3180 340 16 0 1 0 23639658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18671] ppid=18387 vsize=5356 CPUtime=0
/proc/18671/stat : 18671 (sh) S 18387 18387 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23643692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18671/statm: 1339 232 193 169 0 50 0
[pid=18678] ppid=18671 vsize=817536 CPUtime=183.56
/proc/18678/stat : 18678 (picosat) R 18671 18387 20604 0 -1 4194304 192094 0 0 0 8529 9827 0 0 25 0 1 0 23645273 837156864 192080 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18678/statm: 204384 192080 42 102 0 204279 0
Current children cumulated CPU time (s) 218.83
Current children cumulated vsize (KiB) 839760

[startup+246.301 s]
/proc/loadavg: 4.50 4.10 3.10 4/83 21355
/proc/meminfo: memFree=549088/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=35.27
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1365 21886 0 2 5 2 3180 340 16 0 1 0 23639658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18671] ppid=18387 vsize=5356 CPUtime=0
/proc/18671/stat : 18671 (sh) S 18387 18387 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23643692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18671/statm: 1339 232 193 169 0 50 0
[pid=18678] ppid=18671 vsize=818560 CPUtime=186.42
/proc/18678/stat : 18678 (picosat) R 18671 18387 20604 0 -1 4194304 192125 0 0 0 8814 9828 0 0 25 0 1 0 23645273 838205440 192111 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18678/statm: 204640 192111 42 102 0 204535 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 840784

[startup+247.902 s]
/proc/loadavg: 4.38 4.09 3.09 3/84 21503
/proc/meminfo: memFree=549080/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=35.27
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1365 21886 0 2 5 2 3180 340 16 0 1 0 23639658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18671] ppid=18387 vsize=5356 CPUtime=0
/proc/18671/stat : 18671 (sh) S 18387 18387 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23643692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18671/statm: 1339 232 193 169 0 50 0
[pid=18678] ppid=18671 vsize=818560 CPUtime=187.77
/proc/18678/stat : 18678 (picosat) R 18671 18387 20604 0 -1 4194304 192125 0 0 0 8949 9828 0 0 25 0 1 0 23645273 838205440 192111 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18678/statm: 204640 192111 42 102 0 204535 0
Current children cumulated CPU time (s) 223.04
Current children cumulated vsize (KiB) 840784

[startup+249.503 s]
/proc/loadavg: 4.38 4.09 3.09 4/83 21628
/proc/meminfo: memFree=549024/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=35.27
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1365 21886 0 2 5 2 3180 340 16 0 1 0 23639658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=18671] ppid=18387 vsize=5356 CPUtime=0
/proc/18671/stat : 18671 (sh) S 18387 18387 20604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23643692 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18671/statm: 1339 232 193 169 0 50 0
[pid=18678] ppid=18671 vsize=0 CPUtime=189.15
/proc/18678/stat : 18678 (picosat) R 18671 18387 20604 0 -1 4194308 192140 0 0 0 9077 9838 0 0 25 0 1 0 23645273 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/18678/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 224.42
Current children cumulated vsize (KiB) 22224

[startup+249.902 s]
/proc/loadavg: 4.38 4.09 3.09 7/92 21793
/proc/meminfo: memFree=1314840/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=224.45
/proc/18387/stat : 18387 (sugar) S 18385 18387 20604 0 -1 4194304 1449 214311 0 2 5 2 12257 10181 15 0 1 0 23639658 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18387/statm: 4217 1113 409 3 0 796 0
[pid=21767] ppid=18387 vsize=5356 CPUtime=0
/proc/21767/stat : 21767 (sh) S 18387 18387 20604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23664610 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21767/statm: 1339 233 193 169 0 50 0
[pid=21770] ppid=21767 vsize=864124 CPUtime=0.25
/proc/21770/stat : 21770 (java) S 21767 18387 20604 0 -1 0 3610 0 1 0 24 1 0 0 18 0 9 0 23664611 884862976 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21770/statm: 216031 3075 1715 9 0 210536 0
[pid=21770/tid=21773] ppid=21767 vsize=864124 CPUtime=0.21
/proc/21770/task/21773/stat : 21773 (java) S 21767 18387 20604 0 -1 64 2547 0 1 0 20 1 0 0 24 0 9 0 23664612 884862976 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21777] ppid=21767 vsize=864124 CPUtime=0
/proc/21770/task/21777/stat : 21777 (java) S 21767 18387 20604 0 -1 64 62 0 0 0 0 0 0 0 16 0 9 0 23664614 884862976 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21778] ppid=21767 vsize=864124 CPUtime=0
/proc/21770/task/21778/stat : 21778 (java) S 21767 18387 20604 0 -1 64 11 0 0 0 0 0 0 0 21 0 9 0 23664614 884862976 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21779] ppid=21767 vsize=864124 CPUtime=0
/proc/21770/task/21779/stat : 21779 (java) S 21767 18387 20604 0 -1 64 3 0 0 0 0 0 0 0 22 0 9 0 23664614 884862976 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21783] ppid=21767 vsize=864124 CPUtime=0
/proc/21770/task/21783/stat : 21783 (java) S 21767 18387 20604 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 23664617 884862976 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21786] ppid=21767 vsize=864124 CPUtime=0.03
/proc/21770/task/21786/stat : 21786 (java) S 21767 18387 20604 0 -1 64 308 0 0 0 3 0 0 0 16 0 9 0 23664617 884862976 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21787] ppid=21767 vsize=864124 CPUtime=0
/proc/21770/task/21787/stat : 21787 (java) S 21767 18387 20604 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 23664617 884862976 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21770/tid=21788] ppid=21767 vsize=864124 CPUtime=0
/proc/21770/task/21788/stat : 21788 (java) S 21767 18387 20604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23664617 884862976 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224.7
Current children cumulated vsize (KiB) 886348

[startup+250.102 s]
/proc/loadavg: 4.38 4.09 3.09 7/92 21793
/proc/meminfo: memFree=1314840/2055920 swapFree=4192812/4192956
[pid=18387] ppid=18385 vsize=16868 CPUtime=224.9
/proc/18387/stat : 18387 (sugar) R 18385 18387 20604 0 -1 4194304 1476 218211 0 3 5 20 12282 10183 16 0 1 0 23639658 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18387/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 224.9
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 250.131
CPU time (s): 224.951
CPU user time (s): 122.877
CPU system time (s): 102.073
CPU usage (%): 89.9333
Max. virtual memory (cumulated for all children) (KiB): 886652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.877
system time used= 102.073
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219748
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= 112982
involuntary context switches= 117410

runsolver used 0.318951 second user time and 0.855869 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 04:29:03
IDJOB=2077758
IDBENCH=56657
IDSOLVER=738
FILE ID=node76/2077758-1247365743
PBS_JOBID= 9507074
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-20-3-3.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-2077758-1247365743/watcher-2077758-1247365743 -o /tmp/evaluation-result-2077758-1247365743/solver-2077758-1247365743 -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-2077758-1247365743.xml

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

MD5SUM BENCH= 2c0f685b6dffd0b21e9d6ad0f83ab81d
RANDOM SEED=1611413666

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1761296 kB
Buffers:         28376 kB
Cached:         157536 kB
SwapCached:          0 kB
Active:         161100 kB
Inactive:        68784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5144 kB
Writeback:           0 kB
Mapped:          54992 kB
Slab:            49608 kB
Committed_AS:   238364 kB
PageTables:       2128 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= 66424 MiB
End job on node76 at 2009-07-12 04:33:13