Trace number 1064925

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.08 1811.52

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-8-accl.xml
MD5SUMa836148987a747fe0e78f1f820e1fc6b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables21380
Number of constraints60983
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60983
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 Fri Jul  4 06:12:33 2008
0.00/0.04	c 0	PID 9716
0.00/0.04	c 0	HOST node89.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1064925-1215144753.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-1064925-1215144753.xml' 'HOME/temp.csp'
3.53/3.61	c 4	2 domains, 21380 variables, 9 predicates, 0 relations, 60983 constraints
3.53/3.65	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.53/3.65	c 4	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'
3.57/3.73	c 4	Parsing HOME/temp.csp
3.57/4.03	c 4	parsed 10000 expressions
3.57/4.22	c 5	parsed 20000 expressions
4.30/4.46	c 5	parsed 30000 expressions
4.49/4.63	c 5	parsed 40000 expressions
4.69/4.89	c 5	parsed 50000 expressions
4.88/5.08	c 5	parsed 60000 expressions
5.28/5.45	c 6	parsed 70000 expressions
5.47/5.68	c 6	parsed 80000 expressions
5.67/5.83	c 6	parsed 82374 expressions
5.67/5.83	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.67/5.83	c 6	Converting to clausal form CSP
5.67/5.88	c 6	converted 8238 (10%) expressions
5.77/5.91	c 6	converted 16475 (20%) expressions
5.96/6.16	c 7	converted 24713 (30%) expressions
6.16/6.32	c 7	converted 32950 (40%) expressions
6.56/6.72	c 7	converted 41187 (50%) expressions
6.66/6.87	c 7	converted 49425 (60%) expressions
6.85/7.04	c 7	converted 57662 (70%) expressions
7.05/7.23	c 8	converted 65900 (80%) expressions
7.24/7.43	c 8	converted 74137 (90%) expressions
9.21/9.41	c 10	converted 82374 (100%) expressions
9.21/9.42	c 10	CSP : 44608 integers, 0 booleans, 107438 clauses, largest domain size 160
9.21/9.42	c 10	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.21/9.42	c 10	Propagation in CSP
10.50/10.80	c 11	14455 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.60/10.81	c 11	CSP : 44608 integers, 0 booleans, 107438 clauses, largest domain size 128
10.60/10.81	c 11	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.60/10.84	c 11	Simplifing CSP by introducing new Boolean variables
10.60/10.88	c 11	CSP : 44608 integers, 0 booleans, 107438 clauses, largest domain size 128
10.60/10.88	c 11	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.09/11.37	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.19/11.41	c 12	4461 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.19/11.42	c 12	8922 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.19/11.42	c 12	13383 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.19/11.43	c 12	17844 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
11.19/11.46	c 12	22304 (50%) CSP integer variables are encoded (19337 clauses, 290119 bytes)
11.38/11.63	c 12	26765 (60%) CSP integer variables are encoded (158796 clauses, 2548253 bytes)
11.58/11.84	c 12	31226 (70%) CSP integer variables are encoded (328983 clauses, 5441432 bytes)
11.78/12.04	c 12	35687 (80%) CSP integer variables are encoded (478186 clauses, 7977883 bytes)
11.98/12.20	c 13	40148 (90%) CSP integer variables are encoded (619376 clauses, 10378113 bytes)
12.07/12.37	c 13	44608 (100%) CSP integer variables are encoded (763773 clauses, 12832862 bytes)
12.17/12.48	c 13	10744 (10%) CSP clauses are encoded (774440 clauses, 12972011 bytes)
12.27/12.55	c 13	21488 (20%) CSP clauses are encoded (785184 clauses, 13114906 bytes)
12.37/12.62	c 13	32232 (30%) CSP clauses are encoded (795918 clauses, 13275916 bytes)
12.37/12.69	c 13	42976 (40%) CSP clauses are encoded (806581 clauses, 13445058 bytes)
12.47/12.79	c 13	53719 (50%) CSP clauses are encoded (817324 clauses, 13655169 bytes)
13.66/13.93	c 14	64463 (60%) CSP clauses are encoded (1465440 clauses, 26908571 bytes)
18.18/18.58	c 19	75207 (70%) CSP clauses are encoded (4077752 clauses, 88270016 bytes)
23.13/23.50	c 24	85951 (80%) CSP clauses are encoded (6839605 clauses, 153806548 bytes)
28.05/28.57	c 29	96695 (90%) CSP clauses are encoded (9651257 clauses, 220849416 bytes)
34.11/34.71	c 35	107438 (100%) CSP clauses are encoded (13045392 clauses, 302139454 bytes)
34.11/34.71	c 35	107438 CSP clauses encoded
34.11/34.71	c 35	Writing map file : HOME/temp.map
34.21/34.80	c 35	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.21/34.80	c 35	SAT : 808306 SAT variables, 13045392 SAT clauses, 302139454 bytes
34.21/34.80	c 35	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.21/34.85	c 35	SOLVING HOME/temp.cnf
34.21/34.85	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.21/34.85	c 35	This is MiniSat 2.0 beta
34.21/34.85	c 35	WARNING: for repeatability, setting FPU to use double precision
34.21/34.85	c 35	============================[ Problem Statistics ]=============================
34.21/34.85	c 35	|                                                                             |
34.21/34.85	c 35	|  Number of variables:  808306                                               |
34.21/34.85	c 35	|  Number of clauses:    13045392                                             |
41.13/41.82	c 42	|  Parsing time:         5.78         s                                       |
41.42/42.17	c 43	============================[ Search Statistics ]==============================
41.42/42.17	c 43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.42/42.17	c 43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.42/42.17	c 43	===============================================================================
41.42/42.17	c 43	|         0 |  808306 13045392 37268278 |  4348464        0    nan |  0.000 % |
45.09/45.89	c 46	|       100 |  808306 13045392 37268278 |  4783310      100     13 |  0.000 % |
52.12/52.94	c 53	|       250 |  808306 13045392 37268278 |  5261641      250     22 |  0.000 % |
58.56/59.43	c 60	|       477 |  808306 13045392 37268278 |  5787805      477     18 |  0.000 % |
72.23/73.25	c 74	|       814 |  808303 13045392 37268278 |  6366586      813     22 |  0.001 % |
103.13/104.49	c 105	|      1322 |  808303 13045392 37268278 |  7003244     1321     23 |  0.001 % |
122.74/124.22	c 125	|      2082 |  808301 13045376 37268243 |  7703569     2079     27 |  0.001 % |
152.03/153.83	c 154	|      3222 |  808299 13045376 37268243 |  8473926     3218     34 |  0.001 % |
190.65/192.85	c 193	|      4930 |  808299 13045347 37268163 |  9321318     4925     36 |  0.001 % |
247.21/249.94	c 250	|      7493 |  808299 13045347 37268163 | 10253450     7488     50 |  0.001 % |
330.90/334.41	c 335	|     11337 |  808298 13045333 37268124 | 11278795    11332     56 |  0.001 % |
468.99/473.30	c 474	|     17103 |  808288 13045168 37267664 | 12406675    17097     53 |  0.002 % |
699.13/704.94	c 705	|     25753 |  808288 13045168 37267664 | 13647342    25747     60 |  0.002 % |
1149.20/1156.60	c 1157	|     38729 |  808282 13045075 37267406 | 15012077    38722     62 |  0.003 % |
1513.53/1522.67	c 1523	|     58190 |  805521 13033708 37240574 | 16513284    58166     65 |  0.345 % |
1800.05/1810.52	c ERROR INTERRUPTED
1800.05/1810.60	s UNKNOWN
1800.05/1810.60	c 1811	CPU 31.84 (0.05 0.01 31.79 2.41)
1800.05/1810.60	c 1811	END Fri Jul  4 06:42:44 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-1064925-1215144753/watcher-1064925-1215144753 -o /tmp/evaluation-result-1064925-1215144753/solver-1064925-1215144753 -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-1064925-1215144753.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9716
/proc/meminfo: memFree=1773160/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=12272 CPUtime=0
/proc/9716/stat : 9716 (sugar) R 9714 9716 7458 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 670202958 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 249070058085 0 0 4224 0 0 0 0 17 1 0 0
/proc/9716/statm: 3068 328 246 3 0 168 0

[startup+0.0850929 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9716
/proc/meminfo: memFree=1773160/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=0.03
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 670202958 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101097 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9716
/proc/meminfo: memFree=1773160/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=0.03
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 670202958 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301116 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9716
/proc/meminfo: memFree=1773160/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=0.03
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 670202958 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701156 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 9716
/proc/meminfo: memFree=1773160/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=0.03
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 670202958 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50224 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 9728
/proc/meminfo: memFree=1736144/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=0.03
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 670202958 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 796 370 3 0 500 0
[pid=9719] ppid=9716 vsize=5356 CPUtime=0
/proc/9719/stat : 9719 (sh) S 9716 9716 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670202963 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9719/statm: 1339 233 193 169 0 50 0
[pid=9720] ppid=9719 vsize=866664 CPUtime=1.42
/proc/9720/stat : 9720 (java) S 9719 9716 7458 0 -1 0 18525 0 1 0 130 12 0 0 19 0 9 0 670202963 887463936 15605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9720/statm: 216666 15605 2529 9 0 211248 0
[pid=9720/tid=9721] ppid=9719 vsize=866664 CPUtime=0.68
/proc/9720/task/9721/stat : 9721 (java) R 9719 9716 7458 0 -1 64 3025 0 1 0 65 3 0 0 25 0 9 0 670202964 887463936 15605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9722] ppid=9719 vsize=866664 CPUtime=0.63
/proc/9720/task/9722/stat : 9722 (java) R 9719 9716 7458 0 -1 64 14312 0 0 0 56 7 0 0 17 0 9 0 670202965 887463936 15605 996147200 134512640 134550740 4294956016 18446744073709551615 102517088 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9723] ppid=9719 vsize=866664 CPUtime=0
/proc/9720/task/9723/stat : 9723 (java) S 9719 9716 7458 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 670202966 887463936 15605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9724] ppid=9719 vsize=866664 CPUtime=0
/proc/9720/task/9724/stat : 9724 (java) S 9719 9716 7458 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 670202966 887463936 15605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9725] ppid=9719 vsize=866664 CPUtime=0
/proc/9720/task/9725/stat : 9725 (java) S 9719 9716 7458 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 670202968 887463936 15605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9726] ppid=9719 vsize=866664 CPUtime=0.08
/proc/9720/task/9726/stat : 9726 (java) S 9719 9716 7458 0 -1 64 487 0 0 0 8 0 0 0 16 0 9 0 670202968 887463936 15605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9727] ppid=9719 vsize=866664 CPUtime=0
/proc/9720/task/9727/stat : 9727 (java) S 9719 9716 7458 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 670202968 887463936 15605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9728] ppid=9719 vsize=866664 CPUtime=0
/proc/9720/task/9728/stat : 9728 (java) S 9719 9716 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670202968 887463936 15605 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 885620

[startup+3.10241 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 9728
/proc/meminfo: memFree=1688400/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=0.03
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 670202958 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 796 370 3 0 500 0
[pid=9719] ppid=9716 vsize=5356 CPUtime=0
/proc/9719/stat : 9719 (sh) S 9716 9716 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670202963 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9719/statm: 1339 233 193 169 0 50 0
[pid=9720] ppid=9719 vsize=864680 CPUtime=3.01
/proc/9720/stat : 9720 (java) S 9719 9716 7458 0 -1 0 33335 0 1 0 281 20 0 0 19 0 9 0 670202963 885432320 27928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9720/statm: 216170 27928 2529 9 0 210752 0
[pid=9720/tid=9721] ppid=9719 vsize=864680 CPUtime=1.48
/proc/9720/task/9721/stat : 9721 (java) R 9719 9716 7458 0 -1 64 3881 0 1 0 144 4 0 0 25 0 9 0 670202964 885432320 27928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9722] ppid=9719 vsize=864680 CPUtime=1.37
/proc/9720/task/9722/stat : 9722 (java) R 9719 9716 7458 0 -1 64 28236 0 0 0 123 14 0 0 16 0 9 0 670202965 885432320 27928 996147200 134512640 134550740 4294956016 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9723] ppid=9719 vsize=864680 CPUtime=0
/proc/9720/task/9723/stat : 9723 (java) S 9719 9716 7458 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 670202966 885432320 27928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9724] ppid=9719 vsize=864680 CPUtime=0
/proc/9720/task/9724/stat : 9724 (java) S 9719 9716 7458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 670202966 885432320 27928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9725] ppid=9719 vsize=864680 CPUtime=0
/proc/9720/task/9725/stat : 9725 (java) S 9719 9716 7458 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 670202968 885432320 27928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9726] ppid=9719 vsize=864680 CPUtime=0.13
/proc/9720/task/9726/stat : 9726 (java) S 9719 9716 7458 0 -1 64 517 0 0 0 13 0 0 0 16 0 9 0 670202968 885432320 27928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9727] ppid=9719 vsize=864680 CPUtime=0
/proc/9720/task/9727/stat : 9727 (java) S 9719 9716 7458 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 670202968 885432320 27928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9720/tid=9728] ppid=9719 vsize=864680 CPUtime=0
/proc/9720/task/9728/stat : 9728 (java) S 9719 9716 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670202968 885432320 27928 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883636

[startup+6.30171 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 9738
/proc/meminfo: memFree=1739280/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=3.57
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 974 34136 0 1 3 0 330 24 15 0 1 0 670202958 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9716/statm: 3400 797 370 3 0 500 0
[pid=9729] ppid=9716 vsize=5356 CPUtime=0
/proc/9729/stat : 9729 (sh) S 9716 9716 7458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 670203324 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9729/statm: 1339 233 193 169 0 50 0
[pid=9730] ppid=9729 vsize=868296 CPUtime=2.59
/proc/9730/stat : 9730 (java) S 9729 9716 7458 0 -1 0 15487 0 1 0 247 12 0 0 20 0 9 0 670203324 889135104 13676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 217074 13676 2543 9 0 211649 0
[pid=9730/tid=9731] ppid=9729 vsize=868296 CPUtime=1.61
/proc/9730/task/9731/stat : 9731 (java) R 9729 9716 7458 0 -1 64 3054 0 1 0 158 3 0 0 25 0 9 0 670203325 889135104 13676 996147200 134512640 134550740 4294955952 18446744073709551615 4126401602 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9732] ppid=9729 vsize=868296 CPUtime=0.78
/proc/9730/task/9732/stat : 9732 (java) S 9729 9716 7458 0 -1 64 10264 0 0 0 71 7 0 0 16 0 9 0 670203326 889135104 13676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9733] ppid=9729 vsize=868296 CPUtime=0
/proc/9730/task/9733/stat : 9733 (java) S 9729 9716 7458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 670203326 889135104 13676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9734] ppid=9729 vsize=868296 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9729 9716 7458 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 670203326 889135104 13676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9735] ppid=9729 vsize=868296 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9729 9716 7458 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 670203328 889135104 13676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9736] ppid=9729 vsize=868296 CPUtime=0.18
/proc/9730/task/9736/stat : 9736 (java) S 9729 9716 7458 0 -1 64 1472 0 0 0 17 1 0 0 16 0 9 0 670203328 889135104 13676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9737] ppid=9729 vsize=868296 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9729 9716 7458 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 670203328 889135104 13676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9729 vsize=868296 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9729 9716 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670203328 889135104 13676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887252

[startup+12.7023 s]
/proc/loadavg: 2.21 2.05 2.02 3/92 9738
/proc/meminfo: memFree=1664912/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=3.57
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 974 34136 0 1 3 0 330 24 15 0 1 0 670202958 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9716/statm: 3400 797 370 3 0 500 0
[pid=9729] ppid=9716 vsize=5356 CPUtime=0
/proc/9729/stat : 9729 (sh) S 9716 9716 7458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 670203324 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9729/statm: 1339 233 193 169 0 50 0
[pid=9730] ppid=9729 vsize=868524 CPUtime=8.9
/proc/9730/stat : 9730 (java) S 9729 9716 7458 0 -1 0 33260 0 1 0 858 32 0 0 20 0 9 0 670203324 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 217131 26363 2565 9 0 211678 0
[pid=9730/tid=9731] ppid=9729 vsize=868524 CPUtime=6.08
/proc/9730/task/9731/stat : 9731 (java) R 9729 9716 7458 0 -1 64 3898 0 1 0 596 12 0 0 25 0 9 0 670203325 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 103568663 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9732] ppid=9729 vsize=868524 CPUtime=2.53
/proc/9730/task/9732/stat : 9732 (java) S 9729 9716 7458 0 -1 64 27142 0 0 0 236 17 0 0 16 0 9 0 670203326 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9733] ppid=9729 vsize=868524 CPUtime=0
/proc/9730/task/9733/stat : 9733 (java) S 9729 9716 7458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 670203326 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9734] ppid=9729 vsize=868524 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9729 9716 7458 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 670203326 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9735] ppid=9729 vsize=868524 CPUtime=0
/proc/9730/task/9735/stat : 9735 (java) S 9729 9716 7458 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 670203328 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9736] ppid=9729 vsize=868524 CPUtime=0.26
/proc/9730/task/9736/stat : 9736 (java) S 9729 9716 7458 0 -1 64 1523 0 0 0 25 1 0 0 16 0 9 0 670203328 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9737] ppid=9729 vsize=868524 CPUtime=0
/proc/9730/task/9737/stat : 9737 (java) S 9729 9716 7458 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 670203328 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9738] ppid=9729 vsize=868524 CPUtime=0
/proc/9730/task/9738/stat : 9738 (java) S 9729 9716 7458 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 670203328 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887480

[startup+25.5016 s]
/proc/loadavg: 2.33 2.08 2.02 3/92 9738
/proc/meminfo: memFree=1494160/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=3.57
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 974 34136 0 1 3 0 330 24 16 0 1 0 670202958 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9716/statm: 3400 797 370 3 0 500 0
[pid=9729] ppid=9716 vsize=5356 CPUtime=0
/proc/9729/stat : 9729 (sh) S 9716 9716 7458 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 670203324 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9729/statm: 1339 233 193 169 0 50 0
[pid=9730] ppid=9729 vsize=868524 CPUtime=21.53
/proc/9730/stat : 9730 (java) S 9729 9716 7458 0 -1 0 33864 0 1 0 2015 138 0 0 20 0 9 0 670203324 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9730/statm: 217131 26363 2565 9 0 211678 0
[pid=9730/tid=9731] ppid=9729 vsize=868524 CPUtime=18.39
/proc/9730/task/9731/stat : 9731 (java) R 9729 9716 7458 0 -1 64 4502 0 1 0 1724 115 0 0 25 0 9 0 670203325 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4126686119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9732] ppid=9729 vsize=868524 CPUtime=2.85
/proc/9730/task/9732/stat : 9732 (java) S 9729 9716 7458 0 -1 64 27142 0 0 0 265 20 0 0 16 0 9 0 670203326 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9733] ppid=9729 vsize=868524 CPUtime=0
/proc/9730/task/9733/stat : 9733 (java) S 9729 9716 7458 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 670203326 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9730/tid=9734] ppid=9729 vsize=868524 CPUtime=0
/proc/9730/task/9734/stat : 9734 (java) S 9729 9716 7458 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 670203326 889368576 26363 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=9716] ppid=9714 vsize=13600 CPUtime=34.26
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 1033 68757 0 2 5 1 3179 241 16 0 1 0 670202958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 799 370 3 0 500 0
[pid=9739] ppid=9716 vsize=5356 CPUtime=0
/proc/9739/stat : 9739 (sh) S 9716 9716 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670206444 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9739/statm: 1339 232 193 169 0 50 0
[pid=9740] ppid=9739 vsize=664996 CPUtime=1498.87
/proc/9740/stat : 9740 (minisat) R 9739 9716 7458 0 -1 4194304 157306 0 0 0 149690 197 0 0 25 0 1 0 670206444 680955904 157292 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 166249 157292 76 150 0 166096 0
Current children cumulated CPU time (s) 1533.13
Current children cumulated vsize (KiB) 683952

[startup+1602.3 s]
/proc/loadavg: 2.00 2.16 2.59 3/85 9887
/proc/meminfo: memFree=1264688/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=34.26
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 1033 68757 0 2 5 1 3179 241 16 0 1 0 670202958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 799 370 3 0 500 0
[pid=9739] ppid=9716 vsize=5356 CPUtime=0
/proc/9739/stat : 9739 (sh) S 9716 9716 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670206444 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9739/statm: 1339 232 193 169 0 50 0
[pid=9740] ppid=9739 vsize=665392 CPUtime=1558.59
/proc/9740/stat : 9740 (minisat) R 9739 9716 7458 0 -1 4194304 157401 0 0 0 155662 197 0 0 25 0 1 0 670206444 681361408 157387 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 166348 157387 76 150 0 166195 0
Current children cumulated CPU time (s) 1592.85
Current children cumulated vsize (KiB) 684348

[startup+1662.3 s]
/proc/loadavg: 2.00 2.13 2.55 3/85 9887
/proc/meminfo: memFree=1264176/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=34.26
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 1033 68757 0 2 5 1 3179 241 16 0 1 0 670202958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 799 370 3 0 500 0
[pid=9739] ppid=9716 vsize=5356 CPUtime=0
/proc/9739/stat : 9739 (sh) S 9716 9716 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670206444 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9739/statm: 1339 232 193 169 0 50 0
[pid=9740] ppid=9739 vsize=666068 CPUtime=1618.3
/proc/9740/stat : 9740 (minisat) R 9739 9716 7458 0 -1 4194304 157524 0 0 0 161633 197 0 0 25 0 1 0 670206444 682053632 157510 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 166517 157510 76 150 0 166364 0
Current children cumulated CPU time (s) 1652.56
Current children cumulated vsize (KiB) 685024

[startup+1722.3 s]
/proc/loadavg: 2.00 2.10 2.51 3/85 9887
/proc/meminfo: memFree=1263728/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=34.26
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 1033 68757 0 2 5 1 3179 241 16 0 1 0 670202958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 799 370 3 0 500 0
[pid=9739] ppid=9716 vsize=5356 CPUtime=0
/proc/9739/stat : 9739 (sh) S 9716 9716 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670206444 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9739/statm: 1339 232 193 169 0 50 0
[pid=9740] ppid=9739 vsize=666360 CPUtime=1678.01
/proc/9740/stat : 9740 (minisat) R 9739 9716 7458 0 -1 4194304 157617 0 0 0 167604 197 0 0 25 0 1 0 670206444 682352640 157603 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 166590 157603 76 150 0 166437 0
Current children cumulated CPU time (s) 1712.27
Current children cumulated vsize (KiB) 685316

[startup+1782.31 s]
/proc/loadavg: 2.00 2.08 2.47 3/85 9887
/proc/meminfo: memFree=1263280/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=34.26
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 1033 68757 0 2 5 1 3179 241 16 0 1 0 670202958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 799 370 3 0 500 0
[pid=9739] ppid=9716 vsize=5356 CPUtime=0
/proc/9739/stat : 9739 (sh) S 9716 9716 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670206444 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9739/statm: 1339 232 193 169 0 50 0
[pid=9740] ppid=9739 vsize=666756 CPUtime=1737.72
/proc/9740/stat : 9740 (minisat) R 9739 9716 7458 0 -1 4194304 157698 0 0 0 173575 197 0 0 25 0 1 0 670206444 682758144 157684 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 166689 157684 76 150 0 166536 0
Current children cumulated CPU time (s) 1771.98
Current children cumulated vsize (KiB) 685712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.5 s]
/proc/loadavg: 2.00 2.07 2.46 3/85 9887
/proc/meminfo: memFree=1263088/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=34.26
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 1033 68757 0 2 5 1 3179 241 16 0 1 0 670202958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 799 370 3 0 500 0
[pid=9739] ppid=9716 vsize=5356 CPUtime=0
/proc/9739/stat : 9739 (sh) S 9716 9716 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670206444 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9739/statm: 1339 232 193 169 0 50 0
[pid=9740] ppid=9739 vsize=666888 CPUtime=1765.79
/proc/9740/stat : 9740 (minisat) R 9739 9716 7458 0 -1 4194304 157734 0 0 0 176382 197 0 0 25 0 1 0 670206444 682893312 157720 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 166722 157720 76 150 0 166569 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 685844

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

[startup+1810.5 s]
/proc/loadavg: 2.00 2.07 2.46 3/85 9887
/proc/meminfo: memFree=1263088/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=34.26
/proc/9716/stat : 9716 (sugar) S 9714 9716 7458 0 -1 4194304 1033 68757 0 2 5 1 3179 241 16 0 1 0 670202958 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9716/statm: 3400 799 370 3 0 500 0
[pid=9739] ppid=9716 vsize=5356 CPUtime=0
/proc/9739/stat : 9739 (sh) S 9716 9716 7458 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 670206444 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9739/statm: 1339 232 193 169 0 50 0
[pid=9740] ppid=9739 vsize=666888 CPUtime=1765.79
/proc/9740/stat : 9740 (minisat) R 9739 9716 7458 0 -1 4194304 157734 0 0 0 176382 197 0 0 25 0 1 0 670206444 682893312 157720 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/9740/statm: 166722 157720 76 150 0 166569 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 685844

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

[startup+1810.62 s]
/proc/loadavg: 2.00 2.07 2.46 3/85 9887
/proc/meminfo: memFree=1263088/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=34.26
/proc/9716/stat : 9716 (sugar) D 9714 9716 7458 0 -1 4194304 1069 69034 0 2 5 1 3179 241 15 0 1 0 670202958 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9716/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.26
Current children cumulated vsize (KiB) 13600

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

[startup+1810.8 s]
/proc/loadavg: 2.00 2.07 2.46 2/84 9888
/proc/meminfo: memFree=1895160/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=34.26
/proc/9716/stat : 9716 (sugar) D 9714 9716 7458 0 -1 4194304 1069 69034 0 2 5 1 3179 241 15 0 1 0 670202958 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/9716/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.26
Current children cumulated vsize (KiB) 13600

[startup+1811.2 s]
/proc/loadavg: 2.00 2.07 2.46 2/84 9888
/proc/meminfo: memFree=1895160/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=34.27
/proc/9716/stat : 9716 (sugar) D 9714 9716 7458 0 -1 4194304 1069 69034 0 2 5 2 3179 241 15 0 1 0 670202958 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/9716/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.27
Current children cumulated vsize (KiB) 13600

[startup+1811.4 s]
/proc/loadavg: 2.00 2.07 2.46 2/84 9888
/proc/meminfo: memFree=1895160/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=34.27
/proc/9716/stat : 9716 (sugar) D 9714 9716 7458 0 -1 4194304 1069 69034 0 2 5 2 3179 241 15 0 1 0 670202958 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/9716/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.27
Current children cumulated vsize (KiB) 13600

[startup+1811.5 s]
/proc/loadavg: 2.00 2.07 2.46 2/84 9888
/proc/meminfo: memFree=1895160/2055920 swapFree=4179808/4192956
[pid=9716] ppid=9714 vsize=13600 CPUtime=34.27
/proc/9716/stat : 9716 (sugar) D 9714 9716 7458 0 -1 4194304 1069 69034 0 2 5 2 3179 241 15 0 1 0 670202958 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/9716/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.27
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 1811.52
CPU time (s): 1800.08
CPU user time (s): 1795.67
CPU system time (s): 4.41363
CPU usage (%): 99.3685
Max. virtual memory (cumulated for all children) (KiB): 899620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.8492
system time used= 2.44363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70134
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= 13272
involuntary context switches= 14243

runsolver used 1.9537 second user time and 5.56815 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 06:12:33
IDJOB=1064925
IDBENCH=55009
IDSOLVER=346
FILE ID=node89/1064925-1215144753
PBS_JOBID= 7877328
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-8-accl.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-1064925-1215144753/watcher-1064925-1215144753 -o /tmp/evaluation-result-1064925-1215144753/solver-1064925-1215144753 -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-1064925-1215144753.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a836148987a747fe0e78f1f820e1fc6b
RANDOM SEED=145369797

node89.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.213
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.213
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:       1773640 kB
Buffers:         14640 kB
Cached:         101900 kB
SwapCached:       7288 kB
Active:         199868 kB
Inactive:        30264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1773640 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:           10660 kB
Writeback:           0 kB
Mapped:         127016 kB
Slab:            37256 kB
Committed_AS:  2627736 kB
PageTables:       1968 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node89 at 2008-07-04 06:42:46