Trace number 2066714

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 87.3127 88.2532

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32e4.xml
MD5SUM7051e69945a148d4ef8d83de9b35045e
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 benchmark1.21481
Satisfiable
(Un)Satisfiability was proved
Number of variables774
Number of constraints7493
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7493
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 22:17:59 2009
0.00/0.07	c 0	PID 16666
0.00/0.07	c 0	HOST node3.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2066714-1247343478.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066714-1247343478.xml' 'HOME/temp.csp'
0.06/1.03	c 1	1 domains, 774 variables, 4 predicates, 0 relations, 7493 constraints
0.06/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/1.07	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'
1.01/1.16	c 1	Parsing HOME/temp.csp
1.20/1.32	c 1	parsed 8272 expressions
1.20/1.33	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.33	c 1	Converting to clausal form CSP
1.20/1.39	c 1	converted 828 (10%) expressions
1.40/1.55	c 1	converted 1655 (20%) expressions
1.50/1.62	c 1	converted 2482 (30%) expressions
1.50/1.64	c 1	converted 3309 (40%) expressions
1.50/1.66	c 1	converted 4136 (50%) expressions
1.50/1.67	c 1	converted 4964 (60%) expressions
1.50/1.69	c 1	converted 5791 (70%) expressions
1.60/1.70	c 1	converted 6618 (80%) expressions
1.60/1.72	c 1	converted 7445 (90%) expressions
2.49/2.63	c 2	converted 8272 (100%) expressions
2.49/2.63	c 2	CSP : 5709 integers, 0 booleans, 17363 clauses, largest domain size 12
2.49/2.63	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.49/2.63	c 2	Propagation in CSP
2.69/2.82	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.69/2.82	c 2	CSP : 5709 integers, 0 booleans, 17363 clauses, largest domain size 12
2.69/2.82	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.69/2.84	c 2	Simplifing CSP by introducing new Boolean variables
2.69/2.85	c 2	CSP : 5709 integers, 0 booleans, 17363 clauses, largest domain size 12
2.69/2.85	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.79/2.94	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.79/2.95	c 3	571 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.79/2.96	c 3	1142 (20%) CSP integer variables are encoded (2468 clauses, 31757 bytes)
2.79/2.97	c 3	1713 (30%) CSP integer variables are encoded (6303 clauses, 81612 bytes)
2.79/2.98	c 3	2284 (40%) CSP integer variables are encoded (10133 clauses, 135611 bytes)
2.79/2.99	c 3	2855 (50%) CSP integer variables are encoded (13968 clauses, 193136 bytes)
2.79/2.99	c 3	3426 (60%) CSP integer variables are encoded (17804 clauses, 250676 bytes)
2.90/3.00	c 3	3997 (70%) CSP integer variables are encoded (21639 clauses, 308201 bytes)
2.90/3.00	c 3	4568 (80%) CSP integer variables are encoded (25474 clauses, 365726 bytes)
2.90/3.01	c 3	5139 (90%) CSP integer variables are encoded (29305 clauses, 423191 bytes)
2.90/3.02	c 3	5709 (100%) CSP integer variables are encoded (33135 clauses, 480641 bytes)
2.90/3.06	c 3	1737 (10%) CSP clauses are encoded (34872 clauses, 499433 bytes)
2.90/3.08	c 3	3473 (20%) CSP clauses are encoded (36608 clauses, 520163 bytes)
2.90/3.09	c 3	5209 (30%) CSP clauses are encoded (38344 clauses, 540893 bytes)
3.48/3.62	c 3	6946 (40%) CSP clauses are encoded (66189 clauses, 1178586 bytes)
9.33/9.56	c 9	8682 (50%) CSP clauses are encoded (366073 clauses, 8483757 bytes)
15.27/15.52	c 15	10418 (60%) CSP clauses are encoded (665977 clauses, 15954614 bytes)
21.20/21.53	c 21	12155 (70%) CSP clauses are encoded (964022 clauses, 24570591 bytes)
27.24/27.61	c 27	13891 (80%) CSP clauses are encoded (1263970 clauses, 33247192 bytes)
33.19/33.62	c 33	15627 (90%) CSP clauses are encoded (1563854 clauses, 41922241 bytes)
39.13/39.63	c 39	17363 (100%) CSP clauses are encoded (1863758 clauses, 50597663 bytes)
39.13/39.64	c 39	17363 CSP clauses encoded
39.13/39.64	c 39	Writing map file : HOME/temp.map
39.13/39.65	c 39	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.13/39.65	c 39	SAT : 38844 SAT variables, 1863758 SAT clauses, 50597663 bytes
39.13/39.65	c 39	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.13/39.68	c 39	SOLVING HOME/temp.cnf
39.13/39.68	c 39	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
86.86/87.80	c 87	DECODING HOME/temp.out WITH HOME/temp.map
86.86/87.80	c 87	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'
86.86/87.89	c 87	Decoding HOME/temp.out
87.16/88.16	s SATISFIABLE
87.16/88.19	v 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1
87.24/88.20	c 88	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
87.24/88.23	c 88	CPU 87.26 (0.05 0.02 72.04 15.15)
87.24/88.23	c 88	END Sat Jul 11 22:19:27 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-2066714-1247343478/watcher-2066714-1247343478 -o /tmp/evaluation-result-2066714-1247343478/solver-2066714-1247343478 -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-2066714-1247343478.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.02 2.00 4/73 16666
/proc/meminfo: memFree=1893216/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=12268 CPUtime=0
/proc/16666/stat : 16666 (sugar) R 16664 16666 15287 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 21415431 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233641655294 0 0 4224 0 0 0 0 17 0 0 0
/proc/16666/statm: 3067 316 241 3 0 167 0

[startup+0.109083 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 16666
/proc/meminfo: memFree=1893216/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=0.06
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21415431 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16666/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201138 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 16666
/proc/meminfo: memFree=1893216/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=0.06
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21415431 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16666/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301144 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 16666
/proc/meminfo: memFree=1893216/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=0.06
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21415431 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16666/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701219 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 16666
/proc/meminfo: memFree=1893216/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=0.06
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 21415431 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16666/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50231 s]
/proc/loadavg: 1.99 2.02 2.00 3/78 16682
/proc/meminfo: memFree=1887864/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=1
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1309 8430 0 1 5 1 89 5 16 0 1 0 21415431 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1111 409 3 0 796 0
[pid=16679] ppid=16666 vsize=5356 CPUtime=0
/proc/16679/stat : 16679 (sh) S 16666 16666 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21415539 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16679/statm: 1339 233 193 169 0 50 0
[pid=16680] ppid=16679 vsize=865496 CPUtime=0.4
/proc/16680/stat : 16680 (java) S 16679 16666 15287 0 -1 0 5004 0 1 0 37 3 0 0 18 0 9 0 21415539 886267904 4459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16680/statm: 216374 4459 1743 9 0 210879 0
[pid=16680/tid=16681] ppid=16679 vsize=865496 CPUtime=0.25
/proc/16680/task/16681/stat : 16681 (java) R 16679 16666 15287 0 -1 64 2657 0 1 0 24 1 0 0 21 0 9 0 21415540 886267904 4459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16682] ppid=16679 vsize=865496 CPUtime=0.02
/proc/16680/task/16682/stat : 16682 (java) S 16679 16666 15287 0 -1 64 1020 0 0 0 2 0 0 0 16 0 9 0 21415541 886267904 4459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887720

[startup+3.10161 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 16688
/proc/meminfo: memFree=1868680/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=1.01
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1310 8430 0 1 5 2 89 5 15 0 1 0 21415431 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1111 409 3 0 796 0
[pid=16679] ppid=16666 vsize=5356 CPUtime=0
/proc/16679/stat : 16679 (sh) S 16666 16666 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21415539 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16679/statm: 1339 233 193 169 0 50 0
[pid=16680] ppid=16679 vsize=868692 CPUtime=1.98
/proc/16680/stat : 16680 (java) S 16679 16666 15287 0 -1 0 9979 0 1 0 191 7 0 0 18 0 9 0 21415539 889540608 8882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16680/statm: 217173 8882 2590 9 0 211650 0
[pid=16680/tid=16681] ppid=16679 vsize=868692 CPUtime=1.29
/proc/16680/task/16681/stat : 16681 (java) R 16679 16666 15287 0 -1 64 2970 0 1 0 127 2 0 0 24 0 9 0 21415540 889540608 8882 996147200 134512640 134550932 4294955936 18446744073709551615 4126520702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16682] ppid=16679 vsize=868692 CPUtime=0.43
/proc/16680/task/16682/stat : 16682 (java) S 16679 16666 15287 0 -1 64 4782 0 0 0 40 3 0 0 16 0 9 0 21415541 889540608 8882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16683] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16683/stat : 16683 (java) S 16679 16666 15287 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21415542 889540608 8882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16684] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16684/stat : 16684 (java) S 16679 16666 15287 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21415542 889540608 8882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16685] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16685/stat : 16685 (java) S 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21415544 889540608 8882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16686] ppid=16679 vsize=868692 CPUtime=0.22
/proc/16680/task/16686/stat : 16686 (java) S 16679 16666 15287 0 -1 64 1527 0 0 0 22 0 0 0 15 0 9 0 21415544 889540608 8882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16687] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16687/stat : 16687 (java) S 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21415544 889540608 8882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16688] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16688/stat : 16688 (java) S 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21415544 889540608 8882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890916

[startup+6.30213 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 16688
/proc/meminfo: memFree=1860680/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=1.01
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1310 8430 0 1 5 2 89 5 15 0 1 0 21415431 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1111 409 3 0 796 0
[pid=16679] ppid=16666 vsize=5356 CPUtime=0
/proc/16679/stat : 16679 (sh) S 16666 16666 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21415539 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16679/statm: 1339 233 193 169 0 50 0
[pid=16680] ppid=16679 vsize=868692 CPUtime=5.15
/proc/16680/stat : 16680 (java) S 16679 16666 15287 0 -1 0 10133 0 1 0 504 11 0 0 18 0 9 0 21415539 889540608 8883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16680/statm: 217173 8883 2590 9 0 211650 0
[pid=16680/tid=16681] ppid=16679 vsize=868692 CPUtime=4.42
/proc/16680/task/16681/stat : 16681 (java) R 16679 16666 15287 0 -1 64 3123 0 1 0 436 6 0 0 25 0 9 0 21415540 889540608 8883 996147200 134512640 134550932 4294955936 18446744073709551615 4126520712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16682] ppid=16679 vsize=868692 CPUtime=0.47
/proc/16680/task/16682/stat : 16682 (java) S 16679 16666 15287 0 -1 64 4782 0 0 0 44 3 0 0 16 0 9 0 21415541 889540608 8883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16683] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16683/stat : 16683 (java) S 16679 16666 15287 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21415542 889540608 8883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16684] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16684/stat : 16684 (java) S 16679 16666 15287 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21415542 889540608 8883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16685] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16685/stat : 16685 (java) S 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21415544 889540608 8883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16686] ppid=16679 vsize=868692 CPUtime=0.23
/proc/16680/task/16686/stat : 16686 (java) S 16679 16666 15287 0 -1 64 1528 0 0 0 23 0 0 0 16 0 9 0 21415544 889540608 8883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16687] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16687/stat : 16687 (java) S 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21415544 889540608 8883 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16688] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16688/stat : 16688 (java) R 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21415544 889540608 8883 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) 890916

[startup+12.7011 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 16688
/proc/meminfo: memFree=1852296/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=1.01
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1310 8430 0 1 5 2 89 5 16 0 1 0 21415431 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1111 409 3 0 796 0
[pid=16679] ppid=16666 vsize=5356 CPUtime=0
/proc/16679/stat : 16679 (sh) S 16666 16666 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21415539 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16679/statm: 1339 233 193 169 0 50 0
[pid=16680] ppid=16679 vsize=868692 CPUtime=11.48
/proc/16680/stat : 16680 (java) S 16679 16666 15287 0 -1 0 10438 0 1 0 1130 18 0 0 18 0 9 0 21415539 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16680/statm: 217173 8888 2590 9 0 211650 0
[pid=16680/tid=16681] ppid=16679 vsize=868692 CPUtime=10.64
/proc/16680/task/16681/stat : 16681 (java) R 16679 16666 15287 0 -1 64 3424 0 1 0 1053 11 0 0 25 0 9 0 21415540 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4126997728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16682] ppid=16679 vsize=868692 CPUtime=0.58
/proc/16680/task/16682/stat : 16682 (java) S 16679 16666 15287 0 -1 64 4782 0 0 0 53 5 0 0 16 0 9 0 21415541 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16683] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16683/stat : 16683 (java) S 16679 16666 15287 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21415542 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16684] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16684/stat : 16684 (java) S 16679 16666 15287 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21415542 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16685] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16685/stat : 16685 (java) S 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21415544 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16686] ppid=16679 vsize=868692 CPUtime=0.23
/proc/16680/task/16686/stat : 16686 (java) S 16679 16666 15287 0 -1 64 1532 0 0 0 23 0 0 0 16 0 9 0 21415544 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16687] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16687/stat : 16687 (java) S 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21415544 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16688] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16688/stat : 16688 (java) S 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21415544 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890916

[startup+25.5022 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 16688
/proc/meminfo: memFree=1834312/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=1.01
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1310 8430 0 1 5 2 89 5 16 0 1 0 21415431 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1111 409 3 0 796 0
[pid=16679] ppid=16666 vsize=5356 CPUtime=0
/proc/16679/stat : 16679 (sh) S 16666 16666 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21415539 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16679/statm: 1339 233 193 169 0 50 0
[pid=16680] ppid=16679 vsize=868692 CPUtime=24.15
/proc/16680/stat : 16680 (java) S 16679 16666 15287 0 -1 0 11041 0 1 0 2382 33 0 0 18 0 9 0 21415539 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16680/statm: 217173 8888 2590 9 0 211650 0
[pid=16680/tid=16681] ppid=16679 vsize=868692 CPUtime=23.1
/proc/16680/task/16681/stat : 16681 (java) R 16679 16666 15287 0 -1 64 4027 0 1 0 2288 22 0 0 25 0 9 0 21415540 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4126519833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16682] ppid=16679 vsize=868692 CPUtime=0.78
/proc/16680/task/16682/stat : 16682 (java) S 16679 16666 15287 0 -1 64 4782 0 0 0 69 9 0 0 16 0 9 0 21415541 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16683] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16683/stat : 16683 (java) S 16679 16666 15287 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21415542 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16684] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16684/stat : 16684 (java) S 16679 16666 15287 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21415542 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16685] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16685/stat : 16685 (java) S 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21415544 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16686] ppid=16679 vsize=868692 CPUtime=0.23
/proc/16680/task/16686/stat : 16686 (java) S 16679 16666 15287 0 -1 64 1532 0 0 0 23 0 0 0 16 0 9 0 21415544 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16687] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16687/stat : 16687 (java) S 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21415544 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16680/tid=16688] ppid=16679 vsize=868692 CPUtime=0
/proc/16680/task/16688/stat : 16688 (java) S 16679 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21415544 889540608 8888 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890916

[startup+51.1014 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 16690
/proc/meminfo: memFree=1805192/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=39.19
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1365 20449 0 2 5 2 3856 56 16 0 1 0 21415431 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1113 409 3 0 796 0
[pid=16689] ppid=16666 vsize=5356 CPUtime=0
/proc/16689/stat : 16689 (sh) S 16666 16666 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21419399 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16689/statm: 1339 232 193 169 0 50 0
[pid=16690] ppid=16689 vsize=38848 CPUtime=11.3
/proc/16690/stat : 16690 (picosat) R 16689 16666 15287 0 -1 4194304 8937 0 0 0 515 615 0 0 25 0 1 0 21419400 39780352 8923 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 9712 8923 40 102 0 9607 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 61072

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

[startup+51.2014 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 16690
/proc/meminfo: memFree=1805192/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=39.19
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1365 20449 0 2 5 2 3856 56 16 0 1 0 21415431 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1113 409 3 0 796 0
[pid=16689] ppid=16666 vsize=5356 CPUtime=0
/proc/16689/stat : 16689 (sh) S 16666 16666 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21419399 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16689/statm: 1339 232 193 169 0 50 0
[pid=16690] ppid=16689 vsize=39112 CPUtime=11.41
/proc/16690/stat : 16690 (picosat) R 16689 16666 15287 0 -1 4194304 9009 0 0 0 520 621 0 0 25 0 1 0 21419400 40050688 8995 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 9778 8995 40 102 0 9673 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 61336

[startup+64.0015 s]
/proc/loadavg: 2.04 2.03 2.00 3/76 16690
/proc/meminfo: memFree=1767624/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=39.19
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1365 20449 0 2 5 2 3856 56 16 0 1 0 21415431 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1113 409 3 0 796 0
[pid=16689] ppid=16666 vsize=5356 CPUtime=0
/proc/16689/stat : 16689 (sh) S 16666 16666 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21419399 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16689/statm: 1339 232 193 169 0 50 0
[pid=16690] ppid=16689 vsize=76472 CPUtime=24.09
/proc/16690/stat : 16690 (picosat) R 16689 16666 15287 0 -1 4194304 18110 0 0 0 1114 1295 0 0 25 0 1 0 21419400 78307328 18096 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 19118 18096 40 102 0 19013 0
Current children cumulated CPU time (s) 63.28
Current children cumulated vsize (KiB) 98696

[startup+76.8016 s]
/proc/loadavg: 2.04 2.03 2.00 3/76 16690
/proc/meminfo: memFree=1758280/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=39.19
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1365 20449 0 2 5 2 3856 56 16 0 1 0 21415431 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1113 409 3 0 796 0
[pid=16689] ppid=16666 vsize=5356 CPUtime=0
/proc/16689/stat : 16689 (sh) S 16666 16666 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21419399 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16689/statm: 1339 232 193 169 0 50 0
[pid=16690] ppid=16689 vsize=85168 CPUtime=36.77
/proc/16690/stat : 16690 (picosat) R 16689 16666 15287 0 -1 4194304 20320 0 0 0 2224 1453 0 0 25 0 1 0 21419400 87212032 20306 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 21292 20306 42 102 0 21187 0
Current children cumulated CPU time (s) 75.96
Current children cumulated vsize (KiB) 107392

[startup+83.2027 s]
/proc/loadavg: 2.03 2.03 2.00 3/76 16690
/proc/meminfo: memFree=1758280/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=39.19
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1365 20449 0 2 5 2 3856 56 16 0 1 0 21415431 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1113 409 3 0 796 0
[pid=16689] ppid=16666 vsize=5356 CPUtime=0
/proc/16689/stat : 16689 (sh) S 16666 16666 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21419399 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16689/statm: 1339 232 193 169 0 50 0
[pid=16690] ppid=16689 vsize=85300 CPUtime=43.11
/proc/16690/stat : 16690 (picosat) R 16689 16666 15287 0 -1 4194304 20329 0 0 0 2858 1453 0 0 25 0 1 0 21419400 87347200 20315 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 21325 20315 42 102 0 21220 0
Current children cumulated CPU time (s) 82.3
Current children cumulated vsize (KiB) 107524

[startup+86.4012 s]
/proc/loadavg: 2.03 2.03 2.00 3/76 16690
/proc/meminfo: memFree=1758280/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=39.19
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1365 20449 0 2 5 2 3856 56 16 0 1 0 21415431 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1113 409 3 0 796 0
[pid=16689] ppid=16666 vsize=5356 CPUtime=0
/proc/16689/stat : 16689 (sh) S 16666 16666 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21419399 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16689/statm: 1339 232 193 169 0 50 0
[pid=16690] ppid=16689 vsize=85300 CPUtime=46.28
/proc/16690/stat : 16690 (picosat) R 16689 16666 15287 0 -1 4194304 20335 0 0 0 3175 1453 0 0 25 0 1 0 21419400 87347200 20321 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 21325 20321 42 102 0 21220 0
Current children cumulated CPU time (s) 85.47
Current children cumulated vsize (KiB) 107524

[startup+87.2013 s]
/proc/loadavg: 2.03 2.03 2.00 3/76 16690
/proc/meminfo: memFree=1758280/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=39.19
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1365 20449 0 2 5 2 3856 56 16 0 1 0 21415431 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1113 409 3 0 796 0
[pid=16689] ppid=16666 vsize=5356 CPUtime=0
/proc/16689/stat : 16689 (sh) S 16666 16666 15287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21419399 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16689/statm: 1339 232 193 169 0 50 0
[pid=16690] ppid=16689 vsize=85300 CPUtime=47.07
/proc/16690/stat : 16690 (picosat) R 16689 16666 15287 0 -1 4194304 20336 0 0 0 3254 1453 0 0 25 0 1 0 21419400 87347200 20322 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/16690/statm: 21325 20322 42 102 0 21220 0
Current children cumulated CPU time (s) 86.26
Current children cumulated vsize (KiB) 107524

[startup+88.0025 s]
/proc/loadavg: 2.03 2.03 2.00 4/84 16700
/proc/meminfo: memFree=1834184/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=86.88
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1446 41077 0 2 5 2 7169 1512 16 0 1 0 21415431 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1113 409 3 0 796 0
[pid=16691] ppid=16666 vsize=5356 CPUtime=0
/proc/16691/stat : 16691 (sh) S 16666 16666 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21424211 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16691/statm: 1339 233 193 169 0 50 0
[pid=16692] ppid=16691 vsize=862012 CPUtime=0.18
/proc/16692/stat : 16692 (java) S 16691 16666 15287 0 -1 0 3000 0 1 0 16 2 0 0 18 0 9 0 21424212 882700288 2472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16692/statm: 215503 2472 1262 9 0 210416 0
[pid=16692/tid=16693] ppid=16691 vsize=862012 CPUtime=0.16
/proc/16692/task/16693/stat : 16693 (java) R 16691 16666 15287 0 -1 64 2026 0 1 0 15 1 0 0 18 0 9 0 21424213 882700288 2472 996147200 134512640 134550932 4294955984 18446744073709551615 102529459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16694] ppid=16691 vsize=862012 CPUtime=0
/proc/16692/task/16694/stat : 16694 (java) S 16691 16666 15287 0 -1 64 73 0 0 0 0 0 0 0 16 0 9 0 21424214 882700288 2472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16695] ppid=16691 vsize=862012 CPUtime=0
/proc/16692/task/16695/stat : 16695 (java) S 16691 16666 15287 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21424214 882700288 2472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16696] ppid=16691 vsize=862012 CPUtime=0
/proc/16692/task/16696/stat : 16696 (java) S 16691 16666 15287 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21424214 882700288 2472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16697] ppid=16691 vsize=862012 CPUtime=0
/proc/16692/task/16697/stat : 16697 (java) S 16691 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21424217 882700288 2472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16698] ppid=16691 vsize=862012 CPUtime=0
/proc/16692/task/16698/stat : 16698 (java) R 16691 16666 15287 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 21424217 882700288 2472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16699] ppid=16691 vsize=862012 CPUtime=0
/proc/16692/task/16699/stat : 16699 (java) S 16691 16666 15287 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21424217 882700288 2472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16700] ppid=16691 vsize=862012 CPUtime=0
/proc/16692/task/16700/stat : 16700 (java) S 16691 16666 15287 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21424217 882700288 2472 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.06
Current children cumulated vsize (KiB) 884236

[startup+88.2025 s]
/proc/loadavg: 2.03 2.03 2.00 4/84 16700
/proc/meminfo: memFree=1834184/2055920 swapFree=4192812/4192956
[pid=16666] ppid=16664 vsize=16868 CPUtime=86.88
/proc/16666/stat : 16666 (sugar) S 16664 16666 15287 0 -1 4194304 1449 41077 0 2 5 2 7169 1512 15 0 1 0 21415431 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16666/statm: 4217 1113 409 3 0 796 0
[pid=16691] ppid=16666 vsize=5356 CPUtime=0
/proc/16691/stat : 16691 (sh) S 16666 16666 15287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21424211 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16691/statm: 1339 233 193 169 0 50 0
[pid=16692] ppid=16691 vsize=864152 CPUtime=0.36
/proc/16692/stat : 16692 (java) S 16691 16666 15287 0 -1 0 3619 0 1 0 34 2 0 0 18 0 9 0 21424212 884891648 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16692/statm: 216038 3087 1707 9 0 210543 0
[pid=16692/tid=16693] ppid=16691 vsize=864152 CPUtime=0.29
/proc/16692/task/16693/stat : 16693 (java) R 16691 16666 15287 0 -1 64 2536 0 1 0 28 1 0 0 20 0 9 0 21424213 884891648 3087 996147200 134512640 134550932 4294955984 18446744073709551615 104184084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16694] ppid=16691 vsize=864152 CPUtime=0
/proc/16692/task/16694/stat : 16694 (java) S 16691 16666 15287 0 -1 64 73 0 0 0 0 0 0 0 16 0 9 0 21424214 884891648 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16695] ppid=16691 vsize=864152 CPUtime=0
/proc/16692/task/16695/stat : 16695 (java) S 16691 16666 15287 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21424214 884891648 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16696] ppid=16691 vsize=864152 CPUtime=0
/proc/16692/task/16696/stat : 16696 (java) S 16691 16666 15287 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21424214 884891648 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16697] ppid=16691 vsize=864152 CPUtime=0
/proc/16692/task/16697/stat : 16697 (java) S 16691 16666 15287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21424217 884891648 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16698] ppid=16691 vsize=864152 CPUtime=0.05
/proc/16692/task/16698/stat : 16698 (java) S 16691 16666 15287 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 21424217 884891648 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16699] ppid=16691 vsize=864152 CPUtime=0
/proc/16692/task/16699/stat : 16699 (java) S 16691 16666 15287 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21424217 884891648 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16692/tid=16700] ppid=16691 vsize=864152 CPUtime=0
/proc/16692/task/16700/stat : 16700 (java) S 16691 16666 15287 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21424217 884891648 3087 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.24
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 88.2532
CPU time (s): 87.3127
CPU user time (s): 72.105
CPU system time (s): 15.2077
CPU usage (%): 98.9344
Max. virtual memory (cumulated for all children) (KiB): 891056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.105
system time used= 15.2077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46543
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= 20238
involuntary context switches= 21850

runsolver used 0.107983 second user time and 0.297954 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-11 22:17:59
IDJOB=2066714
IDBENCH=54561
IDSOLVER=738
FILE ID=node3/2066714-1247343478
PBS_JOBID= 9506696
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32e4.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-2066714-1247343478/watcher-2066714-1247343478 -o /tmp/evaluation-result-2066714-1247343478/solver-2066714-1247343478 -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-2066714-1247343478.xml

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

MD5SUM BENCH= 7051e69945a148d4ef8d83de9b35045e
RANDOM SEED=1324110275

node3.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.259
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.259
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:       1893696 kB
Buffers:          9128 kB
Cached:          79000 kB
SwapCached:          0 kB
Active:          88776 kB
Inactive:        24748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1893696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:          36148 kB
Slab:            34020 kB
Committed_AS:   228732 kB
PageTables:       1736 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= 66380 MiB
End job on node3 at 2009-07-11 22:19:27