Trace number 1036156

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.06 1810.92

General information on the benchmark

Namecsp/frb56-25/
normalized-frb56-25-4_ext.xml
MD5SUM18107e977fa7b32d70d908a07be4b220
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1708.24
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints627
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension627
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 01:55:27 2008
0.00/0.04	c 0	PID 16301
0.04/0.05	c 0	HOST node61.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1036156-1214956527.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1036156-1214956527.xml' 'HOME/temp.csp'
0.04/0.87	c 1	1 domains, 56 variables, 0 predicates, 627 relations, 627 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.85/0.97	c 1	Parsing HOME/temp.csp
1.74/1.84	c 2	parsed 1311 expressions
1.74/1.84	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.74/1.84	c 2	Converting to clausal form CSP
1.74/1.87	c 2	converted 132 (10%) expressions
1.74/1.88	c 2	converted 263 (20%) expressions
1.74/1.89	c 2	converted 394 (30%) expressions
1.83/1.90	c 2	converted 525 (40%) expressions
1.83/1.91	c 2	converted 656 (50%) expressions
1.93/2.03	c 2	converted 787 (60%) expressions
1.93/2.08	c 2	converted 918 (70%) expressions
2.03/2.14	c 2	converted 1049 (80%) expressions
2.03/2.19	c 3	converted 1180 (90%) expressions
2.13/2.25	c 3	converted 1311 (100%) expressions
2.13/2.25	c 3	CSP : 56 integers, 0 booleans, 627 clauses, largest domain size 25
2.13/2.25	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.25	c 3	Propagation in CSP
2.13/2.25	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.13/2.25	c 3	CSP : 56 integers, 0 booleans, 627 clauses, largest domain size 25
2.13/2.25	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.25	c 3	Simplifing CSP by introducing new Boolean variables
2.13/2.25	c 3	CSP : 56 integers, 0 booleans, 627 clauses, largest domain size 25
2.13/2.25	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.33	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.34	c 3	6 (10%) CSP integer variables are encoded (138 clauses, 1376 bytes)
2.22/2.34	c 3	12 (20%) CSP integer variables are encoded (276 clauses, 2894 bytes)
2.22/2.35	c 3	17 (30%) CSP integer variables are encoded (391 clauses, 4159 bytes)
2.22/2.35	c 3	23 (40%) CSP integer variables are encoded (529 clauses, 5677 bytes)
2.22/2.35	c 3	28 (50%) CSP integer variables are encoded (644 clauses, 6942 bytes)
2.22/2.35	c 3	34 (60%) CSP integer variables are encoded (782 clauses, 8460 bytes)
2.22/2.35	c 3	40 (70%) CSP integer variables are encoded (920 clauses, 9978 bytes)
2.22/2.35	c 3	45 (80%) CSP integer variables are encoded (1035 clauses, 11398 bytes)
2.22/2.35	c 3	51 (90%) CSP integer variables are encoded (1173 clauses, 13192 bytes)
2.22/2.35	c 3	56 (100%) CSP integer variables are encoded (1288 clauses, 14687 bytes)
2.32/2.43	c 3	63 (10%) CSP clauses are encoded (7884 clauses, 128991 bytes)
2.32/2.48	c 3	126 (20%) CSP clauses are encoded (14473 clauses, 252277 bytes)
2.42/2.52	c 3	189 (30%) CSP clauses are encoded (21055 clauses, 381584 bytes)
2.42/2.55	c 3	251 (40%) CSP clauses are encoded (27574 clauses, 509395 bytes)
2.42/2.59	c 3	314 (50%) CSP clauses are encoded (34143 clauses, 638841 bytes)
2.52/2.63	c 3	377 (60%) CSP clauses are encoded (40790 clauses, 771409 bytes)
2.52/2.67	c 3	439 (70%) CSP clauses are encoded (47257 clauses, 901344 bytes)
2.61/2.71	c 3	502 (80%) CSP clauses are encoded (53853 clauses, 1035387 bytes)
2.61/2.75	c 3	565 (90%) CSP clauses are encoded (60479 clauses, 1172281 bytes)
2.61/2.79	c 3	627 (100%) CSP clauses are encoded (66920 clauses, 1316531 bytes)
2.61/2.79	c 3	627 CSP clauses encoded
2.61/2.79	c 3	Writing map file : HOME/temp.map
2.61/2.80	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.80	c 3	SAT : 1344 SAT variables, 66920 SAT clauses, 1316531 bytes
2.61/2.80	c 3	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.72/2.82	c 3	SOLVING HOME/temp.cnf
2.72/2.82	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.72/2.82	c 3	This is MiniSat 2.0 beta
2.72/2.82	c 3	WARNING: for repeatability, setting FPU to use double precision
2.72/2.82	c 3	============================[ Problem Statistics ]=============================
2.72/2.82	c 3	|                                                                             |
2.72/2.82	c 3	|  Number of variables:  1344                                                 |
2.72/2.82	c 3	|  Number of clauses:    66920                                                |
2.72/2.86	c 3	|  Parsing time:         0.03         s                                       |
2.72/2.86	c 3	============================[ Search Statistics ]==============================
2.72/2.86	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.72/2.86	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.72/2.86	c 3	===============================================================================
2.72/2.86	c 3	|         0 |    1344    66920   252003 |    22306        0    nan |  0.000 % |
2.72/2.90	c 3	|       100 |    1344    66920   252003 |    24537      100     13 |  0.000 % |
2.74/2.94	c 3	|       250 |    1344    66920   252003 |    26991      250     14 |  0.002 % |
2.74/3.02	c 3	|       475 |    1344    66920   252003 |    29690      475     15 |  0.001 % |
2.74/3.11	c 3	|       812 |    1344    66920   252003 |    32659      812     16 |  0.002 % |
3.10/3.27	c 4	|      1318 |    1344    66920   252003 |    35925     1318     17 |  0.002 % |
3.29/3.49	c 4	|      2079 |    1344    66920   252003 |    39517     2079     16 |  0.001 % |
3.69/3.80	c 4	|      3218 |    1344    66920   252003 |    43469     3218     17 |  0.002 % |
4.19/4.37	c 5	|      4926 |    1344    66920   252003 |    47816     4926     17 |  0.002 % |
5.07/5.24	c 6	|      7489 |    1344    66920   252003 |    52597     7489     17 |  0.002 % |
6.46/6.61	c 7	|     11333 |    1344    66920   252003 |    57857    11333     18 |  0.002 % |
8.64/8.88	c 9	|     17102 |    1344    66920   252003 |    63643    17102     19 |  0.001 % |
13.00/13.24	c 14	|     25752 |    1344    66920   252003 |    70007    25752     19 |  0.003 % |
21.41/21.72	c 22	|     38726 |    1344    66920   252003 |    77008    38726     19 |  0.002 % |
37.16/37.69	c 38	|     58189 |    1344    66920   252003 |    84709    58189     19 |  0.001 % |
66.29/67.05	c 67	|     87381 |    1344    66920   252003 |    93180    18856     21 |  0.003 % |
100.36/101.41	c 102	|    131171 |    1344    66920   252003 |   102498    62646     22 |  0.002 % |
167.72/169.41	c 170	|    196855 |    1344    66920   252003 |   112748    43959     20 |  0.001 % |
258.35/260.92	c 261	|    295381 |    1344    66920   252003 |   124023    44911     21 |  0.002 % |
396.42/400.37	c 401	|    443171 |    1344    66920   252003 |   136425    85426     22 |  0.003 % |
630.88/637.06	c 637	|    664854 |    1344    66920   252003 |   150068    73016     22 |  0.003 % |
1001.35/1011.03	c 1011	|    997381 |    1344    66920   252003 |   165074   143964     25 |  0.003 % |
1532.07/1542.84	c 1543	|   1496169 |    1344    66920   252003 |   181582    55645     22 |  0.001 % |
1800.06/1810.91	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1810.91	c 1811	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.06/1810.91	c ERROR INTERRUPTED
1800.06/1810.92	s UNKNOWN
1800.06/1810.92	c 1811	CPU 2.62 (0.03 0.01 2.59 0.11)
1800.06/1810.92	c 1811	END Wed Jul  2 02:25:38 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-1036156-1214956527/watcher-1036156-1214956527 -o /tmp/evaluation-result-1036156-1214956527/solver-1036156-1214956527 -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-1036156-1214956527.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: 1.92 1.98 1.99 4/81 16301
/proc/meminfo: memFree=1234168/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=18572 CPUtime=0
/proc/16301/stat : 16301 (runsolver) R 16299 16301 15125 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1974624054 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16301/statm: 4643 292 257 25 0 2626 0

[startup+0.050101 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 16301
/proc/meminfo: memFree=1234168/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=0.04
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1974624054 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101254 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 16301
/proc/meminfo: memFree=1234168/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=0.04
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974624054 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301289 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 16301
/proc/meminfo: memFree=1234168/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=0.04
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974624054 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70136 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 16301
/proc/meminfo: memFree=1234168/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=0.04
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1974624054 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5025 s]
/proc/loadavg: 1.92 1.98 1.99 5/92 16323
/proc/meminfo: memFree=1226656/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=0.85
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 973 5088 0 1 3 1 77 4 16 0 1 0 1974624054 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 797 370 3 0 500 0
[pid=16314] ppid=16301 vsize=5356 CPUtime=0
/proc/16314/stat : 16314 (sh) S 16301 16301 15125 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974624143 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16314/statm: 1339 233 193 169 0 50 0
[pid=16315] ppid=16314 vsize=864040 CPUtime=0.59
/proc/16315/stat : 16315 (java) S 16314 16301 15125 0 -1 0 5727 0 1 0 57 2 0 0 19 0 9 0 1974624143 884776960 5076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16315/statm: 216010 5076 2562 9 0 210592 0
[pid=16315/tid=16316] ppid=16314 vsize=864040 CPUtime=0.44
/proc/16315/task/16316/stat : 16316 (java) R 16314 16301 15125 0 -1 64 2449 0 1 0 44 0 0 0 21 0 9 0 1974624144 884776960 5076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16315/tid=16317] ppid=16314 vsize=864040 CPUtime=0.07
/proc/16315/task/16317/stat : 16317 (java) R 16314 16301 15125 0 -1 64 2261 0 0 0 7 0 0 0 16 0 9 0 1974624146 884776960 5076 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16315/tid=16318] ppid=16314 vsize=864040 CPUtime=0
/proc/16315/task/16318/stat : 16318 (java) S 16314 16301 15125 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1974624146 884776960 5076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16315/tid=16319] ppid=16314 vsize=864040 CPUtime=0
/proc/16315/task/16319/stat : 16319 (java) S 16314 16301 15125 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1974624146 884776960 5076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16315/tid=16320] ppid=16314 vsize=864040 CPUtime=0
/proc/16315/task/16320/stat : 16320 (java) S 16314 16301 15125 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1974624148 884776960 5076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16315/tid=16321] ppid=16314 vsize=864040 CPUtime=0.05
/proc/16315/task/16321/stat : 16321 (java) S 16314 16301 15125 0 -1 64 325 0 0 0 5 0 0 0 17 0 9 0 1974624148 884776960 5076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16315/tid=16322] ppid=16314 vsize=864040 CPUtime=0
/proc/16315/task/16322/stat : 16322 (java) S 16314 16301 15125 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1974624148 884776960 5076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16315/tid=16323] ppid=16314 vsize=864040 CPUtime=0
/proc/16315/task/16323/stat : 16323 (java) S 16314 16301 15125 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974624148 884776960 5076 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 882996

[startup+3.10179 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 16323
/proc/meminfo: memFree=1207776/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 15 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 13600

[startup+6.30235 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 16325
/proc/meminfo: memFree=1224352/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=6316 CPUtime=3.42
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 1474 0 0 0 342 0 0 0 25 0 1 0 1974624337 6467584 1460 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16325/statm: 1579 1460 75 150 0 1426 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 25272

[startup+12.7015 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 16325
/proc/meminfo: memFree=1222624/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=7900 CPUtime=9.77
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 1868 0 0 0 976 1 0 0 25 0 1 0 1974624337 8089600 1854 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16325/statm: 1975 1854 75 150 0 1822 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 26856

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 16325
/proc/meminfo: memFree=1220640/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=10124 CPUtime=22.44
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 2391 0 0 0 2242 2 0 0 25 0 1 0 1974624337 10366976 2377 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16325/statm: 2531 2377 75 150 0 2378 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 29080

[startup+51.1022 s]
/proc/loadavg: 1.96 1.98 1.99 3/84 16325
/proc/meminfo: memFree=1217248/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=13512 CPUtime=47.8
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 3229 0 0 0 4777 3 0 0 25 0 1 0 1974624337 13836288 3215 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16325/statm: 3378 3215 75 150 0 3225 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 32468

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 16325
/proc/meminfo: memFree=1215456/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=15120 CPUtime=98.51
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 3651 0 0 0 9848 3 0 0 25 0 1 0 1974624337 15482880 3637 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16325/statm: 3780 3637 75 150 0 3627 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 34076

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16325
/proc/meminfo: memFree=1212512/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=18140 CPUtime=157.95
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 4354 0 0 0 15791 4 0 0 25 0 1 0 1974624337 18575360 4340 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16325/statm: 4535 4340 75 150 0 4382 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 37096

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16325
/proc/meminfo: memFree=1212192/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=18432 CPUtime=217.37
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 4439 0 0 0 21733 4 0 0 25 0 1 0 1974624337 18874368 4425 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16325/statm: 4608 4425 75 150 0 4455 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 37388

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

/proc/meminfo: memFree=1200680/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=33276 CPUtime=1348.91
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 8014 0 0 0 134881 10 0 0 25 0 1 0 1974624337 34074624 8000 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/16325/statm: 8319 8000 75 150 0 8166 0
Current children cumulated CPU time (s) 1351.65
Current children cumulated vsize (KiB) 52232

[startup+1422.31 s]
/proc/loadavg: 2.02 2.04 2.00 3/84 16373
/proc/meminfo: memFree=1200616/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=33276 CPUtime=1408.89
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 8025 0 0 0 140879 10 0 0 25 0 1 0 1974624337 34074624 8011 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/16325/statm: 8319 8011 75 150 0 8166 0
Current children cumulated CPU time (s) 1411.63
Current children cumulated vsize (KiB) 52232

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 16373
/proc/meminfo: memFree=1200296/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=33616 CPUtime=1468.85
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 8115 0 0 0 146875 10 0 0 25 0 1 0 1974624337 34422784 8101 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16325/statm: 8404 8101 75 150 0 8251 0
Current children cumulated CPU time (s) 1471.59
Current children cumulated vsize (KiB) 52572

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 16373
/proc/meminfo: memFree=1200232/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=33780 CPUtime=1528.83
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 8132 0 0 0 152873 10 0 0 25 0 1 0 1974624337 34590720 8118 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/16325/statm: 8445 8118 75 150 0 8292 0
Current children cumulated CPU time (s) 1531.57
Current children cumulated vsize (KiB) 52736

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 16373
/proc/meminfo: memFree=1200232/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=33780 CPUtime=1588.8
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 8144 0 0 0 158870 10 0 0 25 0 1 0 1974624337 34590720 8130 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/16325/statm: 8445 8130 75 150 0 8292 0
Current children cumulated CPU time (s) 1591.54
Current children cumulated vsize (KiB) 52736

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/84 16373
/proc/meminfo: memFree=1199720/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=34320 CPUtime=1648.78
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 8271 0 0 0 164867 11 0 0 25 0 1 0 1974624337 35143680 8257 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16325/statm: 8580 8257 75 150 0 8427 0
Current children cumulated CPU time (s) 1651.52
Current children cumulated vsize (KiB) 53276

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 16373
/proc/meminfo: memFree=1196904/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=36980 CPUtime=1708.75
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 8955 0 0 0 170863 12 0 0 25 0 1 0 1974624337 37867520 8941 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16325/statm: 9245 8941 75 150 0 9092 0
Current children cumulated CPU time (s) 1711.49
Current children cumulated vsize (KiB) 55936

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 16373
/proc/meminfo: memFree=1196456/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=37132 CPUtime=1768.73
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 9001 0 0 0 176861 12 0 0 25 0 1 0 1974624337 38023168 8987 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16325/statm: 9283 8987 75 150 0 9130 0
Current children cumulated CPU time (s) 1771.47
Current children cumulated vsize (KiB) 56088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 16373
/proc/meminfo: memFree=1196200/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=37556 CPUtime=1797.32
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 9074 0 0 0 179720 12 0 0 25 0 1 0 1974624337 38457344 9060 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16325/statm: 9389 9060 75 150 0 9236 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 56512

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

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

[startup+1810.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 16373
/proc/meminfo: memFree=1196200/2055920 swapFree=4155916/4192956
[pid=16301] ppid=16299 vsize=13600 CPUtime=2.74
/proc/16301/stat : 16301 (sugar) S 16299 16301 15125 0 -1 4194304 1031 15741 0 2 3 1 259 11 16 0 1 0 1974624054 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16301/statm: 3400 798 370 3 0 500 0
[pid=16324] ppid=16301 vsize=5356 CPUtime=0
/proc/16324/stat : 16324 (sh) S 16301 16301 15125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974624336 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16324/statm: 1339 232 193 169 0 50 0
[pid=16325] ppid=16324 vsize=37556 CPUtime=1797.32
/proc/16325/stat : 16325 (minisat) R 16324 16301 15125 0 -1 4194304 9074 0 0 0 179720 12 0 0 25 0 1 0 1974624337 38457344 9060 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16325/statm: 9389 9060 75 150 0 9236 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 56512

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16301 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=632599
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=131979
# CPU time returned by wait4() is 2.76458
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.92
CPU time (s): 1800.06
CPU user time (s): 1799.82
CPU system time (s): 0.24
CPU usage (%): 99.4002
Max. virtual memory (cumulated for all children) (KiB): 883264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.6326
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17214
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= 2201
involuntary context switches= 2049

runsolver used 1.9887 second user time and 6.26805 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-02 01:55:27
IDJOB=1036156
IDBENCH=53437
IDSOLVER=346
FILE ID=node61/1036156-1214956527
PBS_JOBID= 7870211
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb56-25/normalized-frb56-25-4_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1036156-1214956527/watcher-1036156-1214956527 -o /tmp/evaluation-result-1036156-1214956527/solver-1036156-1214956527 -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-1036156-1214956527.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 18107e977fa7b32d70d908a07be4b220
RANDOM SEED=1673825401

node61.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.269
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.269
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:       1234648 kB
Buffers:         47756 kB
Cached:         672688 kB
SwapCached:      31364 kB
Active:         148644 kB
Inactive:       621964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1234648 kB
SwapTotal:     4192956 kB
SwapFree:      4155916 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          41104 kB
Slab:            35904 kB
Committed_AS:  3784792 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node61 at 2008-07-02 02:25:40