Trace number 2061962

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 320.803 320.532

General information on the benchmark

Namecsp/allsquares/
normalized-squares-23-23.xml
MD5SUMd185c075f1a00620d8d7e72bfffb9da4
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark320.803
Satisfiable
(Un)Satisfiability was proved
Number of variables1058
Number of constraints1268
Maximum constraint arity23
Maximum domain size66
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1013
Global constraints used (with number of constraints)cumulative(2),weightedsum(253)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:58:42 2009
0.00/0.07	c 0	PID 12085
0.00/0.07	c 0	HOST node20.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2061962-1247327921.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-2061962-1247327921.xml' 'HOME/temp.csp'
0.05/0.43	c 0	24 domains, 1058 variables, 2 predicates, 0 relations, 1268 constraints
0.05/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.46	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.57/0.52	c 0	Parsing HOME/temp.csp
0.57/0.59	c 0	parsed 2352 expressions
0.57/0.60	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.57/0.60	c 0	Converting to clausal form CSP
0.57/0.63	c 0	converted 236 (10%) expressions
0.57/0.63	c 0	converted 471 (20%) expressions
0.57/0.63	c 0	converted 706 (30%) expressions
0.57/0.63	c 0	converted 941 (40%) expressions
0.57/0.68	c 0	converted 1176 (50%) expressions
0.58/0.75	c 0	converted 1412 (60%) expressions
0.58/0.78	c 0	converted 1647 (70%) expressions
0.58/0.80	c 0	converted 1882 (80%) expressions
0.58/0.82	c 0	converted 2117 (90%) expressions
1.70/1.41	c 1	converted 2352 (100%) expressions
1.70/1.41	c 1	CSP : 4490 integers, 1892 booleans, 13008 clauses, largest domain size 67
1.70/1.41	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.70/1.41	c 1	Propagation in CSP
1.70/1.46	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.70/1.46	c 1	CSP : 4490 integers, 1892 booleans, 13008 clauses, largest domain size 67
1.70/1.46	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.70/1.47	c 1	Simplifing CSP by introducing new Boolean variables
1.70/1.48	c 1	CSP : 4490 integers, 1892 booleans, 13008 clauses, largest domain size 67
1.70/1.48	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.82/1.55	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.57	c 1	449 (10%) CSP integer variables are encoded (2394 clauses, 29011 bytes)
1.82/1.57	c 1	898 (20%) CSP integer variables are encoded (2394 clauses, 29011 bytes)
1.82/1.57	c 1	1347 (30%) CSP integer variables are encoded (4055 clauses, 50604 bytes)
1.82/1.58	c 1	1796 (40%) CSP integer variables are encoded (6514 clauses, 82571 bytes)
1.82/1.58	c 1	2245 (50%) CSP integer variables are encoded (9081 clauses, 118187 bytes)
1.82/1.59	c 1	2694 (60%) CSP integer variables are encoded (11713 clauses, 157667 bytes)
1.82/1.59	c 1	3143 (70%) CSP integer variables are encoded (14366 clauses, 197462 bytes)
1.82/1.59	c 1	3592 (80%) CSP integer variables are encoded (16825 clauses, 234347 bytes)
1.82/1.60	c 1	4041 (90%) CSP integer variables are encoded (19392 clauses, 272852 bytes)
1.92/1.60	c 1	4490 (100%) CSP integer variables are encoded (22110 clauses, 313622 bytes)
2.03/1.74	c 1	1301 (10%) CSP clauses are encoded (79699 clauses, 1294340 bytes)
2.13/1.85	c 1	2602 (20%) CSP clauses are encoded (113238 clauses, 1968468 bytes)
2.34/2.01	c 1	3903 (30%) CSP clauses are encoded (132330 clauses, 2505629 bytes)
2.44/2.13	c 2	5204 (40%) CSP clauses are encoded (147110 clauses, 2917535 bytes)
2.55/2.27	c 2	6504 (50%) CSP clauses are encoded (162672 clauses, 3404285 bytes)
2.84/2.52	c 2	7805 (60%) CSP clauses are encoded (234753 clauses, 4962659 bytes)
3.04/2.70	c 2	9106 (70%) CSP clauses are encoded (254380 clauses, 5608431 bytes)
3.14/2.85	c 2	10407 (80%) CSP clauses are encoded (269703 clauses, 6106295 bytes)
3.25/2.99	c 2	11708 (90%) CSP clauses are encoded (284520 clauses, 6585824 bytes)
3.56/3.22	c 3	13008 (100%) CSP clauses are encoded (355190 clauses, 8178996 bytes)
3.56/3.22	c 3	13008 CSP clauses encoded
3.56/3.22	c 3	Writing map file : HOME/temp.map
3.56/3.23	c 3	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.56/3.23	c 3	SAT : 28442 SAT variables, 355190 SAT clauses, 8178996 bytes
3.56/3.23	c 3	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.56/3.27	c 3	SOLVING HOME/temp.cnf
3.56/3.27	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
320.43/320.25	c 320	DECODING HOME/temp.out WITH HOME/temp.map
320.43/320.25	c 320	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'
320.49/320.33	c 320	Decoding HOME/temp.out
320.49/320.44	s SATISFIABLE
320.49/320.47	v 21 17 10 17 21 20 10 58 49 0 26 37 0 35 20 13 49 29 47 0 45 23 0 44 44 36 40 39 45 39 40 40 36 40 40 23 52 51 23 49 22 21 46 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 1 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0
320.49/320.48	c 320	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
320.50/320.52	c 320	CPU 320.77 (0.05 0.02 318.62 2.08)
320.50/320.53	c 320	END Sat Jul 11 18:04:02 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-2061962-1247327921/watcher-2061962-1247327921 -o /tmp/evaluation-result-2061962-1247327921/solver-2061962-1247327921 -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-2061962-1247327921.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.00 1.24 3/82 12085
/proc/meminfo: memFree=685808/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=12272 CPUtime=0
/proc/12085/stat : 12085 (sugar) R 12083 12085 10279 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 19858727 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 273952445153 0 0 4224 0 0 0 0 17 0 0 0
/proc/12085/statm: 3068 328 246 3 0 168 0

[startup+0.0725749 s]
/proc/loadavg: 0.92 1.00 1.24 3/82 12085
/proc/meminfo: memFree=685808/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=0.05
/proc/12085/stat : 12085 (sugar) R 12083 12085 10279 0 -1 4194304 1199 128 0 0 4 1 0 0 16 0 1 0 19858727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273952598687 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12085/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.101576 s]
/proc/loadavg: 0.92 1.00 1.24 3/82 12085
/proc/meminfo: memFree=685808/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=0.05
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 19858727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.301602 s]
/proc/loadavg: 0.92 1.00 1.24 3/82 12085
/proc/meminfo: memFree=685808/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=0.05
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1227 128 0 0 4 1 0 0 17 0 1 0 19858727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.701651 s]
/proc/loadavg: 0.92 1.00 1.24 3/82 12085
/proc/meminfo: memFree=685808/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=0.58
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1309 5157 0 1 5 1 49 3 16 0 1 0 19858727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.50274 s]
/proc/loadavg: 0.92 1.00 1.24 2/93 12107
/proc/meminfo: memFree=666832/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=0.58
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1310 5157 0 1 5 1 49 3 16 0 1 0 19858727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1111 409 3 0 796 0
[pid=12098] ppid=12085 vsize=5356 CPUtime=0
/proc/12098/stat : 12098 (sh) S 12085 12085 10279 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19858774 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12098/statm: 1339 233 193 169 0 50 0
[pid=12099] ppid=12098 vsize=869656 CPUtime=1.24
/proc/12099/stat : 12099 (java) S 12098 12085 10279 0 -1 0 8873 0 1 0 118 6 0 0 20 0 9 0 19858774 890527744 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12099/statm: 217414 8038 2567 9 0 211919 0
[pid=12099/tid=12100] ppid=12098 vsize=869656 CPUtime=0.76
/proc/12099/task/12100/stat : 12100 (java) S 12098 12085 10279 0 -1 64 2724 0 1 0 74 2 0 0 16 0 9 0 19858775 890527744 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12101] ppid=12098 vsize=869656 CPUtime=0.23
/proc/12099/task/12101/stat : 12101 (java) R 12098 12085 10279 0 -1 64 3864 0 0 0 21 2 0 0 16 0 9 0 19858776 890527744 8038 996147200 134512640 134550932 4294955936 18446744073709551615 102499788 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12102] ppid=12098 vsize=869656 CPUtime=0
/proc/12099/task/12102/stat : 12102 (java) S 12098 12085 10279 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19858776 890527744 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12103] ppid=12098 vsize=869656 CPUtime=0
/proc/12099/task/12103/stat : 12103 (java) S 12098 12085 10279 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19858776 890527744 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12104] ppid=12098 vsize=869656 CPUtime=0
/proc/12099/task/12104/stat : 12104 (java) S 12098 12085 10279 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19858778 890527744 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12105] ppid=12098 vsize=869656 CPUtime=0.21
/proc/12099/task/12105/stat : 12105 (java) S 12098 12085 10279 0 -1 64 1586 0 0 0 21 0 0 0 16 0 9 0 19858778 890527744 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12106] ppid=12098 vsize=869656 CPUtime=0
/proc/12099/task/12106/stat : 12106 (java) S 12098 12085 10279 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19858778 890527744 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12107] ppid=12098 vsize=869656 CPUtime=0
/proc/12099/task/12107/stat : 12107 (java) S 12098 12085 10279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19858778 890527744 8038 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 891880

[startup+3.10192 s]
/proc/loadavg: 0.92 1.00 1.24 2/93 12107
/proc/meminfo: memFree=657232/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=0.58
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1310 5157 0 1 5 1 49 3 16 0 1 0 19858727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12085/statm: 4217 1111 409 3 0 796 0
[pid=12098] ppid=12085 vsize=5356 CPUtime=0
/proc/12098/stat : 12098 (sh) S 12085 12085 10279 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19858774 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12098/statm: 1339 233 193 169 0 50 0
[pid=12099] ppid=12098 vsize=869552 CPUtime=2.87
/proc/12099/stat : 12099 (java) S 12098 12085 10279 0 -1 0 9175 0 1 0 276 11 0 0 20 0 9 0 19858774 890421248 8104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12099/statm: 217388 8104 2591 9 0 211865 0
[pid=12099/tid=12100] ppid=12098 vsize=869552 CPUtime=2.26
/proc/12099/task/12100/stat : 12100 (java) R 12098 12085 10279 0 -1 64 2991 0 1 0 220 6 0 0 17 0 9 0 19858775 890421248 8104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12101] ppid=12098 vsize=869552 CPUtime=0.33
/proc/12099/task/12101/stat : 12101 (java) S 12098 12085 10279 0 -1 64 3867 0 0 0 30 3 0 0 16 0 9 0 19858776 890421248 8104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12099/tid=12102] ppid=12098 vsize=869552 CPUtime=0
/proc/12099/task/12102/stat : 12102 (java) S 12098 12085 10279 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19858776 890421248 8104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12103] ppid=12098 vsize=869552 CPUtime=0
/proc/12099/task/12103/stat : 12103 (java) S 12098 12085 10279 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19858776 890421248 8104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12104] ppid=12098 vsize=869552 CPUtime=0
/proc/12099/task/12104/stat : 12104 (java) S 12098 12085 10279 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19858778 890421248 8104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12105] ppid=12098 vsize=869552 CPUtime=0.26
/proc/12099/task/12105/stat : 12105 (java) S 12098 12085 10279 0 -1 64 1618 0 0 0 25 1 0 0 16 0 9 0 19858778 890421248 8104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12106] ppid=12098 vsize=869552 CPUtime=0
/proc/12099/task/12106/stat : 12106 (java) S 12098 12085 10279 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19858778 890421248 8104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12099/tid=12107] ppid=12098 vsize=869552 CPUtime=0
/proc/12099/task/12107/stat : 12107 (java) S 12098 12085 10279 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19858778 890421248 8104 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 891776

[startup+6.30129 s]
/proc/loadavg: 0.93 1.00 1.24 2/85 12109
/proc/meminfo: memFree=664080/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=14568 CPUtime=3.01
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 3248 0 0 0 137 164 0 0 25 0 1 0 19859055 14917632 3234 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 3642 3234 40 102 0 3537 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 36792

[startup+12.702 s]
/proc/loadavg: 0.93 1.00 1.24 2/85 12109
/proc/meminfo: memFree=659152/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=16696 CPUtime=9.4
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 3792 0 0 0 756 184 0 0 25 0 1 0 19859055 17096704 3778 996147200 134512640 134931368 4294956256 18446744073709551615 134530810 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 4174 3778 42 102 0 4069 0
Current children cumulated CPU time (s) 13.01
Current children cumulated vsize (KiB) 38920

[startup+25.5015 s]
/proc/loadavg: 0.95 1.00 1.24 2/85 12109
/proc/meminfo: memFree=658064/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=17752 CPUtime=22.2
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 4088 0 0 0 2036 184 0 0 25 0 1 0 19859055 18178048 4074 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 4438 4074 42 102 0 4333 0
Current children cumulated CPU time (s) 25.81
Current children cumulated vsize (KiB) 39976

[startup+51.1015 s]
/proc/loadavg: 1.02 1.01 1.23 2/85 12109
/proc/meminfo: memFree=655824/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=20128 CPUtime=47.8
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 4683 0 0 0 4595 185 0 0 25 0 1 0 19859055 20611072 4636 996147200 134512640 134931368 4294956256 18446744073709551615 134525698 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 5032 4636 42 102 0 4927 0
Current children cumulated CPU time (s) 51.41
Current children cumulated vsize (KiB) 42352

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.22 2/85 12109
/proc/meminfo: memFree=652176/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=23560 CPUtime=98.99
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 5573 0 0 0 9713 186 0 0 25 0 1 0 19859055 24125440 5526 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 5890 5526 42 102 0 5785 0
Current children cumulated CPU time (s) 102.6
Current children cumulated vsize (KiB) 45784

[startup+162.301 s]
/proc/loadavg: 1.09 1.03 1.21 2/85 12115
/proc/meminfo: memFree=648016/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=27516 CPUtime=158.96
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 6626 0 0 0 15708 188 0 0 25 0 1 0 19859055 28176384 6506 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 6879 6506 48 102 0 6774 0
Current children cumulated CPU time (s) 162.57
Current children cumulated vsize (KiB) 49740

[startup+222.301 s]
/proc/loadavg: 1.10 1.04 1.20 2/85 12115
/proc/meminfo: memFree=648080/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=27516 CPUtime=218.94
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 6626 0 0 0 21706 188 0 0 25 0 1 0 19859055 28176384 6506 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 6879 6506 48 102 0 6774 0
Current children cumulated CPU time (s) 222.55
Current children cumulated vsize (KiB) 49740

[startup+282.301 s]
/proc/loadavg: 1.04 1.03 1.18 2/85 12115
/proc/meminfo: memFree=648080/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=27516 CPUtime=278.92
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 6627 0 0 0 27704 188 0 0 25 0 1 0 19859055 28176384 6507 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 6879 6507 48 102 0 6774 0
Current children cumulated CPU time (s) 282.53
Current children cumulated vsize (KiB) 49740

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

[startup+307.101 s]
/proc/loadavg: 1.02 1.03 1.18 2/85 12115
/proc/meminfo: memFree=647440/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=28176 CPUtime=303.71
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 6870 0 0 0 30183 188 0 0 25 0 1 0 19859055 28852224 6671 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 7044 6671 48 102 0 6939 0
Current children cumulated CPU time (s) 307.32
Current children cumulated vsize (KiB) 50400

[startup+313.507 s]
/proc/loadavg: 1.02 1.03 1.18 2/85 12115
/proc/meminfo: memFree=647440/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=28176 CPUtime=310.11
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 6870 0 0 0 30823 188 0 0 25 0 1 0 19859055 28852224 6671 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 7044 6671 48 102 0 6939 0
Current children cumulated CPU time (s) 313.72
Current children cumulated vsize (KiB) 50400

[startup+316.701 s]
/proc/loadavg: 1.02 1.03 1.18 2/85 12115
/proc/meminfo: memFree=647440/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=28176 CPUtime=313.31
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 6870 0 0 0 31143 188 0 0 25 0 1 0 19859055 28852224 6671 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 7044 6671 48 102 0 6939 0
Current children cumulated CPU time (s) 316.92
Current children cumulated vsize (KiB) 50400

[startup+318.302 s]
/proc/loadavg: 1.02 1.02 1.17 2/85 12115
/proc/meminfo: memFree=647440/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=28176 CPUtime=314.92
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 6870 0 0 0 31303 189 0 0 25 0 1 0 19859055 28852224 6671 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 7044 6671 48 102 0 6939 0
Current children cumulated CPU time (s) 318.53
Current children cumulated vsize (KiB) 50400

[startup+319.902 s]
/proc/loadavg: 1.02 1.02 1.17 2/85 12115
/proc/meminfo: memFree=647440/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=3.61
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1365 14666 0 2 5 1 339 16 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
[pid=12108] ppid=12085 vsize=5356 CPUtime=0
/proc/12108/stat : 12108 (sh) S 12085 12085 10279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19859055 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12108/statm: 1339 232 193 169 0 50 0
[pid=12109] ppid=12108 vsize=28176 CPUtime=316.52
/proc/12109/stat : 12109 (picosat) R 12108 12085 10279 0 -1 4194304 6870 0 0 0 31463 189 0 0 25 0 1 0 19859055 28852224 6671 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/12109/statm: 7044 6671 48 102 0 6939 0
Current children cumulated CPU time (s) 320.13
Current children cumulated vsize (KiB) 50400

[startup+320.302 s]
/proc/loadavg: 1.02 1.02 1.17 2/85 12115
/proc/meminfo: memFree=647440/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=320.49
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1428 21828 0 2 5 1 31837 206 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 320.49
Current children cumulated vsize (KiB) 16868

[startup+320.502 s]
/proc/loadavg: 1.02 1.02 1.17 2/85 12115
/proc/meminfo: memFree=647440/2055920 swapFree=4192956/4192956
[pid=12085] ppid=12083 vsize=16868 CPUtime=320.5
/proc/12085/stat : 12085 (sugar) S 12083 12085 10279 0 -1 4194304 1449 21828 0 2 5 2 31837 206 16 0 1 0 19858727 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12085/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 320.5
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 320.532
CPU time (s): 320.803
CPU user time (s): 318.683
CPU system time (s): 2.12068
CPU usage (%): 100.085
Max. virtual memory (cumulated for all children) (KiB): 891880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.683
system time used= 2.12068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27353
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= 3345
involuntary context switches= 8832

runsolver used 0.292955 second user time and 0.896863 second system time

The end

Launcher Data

Begin job on node20 at 2009-07-11 17:58:41
IDJOB=2061962
IDBENCH=53856
IDSOLVER=738
FILE ID=node20/2061962-1247327921
PBS_JOBID= 9506587
Free space on /tmp= 66280 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-23-23.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-2061962-1247327921/watcher-2061962-1247327921 -o /tmp/evaluation-result-2061962-1247327921/solver-2061962-1247327921 -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-2061962-1247327921.xml

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

MD5SUM BENCH= d185c075f1a00620d8d7e72bfffb9da4
RANDOM SEED=572658246

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        686288 kB
Buffers:         61128 kB
Cached:        1222304 kB
SwapCached:          0 kB
Active:         214124 kB
Inactive:      1099600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        686288 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1620 kB
Writeback:           0 kB
Mapped:          47996 kB
Slab:            41252 kB
Committed_AS:   178604 kB
PageTables:       1880 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= 66280 MiB
End job on node20 at 2009-07-11 18:04:02