Trace number 1070330

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 1804.64

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl40-50-pb-cnf-cr.xml
MD5SUM65732382fd866cb6c9e231272e80cd14
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of constraints180
Maximum constraint arity50
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(180)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 11:40:50 2008
0.00/0.04	c 0	PID 2054
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1070330-1215164449.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070330-1215164449.xml' 'HOME/temp.csp'
0.04/0.52	c 0	1 domains, 4000 variables, 0 predicates, 0 relations, 180 constraints
0.04/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.51/0.64	c 0	Parsing HOME/temp.csp
1.03/1.11	c 1	parsed 4181 expressions
1.03/1.12	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.03/1.12	c 1	Converting to clausal form CSP
1.03/1.14	c 1	converted 419 (10%) expressions
1.03/1.15	c 1	converted 837 (20%) expressions
1.03/1.15	c 1	converted 1255 (30%) expressions
1.03/1.16	c 1	converted 1673 (40%) expressions
1.03/1.16	c 1	converted 2091 (50%) expressions
1.03/1.17	c 1	converted 2509 (60%) expressions
1.03/1.17	c 1	converted 2927 (70%) expressions
1.03/1.17	c 1	converted 3345 (80%) expressions
1.03/1.17	c 1	converted 3763 (90%) expressions
1.72/1.90	c 1	converted 4181 (100%) expressions
1.82/1.90	c 1	CSP : 11640 integers, 0 booleans, 15460 clauses, largest domain size 26
1.82/1.90	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.82/1.90	c 1	Propagation in CSP
1.92/2.09	c 2	15040 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.10	c 2	CSP : 11640 integers, 0 booleans, 15460 clauses, largest domain size 21
1.92/2.10	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.11	c 2	Simplifing CSP by introducing new Boolean variables
2.02/2.12	c 2	CSP : 11640 integers, 0 booleans, 15460 clauses, largest domain size 21
2.02/2.12	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.20	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.12/2.22	c 2	1164 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.12/2.22	c 2	2328 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.12/2.23	c 2	3492 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.12/2.24	c 2	4656 (40%) CSP integer variables are encoded (2372 clauses, 30900 bytes)
2.12/2.25	c 2	5820 (50%) CSP integer variables are encoded (6591 clauses, 89526 bytes)
2.12/2.25	c 2	6984 (60%) CSP integer variables are encoded (10834 clauses, 153171 bytes)
2.12/2.26	c 2	8148 (70%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.12/2.26	c 2	9312 (80%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.12/2.26	c 2	10476 (90%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.12/2.27	c 2	11640 (100%) CSP integer variables are encoded (13800 clauses, 197661 bytes)
2.21/2.35	c 2	1546 (10%) CSP clauses are encoded (36082 clauses, 566935 bytes)
2.32/2.40	c 2	3092 (20%) CSP clauses are encoded (58380 clauses, 956435 bytes)
2.32/2.46	c 2	4638 (30%) CSP clauses are encoded (80738 clauses, 1387473 bytes)
2.42/2.51	c 2	6184 (40%) CSP clauses are encoded (103020 clauses, 1816993 bytes)
2.42/2.56	c 2	7730 (50%) CSP clauses are encoded (125160 clauses, 2243782 bytes)
2.42/2.58	c 2	9276 (60%) CSP clauses are encoded (128236 clauses, 2290749 bytes)
2.42/2.59	c 2	10822 (70%) CSP clauses are encoded (131312 clauses, 2337773 bytes)
2.51/2.61	c 2	12368 (80%) CSP clauses are encoded (134388 clauses, 2385472 bytes)
2.51/2.63	c 2	13914 (90%) CSP clauses are encoded (137464 clauses, 2433795 bytes)
2.51/2.64	c 2	15460 (100%) CSP clauses are encoded (140540 clauses, 2482121 bytes)
2.51/2.64	c 2	15460 CSP clauses encoded
2.51/2.64	c 2	Writing map file : HOME/temp.map
2.51/2.69	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.69	c 2	SAT : 25440 SAT variables, 140540 SAT clauses, 2482121 bytes
2.51/2.69	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.60/2.71	c 2	SOLVING HOME/temp.cnf
2.60/2.71	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.60/2.71	c 2	This is MiniSat 2.0 beta
2.60/2.71	c 2	WARNING: for repeatability, setting FPU to use double precision
2.60/2.71	c 2	============================[ Problem Statistics ]=============================
2.60/2.71	c 2	|                                                                             |
2.60/2.72	c 2	|  Number of variables:  25440                                                |
2.60/2.72	c 2	|  Number of clauses:    140540                                               |
2.60/2.79	c 2	|  Parsing time:         0.06         s                                       |
2.60/2.79	c 2	============================[ Search Statistics ]==============================
2.60/2.79	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.60/2.79	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.60/2.79	c 2	===============================================================================
2.60/2.79	c 2	|         0 |   25440   140540   360920 |    46846        0    nan |  0.000 % |
2.62/2.82	c 2	|       100 |   25440   140540   360920 |    51531      100    123 |  0.000 % |
2.62/2.88	c 2	|       253 |   25440   140540   360920 |    56684      253    181 |  0.000 % |
2.62/2.93	c 3	|       478 |   25440   140540   360920 |    62352      478    105 |  0.000 % |
2.62/2.98	c 3	|       816 |   25440   140540   360920 |    68588      816     68 |  0.000 % |
2.62/3.05	c 3	|      1323 |   25440   140540   360920 |    75447     1323     47 |  0.000 % |
2.62/3.16	c 3	|      2084 |   25440   140540   360920 |    82991     2084     51 |  0.000 % |
3.28/3.41	c 3	|      3223 |   25440   140540   360920 |    91290     3223     61 |  0.000 % |
3.48/3.70	c 3	|      4931 |   25440   140540   360920 |   100419     4931     65 |  0.000 % |
3.89/4.03	c 4	|      7493 |   25440   140540   360920 |   110461     7493     55 |  0.000 % |
4.58/4.77	c 4	|     11337 |   25440   140540   360920 |   121508    11337     53 |  0.000 % |
5.88/6.08	c 6	|     17104 |   25440   140540   360920 |   133659    17104     49 |  0.000 % |
7.37/7.54	c 7	|     25753 |   25440   140540   360920 |   147024    25753     44 |  0.000 % |
11.76/11.97	c 12	|     38728 |   25440   140540   360920 |   161727    38728     61 |  0.000 % |
18.43/18.65	c 18	|     58189 |   25440   140540   360920 |   177900    58189     64 |  0.000 % |
26.99/27.29	c 27	|     87381 |   25440   140540   360920 |   195690    87381     54 |  0.000 % |
53.87/54.20	c 54	|    131170 |   25440   140540   360920 |   215259   131170     50 |  0.000 % |
120.51/121.10	c 121	|    196854 |   25440   140540   360920 |   236785   196854     50 |  0.000 % |
207.66/208.65	c 208	|    295381 |   25440   140540   360920 |   260463    64510     53 |  0.000 % |
378.98/380.68	c 380	|    443171 |   25440   140540   360920 |   286509   212300     56 |  0.000 % |
602.48/605.03	c 605	|    664854 |   25440   140540   360920 |   315160   153352     25 |  0.000 % |
1091.73/1096.00	c 1096	|    997379 |   25440   140540   360920 |   346677   180946     85 |  0.000 % |
1800.06/1804.61	c ERROR INTERRUPTED
1800.06/1804.63	s UNKNOWN
1800.06/1804.63	c 1804	CPU 2.48 (0.04 0.01 2.44 0.14)
1800.06/1804.63	c 1804	END Fri Jul  4 12:10:54 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-1070330-1215164449/watcher-1070330-1215164449 -o /tmp/evaluation-result-1070330-1215164449/solver-1070330-1215164449 -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-1070330-1215164449.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.99 1.98 1.99 4/72 2054
/proc/meminfo: memFree=1288560/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=12268 CPUtime=0
/proc/2054/stat : 2054 (sugar) R 2052 2054 884 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 128440281 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244277017189 0 0 4224 0 0 0 0 17 0 0 0
/proc/2054/statm: 3067 316 241 3 0 167 0

[startup+0.076955 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 2054
/proc/meminfo: memFree=1288560/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=0.04
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 128440281 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2054/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101957 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 2054
/proc/meminfo: memFree=1288560/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=0.04
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 128440281 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2054/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301997 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 2054
/proc/meminfo: memFree=1288560/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=0.04
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 128440281 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2054/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701062 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 2054
/proc/meminfo: memFree=1288560/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=0.51
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 973 5179 0 1 3 1 43 4 15 0 1 0 128440281 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13600

[startup+1.50222 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 2078
/proc/meminfo: memFree=1280216/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=0.51
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 973 5179 0 1 3 1 43 4 15 0 1 0 128440281 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 797 370 3 0 500 0
[pid=2067] ppid=2054 vsize=5356 CPUtime=0
/proc/2067/stat : 2067 (sh) S 2054 2054 884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 128440337 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2067/statm: 1339 233 193 169 0 50 0
[pid=2069] ppid=2067 vsize=868404 CPUtime=0.91
/proc/2069/stat : 2069 (java) S 2067 2054 884 0 -1 0 7176 0 1 0 87 4 0 0 18 0 9 0 128440338 889245696 6411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2069/statm: 217101 6411 2540 9 0 211676 0
[pid=2069/tid=2070] ppid=2067 vsize=868404 CPUtime=0.61
/proc/2069/task/2070/stat : 2070 (java) R 2067 2054 884 0 -1 64 2666 0 1 0 60 1 0 0 22 0 9 0 128440339 889245696 6411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2069/tid=2071] ppid=2067 vsize=868404 CPUtime=0.09
/proc/2069/task/2071/stat : 2071 (java) R 2067 2054 884 0 -1 64 2345 0 0 0 8 1 0 0 16 0 9 0 128440340 889245696 6411 996147200 134512640 134550740 4294955952 18446744073709551615 104187978 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2069/tid=2072] ppid=2067 vsize=868404 CPUtime=0
/proc/2069/task/2072/stat : 2072 (java) S 2067 2054 884 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 128440340 889245696 6411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2069/tid=2073] ppid=2067 vsize=868404 CPUtime=0
/proc/2069/task/2073/stat : 2073 (java) S 2067 2054 884 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 128440340 889245696 6411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2069/tid=2074] ppid=2067 vsize=868404 CPUtime=0
/proc/2069/task/2074/stat : 2074 (java) S 2067 2054 884 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 128440342 889245696 6411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2069/tid=2075] ppid=2067 vsize=868404 CPUtime=0.19
/proc/2069/task/2075/stat : 2075 (java) S 2067 2054 884 0 -1 64 1472 0 0 0 18 1 0 0 16 0 9 0 128440342 889245696 6411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2069/tid=2076] ppid=2067 vsize=868404 CPUtime=0
/proc/2069/task/2076/stat : 2076 (java) S 2067 2054 884 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 128440342 889245696 6411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2069/tid=2078] ppid=2067 vsize=868404 CPUtime=0
/proc/2069/task/2078/stat : 2078 (java) S 2067 2054 884 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 128440342 889245696 6411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887360

[startup+3.10153 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 2078
/proc/meminfo: memFree=1263968/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 15 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 13600

[startup+6.30113 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 2081
/proc/meminfo: memFree=1271584/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=13744 CPUtime=3.56
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 3235 0 0 0 354 2 0 0 25 0 1 0 128440553 14073856 3221 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2081/statm: 3436 3221 76 150 0 3283 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 32700

[startup+12.7013 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 2081
/proc/meminfo: memFree=1263712/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=21656 CPUtime=9.93
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 5216 0 0 0 990 3 0 0 25 0 1 0 128440553 22175744 5202 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2081/statm: 5414 5202 76 150 0 5261 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 40612

[startup+25.5018 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 2081
/proc/meminfo: memFree=1253352/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=31440 CPUtime=22.68
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 7649 0 0 0 2263 5 0 0 25 0 1 0 128440553 32194560 7635 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/2081/statm: 7860 7635 76 150 0 7707 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 50396

[startup+51.1016 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 2081
/proc/meminfo: memFree=1244008/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=40956 CPUtime=48.17
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 9994 0 0 0 4810 7 0 0 25 0 1 0 128440553 41938944 9980 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2081/statm: 10239 9980 76 150 0 10086 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 59912

[startup+102.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 2081
/proc/meminfo: memFree=1228776/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=56284 CPUtime=99.17
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 13748 0 0 0 9907 10 0 0 25 0 1 0 128440553 57634816 13734 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2081/statm: 14071 13734 76 150 0 13918 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 75240

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 2081
/proc/meminfo: memFree=1214504/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=70828 CPUtime=158.92
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 17303 0 0 0 15878 14 0 0 25 0 1 0 128440553 72527872 17289 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2081/statm: 17707 17289 76 150 0 17554 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 89784

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 2081
/proc/meminfo: memFree=1212776/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=72312 CPUtime=218.68
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 17692 0 0 0 21853 15 0 0 25 0 1 0 128440553 74047488 17678 996147200 134512640 135127466 4294956272 18446744073709551615 134530852 0 0 4096 3 0 0 0 17 1 0 0
/proc/2081/statm: 18078 17678 76 150 0 17925 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 91268

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

/proc/meminfo: memFree=1121120/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=174484 CPUtime=1295.41
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 42802 0 0 0 129502 39 0 0 25 0 1 0 128440553 178671616 42788 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2081/statm: 43621 42788 76 150 0 43468 0
Current children cumulated CPU time (s) 1298.03
Current children cumulated vsize (KiB) 193440

[startup+1362.3 s]
/proc/loadavg: 1.00 1.28 1.66 2/67 2119
/proc/meminfo: memFree=1108320/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=187856 CPUtime=1355.37
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 46069 0 0 0 135495 42 0 0 25 0 1 0 128440553 192364544 46055 996147200 134512640 135127466 4294956272 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/2081/statm: 46964 46055 76 150 0 46811 0
Current children cumulated CPU time (s) 1357.99
Current children cumulated vsize (KiB) 206812

[startup+1422.31 s]
/proc/loadavg: 1.00 1.23 1.61 2/67 2119
/proc/meminfo: memFree=1099680/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=196024 CPUtime=1415.34
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 48154 0 0 0 141490 44 0 0 25 0 1 0 128440553 200728576 48140 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/2081/statm: 49006 48140 76 150 0 48853 0
Current children cumulated CPU time (s) 1417.96
Current children cumulated vsize (KiB) 214980

[startup+1482.3 s]
/proc/loadavg: 1.00 1.18 1.57 2/67 2119
/proc/meminfo: memFree=1099616/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=196024 CPUtime=1475.31
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 48159 0 0 0 147487 44 0 0 25 0 1 0 128440553 200728576 48145 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2081/statm: 49006 48145 76 150 0 48853 0
Current children cumulated CPU time (s) 1477.93
Current children cumulated vsize (KiB) 214980

[startup+1542.3 s]
/proc/loadavg: 1.00 1.15 1.53 2/67 2119
/proc/meminfo: memFree=1099624/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=196024 CPUtime=1535.28
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 48168 0 0 0 153484 44 0 0 25 0 1 0 128440553 200728576 48154 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2081/statm: 49006 48154 76 150 0 48853 0
Current children cumulated CPU time (s) 1537.9
Current children cumulated vsize (KiB) 214980

[startup+1602.3 s]
/proc/loadavg: 1.00 1.12 1.50 2/67 2119
/proc/meminfo: memFree=1099496/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=196184 CPUtime=1595.24
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 48183 0 0 0 159480 44 0 0 25 0 1 0 128440553 200892416 48169 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2081/statm: 49046 48169 76 150 0 48893 0
Current children cumulated CPU time (s) 1597.86
Current children cumulated vsize (KiB) 215140

[startup+1662.3 s]
/proc/loadavg: 1.00 1.09 1.46 2/67 2119
/proc/meminfo: memFree=1099496/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=196184 CPUtime=1655.22
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 48183 0 0 0 165477 45 0 0 25 0 1 0 128440553 200892416 48169 996147200 134512640 135127466 4294956272 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 0 0 0
/proc/2081/statm: 49046 48169 76 150 0 48893 0
Current children cumulated CPU time (s) 1657.84
Current children cumulated vsize (KiB) 215140

[startup+1722.3 s]
/proc/loadavg: 1.00 1.07 1.43 2/67 2119
/proc/meminfo: memFree=1099496/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=196184 CPUtime=1715.19
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 48184 0 0 0 171474 45 0 0 25 0 1 0 128440553 200892416 48170 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2081/statm: 49046 48170 76 150 0 48893 0
Current children cumulated CPU time (s) 1717.81
Current children cumulated vsize (KiB) 215140

[startup+1782.3 s]
/proc/loadavg: 1.00 1.06 1.40 2/67 2119
/proc/meminfo: memFree=1099432/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=196184 CPUtime=1775.15
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 48192 0 0 0 177470 45 0 0 25 0 1 0 128440553 200892416 48178 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2081/statm: 49046 48178 76 150 0 48893 0
Current children cumulated CPU time (s) 1777.77
Current children cumulated vsize (KiB) 215140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.6 s]
/proc/loadavg: 1.00 1.05 1.39 2/67 2119
/proc/meminfo: memFree=1099432/2055920 swapFree=4191676/4192956
[pid=2054] ppid=2052 vsize=13600 CPUtime=2.62
/proc/2054/stat : 2054 (sugar) S 2052 2054 884 0 -1 4194304 1034 14657 0 2 4 1 244 13 16 0 1 0 128440281 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2054/statm: 3400 799 370 3 0 500 0
[pid=2080] ppid=2054 vsize=5356 CPUtime=0
/proc/2080/stat : 2080 (sh) S 2054 2054 884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128440552 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2080/statm: 1339 232 193 169 0 50 0
[pid=2081] ppid=2080 vsize=196184 CPUtime=1797.44
/proc/2081/stat : 2081 (minisat) R 2080 2054 884 0 -1 4194304 48195 0 0 0 179699 45 0 0 25 0 1 0 128440553 200892416 48181 996147200 134512640 135127466 4294956272 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/2081/statm: 49046 48181 76 150 0 48893 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 215140

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2054 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=491621
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=158975
# CPU time returned by wait4() is 2.6506
# 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): 1804.64
CPU time (s): 1800.06
CPU user time (s): 1799.47
CPU system time (s): 0.59
CPU usage (%): 99.7462
Max. virtual memory (cumulated for all children) (KiB): 887472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.49162
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= 16035
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= 3139
involuntary context switches= 3026

runsolver used 2.14767 second user time and 4.44032 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-04 11:40:50
IDJOB=1070330
IDBENCH=55842
IDSOLVER=346
FILE ID=node63/1070330-1215164449
PBS_JOBID= 7877450
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl40-50-pb-cnf-cr.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-1070330-1215164449/watcher-1070330-1215164449 -o /tmp/evaluation-result-1070330-1215164449/solver-1070330-1215164449 -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-1070330-1215164449.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 65732382fd866cb6c9e231272e80cd14
RANDOM SEED=314573760

node63.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.256
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.256
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1288976 kB
Buffers:         75884 kB
Cached:         595628 kB
SwapCached:        260 kB
Active:         332908 kB
Inactive:       361216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1288976 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          35216 kB
Slab:            58324 kB
Committed_AS:   316268 kB
PageTables:       1584 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= 66556 MiB
End job on node63 at 2008-07-04 12:10:56