Trace number 1080001

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.03 1804.22

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-39_ext.xml
MD5SUMed8df54d36902e618bb25f8ef4659cdc
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark67.9727
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:45:47 2008
0.00/0.04	c 0	PID 28373
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1080001-1215211547.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-1080001-1215211547.xml' 'HOME/temp.csp'
0.03/0.67	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.03/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.72	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.03/0.79	c 1	Parsing HOME/temp.csp
1.71/1.81	c 2	parsed 139 expressions
1.71/1.81	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.71/1.81	c 2	Converting to clausal form CSP
1.71/1.83	c 2	converted 14 (10%) expressions
1.71/1.85	c 2	converted 28 (20%) expressions
1.71/1.85	c 2	converted 42 (30%) expressions
1.90/2.01	c 2	converted 56 (40%) expressions
1.90/2.01	c 2	converted 70 (50%) expressions
1.90/2.08	c 2	converted 84 (60%) expressions
2.00/2.18	c 2	converted 98 (70%) expressions
2.10/2.29	c 2	converted 112 (80%) expressions
2.29/2.40	c 3	converted 126 (90%) expressions
2.59/2.72	c 3	converted 139 (100%) expressions
2.59/2.72	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.59/2.72	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.59/2.72	c 3	Propagation in CSP
2.59/2.72	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.59/2.72	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.59/2.72	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.59/2.72	c 3	Simplifing CSP by introducing new Boolean variables
2.59/2.72	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.59/2.72	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.69/2.84	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.69/2.84	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.69/2.84	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.69/2.85	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.69/2.85	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.69/2.85	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.69/2.85	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.69/2.85	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.69/2.85	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.69/2.86	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.69/2.86	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.89/3.04	c 3	6 (10%) CSP clauses are encoded (11244 clauses, 244710 bytes)
2.99/3.17	c 3	12 (20%) CSP clauses are encoded (22173 clauses, 490586 bytes)
3.19/3.30	c 3	18 (30%) CSP clauses are encoded (33077 clauses, 744939 bytes)
3.29/3.42	c 4	24 (40%) CSP clauses are encoded (43312 clauses, 990969 bytes)
3.38/3.55	c 4	30 (50%) CSP clauses are encoded (54131 clauses, 1255333 bytes)
3.48/3.67	c 4	36 (60%) CSP clauses are encoded (64925 clauses, 1523843 bytes)
3.67/3.80	c 4	42 (70%) CSP clauses are encoded (75786 clauses, 1792818 bytes)
3.77/3.92	c 4	48 (80%) CSP clauses are encoded (86587 clauses, 2076146 bytes)
3.87/4.05	c 4	54 (90%) CSP clauses are encoded (97415 clauses, 2366078 bytes)
3.97/4.16	c 4	59 (100%) CSP clauses are encoded (106464 clauses, 2608220 bytes)
3.97/4.16	c 4	59 CSP clauses encoded
3.97/4.16	c 4	Writing map file : HOME/temp.map
3.97/4.16	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.97/4.16	c 4	SAT : 380 SAT variables, 106464 SAT clauses, 2608220 bytes
3.97/4.16	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.04/4.22	c 4	SOLVING HOME/temp.cnf
4.04/4.22	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.04/4.22	c 4	This is MiniSat 2.0 beta
4.04/4.22	c 4	WARNING: for repeatability, setting FPU to use double precision
4.04/4.22	c 4	============================[ Problem Statistics ]=============================
4.04/4.22	c 4	|                                                                             |
4.04/4.22	c 4	|  Number of variables:  380                                                  |
4.04/4.22	c 4	|  Number of clauses:    106464                                               |
4.04/4.29	c 4	|  Parsing time:         0.06         s                                       |
4.04/4.29	c 4	============================[ Search Statistics ]==============================
4.04/4.29	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.04/4.29	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.04/4.29	c 4	===============================================================================
4.04/4.29	c 4	|         0 |     380   106464   584051 |    35488        0    nan |  0.000 % |
4.06/4.35	c 4	|       100 |     380   106464   584051 |    39036      100     11 |  0.001 % |
4.23/4.44	c 5	|       250 |     380   106464   584051 |    42940      250     10 |  0.013 % |
4.33/4.53	c 5	|       476 |     380   106464   584051 |    47234      476     10 |  0.013 % |
4.52/4.71	c 5	|       813 |     380   106464   584051 |    51957      813     11 |  0.011 % |
4.72/4.94	c 5	|      1320 |     380   106464   584051 |    57153     1320     11 |  0.012 % |
5.12/5.30	c 5	|      2080 |     380   106464   584051 |    62869     2080     12 |  0.004 % |
5.61/5.81	c 6	|      3220 |     380   106464   584051 |    69156     3220     12 |  0.013 % |
6.31/6.55	c 7	|      4928 |     380   106464   584051 |    76071     4928     12 |  0.013 % |
7.60/7.84	c 8	|      7492 |     380   106464   584051 |    83678     7492     12 |  0.013 % |
9.18/9.47	c 10	|     11337 |     380   106464   584051 |    92046    11337     13 |  0.011 % |
12.05/12.35	c 12	|     17103 |     380   106464   584051 |   101251    17103     14 |  0.013 % |
16.61/16.90	c 17	|     25752 |     380   106464   584051 |   111376    25752     14 |  0.013 % |
24.55/24.93	c 25	|     38726 |     380   106464   584051 |   122514    38726     14 |  0.013 % |
40.11/40.61	c 41	|     58187 |     380   106464   584051 |   134765    58187     14 |  0.017 % |
67.08/67.85	c 68	|     87380 |     380   106464   584051 |   148242    87380     15 |  0.002 % |
111.50/112.65	c 113	|    131169 |     380   106464   584051 |   163066   131169     15 |  0.017 % |
196.07/197.90	c 198	|    196853 |     379   105637   580231 |   179373   128162     15 |  0.264 % |
310.61/313.47	c 314	|    295380 |     379   105637   580231 |   197310    65110     16 |  0.274 % |
449.45/453.19	c 453	|    443169 |     377   103762   570064 |   217041   123386     16 |  0.790 % |
741.23/745.02	c 745	|    664852 |     374   101108   556474 |   238745   132167     17 |  1.580 % |
1248.94/1252.97	c 1253	|    997378 |     372   100005   551072 |   262620   168166     18 |  2.106 % |
1800.03/1804.21	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1804.21	c 1804	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1804.21	c ERROR INTERRUPTED
1800.03/1804.22	s UNKNOWN
1800.03/1804.22	c 1804	CPU 3.91 (0.03 0 3.88 0.16)
1800.03/1804.22	c 1804	END Sat Jul  5 01:15:51 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-1080001-1215211547/watcher-1080001-1215211547 -o /tmp/evaluation-result-1080001-1215211547/solver-1080001-1215211547 -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-1080001-1215211547.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 1.98 1.83 4/81 28373
/proc/meminfo: memFree=1454592/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=12268 CPUtime=0
/proc/28373/stat : 28373 (sugar) R 28371 28373 27999 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 254142650 12562432 317 996147200 4194304 4206940 548682068608 18446744073709551615 269807424225 0 0 4224 0 0 0 0 17 0 0 0
/proc/28373/statm: 3067 320 242 3 0 167 0

[startup+0.105107 s]
/proc/loadavg: 2.00 1.98 1.83 4/81 28373
/proc/meminfo: memFree=1454592/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=0.03
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 254142650 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.20112 s]
/proc/loadavg: 2.00 1.98 1.83 4/81 28373
/proc/meminfo: memFree=1454592/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=0.03
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 254142650 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301131 s]
/proc/loadavg: 2.00 1.98 1.83 4/81 28373
/proc/meminfo: memFree=1454592/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=0.03
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 254142650 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701173 s]
/proc/loadavg: 2.00 1.98 1.83 4/81 28373
/proc/meminfo: memFree=1454592/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=0.03
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 254142650 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 2.00 1.98 1.83 4/92 28395
/proc/meminfo: memFree=1439848/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=0.65
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 973 6985 0 1 3 0 58 4 15 0 1 0 254142650 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28373/statm: 3400 797 370 3 0 500 0
[pid=28386] ppid=28373 vsize=5356 CPUtime=0
/proc/28386/stat : 28386 (sh) S 28373 28373 27999 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 254142722 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28386/statm: 1339 233 193 169 0 50 0
[pid=28387] ppid=28386 vsize=864012 CPUtime=0.75
/proc/28387/stat : 28387 (java) S 28386 28373 27999 0 -1 0 7827 0 1 0 73 2 0 0 18 0 9 0 254142723 884748288 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28387/statm: 216003 7107 2532 9 0 210585 0
[pid=28387/tid=28388] ppid=28386 vsize=864012 CPUtime=0.43
/proc/28387/task/28388/stat : 28388 (java) R 28386 28373 27999 0 -1 64 2468 0 1 0 42 1 0 0 23 0 9 0 254142724 884748288 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28389] ppid=28386 vsize=864012 CPUtime=0.26
/proc/28387/task/28389/stat : 28389 (java) R 28386 28373 27999 0 -1 64 4350 0 0 0 26 0 0 0 16 0 9 0 254142725 884748288 7107 996147200 134512640 134550740 4294955952 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28390] ppid=28386 vsize=864012 CPUtime=0
/proc/28387/task/28390/stat : 28390 (java) S 28386 28373 27999 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254142725 884748288 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28391] ppid=28386 vsize=864012 CPUtime=0
/proc/28387/task/28391/stat : 28391 (java) S 28386 28373 27999 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 254142725 884748288 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28392] ppid=28386 vsize=864012 CPUtime=0
/proc/28387/task/28392/stat : 28392 (java) S 28386 28373 27999 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 254142727 884748288 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28393] ppid=28386 vsize=864012 CPUtime=0.03
/proc/28387/task/28393/stat : 28393 (java) S 28386 28373 27999 0 -1 64 312 0 0 0 3 0 0 0 16 0 9 0 254142727 884748288 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28394] ppid=28386 vsize=864012 CPUtime=0
/proc/28387/task/28394/stat : 28394 (java) S 28386 28373 27999 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 254142727 884748288 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28395] ppid=28386 vsize=864012 CPUtime=0
/proc/28387/task/28395/stat : 28395 (java) S 28386 28373 27999 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254142727 884748288 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 882968

[startup+3.10243 s]
/proc/loadavg: 2.00 1.98 1.83 3/92 28395
/proc/meminfo: memFree=1413736/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=0.65
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 974 6985 0 1 3 0 58 4 15 0 1 0 254142650 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28373/statm: 3400 797 370 3 0 500 0
[pid=28386] ppid=28373 vsize=5356 CPUtime=0
/proc/28386/stat : 28386 (sh) S 28373 28373 27999 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 254142722 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28386/statm: 1339 233 193 169 0 50 0
[pid=28387] ppid=28386 vsize=864272 CPUtime=2.34
/proc/28387/stat : 28387 (java) S 28386 28373 27999 0 -1 0 15288 0 1 0 226 8 0 0 18 0 9 0 254142723 885014528 14491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28387/statm: 216068 14491 2564 9 0 210615 0
[pid=28387/tid=28388] ppid=28386 vsize=864272 CPUtime=1.19
/proc/28387/task/28388/stat : 28388 (java) R 28386 28373 27999 0 -1 64 3263 0 1 0 117 2 0 0 22 0 9 0 254142724 885014528 14491 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28389] ppid=28386 vsize=864272 CPUtime=1.04
/proc/28387/task/28389/stat : 28389 (java) S 28386 28373 27999 0 -1 64 10984 0 0 0 99 5 0 0 16 0 9 0 254142725 885014528 14491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28390] ppid=28386 vsize=864272 CPUtime=0
/proc/28387/task/28390/stat : 28390 (java) S 28386 28373 27999 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 254142725 885014528 14491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28391] ppid=28386 vsize=864272 CPUtime=0
/proc/28387/task/28391/stat : 28391 (java) S 28386 28373 27999 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 254142725 885014528 14491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28392] ppid=28386 vsize=864272 CPUtime=0
/proc/28387/task/28392/stat : 28392 (java) S 28386 28373 27999 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 254142727 885014528 14491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28393] ppid=28386 vsize=864272 CPUtime=0.08
/proc/28387/task/28393/stat : 28393 (java) S 28386 28373 27999 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 254142727 885014528 14491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28394] ppid=28386 vsize=864272 CPUtime=0
/proc/28387/task/28394/stat : 28394 (java) S 28386 28373 27999 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 254142727 885014528 14491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28387/tid=28395] ppid=28386 vsize=864272 CPUtime=0
/proc/28387/task/28395/stat : 28395 (java) S 28386 28373 27999 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 254142727 885014528 14491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883228

[startup+6.30178 s]
/proc/loadavg: 2.08 2.00 1.84 3/84 28397
/proc/meminfo: memFree=1440168/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 15 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=8432 CPUtime=2.05
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 2003 0 0 0 204 1 0 0 25 0 1 0 254143073 8634368 1989 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28397/statm: 2108 1989 75 150 0 1955 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 27388

[startup+12.7015 s]
/proc/loadavg: 2.08 2.00 1.84 3/84 28397
/proc/meminfo: memFree=1439024/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=9684 CPUtime=8.39
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 2295 0 0 0 838 1 0 0 25 0 1 0 254143073 9916416 2281 996147200 134512640 135127466 4294956256 18446744073709551615 134530799 0 0 4096 3 0 0 0 17 1 0 0
/proc/28397/statm: 2421 2281 75 150 0 2268 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 28640

[startup+25.5018 s]
/proc/loadavg: 2.06 2.00 1.84 3/84 28397
/proc/meminfo: memFree=1437040/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=11744 CPUtime=21.08
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 2811 0 0 0 2106 2 0 0 25 0 1 0 254143073 12025856 2797 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28397/statm: 2936 2797 75 150 0 2783 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 30700

[startup+51.1016 s]
/proc/loadavg: 2.04 2.00 1.84 3/84 28397
/proc/meminfo: memFree=1434288/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=14488 CPUtime=46.46
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 3499 0 0 0 4643 3 0 0 25 0 1 0 254143073 14835712 3485 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28397/statm: 3622 3485 75 150 0 3469 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 33444

[startup+102.301 s]
/proc/loadavg: 2.01 2.00 1.85 3/84 28397
/proc/meminfo: memFree=1429360/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=19456 CPUtime=97.22
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 4718 0 0 0 9718 4 0 0 25 0 1 0 254143073 19922944 4704 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28397/statm: 4864 4704 75 150 0 4711 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 38412

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.85 3/84 28397
/proc/meminfo: memFree=1425648/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1374456/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=37260 CPUtime=1354.24
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 8945 0 0 0 135412 12 0 0 25 0 1 0 254143073 38154240 8931 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/28397/statm: 9315 8931 75 150 0 9162 0
Current children cumulated CPU time (s) 1358.3
Current children cumulated vsize (KiB) 56216

[startup+1422.3 s]
/proc/loadavg: 2.07 2.11 2.00 3/77 28565
/proc/meminfo: memFree=1370552/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=38608 CPUtime=1414.22
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 9291 0 0 0 141410 12 0 0 25 0 1 0 254143073 39534592 9277 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28397/statm: 9652 9277 75 150 0 9499 0
Current children cumulated CPU time (s) 1418.28
Current children cumulated vsize (KiB) 57564

[startup+1482.3 s]
/proc/loadavg: 2.02 2.09 2.00 3/77 28565
/proc/meminfo: memFree=1366968/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=39844 CPUtime=1474.19
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 9586 0 0 0 147406 13 0 0 25 0 1 0 254143073 40800256 9572 996147200 134512640 135127466 4294956256 18446744073709551615 134535144 0 0 4096 3 0 0 0 17 0 0 0
/proc/28397/statm: 9961 9572 75 150 0 9808 0
Current children cumulated CPU time (s) 1478.25
Current children cumulated vsize (KiB) 58800

[startup+1542.31 s]
/proc/loadavg: 2.01 2.07 2.00 3/77 28565
/proc/meminfo: memFree=1364472/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=39844 CPUtime=1534.18
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 9587 0 0 0 153405 13 0 0 25 0 1 0 254143073 40800256 9573 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28397/statm: 9961 9573 75 150 0 9808 0
Current children cumulated CPU time (s) 1538.24
Current children cumulated vsize (KiB) 58800

[startup+1602.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/77 28565
/proc/meminfo: memFree=1362232/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=39844 CPUtime=1594.15
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 9602 0 0 0 159402 13 0 0 25 0 1 0 254143073 40800256 9588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28397/statm: 9961 9588 75 150 0 9808 0
Current children cumulated CPU time (s) 1598.21
Current children cumulated vsize (KiB) 58800

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/77 28565
/proc/meminfo: memFree=1359288/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=40836 CPUtime=1654.12
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 9819 0 0 0 165399 13 0 0 25 0 1 0 254143073 41816064 9805 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28397/statm: 10209 9805 75 150 0 10056 0
Current children cumulated CPU time (s) 1658.18
Current children cumulated vsize (KiB) 59792

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 28565
/proc/meminfo: memFree=1356792/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=40988 CPUtime=1714.1
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 9863 0 0 0 171397 13 0 0 25 0 1 0 254143073 41971712 9849 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28397/statm: 10247 9849 75 150 0 10094 0
Current children cumulated CPU time (s) 1718.16
Current children cumulated vsize (KiB) 59944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 28565
/proc/meminfo: memFree=1354104/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=41436 CPUtime=1774.07
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 9989 0 0 0 177394 13 0 0 25 0 1 0 254143073 42430464 9975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28397/statm: 10359 9975 75 150 0 10206 0
Current children cumulated CPU time (s) 1778.13
Current children cumulated vsize (KiB) 60392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 28565
/proc/meminfo: memFree=1353464/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=41604 CPUtime=1795.97
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 10015 0 0 0 179584 13 0 0 25 0 1 0 254143073 42602496 10001 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28397/statm: 10401 10001 75 150 0 10248 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 60560

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

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

[startup+1804.2 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 28565
/proc/meminfo: memFree=1353464/2055920 swapFree=4179588/4192956
[pid=28373] ppid=28371 vsize=13600 CPUtime=4.06
/proc/28373/stat : 28373 (sugar) S 28371 28373 27999 0 -1 4194304 1031 22619 0 2 3 0 388 15 16 0 1 0 254142650 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28373/statm: 3400 798 370 3 0 500 0
[pid=28396] ppid=28373 vsize=5356 CPUtime=0
/proc/28396/stat : 28396 (sh) S 28373 28373 27999 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 254143073 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28396/statm: 1339 232 193 169 0 50 0
[pid=28397] ppid=28396 vsize=41604 CPUtime=1795.97
/proc/28397/stat : 28397 (minisat) R 28396 28373 27999 0 -1 4194304 10015 0 0 0 179584 13 0 0 25 0 1 0 254143073 42602496 10001 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28397/statm: 10401 10001 75 150 0 10248 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 60560

Child status: 0

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

Real time (s): 1804.22
CPU time (s): 1800.03
CPU user time (s): 1799.75
CPU system time (s): 0.28
CPU usage (%): 99.7676
Max. virtual memory (cumulated for all children) (KiB): 883228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.9224
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24141
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= 2405
involuntary context switches= 2336

runsolver used 2.41763 second user time and 5.42617 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 00:45:47
IDJOB=1080001
IDBENCH=56928
IDSOLVER=346
FILE ID=node81/1080001-1215211547
PBS_JOBID= 7881767
Free space on /tmp= 126812 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-39_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1080001-1215211547/watcher-1080001-1215211547 -o /tmp/evaluation-result-1080001-1215211547/solver-1080001-1215211547 -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-1080001-1215211547.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ed8df54d36902e618bb25f8ef4659cdc
RANDOM SEED=939924634

node81.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.236
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.236
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:       1455008 kB
Buffers:         75484 kB
Cached:         380376 kB
SwapCached:       6404 kB
Active:         278776 kB
Inactive:       251368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1455008 kB
SwapTotal:     4192956 kB
SwapFree:      4179588 kB
Dirty:            2640 kB
Writeback:           0 kB
Mapped:          91040 kB
Slab:            55968 kB
Committed_AS:  1371468 kB
PageTables:       1752 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= 126804 MiB
End job on node81 at 2008-07-05 01:15:53