Trace number 1081696

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.16 1813.93

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-15.xml
MD5SUM67e24fac9a0a2993042f71634a476dbd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.9347
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1589
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1589
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 02:38:22 2008
0.00/0.05	c 0	PID 26470
0.00/0.05	c 0	HOST node20.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081696-1215218302.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-1081696-1215218302.xml' 'HOME/temp.csp'
0.04/0.69	c 1	1 domains, 225 variables, 4 predicates, 0 relations, 1589 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	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.66/0.82	c 1	Parsing HOME/temp.csp
0.66/0.99	c 1	parsed 1819 expressions
0.66/0.99	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.66/0.99	c 1	Converting to clausal form CSP
0.91/1.03	c 1	converted 182 (10%) expressions
1.01/1.11	c 1	converted 364 (20%) expressions
1.10/1.23	c 1	converted 546 (30%) expressions
1.10/1.26	c 1	converted 728 (40%) expressions
1.10/1.29	c 1	converted 910 (50%) expressions
1.19/1.31	c 1	converted 1092 (60%) expressions
1.19/1.33	c 1	converted 1274 (70%) expressions
1.19/1.35	c 2	converted 1456 (80%) expressions
1.19/1.37	c 2	converted 1638 (90%) expressions
1.19/1.38	c 2	converted 1819 (100%) expressions
1.19/1.38	c 2	CSP : 225 integers, 1374 booleans, 4547 clauses, largest domain size 15
1.19/1.38	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.38	c 2	Propagation in CSP
1.29/1.45	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.45	c 2	CSP : 225 integers, 1374 booleans, 4547 clauses, largest domain size 15
1.29/1.45	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.45	c 2	Simplifing CSP by introducing new Boolean variables
1.29/1.47	c 2	CSP : 225 integers, 3150 booleans, 6323 clauses, largest domain size 15
1.29/1.47	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.51	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.54	c 2	23 (10%) CSP integer variables are encoded (299 clauses, 3153 bytes)
1.40/1.55	c 2	45 (20%) CSP integer variables are encoded (585 clauses, 6299 bytes)
1.40/1.56	c 2	68 (30%) CSP integer variables are encoded (884 clauses, 9588 bytes)
1.40/1.56	c 2	90 (40%) CSP integer variables are encoded (1170 clauses, 13219 bytes)
1.40/1.57	c 2	113 (50%) CSP integer variables are encoded (1469 clauses, 17106 bytes)
1.40/1.57	c 2	135 (60%) CSP integer variables are encoded (1755 clauses, 20824 bytes)
1.40/1.57	c 2	158 (70%) CSP integer variables are encoded (2054 clauses, 24711 bytes)
1.40/1.57	c 2	180 (80%) CSP integer variables are encoded (2340 clauses, 28429 bytes)
1.40/1.57	c 2	203 (90%) CSP integer variables are encoded (2639 clauses, 32316 bytes)
1.40/1.57	c 2	225 (100%) CSP integer variables are encoded (2925 clauses, 36034 bytes)
1.49/1.64	c 2	633 (10%) CSP clauses are encoded (10085 clauses, 152613 bytes)
1.49/1.68	c 2	1265 (20%) CSP clauses are encoded (16989 clauses, 269521 bytes)
1.59/1.72	c 2	1897 (30%) CSP clauses are encoded (24100 clauses, 390515 bytes)
1.59/1.76	c 2	2530 (40%) CSP clauses are encoded (31080 clauses, 509449 bytes)
1.59/1.79	c 2	3162 (50%) CSP clauses are encoded (38098 clauses, 629029 bytes)
1.69/1.82	c 2	3794 (60%) CSP clauses are encoded (45107 clauses, 752959 bytes)
1.69/1.85	c 2	4427 (70%) CSP clauses are encoded (52104 clauses, 879593 bytes)
1.69/1.88	c 2	5059 (80%) CSP clauses are encoded (59031 clauses, 1004921 bytes)
1.79/1.91	c 2	5691 (90%) CSP clauses are encoded (66087 clauses, 1132237 bytes)
1.79/1.94	c 2	6323 (100%) CSP clauses are encoded (73144 clauses, 1260025 bytes)
1.79/1.94	c 2	6323 CSP clauses encoded
1.79/1.94	c 2	Writing map file : HOME/temp.map
1.79/1.95	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/1.95	c 2	SAT : 6300 SAT variables, 73144 SAT clauses, 1260025 bytes
1.79/1.95	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.79/2.00	c 2	SOLVING HOME/temp.cnf
1.79/2.00	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.86/2.00	c 2	This is MiniSat 2.0 beta
1.86/2.00	c 2	WARNING: for repeatability, setting FPU to use double precision
1.86/2.00	c 2	============================[ Problem Statistics ]=============================
1.86/2.00	c 2	|                                                                             |
1.86/2.00	c 2	|  Number of variables:  6300                                                 |
1.86/2.00	c 2	|  Number of clauses:    73144                                                |
1.86/2.04	c 2	|  Parsing time:         0.03         s                                       |
1.86/2.04	c 2	============================[ Search Statistics ]==============================
1.86/2.04	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.86/2.04	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.86/2.04	c 2	===============================================================================
1.86/2.04	c 2	|         0 |    6300    73144   205100 |    24381        0    nan |  0.000 % |
1.86/2.07	c 2	|       100 |    6300    73144   205100 |    26819      100      6 |  0.000 % |
1.86/2.08	c 2	|       251 |    6300    73144   205100 |    29501      251      6 |  0.000 % |
1.95/2.10	c 2	|       476 |    6300    73144   205100 |    32451      476      7 |  0.000 % |
1.95/2.13	c 2	|       813 |    6300    73144   205100 |    35696      813      7 |  0.000 % |
1.95/2.16	c 2	|      1319 |    6300    73144   205100 |    39266     1319      8 |  0.000 % |
1.95/2.19	c 2	|      2078 |    6300    73144   205100 |    43193     2078      8 |  0.000 % |
2.05/2.23	c 2	|      3218 |    6300    73144   205100 |    47512     3218      9 |  0.000 % |
2.14/2.30	c 2	|      4926 |    6300    73144   205100 |    52263     4926     10 |  0.000 % |
2.14/2.39	c 3	|      7488 |    6300    73144   205100 |    57489     7488     10 |  0.000 % |
2.33/2.55	c 3	|     11333 |    6300    73144   205100 |    63238    11333     10 |  0.000 % |
2.53/2.78	c 3	|     17101 |    6300    73144   205100 |    69562    17101     10 |  0.000 % |
3.03/3.25	c 3	|     25751 |    6300    73144   205100 |    76519    25751     11 |  0.000 % |
3.72/3.98	c 4	|     38726 |    6300    73144   205100 |    84170    38726     11 |  0.000 % |
5.61/5.80	c 6	|     58187 |    6300    73144   205100 |    92588    58187     13 |  0.000 % |
8.38/8.63	c 9	|     87380 |    6300    73144   205100 |   101846    87380     13 |  0.000 % |
15.12/15.43	c 16	|    131170 |    6300    73144   205100 |   112031    39151     15 |  0.000 % |
25.61/26.06	c 26	|    196854 |    6300    73144   205100 |   123234   104835     15 |  0.000 % |
60.78/61.57	c 62	|    295380 |    6300    73144   205100 |   135558    90475     17 |  0.000 % |
75.23/76.12	c 76	|    443171 |    6300    73144   205100 |   149114   113790     14 |  0.000 % |
128.04/129.46	c 130	|    664854 |    6300    73144   205100 |   164025    60178     18 |  0.000 % |
276.32/279.14	c 279	|    997379 |    6300    73144   205100 |   180427    86386     16 |  0.000 % |
527.53/532.70	c 533	|   1496167 |    6300    73144   205100 |   198470    81128     16 |  0.000 % |
968.52/977.99	c 978	|   2244350 |    6300    73144   205100 |   218317    90143     15 |  0.000 % |
1723.20/1736.90	c 1737	|   3366625 |    6296    73036   204848 |   240149   198764     17 |  0.064 % |
1800.03/1813.82	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1813.82	c 1814	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.03/1813.90	c ERROR INTERRUPTED
1.86/1813.93	s UNKNOWN
1.86/1813.93	c 1814	CPU 1.82 (0.03 0.01 1.79 0.13)
1.86/1813.93	c 1814	END Sat Jul  5 03:08:36 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-1081696-1215218302/watcher-1081696-1215218302 -o /tmp/evaluation-result-1081696-1215218302/solver-1081696-1215218302 -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-1081696-1215218302.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 1.99 4/81 26470
/proc/meminfo: memFree=1177904/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=12268 CPUtime=0
/proc/26470/stat : 26470 (sugar) R 26468 26470 23843 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1310076120 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273952766565 0 0 4224 0 0 0 0 17 1 0 0
/proc/26470/statm: 3067 316 241 3 0 167 0

[startup+0.0586479 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 26470
/proc/meminfo: memFree=1177904/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=0.04
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1310076120 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.104579 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 26470
/proc/meminfo: memFree=1177904/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=0.04
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1310076120 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301691 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 26470
/proc/meminfo: memFree=1177904/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=0.04
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1310076120 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701771 s]
/proc/loadavg: 2.00 2.00 1.99 4/81 26470
/proc/meminfo: memFree=1177904/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=0.04
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 1310076120 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50293 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 26492
/proc/meminfo: memFree=1169624/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=0.66
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 974 4999 0 1 3 1 59 3 15 0 1 0 1310076120 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 797 370 3 0 500 0
[pid=26483] ppid=26470 vsize=5356 CPUtime=0
/proc/26483/stat : 26483 (sh) S 26470 26470 23843 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1310076194 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26483/statm: 1339 233 193 169 0 50 0
[pid=26484] ppid=26483 vsize=868444 CPUtime=0.74
/proc/26484/stat : 26484 (java) S 26483 26470 23843 0 -1 0 6673 0 1 0 70 4 0 0 19 0 9 0 1310076195 889286656 5938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26484/statm: 217111 5938 2550 9 0 211686 0
[pid=26484/tid=26485] ppid=26483 vsize=868444 CPUtime=0.45
/proc/26484/task/26485/stat : 26485 (java) R 26483 26470 23843 0 -1 64 2657 0 1 0 44 1 0 0 23 0 9 0 1310076196 889286656 5938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26484/tid=26486] ppid=26483 vsize=868444 CPUtime=0.06
/proc/26484/task/26486/stat : 26486 (java) R 26483 26470 23843 0 -1 64 1877 0 0 0 6 0 0 0 16 0 9 0 1310076197 889286656 5938 996147200 134512640 134550740 4294955952 18446744073709551615 102687645 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26484/tid=26487] ppid=26483 vsize=868444 CPUtime=0
/proc/26484/task/26487/stat : 26487 (java) S 26483 26470 23843 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1310076197 889286656 5938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26484/tid=26488] ppid=26483 vsize=868444 CPUtime=0
/proc/26484/task/26488/stat : 26488 (java) S 26483 26470 23843 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1310076197 889286656 5938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26484/tid=26489] ppid=26483 vsize=868444 CPUtime=0
/proc/26484/task/26489/stat : 26489 (java) S 26483 26470 23843 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1310076199 889286656 5938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26484/tid=26490] ppid=26483 vsize=868444 CPUtime=0.19
/proc/26484/task/26490/stat : 26490 (java) S 26483 26470 23843 0 -1 64 1448 0 0 0 18 1 0 0 16 0 9 0 1310076199 889286656 5938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26484/tid=26491] ppid=26483 vsize=868444 CPUtime=0
/proc/26484/task/26491/stat : 26491 (java) S 26483 26470 23843 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1310076199 889286656 5938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26484/tid=26492] ppid=26483 vsize=868444 CPUtime=0
/proc/26484/task/26492/stat : 26492 (java) S 26483 26470 23843 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1310076199 889286656 5938 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887400

[startup+3.10224 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 26494
/proc/meminfo: memFree=1169624/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 15 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=7332 CPUtime=1.07
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 1725 0 0 0 107 0 0 0 25 0 1 0 1310076321 7507968 1711 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 1833 1711 76 150 0 1680 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 26288

[startup+6.30187 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 26494
/proc/meminfo: memFree=1164824/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=11524 CPUtime=4.24
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 2726 0 0 0 423 1 0 0 25 0 1 0 1310076321 11800576 2712 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 2881 2712 76 150 0 2728 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 30480

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 26494
/proc/meminfo: memFree=1159840/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=15276 CPUtime=10.58
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 3663 0 0 0 1056 2 0 0 25 0 1 0 1310076321 15642624 3649 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 3819 3649 76 150 0 3666 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 34232

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 26494
/proc/meminfo: memFree=1158944/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=16472 CPUtime=23.26
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 3961 0 0 0 2324 2 0 0 25 0 1 0 1310076321 16867328 3947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 4118 3947 76 150 0 3965 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 35428

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 26494
/proc/meminfo: memFree=1155616/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=19532 CPUtime=48.62
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 4730 0 0 0 4859 3 0 0 25 0 1 0 1310076321 20000768 4716 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 4883 4716 76 150 0 4730 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 38488

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 26494
/proc/meminfo: memFree=1148576/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=26820 CPUtime=99.34
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 6466 0 0 0 9930 4 0 0 25 0 1 0 1310076321 27463680 6452 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 6705 6452 76 150 0 6552 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 45776

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 26494
/proc/meminfo: memFree=1141728/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=33492 CPUtime=158.77
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 8159 0 0 0 15871 6 0 0 25 0 1 0 1310076321 34295808 8145 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26494/statm: 8373 8145 76 150 0 8220 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 52448

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.99 3/84 26494
/proc/meminfo: memFree=1140576/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=63188 CPUtime=1407.02
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 15072 0 0 0 140685 17 0 0 25 0 1 0 1310076321 64704512 15058 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 0 0 0
/proc/26494/statm: 15797 15058 76 150 0 15644 0
Current children cumulated CPU time (s) 1408.88
Current children cumulated vsize (KiB) 82144

[startup+1482.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 26542
/proc/meminfo: memFree=1442344/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=64132 CPUtime=1466.96
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 15274 0 0 0 146679 17 0 0 25 0 1 0 1310076321 65671168 15260 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26494/statm: 16033 15260 76 150 0 15880 0
Current children cumulated CPU time (s) 1468.82
Current children cumulated vsize (KiB) 83088

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 26542
/proc/meminfo: memFree=1440552/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=65936 CPUtime=1526.91
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 15698 0 0 0 152673 18 0 0 25 0 1 0 1310076321 67518464 15684 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26494/statm: 16484 15684 76 150 0 16331 0
Current children cumulated CPU time (s) 1528.77
Current children cumulated vsize (KiB) 84892

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26542
/proc/meminfo: memFree=1439656/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=66812 CPUtime=1586.86
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 15893 0 0 0 158668 18 0 0 25 0 1 0 1310076321 68415488 15879 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26494/statm: 16703 15879 76 150 0 16550 0
Current children cumulated CPU time (s) 1588.72
Current children cumulated vsize (KiB) 85768

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26542
/proc/meminfo: memFree=1438760/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=67804 CPUtime=1646.8
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 16125 0 0 0 164662 18 0 0 25 0 1 0 1310076321 69431296 16111 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26494/statm: 16951 16111 76 150 0 16798 0
Current children cumulated CPU time (s) 1648.66
Current children cumulated vsize (KiB) 86760

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26544
/proc/meminfo: memFree=1437288/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=69308 CPUtime=1706.75
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 16457 0 0 0 170656 19 0 0 25 0 1 0 1310076321 70971392 16443 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26494/statm: 17327 16443 76 150 0 17174 0
Current children cumulated CPU time (s) 1708.61
Current children cumulated vsize (KiB) 88264

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26544
/proc/meminfo: memFree=1433320/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=73208 CPUtime=1766.69
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 17443 0 0 0 176649 20 0 0 25 0 1 0 1310076321 74964992 17429 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26494/statm: 18302 17429 76 150 0 18149 0
Current children cumulated CPU time (s) 1768.55
Current children cumulated vsize (KiB) 92164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26544
/proc/meminfo: memFree=1432424/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=74196 CPUtime=1798.17
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 17671 0 0 0 179797 20 0 0 25 0 1 0 1310076321 75976704 17657 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26494/statm: 18549 17657 76 150 0 18396 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 93152

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

[startup+1813.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26544
/proc/meminfo: memFree=1432424/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1034 12152 0 2 3 1 171 11 16 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
[pid=26493] ppid=26470 vsize=5356 CPUtime=0
/proc/26493/stat : 26493 (sh) S 26470 26470 23843 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1310076320 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26493/statm: 1339 232 193 169 0 50 0
[pid=26494] ppid=26493 vsize=74196 CPUtime=1798.17
/proc/26494/stat : 26494 (minisat) R 26493 26470 23843 0 -1 4194304 17671 0 0 0 179797 20 0 0 25 0 1 0 1310076321 75976704 17657 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/26494/statm: 18549 17657 76 150 0 18396 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 93152

# WARNING:
# current cumulated CPU time (1.86 s) is less than in the last sample (1800.03 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1798.17 s) to the 'lost time'.

[startup+1813.92 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26544
/proc/meminfo: memFree=1432424/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1092 12429 0 2 3 1 171 11 15 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13600

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

[startup+1813.92 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 26544
/proc/meminfo: memFree=1432424/2055920 swapFree=4122156/4192956
[pid=26470] ppid=26468 vsize=13600 CPUtime=1.86
/proc/26470/stat : 26470 (sugar) S 26468 26470 23843 0 -1 4194304 1092 12429 0 2 3 1 171 11 15 0 1 0 1310076120 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/26470/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1798.17
#  lost CPU user time (s): 1797.97
#  lost CPU system time (s): 0.2

Real time (s): 1813.93
CPU time (s): 1800.16
CPU user time (s): 1799.8
CPU system time (s): 0.358975
CPU usage (%): 99.2407
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.83272
system time used= 0.158975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17138
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= 2361
involuntary context switches= 2156

runsolver used 1.85472 second user time and 6.10607 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 02:38:22
IDJOB=1081696
IDBENCH=57126
IDSOLVER=346
FILE ID=node20/1081696-1215218302
PBS_JOBID= 7881681
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-15.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-1081696-1215218302/watcher-1081696-1215218302 -o /tmp/evaluation-result-1081696-1215218302/solver-1081696-1215218302 -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-1081696-1215218302.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 67e24fac9a0a2993042f71634a476dbd
RANDOM SEED=1827762773

node20.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.263
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.263
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:       1178448 kB
Buffers:         88440 kB
Cached:         281380 kB
SwapCached:      64700 kB
Active:         617932 kB
Inactive:       182416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1178448 kB
SwapTotal:     4192956 kB
SwapFree:      4122156 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:         446640 kB
Slab:            61464 kB
Committed_AS:  3274588 kB
PageTables:       2688 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= 66500 MiB
End job on node20 at 2008-07-05 03:08:38