Trace number 2074821

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 514.702 517.104

General information on the benchmark

Namecsp/wordsPuzzle/
normalized-crossword-m1-words-puzzle18.xml
MD5SUM636be31d660ee2803d5594411291e37a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.25896
Satisfiable
(Un)Satisfiability was proved
Number of variables177
Number of constraints1277
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension86
Number of constraints which are defined in intension1191
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:42:07 2009
0.00/0.08	c 0	PID 20357
0.00/0.08	c 0	HOST node33.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2074821-1247359327.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2074821-1247359327.xml' 'HOME/temp.csp'
0.07/0.77	c 0	1 domains, 177 variables, 6 predicates, 4 relations, 1277 constraints
0.07/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.82	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.07/0.89	c 1	Parsing HOME/temp.csp
0.91/1.10	c 1	parsed 1465 expressions
1.01/1.10	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.10	c 1	Converting to clausal form CSP
1.01/1.12	c 1	converted 147 (10%) expressions
1.90/2.06	c 2	converted 293 (20%) expressions
2.10/2.20	c 2	converted 440 (30%) expressions
2.10/2.23	c 2	converted 586 (40%) expressions
2.10/2.24	c 2	converted 733 (50%) expressions
2.10/2.26	c 2	converted 879 (60%) expressions
2.10/2.28	c 2	converted 1026 (70%) expressions
2.20/2.30	c 2	converted 1172 (80%) expressions
2.20/2.31	c 2	converted 1319 (90%) expressions
2.59/2.79	c 2	converted 1465 (100%) expressions
2.59/2.79	c 2	CSP : 177 integers, 0 booleans, 1277 clauses, largest domain size 26
2.59/2.79	c 2	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.79	c 2	Propagation in CSP
2.69/2.80	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.69/2.80	c 2	CSP : 177 integers, 0 booleans, 1277 clauses, largest domain size 26
2.69/2.80	c 2	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.69/2.80	c 2	Simplifing CSP by introducing new Boolean variables
2.69/2.86	c 3	CSP : 177 integers, 8832 booleans, 10109 clauses, largest domain size 26
2.69/2.86	c 3	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.99/3.11	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.99/3.12	c 3	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.99/3.13	c 3	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.99/3.13	c 3	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.99/3.13	c 3	71 (40%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
2.99/3.13	c 3	89 (50%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
2.99/3.13	c 3	107 (60%) CSP integer variables are encoded (2568 clauses, 31321 bytes)
2.99/3.13	c 3	124 (70%) CSP integer variables are encoded (2976 clauses, 36625 bytes)
2.99/3.13	c 3	142 (80%) CSP integer variables are encoded (3408 clauses, 42241 bytes)
2.99/3.13	c 3	160 (90%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
2.99/3.13	c 3	177 (100%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
17.81/18.10	c 18	1011 (10%) CSP clauses are encoded (415679 clauses, 15448579 bytes)
17.90/18.15	c 18	2022 (20%) CSP clauses are encoded (438340 clauses, 15871497 bytes)
17.90/18.19	c 18	3033 (30%) CSP clauses are encoded (461026 clauses, 16294866 bytes)
18.01/18.24	c 18	4044 (40%) CSP clauses are encoded (484187 clauses, 16700280 bytes)
18.01/18.29	c 18	5055 (50%) CSP clauses are encoded (507673 clauses, 17112911 bytes)
18.10/18.33	c 18	6066 (60%) CSP clauses are encoded (531134 clauses, 17529441 bytes)
18.10/18.38	c 18	7077 (70%) CSP clauses are encoded (554620 clauses, 17961600 bytes)
18.20/18.42	c 18	8088 (80%) CSP clauses are encoded (578106 clauses, 18424791 bytes)
31.53/31.82	c 31	9099 (90%) CSP clauses are encoded (661485 clauses, 23042812 bytes)
70.12/70.64	c 70	10109 (100%) CSP clauses are encoded (864649 clauses, 37017526 bytes)
70.12/70.64	c 70	10109 CSP clauses encoded
70.12/70.64	c 70	Writing map file : HOME/temp.map
70.12/70.65	c 70	Heap : 80 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
70.12/70.65	c 70	SAT : 13257 SAT variables, 864649 SAT clauses, 37017526 bytes
70.12/70.65	c 70	Heap : 80 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
70.12/70.68	c 70	SOLVING HOME/temp.cnf
70.12/70.68	c 70	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
514.32/516.75	c 516	DECODING HOME/temp.out WITH HOME/temp.map
514.32/516.75	c 516	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'
514.39/516.83	c 517	Decoding HOME/temp.out
514.51/516.99	s SATISFIABLE
514.51/517.00	v 0 1 1 0 0 2 19 4 3 22 4 17 4 13 14 20 13 5 14 17 6 4 4 12 8 11 19 0 2 19 19 17 8 0 11 0 12 14 10 8 17 10 4 3 13 14 13 21 0 19 18 0 1 20 18 7 4 0 6 4 3 14 2 18 0 14 0 18 18 17 20 11 4 1 14 3 24 22 4 8 6 7 19 8 18 11 4 15 0 13 19 17 14 24 18 19 8 11 11 1 8 17 19 7 18 4 0 11 4 24 4 8 17 0 7 4 22 4 11 8 0 3 0 4 17 0 1 24 17 3 15 4 19 6 0 12 4 18 11 0 8 3 3 14 17 8 18 17 14 15 4 4 11 18 4 14 20 13 2 4 19 17 8 15 3 4 4 17 22 17 4 18 19 18 4 2 19
514.61/517.04	c 517	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
514.61/517.09	c 517	CPU 514.66 (0.07 0.01 504.47 10.11)
514.61/517.09	c 517	END Sun Jul 12 02:50:44 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-2074821-1247359327/watcher-2074821-1247359327 -o /tmp/evaluation-result-2074821-1247359327/solver-2074821-1247359327 -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-2074821-1247359327.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.65 1.63 1.98 4/82 20357
/proc/meminfo: memFree=1814448/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=18576 CPUtime=0
/proc/20357/stat : 20357 (runsolver) R 20355 20357 19243 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22998662 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20357/statm: 4644 284 249 26 0 2626 0

[startup+0.089853 s]
/proc/loadavg: 0.65 1.63 1.98 4/82 20357
/proc/meminfo: memFree=1814448/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=0.07
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22998662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20357/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101842 s]
/proc/loadavg: 0.65 1.63 1.98 4/82 20357
/proc/meminfo: memFree=1814448/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=0.07
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22998662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20357/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301866 s]
/proc/loadavg: 0.65 1.63 1.98 4/82 20357
/proc/meminfo: memFree=1814448/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=0.07
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22998662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20357/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701921 s]
/proc/loadavg: 0.65 1.63 1.98 4/82 20357
/proc/meminfo: memFree=1814448/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=0.07
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 22998662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20357/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50301 s]
/proc/loadavg: 0.65 1.63 1.98 4/93 20379
/proc/meminfo: memFree=1785880/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=0.74
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1309 6902 0 1 6 1 63 4 15 0 1 0 22998662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1111 409 3 0 796 0
[pid=20370] ppid=20357 vsize=5356 CPUtime=0
/proc/20370/stat : 20370 (sh) S 20357 20357 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22998744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20370/statm: 1339 233 193 169 0 50 0
[pid=20371] ppid=20370 vsize=864256 CPUtime=0.67
/proc/20371/stat : 20371 (java) S 20370 20357 19243 0 -1 0 7939 0 1 0 64 3 0 0 20 0 9 0 22998744 884998144 7207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20371/statm: 216064 7207 2566 9 0 210569 0
[pid=20371/tid=20372] ppid=20370 vsize=864256 CPUtime=0.38
/proc/20371/task/20372/stat : 20372 (java) R 20370 20357 19243 0 -1 64 2679 0 1 0 37 1 0 0 25 0 9 0 22998745 884998144 7207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20373] ppid=20370 vsize=864256 CPUtime=0.22
/proc/20371/task/20373/stat : 20373 (java) R 20370 20357 19243 0 -1 64 4248 0 0 0 21 1 0 0 16 0 9 0 22998746 884998144 7207 996147200 134512640 134550932 4294955936 18446744073709551615 104188758 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20374] ppid=20370 vsize=864256 CPUtime=0
/proc/20371/task/20374/stat : 20374 (java) S 20370 20357 19243 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22998746 884998144 7207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20375] ppid=20370 vsize=864256 CPUtime=0
/proc/20371/task/20375/stat : 20375 (java) S 20370 20357 19243 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22998746 884998144 7207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20376] ppid=20370 vsize=864256 CPUtime=0
/proc/20371/task/20376/stat : 20376 (java) S 20370 20357 19243 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22998748 884998144 7207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20377] ppid=20370 vsize=864256 CPUtime=0.04
/proc/20371/task/20377/stat : 20377 (java) S 20370 20357 19243 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22998748 884998144 7207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20378] ppid=20370 vsize=864256 CPUtime=0
/proc/20371/task/20378/stat : 20378 (java) S 20370 20357 19243 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22998748 884998144 7207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20379] ppid=20370 vsize=864256 CPUtime=0
/proc/20371/task/20379/stat : 20379 (java) S 20370 20357 19243 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22998748 884998144 7207 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886480

[startup+3.10221 s]
/proc/loadavg: 0.65 1.63 1.98 4/93 20379
/proc/meminfo: memFree=1711704/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=0.74
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1310 6902 0 1 6 1 63 4 16 0 1 0 22998662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1111 409 3 0 796 0
[pid=20370] ppid=20357 vsize=5356 CPUtime=0
/proc/20370/stat : 20370 (sh) S 20357 20357 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22998744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20370/statm: 1339 233 193 169 0 50 0
[pid=20371] ppid=20370 vsize=868852 CPUtime=2.25
/proc/20371/stat : 20371 (java) S 20370 20357 19243 0 -1 0 17640 0 1 0 217 8 0 0 20 0 9 0 22998744 889704448 16812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20371/statm: 217213 16812 2566 9 0 211718 0
[pid=20371/tid=20372] ppid=20370 vsize=868852 CPUtime=0.87
/proc/20371/task/20372/stat : 20372 (java) R 20370 20357 19243 0 -1 64 3260 0 1 0 86 1 0 0 25 0 9 0 22998745 889704448 16812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20373] ppid=20370 vsize=868852 CPUtime=1.19
/proc/20371/task/20373/stat : 20373 (java) R 20370 20357 19243 0 -1 64 12202 0 0 0 114 5 0 0 18 0 9 0 22998746 889704448 16812 996147200 134512640 134550932 4294955936 18446744073709551615 104191077 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20374] ppid=20370 vsize=868852 CPUtime=0
/proc/20371/task/20374/stat : 20374 (java) S 20370 20357 19243 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22998746 889704448 16812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20375] ppid=20370 vsize=868852 CPUtime=0
/proc/20371/task/20375/stat : 20375 (java) S 20370 20357 19243 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22998746 889704448 16812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20376] ppid=20370 vsize=868852 CPUtime=0
/proc/20371/task/20376/stat : 20376 (java) S 20370 20357 19243 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22998748 889704448 16812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20377] ppid=20370 vsize=868852 CPUtime=0.16
/proc/20371/task/20377/stat : 20377 (java) S 20370 20357 19243 0 -1 64 1479 0 0 0 16 0 0 0 16 0 9 0 22998748 889704448 16812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20378] ppid=20370 vsize=868852 CPUtime=0
/proc/20371/task/20378/stat : 20378 (java) S 20370 20357 19243 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22998748 889704448 16812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20379] ppid=20370 vsize=868852 CPUtime=0
/proc/20371/task/20379/stat : 20379 (java) S 20370 20357 19243 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22998748 889704448 16812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 891076

[startup+6.30159 s]
/proc/loadavg: 0.76 1.63 1.98 4/93 20379
/proc/meminfo: memFree=1580824/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=0.74
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1310 6902 0 1 6 1 63 4 15 0 1 0 22998662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1111 409 3 0 796 0
[pid=20370] ppid=20357 vsize=5356 CPUtime=0
/proc/20370/stat : 20370 (sh) S 20357 20357 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22998744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20370/statm: 1339 233 193 169 0 50 0
[pid=20371] ppid=20370 vsize=868712 CPUtime=5.43
/proc/20371/stat : 20371 (java) S 20370 20357 19243 0 -1 0 18425 0 1 0 531 12 0 0 20 0 9 0 22998744 889561088 17437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20371/statm: 217178 17437 2591 9 0 211655 0
[pid=20371/tid=20372] ppid=20370 vsize=868712 CPUtime=3.85
/proc/20371/task/20372/stat : 20372 (java) R 20370 20357 19243 0 -1 64 3402 0 1 0 382 3 0 0 25 0 9 0 22998745 889561088 17437 996147200 134512640 134550932 4294955936 18446744073709551615 4126537108 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20373] ppid=20370 vsize=868712 CPUtime=1.34
/proc/20371/task/20373/stat : 20373 (java) S 20370 20357 19243 0 -1 64 12823 0 0 0 128 6 0 0 16 0 9 0 22998746 889561088 17437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20374] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20374/stat : 20374 (java) S 20370 20357 19243 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22998746 889561088 17437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20375] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20375/stat : 20375 (java) S 20370 20357 19243 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22998746 889561088 17437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20376] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20376/stat : 20376 (java) S 20370 20357 19243 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22998748 889561088 17437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20377] ppid=20370 vsize=868712 CPUtime=0.2
/proc/20371/task/20377/stat : 20377 (java) S 20370 20357 19243 0 -1 64 1501 0 0 0 20 0 0 0 16 0 9 0 22998748 889561088 17437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20378] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20378/stat : 20378 (java) S 20370 20357 19243 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22998748 889561088 17437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20379] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20379/stat : 20379 (java) S 20370 20357 19243 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22998748 889561088 17437 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890936

[startup+12.7024 s]
/proc/loadavg: 0.94 1.66 1.99 3/93 20379
/proc/meminfo: memFree=1396056/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=0.74
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1310 6902 0 1 6 1 63 4 15 0 1 0 22998662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1111 409 3 0 796 0
[pid=20370] ppid=20357 vsize=5356 CPUtime=0
/proc/20370/stat : 20370 (sh) S 20357 20357 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22998744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20370/statm: 1339 233 193 169 0 50 0
[pid=20371] ppid=20370 vsize=868712 CPUtime=11.79
/proc/20371/stat : 20371 (java) S 20370 20357 19243 0 -1 0 21020 0 1 0 1162 17 0 0 20 0 9 0 22998744 889561088 19943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20371/statm: 217178 19943 2591 9 0 211655 0
[pid=20371/tid=20372] ppid=20370 vsize=868712 CPUtime=9.97
/proc/20371/task/20372/stat : 20372 (java) R 20370 20357 19243 0 -1 64 3491 0 1 0 990 7 0 0 25 0 9 0 22998745 889561088 19943 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20373] ppid=20370 vsize=868712 CPUtime=1.58
/proc/20371/task/20373/stat : 20373 (java) S 20370 20357 19243 0 -1 64 15324 0 0 0 150 8 0 0 16 0 9 0 22998746 889561088 19943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20374] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20374/stat : 20374 (java) S 20370 20357 19243 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22998746 889561088 19943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20375] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20375/stat : 20375 (java) S 20370 20357 19243 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22998746 889561088 19943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20376] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20376/stat : 20376 (java) S 20370 20357 19243 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22998748 889561088 19943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20377] ppid=20370 vsize=868712 CPUtime=0.2
/proc/20371/task/20377/stat : 20377 (java) S 20370 20357 19243 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 22998748 889561088 19943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20378] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20378/stat : 20378 (java) S 20370 20357 19243 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22998748 889561088 19943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20379] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20379/stat : 20379 (java) S 20370 20357 19243 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22998748 889561088 19943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890936

[startup+25.5029 s]
/proc/loadavg: 1.17 1.67 1.99 3/93 20379
/proc/meminfo: memFree=1370776/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=0.74
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1310 6902 0 1 6 1 63 4 15 0 1 0 22998662 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1111 409 3 0 796 0
[pid=20370] ppid=20357 vsize=5356 CPUtime=0
/proc/20370/stat : 20370 (sh) S 20357 20357 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22998744 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20370/statm: 1339 233 193 169 0 50 0
[pid=20371] ppid=20370 vsize=868712 CPUtime=24.52
/proc/20371/stat : 20371 (java) S 20370 20357 19243 0 -1 0 24556 0 1 0 2426 26 0 0 20 0 9 0 22998744 889561088 23352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20371/statm: 217178 23352 2591 9 0 211655 0
[pid=20371/tid=20372] ppid=20370 vsize=868712 CPUtime=22.37
/proc/20371/task/20372/stat : 20372 (java) R 20370 20357 19243 0 -1 64 3618 0 1 0 2224 13 0 0 25 0 9 0 22998745 889561088 23352 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20373] ppid=20370 vsize=868712 CPUtime=1.89
/proc/20371/task/20373/stat : 20373 (java) S 20370 20357 19243 0 -1 64 18719 0 0 0 178 11 0 0 16 0 9 0 22998746 889561088 23352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20374] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20374/stat : 20374 (java) S 20370 20357 19243 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22998746 889561088 23352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20375] ppid=20370 vsize=868712 CPUtime=0
/proc/20371/task/20375/stat : 20375 (java) S 20370 20357 19243 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22998746 889561088 23352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20371/tid=20376] ppid=20370 vsize=868712 CPUtime=0

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

/proc/20357/statm: 4217 1113 409 3 0 796 0
[pid=20380] ppid=20357 vsize=5356 CPUtime=0
/proc/20380/stat : 20380 (sh) S 20357 20357 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23005730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 232 193 169 0 50 0
[pid=20381] ppid=20380 vsize=57428 CPUtime=210.01
/proc/20381/stat : 20381 (picosat) R 20380 20357 19243 0 -1 4194304 14515 0 0 0 20062 939 0 0 25 0 1 0 23005731 58806272 14146 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20381/statm: 14357 14146 48 102 0 14252 0
Current children cumulated CPU time (s) 280.21
Current children cumulated vsize (KiB) 79652

[startup+342.302 s]
/proc/loadavg: 2.02 1.96 2.02 3/84 20491
/proc/meminfo: memFree=1767200/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=70.2
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1365 39225 0 2 7 1 6963 49 16 0 1 0 22998662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1113 409 3 0 796 0
[pid=20380] ppid=20357 vsize=5356 CPUtime=0
/proc/20380/stat : 20380 (sh) S 20357 20357 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23005730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 232 193 169 0 50 0
[pid=20381] ppid=20380 vsize=58600 CPUtime=269.98
/proc/20381/stat : 20381 (picosat) R 20380 20357 19243 0 -1 4194304 14812 0 0 0 26059 939 0 0 25 0 1 0 23005731 60006400 14312 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/20381/statm: 14650 14312 48 102 0 14545 0
Current children cumulated CPU time (s) 340.18
Current children cumulated vsize (KiB) 80824

[startup+402.301 s]
/proc/loadavg: 2.01 1.96 2.01 3/84 20491
/proc/meminfo: memFree=1764128/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=70.2
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1365 39225 0 2 7 1 6963 49 16 0 1 0 22998662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1113 409 3 0 796 0
[pid=20380] ppid=20357 vsize=5356 CPUtime=0
/proc/20380/stat : 20380 (sh) S 20357 20357 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23005730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 232 193 169 0 50 0
[pid=20381] ppid=20380 vsize=59260 CPUtime=329.96
/proc/20381/stat : 20381 (picosat) R 20380 20357 19243 0 -1 4194304 15135 0 0 0 32056 940 0 0 25 0 1 0 23005731 60682240 14497 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20381/statm: 14815 14497 48 102 0 14710 0
Current children cumulated CPU time (s) 400.16
Current children cumulated vsize (KiB) 81484

[startup+462.301 s]
/proc/loadavg: 2.00 1.97 2.01 3/84 20491
/proc/meminfo: memFree=1762784/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=70.2
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1365 39225 0 2 7 1 6963 49 16 0 1 0 22998662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1113 409 3 0 796 0
[pid=20380] ppid=20357 vsize=5356 CPUtime=0
/proc/20380/stat : 20380 (sh) S 20357 20357 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23005730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 232 193 169 0 50 0
[pid=20381] ppid=20380 vsize=60316 CPUtime=389.93
/proc/20381/stat : 20381 (picosat) R 20380 20357 19243 0 -1 4194304 15575 0 0 0 38053 940 0 0 25 0 1 0 23005731 61763584 14792 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/20381/statm: 15079 14792 48 102 0 14974 0
Current children cumulated CPU time (s) 460.13
Current children cumulated vsize (KiB) 82540

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

[startup+486.301 s]
/proc/loadavg: 2.00 1.97 2.01 3/84 20491
/proc/meminfo: memFree=1762784/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=70.2
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1365 39225 0 2 7 1 6963 49 16 0 1 0 22998662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1113 409 3 0 796 0
[pid=20380] ppid=20357 vsize=5356 CPUtime=0
/proc/20380/stat : 20380 (sh) S 20357 20357 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23005730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 232 193 169 0 50 0
[pid=20381] ppid=20380 vsize=60316 CPUtime=413.92
/proc/20381/stat : 20381 (picosat) R 20380 20357 19243 0 -1 4194304 15575 0 0 0 40452 940 0 0 25 0 1 0 23005731 61763584 14792 996147200 134512640 134931368 4294956256 18446744073709551615 134523984 0 0 4096 0 0 0 0 17 0 0 0
/proc/20381/statm: 15079 14792 48 102 0 14974 0
Current children cumulated CPU time (s) 484.12
Current children cumulated vsize (KiB) 82540

[startup+499.103 s]
/proc/loadavg: 1.92 1.95 2.00 3/84 20532
/proc/meminfo: memFree=1733792/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=70.2
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1365 39225 0 2 7 1 6963 49 16 0 1 0 22998662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1113 409 3 0 796 0
[pid=20380] ppid=20357 vsize=5356 CPUtime=0
/proc/20380/stat : 20380 (sh) S 20357 20357 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23005730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 232 193 169 0 50 0
[pid=20381] ppid=20380 vsize=60316 CPUtime=426.68
/proc/20381/stat : 20381 (picosat) R 20380 20357 19243 0 -1 4194304 15575 0 0 0 41712 956 0 0 25 0 1 0 23005731 61763584 14792 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20381/statm: 15079 14792 48 102 0 14974 0
Current children cumulated CPU time (s) 496.88
Current children cumulated vsize (KiB) 82540

[startup+505.502 s]
/proc/loadavg: 1.93 1.95 2.00 3/84 20532
/proc/meminfo: memFree=1697440/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=70.2
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1365 39225 0 2 7 1 6963 49 16 0 1 0 22998662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1113 409 3 0 796 0
[pid=20380] ppid=20357 vsize=5356 CPUtime=0
/proc/20380/stat : 20380 (sh) S 20357 20357 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23005730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 232 193 169 0 50 0
[pid=20381] ppid=20380 vsize=60316 CPUtime=433.02
/proc/20381/stat : 20381 (picosat) R 20380 20357 19243 0 -1 4194304 15575 0 0 0 42346 956 0 0 25 0 1 0 23005731 61763584 14792 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/20381/statm: 15079 14792 48 102 0 14974 0
Current children cumulated CPU time (s) 503.22
Current children cumulated vsize (KiB) 82540

[startup+511.901 s]
/proc/loadavg: 1.94 1.96 2.00 3/84 20534
/proc/meminfo: memFree=1679000/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=70.2
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1365 39225 0 2 7 1 6963 49 16 0 1 0 22998662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1113 409 3 0 796 0
[pid=20380] ppid=20357 vsize=5356 CPUtime=0
/proc/20380/stat : 20380 (sh) S 20357 20357 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23005730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 232 193 169 0 50 0
[pid=20381] ppid=20380 vsize=60316 CPUtime=439.36
/proc/20381/stat : 20381 (picosat) R 20380 20357 19243 0 -1 4194304 15575 0 0 0 42979 957 0 0 25 0 1 0 23005731 61763584 14792 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/20381/statm: 15079 14792 48 102 0 14974 0
Current children cumulated CPU time (s) 509.56
Current children cumulated vsize (KiB) 82540

[startup+515.102 s]
/proc/loadavg: 1.94 1.96 2.00 3/84 20534
/proc/meminfo: memFree=1677464/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=70.2
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1365 39225 0 2 7 1 6963 49 16 0 1 0 22998662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1113 409 3 0 796 0
[pid=20380] ppid=20357 vsize=5356 CPUtime=0
/proc/20380/stat : 20380 (sh) S 20357 20357 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23005730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 232 193 169 0 50 0
[pid=20381] ppid=20380 vsize=60316 CPUtime=442.53
/proc/20381/stat : 20381 (picosat) R 20380 20357 19243 0 -1 4194304 15575 0 0 0 43296 957 0 0 25 0 1 0 23005731 61763584 14792 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20381/statm: 15079 14792 48 102 0 14974 0
Current children cumulated CPU time (s) 512.73
Current children cumulated vsize (KiB) 82540

[startup+515.908 s]
/proc/loadavg: 1.94 1.96 2.00 3/84 20534
/proc/meminfo: memFree=1677464/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=70.2
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1365 39225 0 2 7 1 6963 49 16 0 1 0 22998662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1113 409 3 0 796 0
[pid=20380] ppid=20357 vsize=5356 CPUtime=0
/proc/20380/stat : 20380 (sh) S 20357 20357 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23005730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 232 193 169 0 50 0
[pid=20381] ppid=20380 vsize=60316 CPUtime=443.32
/proc/20381/stat : 20381 (picosat) R 20380 20357 19243 0 -1 4194304 15575 0 0 0 43375 957 0 0 25 0 1 0 23005731 61763584 14792 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/20381/statm: 15079 14792 48 102 0 14974 0
Current children cumulated CPU time (s) 513.52
Current children cumulated vsize (KiB) 82540

[startup+516.703 s]
/proc/loadavg: 1.94 1.96 2.00 3/84 20534
/proc/meminfo: memFree=1677464/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=70.2
/proc/20357/stat : 20357 (sugar) S 20355 20357 19243 0 -1 4194304 1365 39225 0 2 7 1 6963 49 16 0 1 0 22998662 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20357/statm: 4217 1113 409 3 0 796 0
[pid=20380] ppid=20357 vsize=5356 CPUtime=0
/proc/20380/stat : 20380 (sh) S 20357 20357 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23005730 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20380/statm: 1339 232 193 169 0 50 0
[pid=20381] ppid=20380 vsize=55568 CPUtime=444.12
/proc/20381/stat : 20381 (picosat) R 20380 20357 19243 0 -1 4194304 15580 0 0 0 43455 957 0 0 25 0 1 0 23005731 56901632 13698 996147200 134512640 134931368 4294956256 18446744073709551615 134579022 0 0 4096 0 0 0 0 17 1 0 0
/proc/20381/statm: 13892 13698 52 102 0 13787 0
Current children cumulated CPU time (s) 514.32
Current children cumulated vsize (KiB) 77792

[startup+517.103 s]
/proc/loadavg: 1.94 1.96 2.00 5/92 20544
/proc/meminfo: memFree=1731928/2055920 swapFree=4192812/4192956
[pid=20357] ppid=20355 vsize=16868 CPUtime=514.68
/proc/20357/stat : 20357 (sugar) R 20355 20357 19243 0 -1 4194304 1476 58909 0 3 7 3 50447 1011 16 0 1 0 22998662 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/20357/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 514.68
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 517.104
CPU time (s): 514.702
CPU user time (s): 504.549
CPU system time (s): 10.1525
CPU usage (%): 99.5354
Max. virtual memory (cumulated for all children) (KiB): 901184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 504.549
system time used= 10.1525
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60446
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= 8483
involuntary context switches= 14163

runsolver used 0.592909 second user time and 1.76273 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 02:42:07
IDJOB=2074821
IDBENCH=56141
IDSOLVER=738
FILE ID=node33/2074821-1247359327
PBS_JOBID= 9506974
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsPuzzle/normalized-crossword-m1-words-puzzle18.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-2074821-1247359327/watcher-2074821-1247359327 -o /tmp/evaluation-result-2074821-1247359327/solver-2074821-1247359327 -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-2074821-1247359327.xml

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

MD5SUM BENCH= 636be31d660ee2803d5594411291e37a
RANDOM SEED=1906092460

node33.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.229
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.229
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:       1814928 kB
Buffers:         16124 kB
Cached:          52760 kB
SwapCached:          0 kB
Active:         160172 kB
Inactive:        29392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3180 kB
Writeback:           0 kB
Mapped:         141072 kB
Slab:            36580 kB
Committed_AS:   315572 kB
PageTables:       2036 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= 66408 MiB
End job on node33 at 2009-07-12 02:50:44