Trace number 1066734

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+minisatUNSAT 567.205 570.276

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-13_ext.xml
MD5SUM428ad1148b5e0ad6f9c774b75708f497
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.21681
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints22
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:21:31 2008
0.00/0.04	c 0	PID 27499
0.03/0.04	c 0	HOST node91.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1066734-1215148891.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066734-1215148891.xml' 'HOME/temp.csp'
0.03/0.48	c 0	1 domains, 117 variables, 0 predicates, 2 relations, 22 constraints
0.03/0.53	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.53	c 0	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.45/0.61	c 0	Parsing HOME/temp.csp
0.45/0.79	c 1	parsed 142 expressions
0.45/0.80	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.80	c 1	Converting to clausal form CSP
0.45/0.82	c 1	converted 15 (10%) expressions
0.45/0.82	c 1	converted 29 (20%) expressions
0.45/0.82	c 1	converted 43 (30%) expressions
0.45/0.82	c 1	converted 57 (40%) expressions
0.45/0.82	c 1	converted 71 (50%) expressions
0.45/0.82	c 1	converted 86 (60%) expressions
0.45/0.82	c 1	converted 100 (70%) expressions
0.45/0.82	c 1	converted 114 (80%) expressions
1.50/1.68	c 1	converted 128 (90%) expressions
2.28/2.44	c 2	converted 142 (100%) expressions
2.28/2.44	c 2	CSP : 117 integers, 0 booleans, 22 clauses, largest domain size 26
2.28/2.44	c 2	Heap : 50 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.28/2.44	c 2	Propagation in CSP
2.28/2.44	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.28/2.44	c 2	CSP : 117 integers, 0 booleans, 22 clauses, largest domain size 26
2.28/2.44	c 2	Heap : 50 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.28/2.44	c 2	Simplifing CSP by introducing new Boolean variables
2.28/2.44	c 2	CSP : 117 integers, 0 booleans, 22 clauses, largest domain size 26
2.28/2.44	c 2	Heap : 50 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.48/2.67	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.48/2.69	c 3	12 (10%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.48/2.69	c 3	24 (20%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.48/2.69	c 3	36 (30%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.48/2.69	c 3	47 (40%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
2.48/2.70	c 3	59 (50%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
2.48/2.70	c 3	71 (60%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
2.48/2.70	c 3	82 (70%) CSP integer variables are encoded (1968 clauses, 23521 bytes)
2.59/2.70	c 3	94 (80%) CSP integer variables are encoded (2256 clauses, 27265 bytes)
2.59/2.70	c 3	106 (90%) CSP integer variables are encoded (2544 clauses, 31009 bytes)
2.59/2.70	c 3	117 (100%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
49.22/49.65	c 49	3 (10%) CSP clauses are encoded (203715 clauses, 12323204 bytes)
80.55/81.15	c 81	5 (20%) CSP clauses are encoded (337653 clauses, 20767999 bytes)
112.09/112.83	c 113	7 (30%) CSP clauses are encoded (471591 clauses, 29340497 bytes)
144.60/145.55	c 145	9 (40%) CSP clauses are encoded (605529 clauses, 37912995 bytes)
175.73/176.87	c 177	11 (50%) CSP clauses are encoded (739467 clauses, 46485493 bytes)
209.93/211.25	c 211	14 (60%) CSP clauses are encoded (897522 clauses, 56639712 bytes)
215.10/216.46	c 216	16 (70%) CSP clauses are encoded (945756 clauses, 60213550 bytes)
220.37/221.75	c 222	18 (80%) CSP clauses are encoded (993990 clauses, 64510306 bytes)
225.63/227.08	c 227	20 (90%) CSP clauses are encoded (1042224 clauses, 68852982 bytes)
231.20/232.67	c 232	22 (100%) CSP clauses are encoded (1090458 clauses, 73195658 bytes)
231.20/232.67	c 232	22 CSP clauses encoded
231.20/232.67	c 232	Writing map file : HOME/temp.map
231.20/232.67	c 232	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
231.20/232.67	c 232	SAT : 2925 SAT variables, 1090458 SAT clauses, 73195658 bytes
231.20/232.67	c 232	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
231.27/232.72	c 233	SOLVING HOME/temp.cnf
231.27/232.72	c 233	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
231.27/232.73	c 233	This is MiniSat 2.0 beta
231.27/232.73	c 233	WARNING: for repeatability, setting FPU to use double precision
231.27/232.73	c 233	============================[ Problem Statistics ]=============================
231.27/232.73	c 233	|                                                                             |
231.27/232.73	c 233	|  Number of variables:  2925                                                 |
231.27/232.73	c 233	|  Number of clauses:    1090458                                              |
232.77/234.27	c 234	|  Parsing time:         1.34         s                                       |
232.87/234.37	c 234	============================[ Search Statistics ]==============================
232.87/234.37	c 234	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
232.87/234.37	c 234	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
232.87/234.37	c 234	===============================================================================
232.87/234.37	c 234	|         0 |    2916  1089064 14113224 |   363021        0    nan |  0.000 % |
232.96/234.48	c 234	|       100 |    2915  1089064 14113224 |   399323       99      5 |  0.342 % |
233.36/234.87	c 235	|       250 |    2915  1089064 14113224 |   439255      249      7 |  0.342 % |
233.46/234.92	c 235	|       475 |    2915  1089064 14113224 |   483181      474      8 |  0.342 % |
233.76/235.27	c 235	|       812 |    2915  1089064 14113224 |   531499      811      9 |  0.342 % |
234.15/235.63	c 235	|      1320 |    2914  1089064 14113224 |   584649     1318      9 |  0.376 % |
234.35/235.80	c 236	|      2080 |    2914  1089064 14113224 |   643114     2078      9 |  0.376 % |
234.55/236.04	c 236	|      3221 |    2913  1089064 14113224 |   707425     3218      9 |  0.410 % |
237.43/238.94	c 239	|      4930 |    2913  1089064 14113224 |   778168     4926      9 |  0.445 % |
243.11/244.64	c 244	|      7493 |    2913  1089064 14113224 |   855985     7489     11 |  0.445 % |
253.96/255.57	c 255	|     11337 |    2907  1089064 14113224 |   941583    11331     11 |  0.650 % |
269.38/271.08	c 271	|     17103 |    2907  1089064 14113224 |  1035742    17097     12 |  0.650 % |
293.86/295.63	c 295	|     25753 |    2907  1089064 14113224 |  1139316    25747     13 |  0.650 % |
328.80/330.71	c 331	|     38727 |    2903  1089064 14113224 |  1253248    38720     13 |  0.821 % |
383.53/385.70	c 386	|     58188 |    2901  1089064 14113224 |  1378572    58180     14 |  1.026 % |
472.40/475.07	c 475	|     87380 |    2896  1089064 14113224 |  1516430    87368     14 |  1.334 % |
566.94/570.05	c 570	===============================================================================
566.94/570.05	c 570	restarts              : 16
566.94/570.05	c 570	conflicts             : 115692         (345 /sec)
566.94/570.05	c 570	decisions             : 153989         (1.83 % random) (459 /sec)
566.94/570.05	c 570	propagations          : 11792891       (35157 /sec)
566.94/570.05	c 570	conflict literals     : 1615093        (26.74 % deleted)
566.94/570.05	c 570	Memory used           : 113.97 MB
566.94/570.05	c 570	CPU time              : 335.436 s
566.94/570.05	c 570	
566.94/570.05	c 570	UNSATISFIABLE
566.94/570.07	c 570	DECODING HOME/temp.out WITH HOME/temp.map
566.94/570.07	c 570	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
567.03/570.16	c 570	Decoding HOME/temp.out
567.03/570.19	s UNSATISFIABLE
567.03/570.19	c 570	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
567.03/570.24	c 570	CPU 565.98 (0.03 0.01 565.95 1.16)
567.03/570.24	c 570	END Fri Jul  4 07:31:01 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1066734-1215148891/watcher-1066734-1215148891 -o /tmp/evaluation-result-1066734-1215148891/solver-1066734-1215148891 -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/minisat -tmp=HOME/temp HOME/instance-1066734-1215148891.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.05 2.00 1.96 4/82 27499
/proc/meminfo: memFree=1787768/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=12132 CPUtime=0
/proc/27499/stat : 27499 (sugar) R 27497 27499 26074 0 -1 4194304 244 0 0 0 0 0 0 0 20 0 1 0 1993856167 12423168 212 996147200 4194304 4206940 548682068608 18446744073709551615 251600997200 0 0 4224 0 0 0 0 17 1 0 0
/proc/27499/statm: 3033 212 158 3 0 133 0

[startup+0.0460101 s]
/proc/loadavg: 2.05 2.00 1.96 4/82 27499
/proc/meminfo: memFree=1787768/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=0.03
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 837 0 0 0 3 0 0 0 20 0 1 0 1993856167 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27499/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101569 s]
/proc/loadavg: 2.05 2.00 1.96 4/82 27499
/proc/meminfo: memFree=1787768/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=0.03
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1993856167 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27499/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301589 s]
/proc/loadavg: 2.05 2.00 1.96 4/82 27499
/proc/meminfo: memFree=1787768/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=0.03
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1993856167 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27499/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701628 s]
/proc/loadavg: 2.05 2.00 1.96 4/82 27499
/proc/meminfo: memFree=1787768/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=0.45
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 973 5148 0 1 3 0 39 3 15 0 1 0 1993856167 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27499/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 2.05 2.00 1.96 3/93 27521
/proc/meminfo: memFree=1771552/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=0.45
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 973 5148 0 1 3 0 39 3 15 0 1 0 1993856167 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27499/statm: 3400 797 370 3 0 500 0
[pid=27512] ppid=27499 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27499 27499 26074 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993856221 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27512/statm: 1339 233 193 169 0 50 0
[pid=27513] ppid=27512 vsize=864372 CPUtime=0.95
/proc/27513/stat : 27513 (java) S 27512 27499 26074 0 -1 0 10776 0 1 0 90 5 0 0 20 0 9 0 1993856221 885116928 9946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27513/statm: 216093 9946 2540 9 0 210668 0
[pid=27513/tid=27514] ppid=27512 vsize=864372 CPUtime=0.42
/proc/27513/task/27514/stat : 27514 (java) R 27512 27499 26074 0 -1 64 2769 0 1 0 41 1 0 0 25 0 9 0 1993856222 885116928 9946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27515] ppid=27512 vsize=864372 CPUtime=0.45
/proc/27513/task/27515/stat : 27515 (java) R 27512 27499 26074 0 -1 64 6987 0 0 0 43 2 0 0 17 0 9 0 1993856223 885116928 9946 996147200 134512640 134550740 4294955952 18446744073709551615 102721834 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27516] ppid=27512 vsize=864372 CPUtime=0
/proc/27513/task/27516/stat : 27516 (java) S 27512 27499 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993856224 885116928 9946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27517] ppid=27512 vsize=864372 CPUtime=0
/proc/27513/task/27517/stat : 27517 (java) S 27512 27499 26074 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993856224 885116928 9946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27518] ppid=27512 vsize=864372 CPUtime=0
/proc/27513/task/27518/stat : 27518 (java) S 27512 27499 26074 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993856225 885116928 9946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27519] ppid=27512 vsize=864372 CPUtime=0.05
/proc/27513/task/27519/stat : 27519 (java) S 27512 27499 26074 0 -1 64 327 0 0 0 5 0 0 0 16 0 9 0 1993856226 885116928 9946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27520] ppid=27512 vsize=864372 CPUtime=0
/proc/27513/task/27520/stat : 27520 (java) S 27512 27499 26074 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1993856226 885116928 9946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27521] ppid=27512 vsize=864372 CPUtime=0
/proc/27513/task/27521/stat : 27521 (java) S 27512 27499 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993856226 885116928 9946 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883328

[startup+3.1029 s]
/proc/loadavg: 2.13 2.02 1.96 4/93 27521
/proc/meminfo: memFree=1739168/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=0.45
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 974 5148 0 1 3 0 39 3 15 0 1 0 1993856167 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27499/statm: 3400 797 370 3 0 500 0
[pid=27512] ppid=27499 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27499 27499 26074 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993856221 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27512/statm: 1339 233 193 169 0 50 0
[pid=27513] ppid=27512 vsize=864248 CPUtime=2.53
/proc/27513/stat : 27513 (java) S 27512 27499 26074 0 -1 0 18953 0 1 0 243 10 0 0 20 0 9 0 1993856221 884989952 17999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27513/statm: 216062 17999 2564 9 0 210609 0
[pid=27513/tid=27514] ppid=27512 vsize=864248 CPUtime=1.07
/proc/27513/task/27514/stat : 27514 (java) R 27512 27499 26074 0 -1 64 3404 0 1 0 105 2 0 0 25 0 9 0 1993856222 884989952 17999 996147200 134512640 134550740 4294955952 18446744073709551615 4126589480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27515] ppid=27512 vsize=864248 CPUtime=1.35
/proc/27513/task/27515/stat : 27515 (java) S 27512 27499 26074 0 -1 64 14507 0 0 0 129 6 0 0 16 0 9 0 1993856223 884989952 17999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27516] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27516/stat : 27516 (java) S 27512 27499 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993856224 884989952 17999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27517] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27517/stat : 27517 (java) S 27512 27499 26074 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993856224 884989952 17999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27518] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27518/stat : 27518 (java) S 27512 27499 26074 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993856225 884989952 17999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27519] ppid=27512 vsize=864248 CPUtime=0.08
/proc/27513/task/27519/stat : 27519 (java) S 27512 27499 26074 0 -1 64 349 0 0 0 8 0 0 0 16 0 9 0 1993856226 884989952 17999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27520] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27520/stat : 27520 (java) S 27512 27499 26074 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1993856226 884989952 17999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27521] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27521/stat : 27521 (java) S 27512 27499 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993856226 884989952 17999 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883204

[startup+6.30125 s]
/proc/loadavg: 2.13 2.02 1.96 3/93 27521
/proc/meminfo: memFree=1721824/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=0.45
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 974 5148 0 1 3 0 39 3 15 0 1 0 1993856167 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27499/statm: 3400 797 370 3 0 500 0
[pid=27512] ppid=27499 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27499 27499 26074 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993856221 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27512/statm: 1339 233 193 169 0 50 0
[pid=27513] ppid=27512 vsize=864248 CPUtime=5.71
/proc/27513/stat : 27513 (java) S 27512 27499 26074 0 -1 0 19159 0 1 0 561 10 0 0 20 0 9 0 1993856221 884989952 18200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27513/statm: 216062 18200 2564 9 0 210609 0
[pid=27513/tid=27514] ppid=27512 vsize=864248 CPUtime=4.23
/proc/27513/task/27514/stat : 27514 (java) R 27512 27499 26074 0 -1 64 3409 0 1 0 421 2 0 0 25 0 9 0 1993856222 884989952 18200 996147200 134512640 134550740 4294955952 18446744073709551615 4126590470 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27515] ppid=27512 vsize=864248 CPUtime=1.36
/proc/27513/task/27515/stat : 27515 (java) S 27512 27499 26074 0 -1 64 14708 0 0 0 130 6 0 0 16 0 9 0 1993856223 884989952 18200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27516] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27516/stat : 27516 (java) S 27512 27499 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993856224 884989952 18200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27517] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27517/stat : 27517 (java) S 27512 27499 26074 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993856224 884989952 18200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27518] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27518/stat : 27518 (java) S 27512 27499 26074 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993856225 884989952 18200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27519] ppid=27512 vsize=864248 CPUtime=0.08
/proc/27513/task/27519/stat : 27519 (java) S 27512 27499 26074 0 -1 64 349 0 0 0 8 0 0 0 16 0 9 0 1993856226 884989952 18200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27520] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27520/stat : 27520 (java) S 27512 27499 26074 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1993856226 884989952 18200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27521] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27521/stat : 27521 (java) S 27512 27499 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993856226 884989952 18200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883204

[startup+12.702 s]
/proc/loadavg: 2.11 2.02 1.96 3/93 27521
/proc/meminfo: memFree=1716712/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=0.45
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 974 5148 0 1 3 0 39 3 15 0 1 0 1993856167 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27499/statm: 3400 797 370 3 0 500 0
[pid=27512] ppid=27499 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27499 27499 26074 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993856221 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27512/statm: 1339 233 193 169 0 50 0
[pid=27513] ppid=27512 vsize=864248 CPUtime=12.08
/proc/27513/stat : 27513 (java) S 27512 27499 26074 0 -1 0 20422 0 1 0 1197 11 0 0 20 0 9 0 1993856221 884989952 19441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27513/statm: 216062 19441 2564 9 0 210609 0
[pid=27513/tid=27514] ppid=27512 vsize=864248 CPUtime=10.52
/proc/27513/task/27514/stat : 27514 (java) R 27512 27499 26074 0 -1 64 3431 0 1 0 1050 2 0 0 25 0 9 0 1993856222 884989952 19441 996147200 134512640 134550740 4294955952 18446744073709551615 4126626704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27515] ppid=27512 vsize=864248 CPUtime=1.44
/proc/27513/task/27515/stat : 27515 (java) S 27512 27499 26074 0 -1 64 15949 0 0 0 137 7 0 0 16 0 9 0 1993856223 884989952 19441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27516] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27516/stat : 27516 (java) S 27512 27499 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993856224 884989952 19441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27517] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27517/stat : 27517 (java) S 27512 27499 26074 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993856224 884989952 19441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27518] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27518/stat : 27518 (java) S 27512 27499 26074 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993856225 884989952 19441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27519] ppid=27512 vsize=864248 CPUtime=0.08
/proc/27513/task/27519/stat : 27519 (java) S 27512 27499 26074 0 -1 64 349 0 0 0 8 0 0 0 16 0 9 0 1993856226 884989952 19441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27520] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27520/stat : 27520 (java) S 27512 27499 26074 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1993856226 884989952 19441 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27521] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27521/stat : 27521 (java) S 27512 27499 26074 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993856226 884989952 19441 996147200 134512640 134550740 4294955952 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) 883204

[startup+25.5024 s]
/proc/loadavg: 2.09 2.01 1.96 3/93 27521
/proc/meminfo: memFree=1704936/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=0.45
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 974 5148 0 1 3 0 39 3 15 0 1 0 1993856167 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27499/statm: 3400 797 370 3 0 500 0
[pid=27512] ppid=27499 vsize=5356 CPUtime=0
/proc/27512/stat : 27512 (sh) S 27499 27499 26074 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993856221 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27512/statm: 1339 233 193 169 0 50 0
[pid=27513] ppid=27512 vsize=864248 CPUtime=24.81
/proc/27513/stat : 27513 (java) S 27512 27499 26074 0 -1 0 22188 0 1 0 2467 14 0 0 20 0 9 0 1993856221 884989952 21150 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27513/statm: 216062 21150 2564 9 0 210609 0
[pid=27513/tid=27514] ppid=27512 vsize=864248 CPUtime=23.13
/proc/27513/task/27514/stat : 27514 (java) R 27512 27499 26074 0 -1 64 3488 0 1 0 2309 4 0 0 25 0 9 0 1993856222 884989952 21150 996147200 134512640 134550740 4294955952 18446744073709551615 4126611264 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27515] ppid=27512 vsize=864248 CPUtime=1.56
/proc/27513/task/27515/stat : 27515 (java) S 27512 27499 26074 0 -1 64 17655 0 0 0 148 8 0 0 16 0 9 0 1993856223 884989952 21150 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27516] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27516/stat : 27516 (java) S 27512 27499 26074 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993856224 884989952 21150 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27513/tid=27517] ppid=27512 vsize=864248 CPUtime=0
/proc/27513/task/27517/stat : 27517 (java) S 27512 27499 26074 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993856224 884989952 21150 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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


[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1586408/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=231.31
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1031 57104 0 2 3 0 23042 86 16 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
[pid=27522] ppid=27499 vsize=5356 CPUtime=0
/proc/27522/stat : 27522 (sh) S 27499 27499 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993879440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27522/statm: 1339 232 193 169 0 50 0
[pid=27523] ppid=27522 vsize=111512 CPUtime=168.74
/proc/27523/stat : 27523 (minisat) R 27522 27499 26074 0 -1 4194304 27057 0 0 0 16851 23 0 0 25 0 1 0 1993879440 114188288 27043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27523/statm: 27878 27043 75 150 0 27725 0
Current children cumulated CPU time (s) 400.05
Current children cumulated vsize (KiB) 130468

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1582632/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=231.31
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1031 57104 0 2 3 0 23042 86 16 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
[pid=27522] ppid=27499 vsize=5356 CPUtime=0
/proc/27522/stat : 27522 (sh) S 27499 27499 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993879440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27522/statm: 1339 232 193 169 0 50 0
[pid=27523] ppid=27522 vsize=113416 CPUtime=228.45
/proc/27523/stat : 27523 (minisat) R 27522 27499 26074 0 -1 4194304 27548 0 0 0 22821 24 0 0 25 0 1 0 1993879440 116137984 27534 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27523/statm: 28354 27534 75 150 0 28201 0
Current children cumulated CPU time (s) 459.76
Current children cumulated vsize (KiB) 132372

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1579432/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=231.31
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1031 57104 0 2 3 0 23042 86 16 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
[pid=27522] ppid=27499 vsize=5356 CPUtime=0
/proc/27522/stat : 27522 (sh) S 27499 27499 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993879440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27522/statm: 1339 232 193 169 0 50 0
[pid=27523] ppid=27522 vsize=115324 CPUtime=288.16
/proc/27523/stat : 27523 (minisat) R 27522 27499 26074 0 -1 4194304 27980 0 0 0 28792 24 0 0 25 0 1 0 1993879440 118091776 27966 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27523/statm: 28831 27966 75 150 0 28678 0
Current children cumulated CPU time (s) 519.47
Current children cumulated vsize (KiB) 134280

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

[startup+537.502 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1578600/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=231.31
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1031 57104 0 2 3 0 23042 86 16 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
[pid=27522] ppid=27499 vsize=5356 CPUtime=0
/proc/27522/stat : 27522 (sh) S 27499 27499 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993879440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27522/statm: 1339 232 193 169 0 50 0
[pid=27523] ppid=27522 vsize=115756 CPUtime=303.28
/proc/27523/stat : 27523 (minisat) R 27522 27499 26074 0 -1 4194304 28090 0 0 0 30304 24 0 0 25 0 1 0 1993879440 118534144 28076 996147200 134512640 135127466 4294956272 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/27523/statm: 28939 28076 75 150 0 28786 0
Current children cumulated CPU time (s) 534.59
Current children cumulated vsize (KiB) 134712

[startup+550.303 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1577896/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=231.31
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1031 57104 0 2 3 0 23042 86 16 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
[pid=27522] ppid=27499 vsize=5356 CPUtime=0
/proc/27522/stat : 27522 (sh) S 27499 27499 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993879440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27522/statm: 1339 232 193 169 0 50 0
[pid=27523] ppid=27522 vsize=116152 CPUtime=316.02
/proc/27523/stat : 27523 (minisat) R 27522 27499 26074 0 -1 4194304 28188 0 0 0 31577 25 0 0 25 0 1 0 1993879440 118939648 28174 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27523/statm: 29038 28174 75 150 0 28885 0
Current children cumulated CPU time (s) 547.33
Current children cumulated vsize (KiB) 135108

[startup+563.101 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1577064/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=231.31
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1031 57104 0 2 3 0 23042 86 16 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
[pid=27522] ppid=27499 vsize=5356 CPUtime=0
/proc/27522/stat : 27522 (sh) S 27499 27499 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993879440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27522/statm: 1339 232 193 169 0 50 0
[pid=27523] ppid=27522 vsize=116568 CPUtime=328.77
/proc/27523/stat : 27523 (minisat) R 27522 27499 26074 0 -1 4194304 28285 0 0 0 32852 25 0 0 25 0 1 0 1993879440 119365632 28271 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27523/statm: 29142 28271 75 150 0 28989 0
Current children cumulated CPU time (s) 560.08
Current children cumulated vsize (KiB) 135524

[startup+566.303 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1577064/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=231.31
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1031 57104 0 2 3 0 23042 86 16 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
[pid=27522] ppid=27499 vsize=5356 CPUtime=0
/proc/27522/stat : 27522 (sh) S 27499 27499 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993879440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27522/statm: 1339 232 193 169 0 50 0
[pid=27523] ppid=27522 vsize=116568 CPUtime=331.95
/proc/27523/stat : 27523 (minisat) R 27522 27499 26074 0 -1 4194304 28298 0 0 0 33170 25 0 0 25 0 1 0 1993879440 119365632 28284 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27523/statm: 29142 28284 75 150 0 28989 0
Current children cumulated CPU time (s) 563.26
Current children cumulated vsize (KiB) 135524

[startup+567.903 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1576936/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=231.31
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1031 57104 0 2 3 0 23042 86 16 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
[pid=27522] ppid=27499 vsize=5356 CPUtime=0
/proc/27522/stat : 27522 (sh) S 27499 27499 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993879440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27522/statm: 1339 232 193 169 0 50 0
[pid=27523] ppid=27522 vsize=116568 CPUtime=333.54
/proc/27523/stat : 27523 (minisat) R 27522 27499 26074 0 -1 4194304 28306 0 0 0 33329 25 0 0 25 0 1 0 1993879440 119365632 28292 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/27523/statm: 29142 28292 75 150 0 28989 0
Current children cumulated CPU time (s) 564.85
Current children cumulated vsize (KiB) 135524

[startup+569.501 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1576936/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=231.31
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1031 57104 0 2 3 0 23042 86 16 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
[pid=27522] ppid=27499 vsize=5356 CPUtime=0
/proc/27522/stat : 27522 (sh) S 27499 27499 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993879440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27522/statm: 1339 232 193 169 0 50 0
[pid=27523] ppid=27522 vsize=116700 CPUtime=335.13
/proc/27523/stat : 27523 (minisat) R 27522 27499 26074 0 -1 4194304 28319 0 0 0 33488 25 0 0 25 0 1 0 1993879440 119500800 28305 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27523/statm: 29175 28305 75 150 0 29022 0
Current children cumulated CPU time (s) 566.44
Current children cumulated vsize (KiB) 135656

[startup+569.901 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1576808/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=231.31
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1031 57104 0 2 3 0 23042 86 16 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
[pid=27522] ppid=27499 vsize=5356 CPUtime=0
/proc/27522/stat : 27522 (sh) S 27499 27499 26074 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993879440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27522/statm: 1339 232 193 169 0 50 0
[pid=27523] ppid=27522 vsize=116700 CPUtime=335.53
/proc/27523/stat : 27523 (minisat) R 27522 27499 26074 0 -1 4194304 28320 0 0 0 33528 25 0 0 25 0 1 0 1993879440 119500800 28306 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27523/statm: 29175 28306 75 150 0 29022 0
Current children cumulated CPU time (s) 566.84
Current children cumulated vsize (KiB) 135656

[startup+570.101 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1576808/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=567.03
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1070 85718 0 2 3 1 56586 113 16 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 567.03
Current children cumulated vsize (KiB) 13600

[startup+570.201 s]
/proc/loadavg: 2.00 2.00 1.97 3/85 27523
/proc/meminfo: memFree=1576808/2055920 swapFree=4176356/4192956
[pid=27499] ppid=27497 vsize=13600 CPUtime=567.03
/proc/27499/stat : 27499 (sugar) S 27497 27499 26074 0 -1 4194304 1089 85718 0 2 3 1 56586 113 15 0 1 0 1993856167 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27499/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 567.03
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 570.276
CPU time (s): 567.205
CPU user time (s): 565.997
CPU system time (s): 1.20782
CPU usage (%): 99.4614
Max. virtual memory (cumulated for all children) (KiB): 894072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 565.997
system time used= 1.20782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90518
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= 13577
involuntary context switches= 20221

runsolver used 0.715891 second user time and 1.9727 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 07:21:31
IDJOB=1066734
IDBENCH=55139
IDSOLVER=346
FILE ID=node91/1066734-1215148891
PBS_JOBID= 7877414
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-13_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066734-1215148891/watcher-1066734-1215148891 -o /tmp/evaluation-result-1066734-1215148891/solver-1066734-1215148891 -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/minisat" -tmp="HOME/temp" HOME/instance-1066734-1215148891.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 428ad1148b5e0ad6f9c774b75708f497
RANDOM SEED=1572911090

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1788184 kB
Buffers:         20620 kB
Cached:         118928 kB
SwapCached:       7740 kB
Active:         198712 kB
Inactive:        23280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788184 kB
SwapTotal:     4192956 kB
SwapFree:      4176356 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          88252 kB
Slab:            30252 kB
Committed_AS: 12370068 kB
PageTables:       2372 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= 66544 MiB
End job on node91 at 2008-07-04 07:31:01