Trace number 1066228

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 1550.59 1562.42

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-12_ext.xml
MD5SUM3ca03550766515c697c9103aafe1dd7f
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 benchmark3.54246
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints21
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension21
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 06:55:26 2008
0.00/0.04	c 0	PID 27578
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066228-1215147325.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066228-1215147325.xml' 'HOME/temp.csp'
0.04/0.51	c 0	1 domains, 108 variables, 0 predicates, 2 relations, 21 constraints
0.04/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.52	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.49/0.60	c 0	Parsing HOME/temp.csp
0.49/0.78	c 0	parsed 132 expressions
0.49/0.78	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.78	c 0	Converting to clausal form CSP
0.49/0.80	c 0	converted 14 (10%) expressions
0.49/0.81	c 0	converted 27 (20%) expressions
0.49/0.81	c 0	converted 40 (30%) expressions
0.49/0.81	c 0	converted 53 (40%) expressions
0.49/0.81	c 0	converted 66 (50%) expressions
0.49/0.81	c 0	converted 80 (60%) expressions
0.49/0.81	c 0	converted 93 (70%) expressions
0.49/0.81	c 0	converted 106 (80%) expressions
1.54/1.66	c 1	converted 119 (90%) expressions
2.32/2.45	c 2	converted 132 (100%) expressions
2.32/2.45	c 2	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
2.32/2.45	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.32/2.45	c 2	Propagation in CSP
2.32/2.45	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.32/2.45	c 2	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
2.32/2.45	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.32/2.45	c 2	Simplifing CSP by introducing new Boolean variables
2.32/2.45	c 2	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
2.32/2.45	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.53/2.68	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.53/2.69	c 2	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
2.62/2.70	c 2	22 (20%) CSP integer variables are encoded (528 clauses, 5664 bytes)
2.62/2.70	c 2	33 (30%) CSP integer variables are encoded (792 clauses, 8568 bytes)
2.62/2.70	c 2	44 (40%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
2.62/2.70	c 2	54 (50%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.62/2.71	c 2	65 (60%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
2.62/2.71	c 2	76 (70%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
2.62/2.71	c 2	87 (80%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
2.62/2.71	c 2	98 (90%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
2.62/2.71	c 2	108 (100%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
51.97/52.52	c 52	3 (10%) CSP clauses are encoded (203499 clauses, 12072191 bytes)
85.26/86.10	c 86	5 (20%) CSP clauses are encoded (337437 clauses, 20393527 bytes)
118.05/119.22	c 119	7 (30%) CSP clauses are encoded (471375 clauses, 28966025 bytes)
151.54/153.04	c 153	9 (40%) CSP clauses are encoded (605313 clauses, 37538523 bytes)
184.25/186.05	c 186	11 (50%) CSP clauses are encoded (739251 clauses, 46111021 bytes)
205.84/207.85	c 207	13 (60%) CSP clauses are encoded (840349 clauses, 52498490 bytes)
216.04/218.14	c 218	15 (70%) CSP clauses are encoded (908607 clauses, 57282726 bytes)
225.87/228.28	c 228	17 (80%) CSP clauses are encoded (976865 clauses, 62836298 bytes)
235.88/238.36	c 238	19 (90%) CSP clauses are encoded (1045123 clauses, 68647864 bytes)
245.78/248.33	c 248	21 (100%) CSP clauses are encoded (1113381 clauses, 74459430 bytes)
245.78/248.33	c 248	21 CSP clauses encoded
245.78/248.33	c 248	Writing map file : HOME/temp.map
245.78/248.33	c 248	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
245.78/248.34	c 248	SAT : 2700 SAT variables, 1113381 SAT clauses, 74459430 bytes
245.78/248.34	c 248	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
245.78/248.38	c 248	SOLVING HOME/temp.cnf
245.78/248.38	c 248	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
245.78/248.39	c 248	This is MiniSat 2.0 beta
245.78/248.39	c 248	WARNING: for repeatability, setting FPU to use double precision
245.78/248.39	c 248	============================[ Problem Statistics ]=============================
245.78/248.39	c 248	|                                                                             |
245.78/248.39	c 248	|  Number of variables:  2700                                                 |
245.78/248.39	c 248	|  Number of clauses:    1113381                                              |
247.44/250.01	c 250	|  Parsing time:         1.45         s                                       |
247.54/250.11	c 250	============================[ Search Statistics ]==============================
247.54/250.11	c 250	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
247.54/250.11	c 250	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
247.54/250.11	c 250	===============================================================================
247.54/250.11	c 250	|         0 |    2700  1113381 14473809 |   371127        0    nan |  0.000 % |
247.54/250.12	c 250	|       101 |    2700  1113381 14473809 |   408239      101      5 |  0.000 % |
247.54/250.16	c 250	|       254 |    2700  1113381 14473809 |   449063      254      5 |  0.000 % |
247.63/250.22	c 250	|       481 |    2700  1113381 14473809 |   493970      481      6 |  0.000 % |
247.73/250.31	c 250	|       818 |    2700  1113381 14473809 |   543367      818      7 |  0.000 % |
247.84/250.44	c 250	|      1325 |    2700  1113381 14473809 |   597703     1325      8 |  0.000 % |
248.03/250.66	c 250	|      2085 |    2700  1113381 14473809 |   657474     2085      8 |  0.000 % |
248.23/250.86	c 250	|      3224 |    2700  1113381 14473809 |   723221     3224      9 |  0.000 % |
249.02/251.62	c 251	|      4933 |    2700  1113381 14473809 |   795543     4933      9 |  0.000 % |
255.26/258.00	c 258	|      7495 |    2700  1113381 14473809 |   875098     7495     11 |  0.000 % |
265.66/268.43	c 268	|     11339 |    2700  1113381 14473809 |   962607    11339     11 |  0.000 % |
280.62/283.54	c 283	|     17109 |    2699  1113381 14473809 |  1058868    17107     12 |  0.074 % |
291.32/294.34	c 294	|     25759 |    2699  1113381 14473809 |  1164755    25756     12 |  0.112 % |
304.59/307.74	c 307	|     38734 |    2699  1113381 14473809 |  1281231    38731     12 |  0.111 % |
357.88/361.56	c 361	|     58196 |    2699  1113381 14473809 |  1409354    58193     13 |  0.111 % |
437.23/441.67	c 441	|     87390 |    2694  1113381 14473809 |  1550289    87385     14 |  0.333 % |
573.45/579.11	c 579	|    131181 |    2694  1113381 14473809 |  1705318   131175     15 |  0.370 % |
799.32/807.12	c 807	|    196865 |    2688  1108299 14404319 |  1875850   193107     15 |  0.482 % |
1172.80/1184.12	c 1184	|    295391 |    2683  1108299 14404319 |  2063435   291631     16 |  0.667 % |
1550.28/1562.20	c 1562	===============================================================================
1550.28/1562.20	c 1562	restarts              : 19
1550.28/1562.20	c 1562	conflicts             : 379055         (291 /sec)
1550.28/1562.20	c 1562	decisions             : 490822         (1.73 % random) (376 /sec)
1550.28/1562.20	c 1562	propagations          : 37694787       (28902 /sec)
1550.28/1562.20	c 1562	conflict literals     : 6190774        (27.25 % deleted)
1550.28/1562.20	c 1562	Memory used           : 142.69 MB
1550.28/1562.20	c 1562	CPU time              : 1304.23 s
1550.28/1562.20	c 1562	
1550.28/1562.20	c 1562	UNSATISFIABLE
1550.38/1562.22	c 1562	DECODING HOME/temp.out WITH HOME/temp.map
1550.38/1562.22	c 1562	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1550.42/1562.30	c 1562	Decoding HOME/temp.out
1550.42/1562.33	s UNSATISFIABLE
1550.42/1562.34	c 1562	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1550.42/1562.39	c 1562	CPU 1549.38 (0.04 0 1549.34 1.15)
1550.42/1562.39	c 1562	END Fri Jul  4 07:21:28 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-1066228-1215147325/watcher-1066228-1215147325 -o /tmp/evaluation-result-1066228-1215147325/solver-1066228-1215147325 -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-1066228-1215147325.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27578
/proc/meminfo: memFree=1835656/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=12000 CPUtime=0
/proc/27578/stat : 27578 (sugar) R 27576 27578 25772 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 1993706593 12288000 163 996147200 4194304 4206940 548682068608 18446744073709551615 253307057699 0 0 4224 0 0 0 0 17 1 0 0
/proc/27578/statm: 3000 163 125 3 0 100 0

[startup+0.0888861 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27578
/proc/meminfo: memFree=1835656/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=0.04
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 900 127 0 0 4 0 0 0 19 0 1 0 1993706593 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102734 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27578
/proc/meminfo: memFree=1835656/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=0.04
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 900 127 0 0 4 0 0 0 19 0 1 0 1993706593 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302756 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27578
/proc/meminfo: memFree=1835656/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=0.04
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 900 127 0 0 4 0 0 0 19 0 1 0 1993706593 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70279 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 27578
/proc/meminfo: memFree=1835656/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=0.49
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 973 6495 0 1 4 0 43 2 16 0 1 0 1993706593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.50288 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 27600
/proc/meminfo: memFree=1818864/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=0.49
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 973 6495 0 1 4 0 43 2 15 0 1 0 1993706593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 797 370 3 0 500 0
[pid=27591] ppid=27578 vsize=5356 CPUtime=0
/proc/27591/stat : 27591 (sh) S 27578 27578 25772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993706646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27591/statm: 1339 233 193 169 0 50 0
[pid=27592] ppid=27591 vsize=864328 CPUtime=0.95
/proc/27592/stat : 27592 (java) S 27591 27578 25772 0 -1 0 10719 0 1 0 90 5 0 0 18 0 9 0 1993706646 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27592/statm: 216082 9992 2540 9 0 210657 0
[pid=27592/tid=27593] ppid=27591 vsize=864328 CPUtime=0.42
/proc/27592/task/27593/stat : 27593 (java) R 27591 27578 25772 0 -1 64 2763 0 1 0 41 1 0 0 19 0 9 0 1993706647 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27594] ppid=27591 vsize=864328 CPUtime=0.45
/proc/27592/task/27594/stat : 27594 (java) R 27591 27578 25772 0 -1 64 6931 0 0 0 42 3 0 0 17 0 9 0 1993706648 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 103736067 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27595] ppid=27591 vsize=864328 CPUtime=0
/proc/27592/task/27595/stat : 27595 (java) S 27591 27578 25772 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993706648 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27596] ppid=27591 vsize=864328 CPUtime=0
/proc/27592/task/27596/stat : 27596 (java) S 27591 27578 25772 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993706648 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27597] ppid=27591 vsize=864328 CPUtime=0
/proc/27592/task/27597/stat : 27597 (java) S 27591 27578 25772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993706650 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27598] ppid=27591 vsize=864328 CPUtime=0.06
/proc/27592/task/27598/stat : 27598 (java) S 27591 27578 25772 0 -1 64 331 0 0 0 6 0 0 0 16 0 9 0 1993706650 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27599] ppid=27591 vsize=864328 CPUtime=0
/proc/27592/task/27599/stat : 27599 (java) S 27591 27578 25772 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993706650 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27600] ppid=27591 vsize=864328 CPUtime=0
/proc/27592/task/27600/stat : 27600 (java) S 27591 27578 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993706650 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883284

[startup+3.10197 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 27600
/proc/meminfo: memFree=1786992/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=0.49
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 974 6495 0 1 4 0 43 2 15 0 1 0 1993706593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 797 370 3 0 500 0
[pid=27591] ppid=27578 vsize=5356 CPUtime=0
/proc/27591/stat : 27591 (sh) S 27578 27578 25772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993706646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27591/statm: 1339 233 193 169 0 50 0
[pid=27592] ppid=27591 vsize=864440 CPUtime=2.54
/proc/27592/stat : 27592 (java) S 27591 27578 25772 0 -1 0 19287 0 1 0 244 10 0 0 18 0 9 0 1993706646 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27592/statm: 216110 18517 2564 9 0 210657 0
[pid=27592/tid=27593] ppid=27591 vsize=864440 CPUtime=1.08
/proc/27592/task/27593/stat : 27593 (java) R 27591 27578 25772 0 -1 64 3430 0 1 0 107 1 0 0 20 0 9 0 1993706647 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 101445081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27594] ppid=27591 vsize=864440 CPUtime=1.33
/proc/27592/task/27594/stat : 27594 (java) S 27591 27578 25772 0 -1 64 14811 0 0 0 126 7 0 0 16 0 9 0 1993706648 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27595] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27595/stat : 27595 (java) S 27591 27578 25772 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993706648 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27596] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27596/stat : 27596 (java) S 27591 27578 25772 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993706648 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27597] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27597/stat : 27597 (java) S 27591 27578 25772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993706650 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27598] ppid=27591 vsize=864440 CPUtime=0.09
/proc/27592/task/27598/stat : 27598 (java) S 27591 27578 25772 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 1993706650 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27599] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27599/stat : 27599 (java) S 27591 27578 25772 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993706650 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27600] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27600/stat : 27600 (java) S 27591 27578 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993706650 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883396

[startup+6.30225 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27600
/proc/meminfo: memFree=1767792/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=0.49
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 974 6495 0 1 4 0 43 2 15 0 1 0 1993706593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 797 370 3 0 500 0
[pid=27591] ppid=27578 vsize=5356 CPUtime=0
/proc/27591/stat : 27591 (sh) S 27578 27578 25772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993706646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27591/statm: 1339 233 193 169 0 50 0
[pid=27592] ppid=27591 vsize=864440 CPUtime=5.7
/proc/27592/stat : 27592 (java) S 27591 27578 25772 0 -1 0 19550 0 1 0 560 10 0 0 18 0 9 0 1993706646 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27592/statm: 216110 18774 2564 9 0 210657 0
[pid=27592/tid=27593] ppid=27591 vsize=864440 CPUtime=4.23
/proc/27592/task/27593/stat : 27593 (java) R 27591 27578 25772 0 -1 64 3436 0 1 0 422 1 0 0 25 0 9 0 1993706647 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4126603234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27594] ppid=27591 vsize=864440 CPUtime=1.35
/proc/27592/task/27594/stat : 27594 (java) S 27591 27578 25772 0 -1 64 15068 0 0 0 128 7 0 0 16 0 9 0 1993706648 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27595] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27595/stat : 27595 (java) S 27591 27578 25772 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993706648 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27596] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27596/stat : 27596 (java) S 27591 27578 25772 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993706648 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27597] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27597/stat : 27597 (java) S 27591 27578 25772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993706650 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27598] ppid=27591 vsize=864440 CPUtime=0.09
/proc/27592/task/27598/stat : 27598 (java) S 27591 27578 25772 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 1993706650 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27599] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27599/stat : 27599 (java) S 27591 27578 25772 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993706650 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27600] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27600/stat : 27600 (java) S 27591 27578 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993706650 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883396

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27600
/proc/meminfo: memFree=1764336/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=0.49
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 974 6495 0 1 4 0 43 2 15 0 1 0 1993706593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 797 370 3 0 500 0
[pid=27591] ppid=27578 vsize=5356 CPUtime=0
/proc/27591/stat : 27591 (sh) S 27578 27578 25772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993706646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27591/statm: 1339 233 193 169 0 50 0
[pid=27592] ppid=27591 vsize=864440 CPUtime=12.05
/proc/27592/stat : 27592 (java) S 27591 27578 25772 0 -1 0 20715 0 1 0 1194 11 0 0 18 0 9 0 1993706646 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27592/statm: 216110 19919 2564 9 0 210657 0
[pid=27592/tid=27593] ppid=27591 vsize=864440 CPUtime=10.52
/proc/27592/task/27593/stat : 27593 (java) R 27591 27578 25772 0 -1 64 3456 0 1 0 1050 2 0 0 25 0 9 0 1993706647 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4126583531 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27594] ppid=27591 vsize=864440 CPUtime=1.41
/proc/27592/task/27594/stat : 27594 (java) S 27591 27578 25772 0 -1 64 16213 0 0 0 134 7 0 0 16 0 9 0 1993706648 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27595] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27595/stat : 27595 (java) S 27591 27578 25772 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993706648 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27596] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27596/stat : 27596 (java) S 27591 27578 25772 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993706648 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27597] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27597/stat : 27597 (java) S 27591 27578 25772 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993706650 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27598] ppid=27591 vsize=864440 CPUtime=0.09
/proc/27592/task/27598/stat : 27598 (java) S 27591 27578 25772 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 1993706650 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27599] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27599/stat : 27599 (java) S 27591 27578 25772 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993706650 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27600] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27600/stat : 27600 (java) S 27591 27578 25772 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993706650 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 883396

[startup+25.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27600
/proc/meminfo: memFree=1753072/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=0.49
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 974 6495 0 1 4 0 43 2 15 0 1 0 1993706593 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 797 370 3 0 500 0
[pid=27591] ppid=27578 vsize=5356 CPUtime=0
/proc/27591/stat : 27591 (sh) S 27578 27578 25772 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993706646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27591/statm: 1339 233 193 169 0 50 0
[pid=27592] ppid=27591 vsize=864440 CPUtime=24.73
/proc/27592/stat : 27592 (java) S 27591 27578 25772 0 -1 0 22306 0 1 0 2458 15 0 0 18 0 9 0 1993706646 885186560 21457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27592/statm: 216110 21457 2564 9 0 210657 0
[pid=27592/tid=27593] ppid=27591 vsize=864440 CPUtime=23.08
/proc/27592/task/27593/stat : 27593 (java) R 27591 27578 25772 0 -1 64 3509 0 1 0 2303 5 0 0 25 0 9 0 1993706647 885186560 21457 996147200 134512640 134550740 4294955952 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27594] ppid=27591 vsize=864440 CPUtime=1.52
/proc/27592/task/27594/stat : 27594 (java) S 27591 27578 25772 0 -1 64 17747 0 0 0 144 8 0 0 16 0 9 0 1993706648 885186560 21457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27595] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27595/stat : 27595 (java) S 27591 27578 25772 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993706648 885186560 21457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27592/tid=27596] ppid=27591 vsize=864440 CPUtime=0
/proc/27592/task/27596/stat : 27596 (java) S 27591 27578 25772 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993706648 885186560 21457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 27639
/proc/meminfo: memFree=1625856/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=245.85
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 1031 54127 0 2 4 0 24502 79 16 0 1 0 1993706593 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 798 370 3 0 500 0
[pid=27601] ppid=27578 vsize=5356 CPUtime=0
/proc/27601/stat : 27601 (sh) S 27578 27578 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993731432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27601/statm: 1339 232 193 169 0 50 0
[pid=27602] ppid=27601 vsize=142276 CPUtime=1104.71
/proc/27602/stat : 27602 (minisat) R 27601 27578 25772 0 -1 4194304 34506 0 0 0 110442 29 0 0 25 0 1 0 1993731432 145690624 34492 996147200 134512640 135127466 4294956272 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 0 0 0
/proc/27602/statm: 35569 34492 75 150 0 35416 0
Current children cumulated CPU time (s) 1350.56
Current children cumulated vsize (KiB) 161232

[startup+1422.31 s]
/proc/loadavg: 2.07 2.03 2.01 3/75 27639
/proc/meminfo: memFree=1624512/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=245.85
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 1031 54127 0 2 4 0 24502 79 16 0 1 0 1993706593 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 798 370 3 0 500 0
[pid=27601] ppid=27578 vsize=5356 CPUtime=0
/proc/27601/stat : 27601 (sh) S 27578 27578 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993731432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27601/statm: 1339 232 193 169 0 50 0
[pid=27602] ppid=27601 vsize=143512 CPUtime=1164.69
/proc/27602/stat : 27602 (minisat) R 27601 27578 25772 0 -1 4194304 34825 0 0 0 116439 30 0 0 25 0 1 0 1993731432 146956288 34811 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27602/statm: 35878 34811 75 150 0 35725 0
Current children cumulated CPU time (s) 1410.54
Current children cumulated vsize (KiB) 162468

[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 27639
/proc/meminfo: memFree=1623360/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=245.85
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 1031 54127 0 2 4 0 24502 79 16 0 1 0 1993706593 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 798 370 3 0 500 0
[pid=27601] ppid=27578 vsize=5356 CPUtime=0
/proc/27601/stat : 27601 (sh) S 27578 27578 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993731432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27601/statm: 1339 232 193 169 0 50 0
[pid=27602] ppid=27601 vsize=144436 CPUtime=1224.66
/proc/27602/stat : 27602 (minisat) R 27601 27578 25772 0 -1 4194304 35107 0 0 0 122436 30 0 0 25 0 1 0 1993731432 147902464 35093 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27602/statm: 36109 35093 75 150 0 35956 0
Current children cumulated CPU time (s) 1470.51
Current children cumulated vsize (KiB) 163392

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27639
/proc/meminfo: memFree=1622080/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=245.85
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 1031 54127 0 2 4 0 24502 79 16 0 1 0 1993706593 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 798 370 3 0 500 0
[pid=27601] ppid=27578 vsize=5356 CPUtime=0
/proc/27601/stat : 27601 (sh) S 27578 27578 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993731432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27601/statm: 1339 232 193 169 0 50 0
[pid=27602] ppid=27601 vsize=145812 CPUtime=1284.64
/proc/27602/stat : 27602 (minisat) R 27601 27578 25772 0 -1 4194304 35428 0 0 0 128434 30 0 0 25 0 1 0 1993731432 149311488 35414 996147200 134512640 135127466 4294956272 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 0 0 0
/proc/27602/statm: 36453 35414 75 150 0 36300 0
Current children cumulated CPU time (s) 1530.49
Current children cumulated vsize (KiB) 164768

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

[startup+1548.7 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27639
/proc/meminfo: memFree=1621760/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=245.85
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 1031 54127 0 2 4 0 24502 79 16 0 1 0 1993706593 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 798 370 3 0 500 0
[pid=27601] ppid=27578 vsize=5356 CPUtime=0
/proc/27601/stat : 27601 (sh) S 27578 27578 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993731432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27601/statm: 1339 232 193 169 0 50 0
[pid=27602] ppid=27601 vsize=146108 CPUtime=1291.04
/proc/27602/stat : 27602 (minisat) R 27601 27578 25772 0 -1 4194304 35504 0 0 0 129074 30 0 0 25 0 1 0 1993731432 149614592 35490 996147200 134512640 135127466 4294956272 18446744073709551615 134523430 0 0 4096 3 0 0 0 17 0 0 0
/proc/27602/statm: 36527 35490 75 150 0 36374 0
Current children cumulated CPU time (s) 1536.89
Current children cumulated vsize (KiB) 165064

[startup+1555.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 27639
/proc/meminfo: memFree=1621760/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=245.85
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 1031 54127 0 2 4 0 24502 79 16 0 1 0 1993706593 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 798 370 3 0 500 0
[pid=27601] ppid=27578 vsize=5356 CPUtime=0
/proc/27601/stat : 27601 (sh) S 27578 27578 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993731432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27601/statm: 1339 232 193 169 0 50 0
[pid=27602] ppid=27601 vsize=146108 CPUtime=1297.43
/proc/27602/stat : 27602 (minisat) R 27601 27578 25772 0 -1 4194304 35504 0 0 0 129713 30 0 0 25 0 1 0 1993731432 149614592 35490 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27602/statm: 36527 35490 75 150 0 36374 0
Current children cumulated CPU time (s) 1543.28
Current children cumulated vsize (KiB) 165064

[startup+1558.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 27639
/proc/meminfo: memFree=1621760/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=245.85
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 1031 54127 0 2 4 0 24502 79 16 0 1 0 1993706593 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 798 370 3 0 500 0
[pid=27601] ppid=27578 vsize=5356 CPUtime=0
/proc/27601/stat : 27601 (sh) S 27578 27578 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993731432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27601/statm: 1339 232 193 169 0 50 0
[pid=27602] ppid=27601 vsize=146108 CPUtime=1300.63
/proc/27602/stat : 27602 (minisat) R 27601 27578 25772 0 -1 4194304 35504 0 0 0 130033 30 0 0 25 0 1 0 1993731432 149614592 35490 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27602/statm: 36527 35490 75 150 0 36374 0
Current children cumulated CPU time (s) 1546.48
Current children cumulated vsize (KiB) 165064

[startup+1559.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 27639
/proc/meminfo: memFree=1621760/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=245.85
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 1031 54127 0 2 4 0 24502 79 16 0 1 0 1993706593 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 798 370 3 0 500 0
[pid=27601] ppid=27578 vsize=5356 CPUtime=0
/proc/27601/stat : 27601 (sh) S 27578 27578 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993731432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27601/statm: 1339 232 193 169 0 50 0
[pid=27602] ppid=27601 vsize=146108 CPUtime=1302.23
/proc/27602/stat : 27602 (minisat) R 27601 27578 25772 0 -1 4194304 35504 0 0 0 130193 30 0 0 25 0 1 0 1993731432 149614592 35490 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27602/statm: 36527 35490 75 150 0 36374 0
Current children cumulated CPU time (s) 1548.08
Current children cumulated vsize (KiB) 165064

[startup+1561.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 27639
/proc/meminfo: memFree=1621760/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=245.85
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 1031 54127 0 2 4 0 24502 79 16 0 1 0 1993706593 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 798 370 3 0 500 0
[pid=27601] ppid=27578 vsize=5356 CPUtime=0
/proc/27601/stat : 27601 (sh) S 27578 27578 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993731432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27601/statm: 1339 232 193 169 0 50 0
[pid=27602] ppid=27601 vsize=146108 CPUtime=1303.83
/proc/27602/stat : 27602 (minisat) R 27601 27578 25772 0 -1 4194304 35504 0 0 0 130353 30 0 0 25 0 1 0 1993731432 149614592 35490 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27602/statm: 36527 35490 75 150 0 36374 0
Current children cumulated CPU time (s) 1549.68
Current children cumulated vsize (KiB) 165064

[startup+1561.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 27639
/proc/meminfo: memFree=1621760/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=245.85
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 1031 54127 0 2 4 0 24502 79 16 0 1 0 1993706593 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27578/statm: 3400 798 370 3 0 500 0
[pid=27601] ppid=27578 vsize=5356 CPUtime=0
/proc/27601/stat : 27601 (sh) S 27578 27578 25772 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993731432 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27601/statm: 1339 232 193 169 0 50 0
[pid=27602] ppid=27601 vsize=146108 CPUtime=1304.23
/proc/27602/stat : 27602 (minisat) R 27601 27578 25772 0 -1 4194304 35504 0 0 0 130393 30 0 0 25 0 1 0 1993731432 149614592 35490 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27602/statm: 36527 35490 75 150 0 36374 0
Current children cumulated CPU time (s) 1550.08
Current children cumulated vsize (KiB) 165064

[startup+1562.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 27639
/proc/meminfo: memFree=1621760/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=1550.42
/proc/27578/stat : 27578 (sugar) S 27576 27578 25772 0 -1 4194304 1070 89925 0 2 4 0 154926 112 17 0 1 0 1993706593 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27578/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1550.42
Current children cumulated vsize (KiB) 13600

[startup+1562.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 27639
/proc/meminfo: memFree=1621760/2055920 swapFree=4180840/4192956
[pid=27578] ppid=27576 vsize=13600 CPUtime=1550.55
/proc/27578/stat : 27578 (sugar) R 27576 27578 25772 0 -1 4194304 1116 93576 0 3 4 2 154934 115 16 0 1 0 1993706593 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/27578/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 1550.55
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1562.42
CPU time (s): 1550.59
CPU user time (s): 1549.39
CPU system time (s): 1.20382
CPU usage (%): 99.2429
Max. virtual memory (cumulated for all children) (KiB): 896208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1549.39
system time used= 1.20382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94722
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= 13789
involuntary context switches= 40735

runsolver used 1.91871 second user time and 4.93525 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-04 06:55:26
IDJOB=1066228
IDBENCH=55104
IDSOLVER=346
FILE ID=node25/1066228-1215147325
PBS_JOBID= 7877339
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-12_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-1066228-1215147325/watcher-1066228-1215147325 -o /tmp/evaluation-result-1066228-1215147325/solver-1066228-1215147325 -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-1066228-1215147325.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ca03550766515c697c9103aafe1dd7f
RANDOM SEED=1121162765

node25.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.234
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.234
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:       1836136 kB
Buffers:         30112 kB
Cached:         115164 kB
SwapCached:       5956 kB
Active:         104020 kB
Inactive:        57716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836136 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          23016 kB
Slab:            43324 kB
Committed_AS:  3509148 kB
PageTables:       1928 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= 66556 MiB
End job on node25 at 2008-07-04 07:21:28