Trace number 1042660

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+minisat? (TO) 1800.1 1811.52

General information on the benchmark

Namecsp/QG3/
normalized-quasigroup3-9.xml
MD5SUM550ab5e175a2b31846d1fc2243f61c2b
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints179
Maximum constraint arity83
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)alldifferent(18),element(81)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:59:55 2008
0.00/0.04	c 0	PID 26297
0.00/0.05	c 0	HOST node3.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042660-1215003595.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-1042660-1215003595.xml' 'HOME/temp.csp'
0.03/0.51	c 1	47 domains, 252 variables, 9 predicates, 0 relations, 179 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.49/0.65	c 1	Parsing HOME/temp.csp
0.49/0.80	c 1	parsed 487 expressions
0.49/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.81	c 1	Converting to clausal form CSP
0.49/0.83	c 1	converted 49 (10%) expressions
0.49/0.83	c 1	converted 98 (20%) expressions
0.49/0.83	c 1	converted 147 (30%) expressions
0.49/0.83	c 1	converted 195 (40%) expressions
0.49/0.83	c 1	converted 244 (50%) expressions
0.49/0.84	c 1	converted 293 (60%) expressions
0.49/0.87	c 1	converted 341 (70%) expressions
0.49/0.92	c 1	converted 390 (80%) expressions
1.11/1.30	c 2	converted 439 (90%) expressions
1.39/1.59	c 2	converted 487 (100%) expressions
1.39/1.59	c 2	CSP : 252 integers, 4212 booleans, 15595 clauses, largest domain size 81
1.39/1.59	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.59	c 2	Propagation in CSP
1.59/1.71	c 2	1113 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.59/1.71	c 2	CSP : 252 integers, 4212 booleans, 15595 clauses, largest domain size 79
1.59/1.71	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.72	c 2	Simplifing CSP by introducing new Boolean variables
1.69/1.82	c 2	CSP : 252 integers, 5220 booleans, 16603 clauses, largest domain size 79
1.69/1.82	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/1.91	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.79/1.93	c 2	26 (10%) CSP integer variables are encoded (115 clauses, 1149 bytes)
1.79/1.94	c 2	51 (20%) CSP integer variables are encoded (225 clauses, 2359 bytes)
1.79/1.94	c 2	76 (30%) CSP integer variables are encoded (340 clauses, 3624 bytes)
1.79/1.95	c 2	101 (40%) CSP integer variables are encoded (1084 clauses, 12139 bytes)
1.79/1.95	c 2	126 (50%) CSP integer variables are encoded (1901 clauses, 22760 bytes)
1.79/1.95	c 2	152 (60%) CSP integer variables are encoded (2878 clauses, 35461 bytes)
1.79/1.95	c 2	177 (70%) CSP integer variables are encoded (3760 clauses, 46927 bytes)
1.79/1.95	c 2	202 (80%) CSP integer variables are encoded (4660 clauses, 58627 bytes)
1.79/1.96	c 2	227 (90%) CSP integer variables are encoded (5560 clauses, 70327 bytes)
1.79/1.96	c 2	252 (100%) CSP integer variables are encoded (6285 clauses, 79752 bytes)
1.89/2.08	c 2	1661 (10%) CSP clauses are encoded (21422 clauses, 315551 bytes)
1.99/2.11	c 2	3321 (20%) CSP clauses are encoded (23042 clauses, 338968 bytes)
1.99/2.13	c 2	4981 (30%) CSP clauses are encoded (24590 clauses, 360636 bytes)
1.99/2.15	c 2	6642 (40%) CSP clauses are encoded (26217 clauses, 383480 bytes)
1.99/2.17	c 2	8302 (50%) CSP clauses are encoded (27767 clauses, 404984 bytes)
1.99/2.19	c 2	9962 (60%) CSP clauses are encoded (29333 clauses, 426750 bytes)
2.09/2.21	c 2	11623 (70%) CSP clauses are encoded (30884 clauses, 448264 bytes)
2.09/2.23	c 3	13283 (80%) CSP clauses are encoded (32510 clauses, 471146 bytes)
2.09/2.25	c 3	14943 (90%) CSP clauses are encoded (34058 clauses, 493936 bytes)
2.09/2.27	c 3	16603 (100%) CSP clauses are encoded (35434 clauses, 515370 bytes)
2.09/2.27	c 3	16603 CSP clauses encoded
2.09/2.27	c 3	Writing map file : HOME/temp.map
2.09/2.27	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.27	c 3	SAT : 11659 SAT variables, 35434 SAT clauses, 515370 bytes
2.09/2.27	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.16/2.31	c 3	SOLVING HOME/temp.cnf
2.16/2.31	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.16/2.31	c 3	This is MiniSat 2.0 beta
2.16/2.31	c 3	WARNING: for repeatability, setting FPU to use double precision
2.16/2.31	c 3	============================[ Problem Statistics ]=============================
2.16/2.31	c 3	|                                                                             |
2.16/2.31	c 3	|  Number of variables:  11659                                                |
2.16/2.31	c 3	|  Number of clauses:    35434                                                |
2.16/2.33	c 3	|  Parsing time:         0.02         s                                       |
2.16/2.33	c 3	============================[ Search Statistics ]==============================
2.16/2.33	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.16/2.33	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.16/2.33	c 3	===============================================================================
2.16/2.33	c 3	|         0 |   11613    35297    86578 |    11765        0    nan |  0.000 % |
2.16/2.38	c 3	|       103 |   11613    35297    86578 |    12942      103     25 |  0.395 % |
2.18/2.45	c 3	|       253 |   11613    35297    86578 |    14236      253     27 |  0.395 % |
2.18/2.57	c 3	|       479 |   11613    35297    86578 |    15660      479     29 |  0.395 % |
2.18/2.74	c 3	|       817 |   11613    35297    86578 |    17226      817     27 |  0.395 % |
2.18/2.98	c 3	|      1324 |   11613    35297    86578 |    18948     1324     29 |  0.395 % |
3.16/3.34	c 4	|      2084 |   11612    35295    86574 |    20843     2083     29 |  0.403 % |
3.74/3.95	c 4	|      3225 |   11612    35295    86574 |    22927     3224     28 |  0.403 % |
4.73/4.93	c 5	|      4934 |   11612    35295    86574 |    25220     4933     27 |  0.403 % |
6.42/6.68	c 7	|      7496 |   11612    35295    86574 |    27742     7495     27 |  0.403 % |
9.69/9.91	c 10	|     11341 |   11612    35295    86574 |    30517    11340     28 |  0.403 % |
15.04/15.31	c 16	|     17107 |   11611    35293    86570 |    33568    17105     30 |  0.412 % |
24.35/24.73	c 25	|     25756 |   11608    35287    86558 |    36925    25751     30 |  0.437 % |
41.99/42.57	c 43	|     38732 |   11607    35285    86554 |    40618    38726     30 |  0.446 % |
65.56/66.31	c 67	|     58193 |   11604    35279    86542 |    44680    30030     31 |  0.472 % |
104.88/106.06	c 106	|     87385 |   11599    35269    86522 |    49148    27593     30 |  0.515 % |
167.60/169.36	c 170	|    131174 |   11595    35261    86506 |    54062    33726     36 |  0.549 % |
268.54/271.26	c 272	|    196858 |   11587    35245    86474 |    59469    16780     30 |  0.618 % |
426.55/430.72	c 431	|    295384 |   11579    35229    86442 |    65416    23690     31 |  0.686 % |
692.44/699.16	c 699	|    443173 |   11568    35207    86398 |    71957    18398     31 |  0.789 % |
1109.60/1120.28	c 1121	|    664856 |   11549    35169    86322 |    79153    67386     41 |  0.952 % |
1739.66/1751.19	c 1751	|    997383 |   11521    35113    86210 |    87068    18818     37 |  1.184 % |
1800.05/1811.51	sh: line 1: 26321 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1811.51	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1811.51	c 1812	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1811.51	c ERROR INTERRUPTED
1800.05/1811.52	s UNKNOWN
1800.05/1811.52	c 1812	CPU 1799.85 (0.04 0 1799.81 0.23)
1800.05/1811.52	c 1812	END Wed Jul  2 15:30:07 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1042660-1215003595/watcher-1042660-1215003595 -o /tmp/evaluation-result-1042660-1215003595/solver-1042660-1215003595 -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-1042660-1215003595.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.07 2.02 1.99 4/80 26297
/proc/meminfo: memFree=1582136/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=12272 CPUtime=0
/proc/26297/stat : 26297 (sugar) R 26295 26297 25415 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 1979334942 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 233641655294 0 0 4224 0 0 0 0 17 1 0 0
/proc/26297/statm: 3068 327 246 3 0 168 0

[startup+0.128088 s]
/proc/loadavg: 2.07 2.02 1.99 4/80 26297
/proc/meminfo: memFree=1582136/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=0.03
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1979334942 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201089 s]
/proc/loadavg: 2.07 2.02 1.99 4/80 26297
/proc/meminfo: memFree=1582136/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=0.03
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1979334942 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.3011 s]
/proc/loadavg: 2.07 2.02 1.99 4/80 26297
/proc/meminfo: memFree=1582136/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=0.03
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1979334942 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70113 s]
/proc/loadavg: 2.07 2.02 1.99 4/80 26297
/proc/meminfo: memFree=1582136/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=0.49
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 973 4574 0 1 3 0 43 3 16 0 1 0 1979334942 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.5022 s]
/proc/loadavg: 2.07 2.02 1.99 4/91 26319
/proc/meminfo: memFree=1568096/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=0.49
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 973 4574 0 1 3 0 43 3 15 0 1 0 1979334942 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 797 370 3 0 500 0
[pid=26310] ppid=26297 vsize=5356 CPUtime=0
/proc/26310/stat : 26310 (sh) S 26297 26297 25415 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979334999 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26310/statm: 1339 233 193 169 0 50 0
[pid=26311] ppid=26310 vsize=868372 CPUtime=0.9
/proc/26311/stat : 26311 (java) S 26310 26297 25415 0 -1 0 8126 0 1 0 86 4 0 0 18 0 9 0 1979334999 889212928 7352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26311/statm: 217093 7352 2538 9 0 211668 0
[pid=26311/tid=26312] ppid=26310 vsize=868372 CPUtime=0.49
/proc/26311/task/26312/stat : 26312 (java) R 26310 26297 25415 0 -1 64 2677 0 1 0 48 1 0 0 23 0 9 0 1979335000 889212928 7352 996147200 134512640 134550740 4294955952 18446744073709551615 4126592647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26311/tid=26313] ppid=26310 vsize=868372 CPUtime=0.2
/proc/26311/task/26313/stat : 26313 (java) S 26310 26297 25415 0 -1 64 3318 0 0 0 19 1 0 0 16 0 9 0 1979335001 889212928 7352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26311/tid=26314] ppid=26310 vsize=868372 CPUtime=0
/proc/26311/task/26314/stat : 26314 (java) S 26310 26297 25415 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979335002 889212928 7352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26311/tid=26315] ppid=26310 vsize=868372 CPUtime=0
/proc/26311/task/26315/stat : 26315 (java) S 26310 26297 25415 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979335002 889212928 7352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26311/tid=26316] ppid=26310 vsize=868372 CPUtime=0
/proc/26311/task/26316/stat : 26316 (java) S 26310 26297 25415 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979335004 889212928 7352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26311/tid=26317] ppid=26310 vsize=868372 CPUtime=0.18
/proc/26311/task/26317/stat : 26317 (java) S 26310 26297 25415 0 -1 64 1439 0 0 0 18 0 0 0 16 0 9 0 1979335004 889212928 7352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26311/tid=26318] ppid=26310 vsize=868372 CPUtime=0
/proc/26311/task/26318/stat : 26318 (java) S 26310 26297 25415 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1979335004 889212928 7352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26311/tid=26319] ppid=26310 vsize=868372 CPUtime=0
/proc/26311/task/26319/stat : 26319 (java) S 26310 26297 25415 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1979335004 889212928 7352 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887328

[startup+3.10133 s]
/proc/loadavg: 2.07 2.02 1.99 3/91 26319
/proc/meminfo: memFree=1555488/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.18
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 3 0 204 11 15 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 13600

[startup+6.3026 s]
/proc/loadavg: 2.14 2.03 2.00 3/83 26321
/proc/meminfo: memFree=1575648/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.18
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 3 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=5028 CPUtime=3.94
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 1022 0 0 0 394 0 0 0 25 0 1 0 1979335173 5148672 1008 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26321/statm: 1257 1008 75 150 0 1104 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 23984

[startup+12.7011 s]
/proc/loadavg: 2.13 2.03 2.00 3/83 26321
/proc/meminfo: memFree=1574368/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.18
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 3 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=6224 CPUtime=10.28
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 1311 0 0 0 1027 1 0 0 25 0 1 0 1979335173 6373376 1297 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/26321/statm: 1556 1297 75 150 0 1403 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 25180

[startup+25.5012 s]
/proc/loadavg: 2.10 2.03 2.00 3/83 26321
/proc/meminfo: memFree=1572384/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=8204 CPUtime=22.96
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 1816 0 0 0 2294 2 0 0 25 0 1 0 1979335173 8400896 1802 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/26321/statm: 2051 1802 75 150 0 1898 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 27160

[startup+51.1013 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 26321
/proc/meminfo: memFree=1570016/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=10560 CPUtime=48.31
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 2388 0 0 0 4829 2 0 0 25 0 1 0 1979335173 10813440 2374 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/26321/statm: 2640 2374 75 150 0 2487 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 29516

[startup+102.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 26327
/proc/meminfo: memFree=1568472/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=11884 CPUtime=99.03
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 2729 0 0 0 9900 3 0 0 25 0 1 0 1979335173 12169216 2715 996147200 134512640 135127466 4294956272 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/26321/statm: 2971 2715 75 150 0 2818 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 30840

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 26327
/proc/meminfo: memFree=1567192/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=13072 CPUtime=158.47
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 3040 0 0 0 15843 4 0 0 25 0 1 0 1979335173 13385728 3026 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26321/statm: 3268 3026 75 150 0 3115 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 32028

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 26327
/proc/meminfo: memFree=1565656/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=14792 CPUtime=217.91
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 3452 0 0 0 21787 4 0 0 25 0 1 0 1979335173 15147008 3438 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26321/statm: 3698 3438 75 150 0 3545 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 33748

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

[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=23044 CPUtime=1228.8
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 5506 0 0 0 122870 10 0 0 25 0 1 0 1979335173 23597056 5492 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 5761 5492 75 150 0 5608 0
Current children cumulated CPU time (s) 1230.99
Current children cumulated vsize (KiB) 42000

[startup+1302.3 s]
/proc/loadavg: 1.18 1.74 1.89 2/67 26351
/proc/meminfo: memFree=1644512/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=23044 CPUtime=1288.78
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 5518 0 0 0 128868 10 0 0 25 0 1 0 1979335173 23597056 5504 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 5761 5504 75 150 0 5608 0
Current children cumulated CPU time (s) 1290.97
Current children cumulated vsize (KiB) 42000

[startup+1362.3 s]
/proc/loadavg: 1.07 1.60 1.84 2/67 26351
/proc/meminfo: memFree=1644512/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=23044 CPUtime=1348.77
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 5518 0 0 0 134867 10 0 0 25 0 1 0 1979335173 23597056 5504 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 5761 5504 75 150 0 5608 0
Current children cumulated CPU time (s) 1350.96
Current children cumulated vsize (KiB) 42000

[startup+1422.3 s]
/proc/loadavg: 1.02 1.49 1.78 2/67 26351
/proc/meminfo: memFree=1643872/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=23968 CPUtime=1408.76
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 5725 0 0 0 140866 10 0 0 25 0 1 0 1979335173 24543232 5711 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 5992 5711 75 150 0 5839 0
Current children cumulated CPU time (s) 1410.95
Current children cumulated vsize (KiB) 42924

[startup+1482.3 s]
/proc/loadavg: 1.01 1.40 1.73 2/67 26351
/proc/meminfo: memFree=1643872/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=23968 CPUtime=1468.74
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 5730 0 0 0 146864 10 0 0 25 0 1 0 1979335173 24543232 5716 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 5992 5716 75 150 0 5839 0
Current children cumulated CPU time (s) 1470.93
Current children cumulated vsize (KiB) 42924

[startup+1542.31 s]
/proc/loadavg: 1.00 1.32 1.68 2/67 26351
/proc/meminfo: memFree=1643040/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=24760 CPUtime=1528.72
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 5921 0 0 0 152862 10 0 0 25 0 1 0 1979335173 25354240 5907 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 6190 5907 75 150 0 6037 0
Current children cumulated CPU time (s) 1530.91
Current children cumulated vsize (KiB) 43716

[startup+1602.3 s]
/proc/loadavg: 1.00 1.26 1.63 2/67 26351
/proc/meminfo: memFree=1643040/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=24760 CPUtime=1588.71
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 5921 0 0 0 158861 10 0 0 25 0 1 0 1979335173 25354240 5907 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 6190 5907 75 150 0 6037 0
Current children cumulated CPU time (s) 1590.9
Current children cumulated vsize (KiB) 43716

[startup+1662.3 s]
/proc/loadavg: 1.00 1.21 1.59 2/67 26351
/proc/meminfo: memFree=1642720/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=25024 CPUtime=1648.69
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 6015 0 0 0 164859 10 0 0 25 0 1 0 1979335173 25624576 6001 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 6256 6001 75 150 0 6103 0
Current children cumulated CPU time (s) 1650.88
Current children cumulated vsize (KiB) 43980

[startup+1722.3 s]
/proc/loadavg: 1.00 1.17 1.55 2/67 26351
/proc/meminfo: memFree=1642720/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=25024 CPUtime=1708.68
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 6015 0 0 0 170858 10 0 0 25 0 1 0 1979335173 25624576 6001 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 6256 6001 75 150 0 6103 0
Current children cumulated CPU time (s) 1710.87
Current children cumulated vsize (KiB) 43980

[startup+1782.3 s]
/proc/loadavg: 1.00 1.14 1.52 2/67 26351
/proc/meminfo: memFree=1642400/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=25288 CPUtime=1768.66
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 6059 0 0 0 176856 10 0 0 25 0 1 0 1979335173 25894912 6045 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 6322 6045 75 150 0 6169 0
Current children cumulated CPU time (s) 1770.85
Current children cumulated vsize (KiB) 44244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 1.00 1.12 1.50 2/67 26351
/proc/meminfo: memFree=1642400/2055920 swapFree=4180472/4192956
[pid=26297] ppid=26295 vsize=13600 CPUtime=2.19
/proc/26297/stat : 26297 (sugar) S 26295 26297 25415 0 -1 4194304 1034 14233 0 2 4 0 204 11 16 0 1 0 1979334942 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26297/statm: 3400 799 370 3 0 500 0
[pid=26320] ppid=26297 vsize=5356 CPUtime=0
/proc/26320/stat : 26320 (sh) S 26297 26297 25415 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979335173 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26320/statm: 1339 232 193 169 0 50 0
[pid=26321] ppid=26320 vsize=25288 CPUtime=1797.86
/proc/26321/stat : 26321 (minisat) R 26320 26297 25415 0 -1 4194304 6059 0 0 0 179776 10 0 0 25 0 1 0 1979335173 25894912 6045 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26321/statm: 6322 6045 75 150 0 6169 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 44244

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1811.52
CPU time (s): 1800.1
CPU user time (s): 1799.85
CPU system time (s): 0.241963
CPU usage (%): 99.3693
Max. virtual memory (cumulated for all children) (KiB): 887516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21987
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2168
involuntary context switches= 51290

runsolver used 2.07268 second user time and 5.61315 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-02 14:59:55
IDJOB=1042660
IDBENCH=53928
IDSOLVER=346
FILE ID=node3/1042660-1215003595
PBS_JOBID= 7870916
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/QG3/normalized-quasigroup3-9.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-1042660-1215003595/watcher-1042660-1215003595 -o /tmp/evaluation-result-1042660-1215003595/solver-1042660-1215003595 -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-1042660-1215003595.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 550ab5e175a2b31846d1fc2243f61c2b
RANDOM SEED=844196828

node3.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.232
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.232
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:       1582616 kB
Buffers:         61228 kB
Cached:         246756 kB
SwapCached:       6516 kB
Active:         192488 kB
Inactive:       204000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582616 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:         102192 kB
Slab:            61876 kB
Committed_AS:  4086712 kB
PageTables:       1984 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= 66552 MiB
End job on node3 at 2008-07-02 15:30:09