Trace number 1041929

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.13+picosatSAT 489.652 494.646

General information on the benchmark

Namecsp/allsquares/
normalized-squares-27-27.xml
MD5SUMd4a95218d374567a2e179115c5d58ded
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark219.941
Satisfiable
(Un)Satisfiability was proved
Number of variables1458
Number of constraints1758
Maximum constraint arity27
Maximum domain size84
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1405
Global constraints used (with number of constraints)cumulative(2),weightedsum(351)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/picosat
0.00/0.16	c 0	BEGIN Wed Jul  2 14:24:09 2008
0.00/0.16	c 0	PID 22998
0.00/0.16	c 0	HOST node59.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1041929-1215001449.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041929-1215001449.xml' 'HOME/temp.csp'
0.04/0.96	c 1	28 domains, 1458 variables, 2 predicates, 0 relations, 1758 constraints
0.82/1.01	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.82/1.01	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/1.09	c 1	Parsing HOME/temp.csp
0.82/1.32	c 1	parsed 3246 expressions
0.82/1.32	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.82/1.32	c 1	Converting to clausal form CSP
0.82/1.35	c 1	converted 325 (10%) expressions
0.82/1.36	c 1	converted 650 (20%) expressions
0.82/1.36	c 1	converted 974 (30%) expressions
0.82/1.36	c 1	converted 1299 (40%) expressions
0.82/1.51	c 1	converted 1623 (50%) expressions
0.82/1.56	c 1	converted 1948 (60%) expressions
0.82/1.60	c 1	converted 2273 (70%) expressions
0.82/1.63	c 1	converted 2597 (80%) expressions
0.82/1.66	c 1	converted 2922 (90%) expressions
2.47/2.72	c 2	converted 3246 (100%) expressions
2.47/2.72	c 2	CSP : 10194 integers, 2966 booleans, 26674 clauses, largest domain size 197
2.47/2.72	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.47/2.72	c 2	Propagation in CSP
2.67/2.90	c 3	36578 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.67/2.90	c 3	CSP : 10194 integers, 2966 booleans, 26674 clauses, largest domain size 85
2.67/2.90	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.67/2.92	c 3	Simplifing CSP by introducing new Boolean variables
2.67/2.94	c 3	CSP : 10194 integers, 2966 booleans, 26674 clauses, largest domain size 85
2.67/2.94	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.77/3.05	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.77/3.09	c 3	1020 (10%) CSP integer variables are encoded (3668 clauses, 45563 bytes)
2.88/3.11	c 3	2039 (20%) CSP integer variables are encoded (12832 clauses, 173866 bytes)
2.88/3.13	c 3	3059 (30%) CSP integer variables are encoded (29140 clauses, 418486 bytes)
2.88/3.15	c 3	4078 (40%) CSP integer variables are encoded (44768 clauses, 652906 bytes)
2.88/3.17	c 3	5097 (50%) CSP integer variables are encoded (60067 clauses, 882391 bytes)
2.88/3.19	c 3	6117 (60%) CSP integer variables are encoded (74822 clauses, 1103716 bytes)
2.97/3.22	c 3	7136 (70%) CSP integer variables are encoded (90936 clauses, 1345426 bytes)
2.97/3.24	c 3	8156 (80%) CSP integer variables are encoded (106993 clauses, 1614736 bytes)
2.97/3.26	c 3	9175 (90%) CSP integer variables are encoded (122064 clauses, 1870943 bytes)
2.97/3.28	c 3	10194 (100%) CSP integer variables are encoded (137104 clauses, 2126623 bytes)
3.36/3.61	c 3	2668 (10%) CSP clauses are encoded (288940 clauses, 4826633 bytes)
4.16/4.41	c 4	5335 (20%) CSP clauses are encoded (719656 clauses, 13504841 bytes)
4.84/5.17	c 5	8003 (30%) CSP clauses are encoded (1123936 clauses, 22036864 bytes)
5.63/5.92	c 6	10670 (40%) CSP clauses are encoded (1514917 clauses, 30286516 bytes)
6.32/6.63	c 6	13337 (50%) CSP clauses are encoded (1898103 clauses, 38362369 bytes)
7.20/7.52	c 7	16005 (60%) CSP clauses are encoded (2365621 clauses, 48193455 bytes)
7.99/8.35	c 8	18672 (70%) CSP clauses are encoded (2800948 clauses, 57428445 bytes)
8.79/9.15	c 9	21340 (80%) CSP clauses are encoded (3191930 clauses, 66825127 bytes)
9.59/9.93	c 10	24007 (90%) CSP clauses are encoded (3579265 clauses, 76128753 bytes)
10.35/10.79	c 10	26674 (100%) CSP clauses are encoded (3995527 clauses, 86089116 bytes)
10.35/10.79	c 10	26674 CSP clauses encoded
10.35/10.79	c 10	Writing map file : HOME/temp.map
10.45/10.83	c 10	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.45/10.83	c 10	SAT : 150206 SAT variables, 3995527 SAT clauses, 86089116 bytes
10.45/10.83	c 10	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.45/10.86	c 11	SOLVING HOME/temp.cnf
10.45/10.86	c 11	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
488.89/493.97	c 494	DECODING HOME/temp.out WITH HOME/temp.map
488.89/493.97	c 494	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
488.98/494.06	c 494	Decoding HOME/temp.out
488.98/494.51	s SATISFIABLE
488.98/494.58	v 39 30 27 52 27 28 21 32 27 49 27 59 71 35 20 18 19 0 0 0 40 61 61 34 36 58 0 16 5 5 56 0 61 60 0 19 46 8 46 45 46 45 68 28 66 27 46 0 0 22 60 21 58 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 0 0 1 0 1 1 0 1 0 1 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 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 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 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 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 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 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1
488.98/494.58	c 494	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
488.98/494.60	c 494	CPU 469.55 (0.04 0.02 469.51 20.01)
488.98/494.60	c 494	END Wed Jul  2 14:32:23 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041929-1215001449/watcher-1041929-1215001449 -o /tmp/evaluation-result-1041929-1215001449/solver-1041929-1215001449 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1041929-1215001449.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 22998
/proc/meminfo: memFree=1852592/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=18572 CPUtime=0
/proc/22998/stat : 22998 (runsolver) D 22996 22998 22628 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1979116245 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217051622695 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/22998/statm: 4643 292 257 25 0 2626 0

[startup+0.0665321 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 22998
/proc/meminfo: memFree=1852592/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=12268 CPUtime=0
/proc/22998/stat : 22998 (sugar) D 22996 22998 22628 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 1979116245 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/22998/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101538 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 22998
/proc/meminfo: memFree=1852592/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=12272 CPUtime=0
/proc/22998/stat : 22998 (sugar) D 22996 22998 22628 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 1979116245 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/22998/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.30158 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 22998
/proc/meminfo: memFree=1852592/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=0.04
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1979116245 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701657 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 22998
/proc/meminfo: memFree=1852592/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=0.04
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 1979116245 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 2.00 2.00 2.00 2/91 23010
/proc/meminfo: memFree=1839512/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=0.82
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 974 5308 0 1 3 1 74 4 15 0 1 0 1979116245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 13600

[startup+3.10215 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 23020
/proc/meminfo: memFree=1830936/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=0.82
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 974 5308 0 1 3 1 74 4 15 0 1 0 1979116245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 797 370 3 0 500 0
[pid=23011] ppid=22998 vsize=5356 CPUtime=0
/proc/23011/stat : 23011 (sh) S 22998 22998 22628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979116346 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23011/statm: 1339 233 193 169 0 50 0
[pid=23012] ppid=23011 vsize=868500 CPUtime=2.06
/proc/23012/stat : 23012 (java) S 23011 22998 22628 0 -1 0 11072 0 1 0 199 7 0 0 18 0 9 0 1979116347 889344000 10106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23012/statm: 217125 10106 2565 9 0 211672 0
[pid=23012/tid=23013] ppid=23011 vsize=868500 CPUtime=1.21
/proc/23012/task/23013/stat : 23013 (java) R 23011 22998 22628 0 -1 64 2928 0 1 0 119 2 0 0 24 0 9 0 1979116347 889344000 10106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23014] ppid=23011 vsize=868500 CPUtime=0.53
/proc/23012/task/23014/stat : 23014 (java) S 23011 22998 22628 0 -1 64 5928 0 0 0 50 3 0 0 15 0 9 0 1979116349 889344000 10106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23015] ppid=23011 vsize=868500 CPUtime=0
/proc/23012/task/23015/stat : 23015 (java) S 23011 22998 22628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979116349 889344000 10106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23016] ppid=23011 vsize=868500 CPUtime=0
/proc/23012/task/23016/stat : 23016 (java) S 23011 22998 22628 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979116349 889344000 10106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23017] ppid=23011 vsize=868500 CPUtime=0
/proc/23012/task/23017/stat : 23017 (java) S 23011 22998 22628 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979116351 889344000 10106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23018] ppid=23011 vsize=868500 CPUtime=0.29
/proc/23012/task/23018/stat : 23018 (java) S 23011 22998 22628 0 -1 64 1524 0 0 0 28 1 0 0 16 0 9 0 1979116351 889344000 10106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23019] ppid=23011 vsize=868500 CPUtime=0
/proc/23012/task/23019/stat : 23019 (java) S 23011 22998 22628 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979116351 889344000 10106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23020] ppid=23011 vsize=868500 CPUtime=0
/proc/23012/task/23020/stat : 23020 (java) S 23011 22998 22628 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979116351 889344000 10106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 887456

[startup+6.30172 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 23020
/proc/meminfo: memFree=1794008/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=0.82
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 974 5308 0 1 3 1 74 4 15 0 1 0 1979116245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 797 370 3 0 500 0
[pid=23011] ppid=22998 vsize=5356 CPUtime=0
/proc/23011/stat : 23011 (sh) S 22998 22998 22628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979116346 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23011/statm: 1339 233 193 169 0 50 0
[pid=23012] ppid=23011 vsize=868500 CPUtime=5.2
/proc/23012/stat : 23012 (java) S 23011 22998 22628 0 -1 0 11581 0 1 0 488 32 0 0 18 0 9 0 1979116347 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23012/statm: 217125 10125 2565 9 0 211672 0
[pid=23012/tid=23013] ppid=23011 vsize=868500 CPUtime=4.18
/proc/23012/task/23013/stat : 23013 (java) R 23011 22998 22628 0 -1 64 3421 0 1 0 394 24 0 0 25 0 9 0 1979116347 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4126614829 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23014] ppid=23011 vsize=868500 CPUtime=0.68
/proc/23012/task/23014/stat : 23014 (java) S 23011 22998 22628 0 -1 64 5929 0 0 0 63 5 0 0 16 0 9 0 1979116349 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23015] ppid=23011 vsize=868500 CPUtime=0
/proc/23012/task/23015/stat : 23015 (java) S 23011 22998 22628 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979116349 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23016] ppid=23011 vsize=868500 CPUtime=0
/proc/23012/task/23016/stat : 23016 (java) S 23011 22998 22628 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979116349 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23017] ppid=23011 vsize=868500 CPUtime=0
/proc/23012/task/23017/stat : 23017 (java) S 23011 22998 22628 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979116351 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23018] ppid=23011 vsize=868500 CPUtime=0.32
/proc/23012/task/23018/stat : 23018 (java) S 23011 22998 22628 0 -1 64 1539 0 0 0 31 1 0 0 17 0 9 0 1979116351 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23019] ppid=23011 vsize=868500 CPUtime=0
/proc/23012/task/23019/stat : 23019 (java) S 23011 22998 22628 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979116351 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23012/tid=23020] ppid=23011 vsize=868500 CPUtime=0
/proc/23012/task/23020/stat : 23020 (java) S 23011 22998 22628 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979116351 889344000 10125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 887456

[startup+12.7019 s]
/proc/loadavg: 2.22 2.05 2.02 3/83 23022
/proc/meminfo: memFree=1748632/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=24260 CPUtime=1.8
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 4211 0 0 0 79 101 0 0 25 0 1 0 1979117332 24842240 4197 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 6065 4197 40 102 0 5960 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 43216

[startup+25.5014 s]
/proc/loadavg: 2.19 2.05 2.01 3/83 23022
/proc/meminfo: memFree=1701144/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=74972 CPUtime=14.47
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 16304 0 0 0 652 795 0 0 25 0 1 0 1979117332 76771328 16290 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 18743 16290 40 102 0 18638 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 93928

[startup+51.1013 s]
/proc/loadavg: 2.12 2.04 2.01 3/83 23022
/proc/meminfo: memFree=1620824/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=155056 CPUtime=39.83
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 36084 0 0 0 2060 1923 0 0 25 0 1 0 1979117332 158777344 36070 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 38764 36070 42 102 0 38659 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 174012

[startup+102.306 s]
/proc/loadavg: 2.05 2.03 2.01 3/83 23022
/proc/meminfo: memFree=1619864/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=157640 CPUtime=90.49
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 36264 0 0 0 7126 1923 0 0 25 0 1 0 1979117332 161423360 36248 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 39410 36248 48 102 0 39305 0
Current children cumulated CPU time (s) 100.99
Current children cumulated vsize (KiB) 176596

[startup+162.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 23022
/proc/meminfo: memFree=1619288/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=158300 CPUtime=149.92
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 36441 0 0 0 13069 1923 0 0 25 0 1 0 1979117332 162099200 36425 996147200 134512640 134931368 4294956256 18446744073709551615 134522934 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 39575 36425 48 102 0 39470 0
Current children cumulated CPU time (s) 160.42

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

/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=158960 CPUtime=209.36
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 36608 0 0 0 19013 1923 0 0 25 0 1 0 1979117332 162775040 36592 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 39740 36592 48 102 0 39635 0
Current children cumulated CPU time (s) 219.86
Current children cumulated vsize (KiB) 177916

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 23022
/proc/meminfo: memFree=1617752/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=159752 CPUtime=268.79
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 36814 0 0 0 24955 1924 0 0 25 0 1 0 1979117332 163586048 36798 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 39938 36798 48 102 0 39833 0
Current children cumulated CPU time (s) 279.29
Current children cumulated vsize (KiB) 178708

[startup+342.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 23022
/proc/meminfo: memFree=1616992/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=160544 CPUtime=328.23
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 36992 0 0 0 30899 1924 0 0 25 0 1 0 1979117332 164397056 36976 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 40136 36976 48 102 0 40031 0
Current children cumulated CPU time (s) 338.73
Current children cumulated vsize (KiB) 179500

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23022
/proc/meminfo: memFree=1616480/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=160940 CPUtime=387.66
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 37121 0 0 0 36842 1924 0 0 25 0 1 0 1979117332 164802560 37105 996147200 134512640 134931368 4294956256 18446744073709551615 134529277 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 40235 37105 48 102 0 40130 0
Current children cumulated CPU time (s) 398.16
Current children cumulated vsize (KiB) 179896

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23022
/proc/meminfo: memFree=1615776/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=161732 CPUtime=447.09
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 37309 0 0 0 42785 1924 0 0 25 0 1 0 1979117332 165613568 37293 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 40433 37293 48 102 0 40328 0
Current children cumulated CPU time (s) 457.59
Current children cumulated vsize (KiB) 180688

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

[startup+473.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23022
/proc/meminfo: memFree=1615648/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=161864 CPUtime=458.18
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 37351 0 0 0 43894 1924 0 0 25 0 1 0 1979117332 165748736 37335 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 40466 37335 48 102 0 40361 0
Current children cumulated CPU time (s) 468.68
Current children cumulated vsize (KiB) 180820

[startup+486.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23022
/proc/meminfo: memFree=1615456/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=162128 CPUtime=470.86
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 37392 0 0 0 45162 1924 0 0 25 0 1 0 1979117332 166019072 37376 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 40532 37376 48 102 0 40427 0
Current children cumulated CPU time (s) 481.36
Current children cumulated vsize (KiB) 181084

[startup+489.507 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23022
/proc/meminfo: memFree=1615456/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=162128 CPUtime=474.04
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 37399 0 0 0 45480 1924 0 0 25 0 1 0 1979117332 166019072 37383 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 40532 37383 48 102 0 40427 0
Current children cumulated CPU time (s) 484.54
Current children cumulated vsize (KiB) 181084

[startup+492.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23022
/proc/meminfo: memFree=1615392/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=162128 CPUtime=477.21
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 37405 0 0 0 45797 1924 0 0 25 0 1 0 1979117332 166019072 37389 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 40532 37389 48 102 0 40427 0
Current children cumulated CPU time (s) 487.71
Current children cumulated vsize (KiB) 181084

[startup+493.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23022
/proc/meminfo: memFree=1615392/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=10.5
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1022 17885 0 2 3 1 976 70 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
[pid=23021] ppid=22998 vsize=5356 CPUtime=0
/proc/23021/stat : 23021 (sh) S 22998 22998 22628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979117332 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23021/statm: 1339 232 193 169 0 50 0
[pid=23022] ppid=23021 vsize=162128 CPUtime=477.99
/proc/23022/stat : 23022 (picosat) R 23021 22998 22628 0 -1 4194304 37407 0 0 0 45875 1924 0 0 25 0 1 0 1979117332 166019072 37391 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/23022/statm: 40532 37391 48 102 0 40427 0
Current children cumulated CPU time (s) 488.49
Current children cumulated vsize (KiB) 181084

[startup+494.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23022
/proc/meminfo: memFree=1614368/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=488.98
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1091 55587 0 2 3 1 46896 1998 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 488.98
Current children cumulated vsize (KiB) 13600

[startup+494.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23022
/proc/meminfo: memFree=1614368/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=488.98
/proc/22998/stat : 22998 (sugar) S 22996 22998 22628 0 -1 4194304 1091 55587 0 2 3 1 46896 1998 16 0 1 0 1979116245 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22998/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 488.98
Current children cumulated vsize (KiB) 13600

[startup+494.609 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 23022
/proc/meminfo: memFree=1614368/2055920 swapFree=4180500/4192956
[pid=22998] ppid=22996 vsize=13600 CPUtime=489.59
/proc/22998/stat : 22998 (sugar) R 22996 22998 22628 0 -1 4194304 1119 59550 0 3 4 3 46951 2001 16 0 1 0 1979116245 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22998/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 489.59
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 494.646
CPU time (s): 489.652
CPU user time (s): 469.563
CPU system time (s): 20.0889
CPU usage (%): 98.9903
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 469.563
system time used= 20.0889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60699
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= 13134
involuntary context switches= 22995

runsolver used 0.728889 second user time and 1.52377 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-02 14:24:09
IDJOB=1041929
IDBENCH=53855
IDSOLVER=345
FILE ID=node59/1041929-1215001449
PBS_JOBID= 7870805
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-27-27.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041929-1215001449/watcher-1041929-1215001449 -o /tmp/evaluation-result-1041929-1215001449/solver-1041929-1215001449 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1041929-1215001449.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d4a95218d374567a2e179115c5d58ded
RANDOM SEED=1611318433

node59.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.261
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.261
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:       1853136 kB
Buffers:          4864 kB
Cached:          57980 kB
SwapCached:       6176 kB
Active:         122332 kB
Inactive:        11820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853136 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            1596 kB
Writeback:           0 kB
Mapped:          85116 kB
Slab:            53832 kB
Committed_AS:  4697612 kB
PageTables:       2004 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= 66536 MiB
End job on node59 at 2008-07-02 14:32:23