Trace number 1061145

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.05 1806.72

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-20-21.xml
MD5SUM41b118ad42c6a1ae7c5e03d2f6c66389
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.03184
Satisfiable
(Un)Satisfiability was proved
Number of variables840
Number of constraints82
Maximum constraint arity21
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension82
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.13	c 0	BEGIN Fri Jul  4 02:26:15 2008
0.00/0.13	c 0	PID 26466
0.00/0.13	c 0	HOST node78.alineos.net
0.00/0.13	c 0	CONVERTING HOME/instance-1061145-1215131175.xml TO HOME/temp.csp
0.00/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1061145-1215131175.xml' 'HOME/temp.csp'
0.04/0.57	c 1	1 domains, 840 variables, 2 predicates, 0 relations, 82 constraints
0.04/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.61	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.04/0.69	c 1	Parsing HOME/temp.csp
0.48/0.84	c 1	parsed 925 expressions
0.48/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.84	c 1	Converting to clausal form CSP
0.48/0.87	c 1	converted 93 (10%) expressions
0.48/0.87	c 1	converted 185 (20%) expressions
0.48/0.87	c 1	converted 278 (30%) expressions
0.48/0.87	c 1	converted 370 (40%) expressions
0.48/0.88	c 1	converted 463 (50%) expressions
0.48/0.88	c 1	converted 555 (60%) expressions
0.48/0.88	c 1	converted 648 (70%) expressions
0.48/0.88	c 1	converted 740 (80%) expressions
0.48/0.88	c 1	converted 833 (90%) expressions
0.94/1.20	c 2	converted 925 (100%) expressions
0.94/1.20	c 2	CSP : 2356 integers, 0 booleans, 3114 clauses, largest domain size 12
0.94/1.20	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.20	c 2	Propagation in CSP
1.03/1.26	c 2	2160 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.03/1.26	c 2	CSP : 2356 integers, 0 booleans, 3114 clauses, largest domain size 11
1.03/1.26	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.26	c 2	Simplifing CSP by introducing new Boolean variables
1.03/1.27	c 2	CSP : 2356 integers, 0 booleans, 3114 clauses, largest domain size 11
1.03/1.27	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.13/1.30	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.31	c 2	236 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.31	c 2	472 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.32	c 2	707 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.13/1.33	c 2	943 (40%) CSP integer variables are encoded (283 clauses, 3512 bytes)
1.13/1.33	c 2	1178 (50%) CSP integer variables are encoded (934 clauses, 11975 bytes)
1.13/1.33	c 2	1414 (60%) CSP integer variables are encoded (1587 clauses, 20464 bytes)
1.13/1.34	c 2	1650 (70%) CSP integer variables are encoded (2100 clauses, 27133 bytes)
1.13/1.34	c 2	1885 (80%) CSP integer variables are encoded (2100 clauses, 27133 bytes)
1.13/1.34	c 2	2121 (90%) CSP integer variables are encoded (2100 clauses, 27133 bytes)
1.13/1.34	c 2	2356 (100%) CSP integer variables are encoded (2100 clauses, 27133 bytes)
1.13/1.37	c 2	312 (10%) CSP clauses are encoded (4724 clauses, 66428 bytes)
1.13/1.38	c 2	623 (20%) CSP clauses are encoded (7393 clauses, 108713 bytes)
1.13/1.40	c 2	935 (30%) CSP clauses are encoded (10075 clauses, 151223 bytes)
1.22/1.41	c 2	1246 (40%) CSP clauses are encoded (12752 clauses, 193650 bytes)
1.22/1.42	c 2	1557 (50%) CSP clauses are encoded (15419 clauses, 235919 bytes)
1.22/1.42	c 2	1869 (60%) CSP clauses are encoded (16035 clauses, 244037 bytes)
1.22/1.43	c 2	2180 (70%) CSP clauses are encoded (16650 clauses, 252152 bytes)
1.22/1.43	c 2	2492 (80%) CSP clauses are encoded (17266 clauses, 260351 bytes)
1.22/1.44	c 2	2803 (90%) CSP clauses are encoded (17879 clauses, 268573 bytes)
1.22/1.44	c 2	3114 (100%) CSP clauses are encoded (18494 clauses, 276812 bytes)
1.22/1.44	c 2	3114 CSP clauses encoded
1.22/1.44	c 2	Writing map file : HOME/temp.map
1.22/1.46	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.46	c 2	SAT : 4456 SAT variables, 18494 SAT clauses, 276812 bytes
1.22/1.46	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.50	c 2	SOLVING HOME/temp.cnf
1.29/1.50	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.29/1.51	c 2	This is MiniSat 2.0 beta
1.29/1.51	c 2	WARNING: for repeatability, setting FPU to use double precision
1.29/1.51	c 2	============================[ Problem Statistics ]=============================
1.29/1.51	c 2	|                                                                             |
1.29/1.51	c 2	|  Number of variables:  4456                                                 |
1.29/1.51	c 2	|  Number of clauses:    18494                                                |
1.29/1.52	c 2	|  Parsing time:         0.01         s                                       |
1.29/1.52	c 2	============================[ Search Statistics ]==============================
1.29/1.52	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.52	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.52	c 2	===============================================================================
1.29/1.52	c 2	|         0 |    4456    18494    45308 |     6164        0    nan |  0.000 % |
1.29/1.53	c 2	|       100 |    4456    18494    45308 |     6781      100     79 |  0.001 % |
1.29/1.53	c 2	|       250 |    4456    18494    45308 |     7459      250     45 |  0.000 % |
1.29/1.55	c 2	|       476 |    4456    18494    45308 |     8205      476     43 |  0.000 % |
1.29/1.57	c 2	|       813 |    4456    18494    45308 |     9025      813     39 |  0.000 % |
1.29/1.60	c 2	|      1320 |    4456    18494    45308 |     9928     1320     33 |  0.001 % |
1.31/1.66	c 2	|      2080 |    4456    18494    45308 |    10921     2080     35 |  0.000 % |
1.31/1.74	c 2	|      3220 |    4456    18494    45308 |    12013     3220     32 |  0.000 % |
1.31/1.91	c 2	|      4930 |    4456    18494    45308 |    13214     4930     34 |  0.000 % |
1.88/2.17	c 2	|      7492 |    4456    18494    45308 |    14535     7492     34 |  0.000 % |
2.37/2.61	c 3	|     11336 |    4456    18494    45308 |    15989    11336     34 |  0.001 % |
3.15/3.47	c 4	|     17102 |    4456    18494    45308 |    17588    17102     35 |  0.000 % |
4.23/4.58	c 5	|     25753 |    4456    18494    45308 |    19347    16096     32 |  0.000 % |
6.30/6.63	c 7	|     38727 |    4456    18494    45308 |    21282    18637     42 |  0.000 % |
10.51/10.98	c 11	|     58189 |    4456    18494    45308 |    23410    15280     51 |  0.000 % |
16.00/16.55	c 17	|     87382 |    4456    18494    45308 |    25751    19482     36 |  0.000 % |
26.69/27.48	c 28	|    131172 |    4456    18494    45308 |    28326    19871     33 |  0.000 % |
53.66/54.96	c 55	|    196857 |    4456    18494    45308 |    31159    24080     38 |  0.000 % |
76.60/78.32	c 79	|    295386 |    4456    18494    45308 |    34275    20825     27 |  0.000 % |
138.28/141.25	c 142	|    443177 |    4456    18494    45308 |    37702    35831     53 |  0.000 % |
208.40/212.75	c 213	|    664860 |    4456    18494    45308 |    41472    34791     46 |  0.000 % |
309.65/315.71	c 316	|    997385 |    4456    18494    45308 |    45620    36084     48 |  0.000 % |
559.54/565.71	c 566	|   1496174 |    4456    18494    45308 |    50182    43522     80 |  0.000 % |
1199.68/1206.17	c 1206	|   2244358 |    4456    18494    45308 |    55200    18104    119 |  0.000 % |
1800.05/1806.71	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1806.71	c 1807	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/1806.71	c ERROR INTERRUPTED
1800.05/1806.72	s UNKNOWN
1800.05/1806.72	c 1807	CPU 1.23 (0.03 0.01 1.2 0.07)
1800.05/1806.72	c 1807	END Fri Jul  4 02:56:22 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-1061145-1215131175/watcher-1061145-1215131175 -o /tmp/evaluation-result-1061145-1215131175/solver-1061145-1215131175 -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-1061145-1215131175.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.08 2.02 2.01 4/94 26466
/proc/meminfo: memFree=1784000/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=18572 CPUtime=0
/proc/26466/stat : 26466 (runsolver) D 26464 26466 26033 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 237212545 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255372881191 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/26466/statm: 4643 292 257 25 0 2626 0

[startup+0.0222521 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26466
/proc/meminfo: memFree=1784000/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=124 CPUtime=0
/proc/26466/stat : 26466 (sugar) D 26464 26466 26033 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 237212545 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 255370261993 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/26466/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101231 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26466
/proc/meminfo: memFree=1784000/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=12544 CPUtime=0
/proc/26466/stat : 26466 (sugar) R 26464 26466 26033 0 -1 4194304 518 0 0 0 0 0 0 0 18 0 1 0 237212545 12845056 486 996147200 4194304 4206940 548682068608 18446744073709551615 255390795511 0 0 4224 0 0 0 0 17 1 0 0
/proc/26466/statm: 3136 486 314 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.30125 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26466
/proc/meminfo: memFree=1784000/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=0.04
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 237212545 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26466/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701293 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 26466
/proc/meminfo: memFree=1784000/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=0.48
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 973 4534 0 1 3 1 42 2 16 0 1 0 237212545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26466/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50237 s]
/proc/loadavg: 2.08 2.02 2.01 4/105 26488
/proc/meminfo: memFree=1774248/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=0.48
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 974 4534 0 1 3 1 42 2 15 0 1 0 237212545 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26466/statm: 3400 797 370 3 0 500 0
[pid=26479] ppid=26466 vsize=5356 CPUtime=0
/proc/26479/stat : 26479 (sh) S 26466 26466 26033 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 237212606 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26479/statm: 1339 233 193 169 0 50 0
[pid=26480] ppid=26479 vsize=868388 CPUtime=0.81
/proc/26480/stat : 26480 (java) S 26479 26466 26033 0 -1 0 6638 0 3 0 77 4 0 0 18 0 9 0 237212607 889229312 5859 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26480/statm: 217097 5859 2565 9 0 211644 0
[pid=26480/tid=26481] ppid=26479 vsize=868388 CPUtime=0.47
/proc/26480/task/26481/stat : 26481 (java) S 26479 26466 26033 0 -1 64 2730 0 3 0 46 1 0 0 20 0 9 0 237212608 889229312 5859 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26480/tid=26482] ppid=26479 vsize=868388 CPUtime=0.07
/proc/26480/task/26482/stat : 26482 (java) S 26479 26466 26033 0 -1 64 1738 0 0 0 6 1 0 0 16 0 9 0 237212609 889229312 5859 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26480/tid=26483] ppid=26479 vsize=868388 CPUtime=0
/proc/26480/task/26483/stat : 26483 (java) S 26479 26466 26033 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 237212609 889229312 5859 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26480/tid=26484] ppid=26479 vsize=868388 CPUtime=0
/proc/26480/task/26484/stat : 26484 (java) S 26479 26466 26033 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 237212609 889229312 5859 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26480/tid=26485] ppid=26479 vsize=868388 CPUtime=0
/proc/26480/task/26485/stat : 26485 (java) S 26479 26466 26033 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 237212611 889229312 5859 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26480/tid=26486] ppid=26479 vsize=868388 CPUtime=0.24
/proc/26480/task/26486/stat : 26486 (java) S 26479 26466 26033 0 -1 64 1476 0 0 0 24 0 0 0 16 0 9 0 237212611 889229312 5859 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26480/tid=26487] ppid=26479 vsize=868388 CPUtime=0
/proc/26480/task/26487/stat : 26487 (java) S 26479 26466 26033 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 237212611 889229312 5859 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26480/tid=26488] ppid=26479 vsize=868388 CPUtime=0
/proc/26480/task/26488/stat : 26488 (java) S 26479 26466 26033 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 237212611 889229312 5859 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 887344

[startup+3.10254 s]
/proc/loadavg: 2.08 2.02 2.01 3/97 26490
/proc/meminfo: memFree=1777896/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 15 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=5560 CPUtime=1.55
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 1086 0 0 0 155 0 0 0 25 0 1 0 237212696 5693440 1072 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26490/statm: 1390 1072 75 150 0 1237 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 24516

[startup+6.30188 s]
/proc/loadavg: 2.08 2.02 2.00 3/97 26490
/proc/meminfo: memFree=1775144/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=6968 CPUtime=4.69
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 1438 0 0 0 469 0 0 0 25 0 1 0 237212696 7135232 1424 996147200 134512640 135127466 4294956272 18446744073709551615 134528362 0 0 4096 3 0 0 0 17 1 0 0
/proc/26490/statm: 1742 1424 75 150 0 1589 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 25924

[startup+12.7026 s]
/proc/loadavg: 2.07 2.02 2.00 3/97 26490
/proc/meminfo: memFree=1772712/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=9616 CPUtime=10.96
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 2104 0 0 0 1096 0 0 0 25 0 1 0 237212696 9846784 2090 996147200 134512640 135127466 4294956272 18446744073709551615 134527257 0 0 4096 3 0 0 0 17 1 0 0
/proc/26490/statm: 2404 2090 75 150 0 2251 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 28572

[startup+25.5019 s]
/proc/loadavg: 2.06 2.01 2.00 3/97 26490
/proc/meminfo: memFree=1772072/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=10220 CPUtime=23.51
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 2240 0 0 0 2350 1 0 0 25 0 1 0 237212696 10465280 2226 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26490/statm: 2555 2226 75 150 0 2402 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 29176

[startup+51.1016 s]
/proc/loadavg: 2.04 2.01 2.00 3/97 26490
/proc/meminfo: memFree=1769640/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=12840 CPUtime=48.62
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 2857 0 0 0 4861 1 0 0 25 0 1 0 237212696 13148160 2843 996147200 134512640 135127466 4294956272 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/26490/statm: 3210 2843 75 150 0 3057 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 31796

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/97 26490
/proc/meminfo: memFree=1763176/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=19088 CPUtime=98.83
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 4418 0 0 0 9880 3 0 0 25 0 1 0 237212696 19546112 4404 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26490/statm: 4772 4404 75 150 0 4619 0
Current children cumulated CPU time (s) 100.14
Current children cumulated vsize (KiB) 38044

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 26490
/proc/meminfo: memFree=1759208/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=23116 CPUtime=157.66
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 5391 0 0 0 15763 3 0 0 25 0 1 0 237212696 23670784 5377 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/26490/statm: 5779 5377 76 150 0 5626 0
Current children cumulated CPU time (s) 158.97
Current children cumulated vsize (KiB) 42072

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 26490
/proc/meminfo: memFree=1758120/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1796048/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=57788 CPUtime=1354.51
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 13898 0 0 0 135436 15 0 0 25 0 1 0 237212696 59174912 13884 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/26490/statm: 14447 13884 76 150 0 14294 0
Current children cumulated CPU time (s) 1355.82
Current children cumulated vsize (KiB) 76744

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 26537
/proc/meminfo: memFree=1795984/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=57788 CPUtime=1414.5
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 13901 0 0 0 141434 16 0 0 25 0 1 0 237212696 59174912 13887 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26490/statm: 14447 13887 76 150 0 14294 0
Current children cumulated CPU time (s) 1415.81
Current children cumulated vsize (KiB) 76744

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/76 26537
/proc/meminfo: memFree=1795984/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=57788 CPUtime=1474.47
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 13903 0 0 0 147431 16 0 0 25 0 1 0 237212696 59174912 13889 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/26490/statm: 14447 13889 76 150 0 14294 0
Current children cumulated CPU time (s) 1475.78
Current children cumulated vsize (KiB) 76744

[startup+1542.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/76 26537
/proc/meminfo: memFree=1796048/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=57788 CPUtime=1534.44
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 13903 0 0 0 153428 16 0 0 25 0 1 0 237212696 59174912 13889 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26490/statm: 14447 13889 76 150 0 14294 0
Current children cumulated CPU time (s) 1535.75
Current children cumulated vsize (KiB) 76744

[startup+1602.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/76 26537
/proc/meminfo: memFree=1795984/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=57788 CPUtime=1594.42
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 13905 0 0 0 159426 16 0 0 25 0 1 0 237212696 59174912 13891 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26490/statm: 14447 13891 76 150 0 14294 0
Current children cumulated CPU time (s) 1595.73
Current children cumulated vsize (KiB) 76744

[startup+1662.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/76 26537
/proc/meminfo: memFree=1795984/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=57788 CPUtime=1654.39
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 13905 0 0 0 165423 16 0 0 25 0 1 0 237212696 59174912 13891 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/26490/statm: 14447 13891 76 150 0 14294 0
Current children cumulated CPU time (s) 1655.7
Current children cumulated vsize (KiB) 76744

[startup+1722.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/76 26537
/proc/meminfo: memFree=1795984/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=57788 CPUtime=1714.37
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 13908 0 0 0 171421 16 0 0 25 0 1 0 237212696 59174912 13894 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26490/statm: 14447 13894 76 150 0 14294 0
Current children cumulated CPU time (s) 1715.68
Current children cumulated vsize (KiB) 76744

[startup+1782.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/76 26537
/proc/meminfo: memFree=1795856/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=57788 CPUtime=1774.34
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 13908 0 0 0 177418 16 0 0 25 0 1 0 237212696 59174912 13894 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/26490/statm: 14447 13894 76 150 0 14294 0
Current children cumulated CPU time (s) 1775.65
Current children cumulated vsize (KiB) 76744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 2.06 2.05 2.00 3/76 26537
/proc/meminfo: memFree=1795856/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=57788 CPUtime=1798.74
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 13908 0 0 0 179858 16 0 0 25 0 1 0 237212696 59174912 13894 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/26490/statm: 14447 13894 76 150 0 14294 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 76744

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

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

[startup+1806.7 s]
/proc/loadavg: 2.06 2.05 2.00 3/76 26537
/proc/meminfo: memFree=1795856/2055912 swapFree=4178528/4192956
[pid=26466] ppid=26464 vsize=13600 CPUtime=1.31
/proc/26466/stat : 26466 (sugar) S 26464 26466 26033 0 -1 4194304 1034 11463 0 4 3 1 120 7 16 0 1 0 237212545 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26466/statm: 3400 799 370 3 0 500 0
[pid=26489] ppid=26466 vsize=5356 CPUtime=0
/proc/26489/stat : 26489 (sh) S 26466 26466 26033 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 237212696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26489/statm: 1339 232 193 169 0 50 0
[pid=26490] ppid=26489 vsize=57788 CPUtime=1798.74
/proc/26490/stat : 26490 (minisat) R 26489 26466 26033 0 -1 4194304 13908 0 0 0 179858 16 0 0 25 0 1 0 237212696 59174912 13894 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/26490/statm: 14447 13894 76 150 0 14294 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 76744

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26466 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=242811
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=94985
# CPU time returned by wait4() is 1.3378
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.72
CPU time (s): 1800.05
CPU user time (s): 1799.81
CPU system time (s): 0.24
CPU usage (%): 99.6307
Max. virtual memory (cumulated for all children) (KiB): 887344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.24281
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12924
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1612
involuntary context switches= 1469

runsolver used 2.01969 second user time and 6.20506 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 02:26:15
IDJOB=1061145
IDBENCH=54511
IDSOLVER=346
FILE ID=node78/1061145-1215131175
PBS_JOBID= 7877272
Free space on /tmp= 126832 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-20-21.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-1061145-1215131175/watcher-1061145-1215131175 -o /tmp/evaluation-result-1061145-1215131175/solver-1061145-1215131175 -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-1061145-1215131175.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41b118ad42c6a1ae7c5e03d2f6c66389
RANDOM SEED=2101566101

node78.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.247
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.247
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:      2055912 kB
MemFree:       1784480 kB
Buffers:          8108 kB
Cached:         109216 kB
SwapCached:       6980 kB
Active:         191840 kB
Inactive:        27736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1784480 kB
SwapTotal:     4192956 kB
SwapFree:      4178528 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:         120020 kB
Slab:            36492 kB
Committed_AS:  1220788 kB
PageTables:       2008 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126856 MiB
End job on node78 at 2008-07-04 02:56:24