Trace number 1070794

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.07 1816.35

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-75-70.xml
MD5SUMba81807e40af74aa6f6018e065c0701d
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 variables5250
Number of constraints145
Maximum constraint arity75
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(145)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 12:24:22 2008
0.00/0.05	c 0	PID 31598
0.00/0.05	c 0	HOST node78.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070794-1215167062.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-1070794-1215167062.xml' 'HOME/temp.csp'
0.03/0.77	c 1	1 domains, 5250 variables, 0 predicates, 0 relations, 145 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.74/0.86	c 1	Parsing HOME/temp.csp
1.14/1.21	c 1	parsed 5396 expressions
1.14/1.22	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.22	c 1	Converting to clausal form CSP
1.14/1.25	c 1	converted 540 (10%) expressions
1.14/1.26	c 1	converted 1080 (20%) expressions
1.14/1.27	c 1	converted 1619 (30%) expressions
1.14/1.27	c 1	converted 2159 (40%) expressions
1.14/1.27	c 1	converted 2698 (50%) expressions
1.14/1.27	c 1	converted 3238 (60%) expressions
1.14/1.27	c 1	converted 3778 (70%) expressions
1.14/1.27	c 1	converted 4317 (80%) expressions
1.14/1.28	c 1	converted 4857 (90%) expressions
2.22/2.33	c 2	converted 5396 (100%) expressions
2.22/2.33	c 2	CSP : 15460 integers, 0 booleans, 20565 clauses, largest domain size 39
2.22/2.34	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.34	c 2	Propagation in CSP
2.53/2.60	c 3	22680 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.53/2.61	c 3	CSP : 15460 integers, 0 booleans, 20565 clauses, largest domain size 36
2.53/2.61	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.53/2.62	c 3	Simplifing CSP by introducing new Boolean variables
2.53/2.64	c 3	CSP : 15460 integers, 0 booleans, 20565 clauses, largest domain size 36
2.53/2.64	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/2.75	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.62/2.78	c 3	1546 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.62/2.78	c 3	3092 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.62/2.79	c 3	4638 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.71/2.80	c 3	6184 (40%) CSP integer variables are encoded (4011 clauses, 52525 bytes)
2.71/2.81	c 3	7730 (50%) CSP integer variables are encoded (10681 clauses, 152575 bytes)
2.71/2.82	c 3	9276 (60%) CSP integer variables are encoded (17377 clauses, 253015 bytes)
2.71/2.83	c 3	10822 (70%) CSP integer variables are encoded (22050 clauses, 323110 bytes)
2.71/2.83	c 3	12368 (80%) CSP integer variables are encoded (22050 clauses, 323110 bytes)
2.71/2.83	c 3	13914 (90%) CSP integer variables are encoded (22050 clauses, 323110 bytes)
2.71/2.84	c 3	15460 (100%) CSP integer variables are encoded (22050 clauses, 323110 bytes)
2.81/2.98	c 3	2057 (10%) CSP clauses are encoded (68631 clauses, 1136373 bytes)
2.91/3.08	c 3	4113 (20%) CSP clauses are encoded (115211 clauses, 2062736 bytes)
3.02/3.19	c 3	6170 (30%) CSP clauses are encoded (161794 clauses, 2989147 bytes)
3.11/3.30	c 3	8226 (40%) CSP clauses are encoded (208372 clauses, 3915478 bytes)
3.31/3.40	c 3	10283 (50%) CSP clauses are encoded (254941 clauses, 4841638 bytes)
3.31/3.43	c 3	12339 (60%) CSP clauses are encoded (259039 clauses, 4905338 bytes)
3.31/3.45	c 3	14396 (70%) CSP clauses are encoded (263138 clauses, 4969109 bytes)
3.31/3.48	c 3	16452 (80%) CSP clauses are encoded (267236 clauses, 5032912 bytes)
3.41/3.50	c 3	18509 (90%) CSP clauses are encoded (271337 clauses, 5096759 bytes)
3.41/3.53	c 4	20565 (100%) CSP clauses are encoded (275435 clauses, 5160567 bytes)
3.41/3.53	c 4	20565 CSP clauses encoded
3.41/3.53	c 4	Writing map file : HOME/temp.map
3.41/3.59	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.41/3.59	c 4	SAT : 37510 SAT variables, 275435 SAT clauses, 5160567 bytes
3.41/3.59	c 4	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.50/3.62	c 4	SOLVING HOME/temp.cnf
3.50/3.62	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.50/3.62	c 4	This is MiniSat 2.0 beta
3.50/3.62	c 4	WARNING: for repeatability, setting FPU to use double precision
3.50/3.62	c 4	============================[ Problem Statistics ]=============================
3.50/3.62	c 4	|                                                                             |
3.50/3.62	c 4	|  Number of variables:  37510                                                |
3.50/3.62	c 4	|  Number of clauses:    275435                                               |
3.53/3.79	c 4	|  Parsing time:         0.13         s                                       |
3.53/3.80	c 4	============================[ Search Statistics ]==============================
3.53/3.80	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.53/3.80	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.53/3.80	c 4	===============================================================================
3.53/3.80	c 4	|         0 |   37510   275435   734480 |    91811        0    nan |  0.000 % |
3.53/3.96	c 4	|       100 |   37510   275435   734480 |   100992      100    186 |  0.000 % |
3.53/4.04	c 4	|       251 |   37510   275435   734480 |   111092      251     93 |  0.000 % |
3.53/4.12	c 4	|       476 |   37510   275435   734480 |   122201      476     56 |  0.000 % |
4.18/4.36	c 4	|       815 |   37510   275435   734480 |   134421      815    100 |  0.000 % |
4.38/4.53	c 5	|      1321 |   37510   275435   734480 |   147863     1321     72 |  0.000 % |
4.58/4.73	c 5	|      2082 |   37510   275435   734480 |   162649     2082     55 |  0.000 % |
5.38/5.59	c 6	|      3222 |   37510   275435   734480 |   178914     3222     60 |  0.000 % |
5.77/5.94	c 6	|      4930 |   37510   275435   734480 |   196806     4930     48 |  0.000 % |
6.86/7.02	c 7	|      7493 |   37510   275435   734480 |   216487     7493     80 |  0.000 % |
8.84/9.00	c 9	|     11338 |   37510   275435   734480 |   238135    11338    102 |  0.000 % |
11.71/11.93	c 12	|     17104 |   37510   275435   734480 |   261949    17104     80 |  0.000 % |
17.16/17.47	c 17	|     25753 |   37510   275435   734480 |   288144    25753     82 |  0.000 % |
21.82/22.12	c 22	|     38727 |   37510   275435   734480 |   316958    38727     79 |  0.000 % |
33.10/33.58	c 34	|     58188 |   37510   275435   734480 |   348654    58188     81 |  0.000 % |
54.31/54.93	c 55	|     87382 |   37510   275435   734480 |   383520    87382     84 |  0.000 % |
97.30/98.34	c 98	|    131171 |   37510   275435   734480 |   421872   131171     96 |  0.000 % |
219.55/221.76	c 222	|    196855 |   37510   275435   734480 |   464059   196855    107 |  0.000 % |
322.48/325.62	c 326	|    295383 |   37510   275435   734480 |   510465   295383     93 |  0.000 % |
611.55/617.47	c 617	|    443173 |   37510   275435   734480 |   561511   443173     93 |  0.000 % |
1172.55/1183.76	c 1184	|    664857 |   37510   275435   734480 |   617662    93563    136 |  0.000 % |
1800.07/1816.31	c ERROR INTERRUPTED
1800.07/1816.35	s UNKNOWN
1800.07/1816.35	c 1816	CPU 3.38 (0.04 0.01 3.34 0.15)
1800.07/1816.35	c 1816	END Fri Jul  4 12:54: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-1070794-1215167062/watcher-1070794-1215167062 -o /tmp/evaluation-result-1070794-1215167062/solver-1070794-1215167062 -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-1070794-1215167062.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.11 2.03 2.00 4/73 31598
/proc/meminfo: memFree=1602672/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=12268 CPUtime=0
/proc/31598/stat : 31598 (sugar) R 31596 31598 30300 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 240801212 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/31598/statm: 3067 316 241 3 0 167 0

[startup+0.0918821 s]
/proc/loadavg: 2.11 2.03 2.00 4/73 31598
/proc/meminfo: memFree=1602672/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=0.03
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240801212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102876 s]
/proc/loadavg: 2.11 2.03 2.00 4/73 31598
/proc/meminfo: memFree=1602672/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=0.03
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240801212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302891 s]
/proc/loadavg: 2.11 2.03 2.00 4/73 31598
/proc/meminfo: memFree=1602672/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=0.03
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240801212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70294 s]
/proc/loadavg: 2.11 2.03 2.00 4/73 31598
/proc/meminfo: memFree=1602672/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=0.03
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 240801212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50204 s]
/proc/loadavg: 2.11 2.03 2.00 3/84 31620
/proc/meminfo: memFree=1594648/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=0.74
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 973 5370 0 1 3 0 67 4 15 0 1 0 240801212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 797 370 3 0 500 0
[pid=31611] ppid=31598 vsize=5356 CPUtime=0
/proc/31611/stat : 31611 (sh) S 31598 31598 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 240801290 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31611/statm: 1339 233 193 169 0 50 0
[pid=31612] ppid=31611 vsize=868272 CPUtime=0.7
/proc/31612/stat : 31612 (java) S 31611 31598 30300 0 -1 0 6072 0 1 0 66 4 0 0 18 0 9 0 240801290 889110528 5442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31612/statm: 217068 5442 1837 9 0 211643 0
[pid=31612/tid=31613] ppid=31611 vsize=868272 CPUtime=0.41
/proc/31612/task/31613/stat : 31613 (java) R 31611 31598 30300 0 -1 64 2665 0 1 0 40 1 0 0 22 0 9 0 240801291 889110528 5442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31614] ppid=31611 vsize=868272 CPUtime=0.06
/proc/31612/task/31614/stat : 31614 (java) R 31611 31598 30300 0 -1 64 1254 0 0 0 5 1 0 0 16 0 9 0 240801293 889110528 5442 996147200 134512640 134550740 4294955952 18446744073709551615 103735868 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31615] ppid=31611 vsize=868272 CPUtime=0
/proc/31612/task/31615/stat : 31615 (java) S 31611 31598 30300 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 240801293 889110528 5442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31616] ppid=31611 vsize=868272 CPUtime=0
/proc/31612/task/31616/stat : 31616 (java) S 31611 31598 30300 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 240801293 889110528 5442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31617] ppid=31611 vsize=868272 CPUtime=0
/proc/31612/task/31617/stat : 31617 (java) S 31611 31598 30300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240801295 889110528 5442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31618] ppid=31611 vsize=868272 CPUtime=0.19
/proc/31612/task/31618/stat : 31618 (java) S 31611 31598 30300 0 -1 64 1462 0 0 0 19 0 0 0 16 0 9 0 240801295 889110528 5442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31619] ppid=31611 vsize=868272 CPUtime=0
/proc/31612/task/31619/stat : 31619 (java) S 31611 31598 30300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 240801295 889110528 5442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31620] ppid=31611 vsize=868272 CPUtime=0
/proc/31612/task/31620/stat : 31620 (java) S 31611 31598 30300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240801295 889110528 5442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887228

[startup+3.10119 s]
/proc/loadavg: 2.18 2.05 2.01 4/84 31620
/proc/meminfo: memFree=1577112/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=0.74
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 974 5370 0 1 3 0 67 4 15 0 1 0 240801212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 797 370 3 0 500 0
[pid=31611] ppid=31598 vsize=5356 CPUtime=0
/proc/31611/stat : 31611 (sh) S 31598 31598 30300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 240801290 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31611/statm: 1339 233 193 169 0 50 0
[pid=31612] ppid=31611 vsize=868500 CPUtime=2.28
/proc/31612/stat : 31612 (java) S 31611 31598 30300 0 -1 0 10178 0 1 0 220 8 0 0 18 0 9 0 240801290 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31612/statm: 217125 9163 2565 9 0 211672 0
[pid=31612/tid=31613] ppid=31611 vsize=868500 CPUtime=1.46
/proc/31612/task/31613/stat : 31613 (java) R 31611 31598 30300 0 -1 64 2964 0 1 0 143 3 0 0 25 0 9 0 240801291 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4127041091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31614] ppid=31611 vsize=868500 CPUtime=0.5
/proc/31612/task/31614/stat : 31614 (java) S 31611 31598 30300 0 -1 64 5015 0 0 0 47 3 0 0 16 0 9 0 240801293 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31615] ppid=31611 vsize=868500 CPUtime=0
/proc/31612/task/31615/stat : 31615 (java) S 31611 31598 30300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 240801293 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31616] ppid=31611 vsize=868500 CPUtime=0
/proc/31612/task/31616/stat : 31616 (java) S 31611 31598 30300 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 240801293 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31617] ppid=31611 vsize=868500 CPUtime=0
/proc/31612/task/31617/stat : 31617 (java) S 31611 31598 30300 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 240801295 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31618] ppid=31611 vsize=868500 CPUtime=0.27
/proc/31612/task/31618/stat : 31618 (java) S 31611 31598 30300 0 -1 64 1507 0 0 0 27 0 0 0 16 0 9 0 240801295 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31619] ppid=31611 vsize=868500 CPUtime=0
/proc/31612/task/31619/stat : 31619 (java) S 31611 31598 30300 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 240801295 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31612/tid=31620] ppid=31611 vsize=868500 CPUtime=0
/proc/31612/task/31620/stat : 31620 (java) S 31611 31598 30300 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 240801295 889344000 9163 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887456

[startup+6.30153 s]
/proc/loadavg: 2.18 2.05 2.01 3/76 31622
/proc/meminfo: memFree=1579544/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 15 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=17280 CPUtime=2.63
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 4126 0 0 0 260 3 0 0 25 0 1 0 240801574 17694720 4112 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 4320 4112 76 150 0 4167 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 36236

[startup+12.7012 s]
/proc/loadavg: 2.15 2.05 2.01 3/76 31622
/proc/meminfo: memFree=1573784/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=22360 CPUtime=8.97
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 5399 0 0 0 893 4 0 0 25 0 1 0 240801574 22896640 5385 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 5590 5385 76 150 0 5437 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 41316

[startup+25.5025 s]
/proc/loadavg: 2.13 2.05 2.01 3/76 31622
/proc/meminfo: memFree=1564248/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=31724 CPUtime=21.65
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 7731 0 0 0 2159 6 0 0 25 0 1 0 240801574 32485376 7717 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 7931 7717 76 150 0 7778 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 50680

[startup+51.1022 s]
/proc/loadavg: 2.08 2.04 2.01 3/76 31622
/proc/meminfo: memFree=1549592/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=46528 CPUtime=47.01
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 11442 0 0 0 4690 11 0 0 25 0 1 0 240801574 47644672 11428 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 11632 11428 76 150 0 11479 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 65484

[startup+102.308 s]
/proc/loadavg: 2.03 2.03 2.00 3/76 31622
/proc/meminfo: memFree=1522840/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=73036 CPUtime=97.74
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 18041 0 0 0 9754 20 0 0 25 0 1 0 240801574 74788864 18027 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 18259 18027 76 150 0 18106 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 91992

[startup+162.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 31622
/proc/meminfo: memFree=1502744/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1315416/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=280452 CPUtime=1345.95
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 69568 0 0 0 134507 88 0 0 25 0 1 0 240801574 287182848 69554 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 70113 69554 76 150 0 69960 0
Current children cumulated CPU time (s) 1349.48
Current children cumulated vsize (KiB) 299408

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31624
/proc/meminfo: memFree=1315416/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=280452 CPUtime=1405.39
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 69568 0 0 0 140451 88 0 0 25 0 1 0 240801574 287182848 69554 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 70113 69554 76 150 0 69960 0
Current children cumulated CPU time (s) 1408.92
Current children cumulated vsize (KiB) 299408

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31624
/proc/meminfo: memFree=1315416/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=280452 CPUtime=1464.83
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 69568 0 0 0 146395 88 0 0 25 0 1 0 240801574 287182848 69554 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 70113 69554 76 150 0 69960 0
Current children cumulated CPU time (s) 1468.36
Current children cumulated vsize (KiB) 299408

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31624
/proc/meminfo: memFree=1315416/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=280452 CPUtime=1524.27
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 69568 0 0 0 152339 88 0 0 25 0 1 0 240801574 287182848 69554 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 70113 69554 76 150 0 69960 0
Current children cumulated CPU time (s) 1527.8
Current children cumulated vsize (KiB) 299408

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31624
/proc/meminfo: memFree=1315352/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=280452 CPUtime=1583.71
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 69568 0 0 0 158283 88 0 0 25 0 1 0 240801574 287182848 69554 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 70113 69554 76 150 0 69960 0
Current children cumulated CPU time (s) 1587.24
Current children cumulated vsize (KiB) 299408

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31624
/proc/meminfo: memFree=1315288/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=280452 CPUtime=1643.15
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 69568 0 0 0 164227 88 0 0 25 0 1 0 240801574 287182848 69554 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 70113 69554 76 150 0 69960 0
Current children cumulated CPU time (s) 1646.68
Current children cumulated vsize (KiB) 299408

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31624
/proc/meminfo: memFree=1315160/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=280452 CPUtime=1702.59
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 69568 0 0 0 170171 88 0 0 25 0 1 0 240801574 287182848 69554 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31622/statm: 70113 69554 76 150 0 69960 0
Current children cumulated CPU time (s) 1706.12
Current children cumulated vsize (KiB) 299408

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/88 31664
/proc/meminfo: memFree=1333176/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=280452 CPUtime=1762.55
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 69568 0 0 0 176166 89 0 0 25 0 1 0 240801574 287182848 69554 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31622/statm: 70113 69554 76 150 0 69960 0
Current children cumulated CPU time (s) 1766.08
Current children cumulated vsize (KiB) 299408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/88 31664
/proc/meminfo: memFree=1333112/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=280452 CPUtime=1796.54
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 69568 0 0 0 179565 89 0 0 25 0 1 0 240801574 287182848 69554 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/31622/statm: 70113 69554 76 150 0 69960 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 299408

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

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

[startup+1816.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/88 31664
/proc/meminfo: memFree=1333112/2055912 swapFree=4178532/4192956
[pid=31598] ppid=31596 vsize=13600 CPUtime=3.53
/proc/31598/stat : 31598 (sugar) S 31596 31598 30300 0 -1 4194304 1034 15933 0 2 4 0 334 15 16 0 1 0 240801212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31598/statm: 3400 799 370 3 0 500 0
[pid=31621] ppid=31598 vsize=5356 CPUtime=0
/proc/31621/stat : 31621 (sh) S 31598 31598 30300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 240801574 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31621/statm: 1339 232 193 169 0 50 0
[pid=31622] ppid=31621 vsize=280452 CPUtime=1796.54
/proc/31622/stat : 31622 (minisat) R 31621 31598 30300 0 -1 4194304 69568 0 0 0 179565 89 0 0 25 0 1 0 240801574 287182848 69554 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/31622/statm: 70113 69554 76 150 0 69960 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 299408

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31598 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=388484
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=173973
# CPU time returned by wait4() is 3.56246
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.35
CPU time (s): 1800.07
CPU user time (s): 1799.03
CPU system time (s): 1.04
CPU usage (%): 99.1036
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.38848
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17311
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= 3704
involuntary context switches= 3661

runsolver used 2.13468 second user time and 6.14207 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 12:24:22
IDJOB=1070794
IDBENCH=55948
IDSOLVER=346
FILE ID=node78/1070794-1215167062
PBS_JOBID= 7881460
Free space on /tmp= 126780 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-75-70.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-1070794-1215167062/watcher-1070794-1215167062 -o /tmp/evaluation-result-1070794-1215167062/solver-1070794-1215167062 -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-1070794-1215167062.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ba81807e40af74aa6f6018e065c0701d
RANDOM SEED=661244684

node78.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.247
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:       1603152 kB
Buffers:         45500 kB
Cached:         237140 kB
SwapCached:       7584 kB
Active:         323300 kB
Inactive:        74984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1603152 kB
SwapTotal:     4192956 kB
SwapFree:      4178532 kB
Dirty:            3512 kB
Writeback:           0 kB
Mapped:         123816 kB
Slab:            39744 kB
Committed_AS:   694536 kB
PageTables:       1748 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= 126792 MiB
End job on node78 at 2008-07-04 12:54:40