Trace number 1083457

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 1815.74

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-3.xml
MD5SUMd4dfebcda634d2e830e49daacaa49bde
Bench Category2-ARY-INT (binary 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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1574
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
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 05:24:33 2008
0.00/0.04	c 0	PID 27399
0.00/0.04	c 0	HOST node77.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1083457-1215228273.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-1083457-1215228273.xml' 'HOME/temp.csp'
1.16/1.26	c 2	99 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.23/1.30	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.23/1.30	c 2	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'
1.23/1.38	c 2	Parsing HOME/temp.csp
1.23/1.71	c 2	parsed 10000 expressions
1.23/1.81	c 2	parsed 13843 expressions
1.23/1.82	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.82	c 2	Converting to clausal form CSP
1.23/2.01	c 2	converted 1385 (10%) expressions
1.23/2.07	c 2	converted 2769 (20%) expressions
2.01/2.11	c 2	converted 4153 (30%) expressions
2.01/2.15	c 3	converted 5538 (40%) expressions
2.11/2.24	c 3	converted 6922 (50%) expressions
2.11/2.28	c 3	converted 8306 (60%) expressions
2.20/2.32	c 3	converted 9691 (70%) expressions
2.20/2.35	c 3	converted 11075 (80%) expressions
2.20/2.39	c 3	converted 12459 (90%) expressions
2.31/2.42	c 3	converted 13843 (100%) expressions
2.31/2.43	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1574
2.31/2.43	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.43	c 3	Propagation in CSP
3.10/3.24	c 4	763268 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.10/3.24	c 4	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 696
3.10/3.24	c 4	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.10/3.24	c 4	Simplifing CSP by introducing new Boolean variables
3.30/3.48	c 4	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 696
3.30/3.48	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.50/3.60	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.50/3.69	c 4	80 (10%) CSP integer variables are encoded (46600 clauses, 676890 bytes)
3.61/3.74	c 4	160 (20%) CSP integer variables are encoded (89080 clauses, 1314090 bytes)
3.61/3.79	c 4	240 (30%) CSP integer variables are encoded (132240 clauses, 2026335 bytes)
3.70/3.85	c 4	320 (40%) CSP integer variables are encoded (177840 clauses, 2801535 bytes)
3.81/3.92	c 4	400 (50%) CSP integer variables are encoded (229480 clauses, 3679415 bytes)
3.81/3.98	c 4	480 (60%) CSP integer variables are encoded (281360 clauses, 4561375 bytes)
3.90/4.03	c 4	560 (70%) CSP integer variables are encoded (316640 clauses, 5161135 bytes)
3.90/4.08	c 4	640 (80%) CSP integer variables are encoded (360440 clauses, 5905735 bytes)
4.00/4.14	c 5	720 (90%) CSP integer variables are encoded (402800 clauses, 6625855 bytes)
4.10/4.20	c 5	800 (100%) CSP integer variables are encoded (454960 clauses, 7512575 bytes)
5.39/5.59	c 6	3654 (10%) CSP clauses are encoded (1157623 clauses, 23563070 bytes)
6.69/6.80	c 7	7308 (20%) CSP clauses are encoded (1781746 clauses, 38114550 bytes)
7.86/8.01	c 8	10962 (30%) CSP clauses are encoded (2393731 clauses, 52398374 bytes)
9.06/9.29	c 10	14616 (40%) CSP clauses are encoded (3052790 clauses, 67818108 bytes)
10.43/18.30	c 19	18270 (50%) CSP clauses are encoded (3713460 clauses, 83949030 bytes)
11.73/19.66	c 20	21924 (60%) CSP clauses are encoded (4407560 clauses, 100876495 bytes)
13.22/21.13	c 21	25578 (70%) CSP clauses are encoded (5160578 clauses, 119197534 bytes)
14.71/22.64	c 23	29232 (80%) CSP clauses are encoded (5940869 clauses, 138098683 bytes)
16.01/23.92	c 24	32886 (90%) CSP clauses are encoded (6608560 clauses, 154127448 bytes)
17.60/25.54	c 26	36540 (100%) CSP clauses are encoded (7488598 clauses, 174485364 bytes)
17.60/25.54	c 26	36540 CSP clauses encoded
17.60/25.54	c 26	Writing map file : HOME/temp.map
17.60/25.57	c 26	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.60/25.57	c 26	SAT : 479360 SAT variables, 7488598 SAT clauses, 174485364 bytes
17.60/25.57	c 26	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.66/25.62	c 26	SOLVING HOME/temp.cnf
17.66/25.62	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.66/25.62	c 26	This is MiniSat 2.0 beta
17.66/25.62	c 26	WARNING: for repeatability, setting FPU to use double precision
17.66/25.62	c 26	============================[ Problem Statistics ]=============================
17.66/25.62	c 26	|                                                                             |
17.66/25.62	c 26	|  Number of variables:  479360                                               |
17.66/25.62	c 26	|  Number of clauses:    7488598                                              |
21.95/29.91	c 30	|  Parsing time:         3.62         s                                       |
22.15/30.15	c 31	============================[ Search Statistics ]==============================
22.15/30.15	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.15/30.15	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.15/30.15	c 31	===============================================================================
22.15/30.15	c 31	|         0 |  473828  7483066 21314775 |  2494355        0    nan |  0.000 % |
26.72/34.71	c 35	|       100 |  473828  7483066 21314775 |  2743790      100     25 |  1.154 % |
32.09/40.11	c 40	|       250 |  473828  7483066 21314775 |  3018169      249     20 |  1.158 % |
41.55/49.66	c 50	|       479 |  473828  7483066 21314775 |  3319986      478     18 |  1.158 % |
53.29/61.45	c 62	|       818 |  473828  7483066 21314775 |  3651985      817     24 |  1.158 % |
74.58/82.86	c 83	|      1326 |  473811  7482765 21313932 |  4017184     1325     26 |  1.158 % |
100.25/108.64	c 109	|      2086 |  473811  7482765 21313932 |  4418902     2085     25 |  1.158 % |
147.22/155.88	c 156	|      3225 |  473811  7482765 21313932 |  4860792     3224     26 |  1.158 % |
212.81/221.80	c 222	|      4934 |  473811  7482765 21313932 |  5346872     4933     24 |  1.158 % |
299.38/308.70	c 309	|      7496 |  473722  7481290 21309808 |  5881559     7492     31 |  1.176 % |
446.95/457.05	c 457	|     11341 |  473658  7480293 21307007 |  6469715    11335     29 |  1.190 % |
645.85/656.80	c 657	|     17109 |  473459  7476917 21297591 |  7116686    17094     28 |  1.237 % |
942.27/954.45	c 955	|     25759 |  473330  7474724 21291443 |  7828355    25739     28 |  1.258 % |
1409.79/1423.88	c 1424	|     38736 |  473245  7473413 21287768 |  8611191    38710     28 |  1.278 % |
1800.03/1815.61	c ERROR INTERRUPTED
1800.03/1815.66	s UNKNOWN
1800.03/1815.66	c 1816	CPU 16.36 (0.04 0.01 16.32 1.33)
1800.03/1815.66	c 1816	END Sat Jul  5 05:54:49 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-1083457-1215228273/watcher-1083457-1215228273 -o /tmp/evaluation-result-1083457-1215228273/solver-1083457-1215228273 -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-1083457-1215228273.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.02 2.17 4/75 27399
/proc/meminfo: memFree=960136/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=12268 CPUtime=0
/proc/27399/stat : 27399 (sugar) R 27397 27399 27261 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 636045132 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 0 0 0 0 17 0 0 0
/proc/27399/statm: 3068 323 243 3 0 168 0

[startup+0.071138 s]
/proc/loadavg: 1.92 2.02 2.17 4/75 27399
/proc/meminfo: memFree=960136/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=0.03
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636045132 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27399/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102145 s]
/proc/loadavg: 1.92 2.02 2.17 4/75 27399
/proc/meminfo: memFree=960136/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=0.03
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636045132 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27399/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302176 s]
/proc/loadavg: 1.92 2.02 2.17 4/75 27399
/proc/meminfo: memFree=960136/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=0.03
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636045132 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27399/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702267 s]
/proc/loadavg: 1.92 2.02 2.17 4/75 27399
/proc/meminfo: memFree=960136/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=0.03
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636045132 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27399/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50142 s]
/proc/loadavg: 1.92 2.02 2.17 3/86 27411
/proc/meminfo: memFree=934576/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=1.23
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 973 10486 0 1 3 0 114 6 16 0 1 0 636045132 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27399/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 13600

[startup+3.10274 s]
/proc/loadavg: 1.92 2.02 2.17 3/86 27421
/proc/meminfo: memFree=940848/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=1.23
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 974 10486 0 1 3 0 114 6 15 0 1 0 636045132 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27399/statm: 3400 797 370 3 0 500 0
[pid=27412] ppid=27399 vsize=5356 CPUtime=0
/proc/27412/stat : 27412 (sh) S 27399 27399 27261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636045262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27412/statm: 1339 233 193 169 0 50 0
[pid=27413] ppid=27412 vsize=868364 CPUtime=1.77
/proc/27413/stat : 27413 (java) S 27412 27399 27261 0 -1 0 9796 0 1 0 170 7 0 0 20 0 9 0 636045262 889204736 8841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27413/statm: 217091 8841 2540 9 0 211666 0
[pid=27413/tid=27414] ppid=27412 vsize=868364 CPUtime=1.17
/proc/27413/task/27414/stat : 27414 (java) R 27412 27399 27261 0 -1 64 2811 0 1 0 115 2 0 0 25 0 9 0 636045263 889204736 8841 996147200 134512640 134550740 4294955952 18446744073709551615 4126883224 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27415] ppid=27412 vsize=868364 CPUtime=0.38
/proc/27413/task/27415/stat : 27415 (java) S 27412 27399 27261 0 -1 64 4838 0 0 0 36 2 0 0 16 0 9 0 636045264 889204736 8841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27416] ppid=27412 vsize=868364 CPUtime=0
/proc/27413/task/27416/stat : 27416 (java) S 27412 27399 27261 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636045265 889204736 8841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27417] ppid=27412 vsize=868364 CPUtime=0
/proc/27413/task/27417/stat : 27417 (java) S 27412 27399 27261 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636045265 889204736 8841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27418] ppid=27412 vsize=868364 CPUtime=0
/proc/27413/task/27418/stat : 27418 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636045266 889204736 8841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27419] ppid=27412 vsize=868364 CPUtime=0.19
/proc/27413/task/27419/stat : 27419 (java) S 27412 27399 27261 0 -1 64 1450 0 0 0 18 1 0 0 16 0 9 0 636045266 889204736 8841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27420] ppid=27412 vsize=868364 CPUtime=0
/proc/27413/task/27420/stat : 27420 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636045267 889204736 8841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27421] ppid=27412 vsize=868364 CPUtime=0
/proc/27413/task/27421/stat : 27421 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636045267 889204736 8841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887320

[startup+6.30137 s]
/proc/loadavg: 2.09 2.05 2.18 3/86 27421
/proc/meminfo: memFree=903088/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=1.25
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 974 10486 0 1 4 1 114 6 16 0 1 0 636045132 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27399/statm: 3400 797 370 3 0 500 0
[pid=27412] ppid=27399 vsize=5356 CPUtime=0
/proc/27412/stat : 27412 (sh) S 27399 27399 27261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636045262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27412/statm: 1339 233 193 169 0 50 0
[pid=27413] ppid=27412 vsize=868476 CPUtime=4.94
/proc/27413/stat : 27413 (java) S 27412 27399 27261 0 -1 0 12114 0 1 0 463 31 0 0 20 0 9 0 636045262 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27413/statm: 217119 10601 2565 9 0 211666 0
[pid=27413/tid=27414] ppid=27412 vsize=868476 CPUtime=3.83
/proc/27413/task/27414/stat : 27414 (java) R 27412 27399 27261 0 -1 64 3359 0 1 0 360 23 0 0 25 0 9 0 636045263 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27415] ppid=27412 vsize=868476 CPUtime=0.84
/proc/27413/task/27415/stat : 27415 (java) R 27412 27399 27261 0 -1 64 6571 0 0 0 78 6 0 0 15 0 9 0 636045264 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27416] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27416/stat : 27416 (java) S 27412 27399 27261 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636045265 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27417] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27417/stat : 27417 (java) S 27412 27399 27261 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636045265 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27418] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27418/stat : 27418 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636045266 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27419] ppid=27412 vsize=868476 CPUtime=0.25
/proc/27413/task/27419/stat : 27419 (java) S 27412 27399 27261 0 -1 64 1487 0 0 0 24 1 0 0 16 0 9 0 636045266 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27420] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27420/stat : 27420 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636045267 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27421] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27421/stat : 27421 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636045267 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887432

[startup+12.7016 s]
/proc/loadavg: 2.16 2.06 2.18 2/86 27421
/proc/meminfo: memFree=838128/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=1.25
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 974 10486 0 1 4 1 114 6 16 0 1 0 636045132 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27399/statm: 3400 797 370 3 0 500 0
[pid=27412] ppid=27399 vsize=5356 CPUtime=0
/proc/27412/stat : 27412 (sh) S 27399 27399 27261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636045262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27412/statm: 1339 233 193 169 0 50 0
[pid=27413] ppid=27412 vsize=868476 CPUtime=9.14
/proc/27413/stat : 27413 (java) S 27412 27399 27261 0 -1 0 12681 0 1 0 850 64 0 0 20 0 9 0 636045262 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27413/statm: 217119 10601 2565 9 0 211666 0
[pid=27413/tid=27414] ppid=27412 vsize=868476 CPUtime=7.83
/proc/27413/task/27414/stat : 27414 (java) D 27412 27399 27261 0 -1 64 3926 0 1 0 731 52 0 0 25 0 9 0 636045263 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=27413/tid=27415] ppid=27412 vsize=868476 CPUtime=1.03
/proc/27413/task/27415/stat : 27415 (java) S 27412 27399 27261 0 -1 64 6571 0 0 0 94 9 0 0 16 0 9 0 636045264 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27416] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27416/stat : 27416 (java) S 27412 27399 27261 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636045265 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27417] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27417/stat : 27417 (java) S 27412 27399 27261 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636045265 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27418] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27418/stat : 27418 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636045266 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27419] ppid=27412 vsize=868476 CPUtime=0.25
/proc/27413/task/27419/stat : 27419 (java) S 27412 27399 27261 0 -1 64 1487 0 0 0 24 1 0 0 16 0 9 0 636045266 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27420] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27420/stat : 27420 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636045267 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27421] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27421/stat : 27421 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636045267 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.39
Current children cumulated vsize (KiB) 887432

[startup+25.5022 s]
/proc/loadavg: 2.42 2.13 2.20 3/86 27421
/proc/meminfo: memFree=749360/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=1.25
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 974 10486 0 1 4 1 114 6 16 0 1 0 636045132 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27399/statm: 3400 797 370 3 0 500 0
[pid=27412] ppid=27399 vsize=5356 CPUtime=0
/proc/27412/stat : 27412 (sh) S 27399 27399 27261 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636045262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27412/statm: 1339 233 193 169 0 50 0
[pid=27413] ppid=27412 vsize=868476 CPUtime=16.35
/proc/27413/stat : 27413 (java) S 27412 27399 27261 0 -1 0 13663 0 1 0 1511 124 0 0 20 0 9 0 636045262 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27413/statm: 217119 10601 2565 9 0 211666 0
[pid=27413/tid=27414] ppid=27412 vsize=868476 CPUtime=14.66
/proc/27413/task/27414/stat : 27414 (java) R 27412 27399 27261 0 -1 64 4908 0 1 0 1360 106 0 0 25 0 9 0 636045263 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4127005950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27413/tid=27415] ppid=27412 vsize=868476 CPUtime=1.41
/proc/27413/task/27415/stat : 27415 (java) S 27412 27399 27261 0 -1 64 6571 0 0 0 125 16 0 0 16 0 9 0 636045264 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27413/tid=27416] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27416/stat : 27416 (java) S 27412 27399 27261 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636045265 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27417] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27417/stat : 27417 (java) S 27412 27399 27261 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636045265 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27418] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27418/stat : 27418 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636045266 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27419] ppid=27412 vsize=868476 CPUtime=0.25
/proc/27413/task/27419/stat : 27419 (java) S 27412 27399 27261 0 -1 64 1487 0 0 0 24 1 0 0 16 0 9 0 636045266 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27420] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27420/stat : 27420 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636045267 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27413/tid=27421] ppid=27412 vsize=868476 CPUtime=0
/proc/27413/task/27421/stat : 27421 (java) S 27412 27399 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636045267 889319424 10601 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.6
Current children cumulated vsize (KiB) 887432

[startup+51.1022 s]
/proc/loadavg: 2.83 2.24 2.23 3/78 27423
/proc/meminfo: memFree=434224/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=17.7
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 1033 24464 0 2 4 1 1632 133 16 0 1 0 636045132 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27399/statm: 3400 799 370 3 0 500 0
[pid=27422] ppid=27399 vsize=5356 CPUtime=0
/proc/27422/stat : 27422 (sh) S 27399 27399 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636047694 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27422/statm: 1339 232 193 169 0 50 0
[pid=27423] ppid=27422 vsize=353004 CPUtime=25.34
/proc/27423/stat : 27423 (minisat) R 27422 27399 27261 0 -1 4194304 85816 0 0 0 2463 71 0 0 25 0 1 0 636047694 361476096 85802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=27422] ppid=27399 vsize=5356 CPUtime=0
/proc/27422/stat : 27422 (sh) S 27399 27399 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636047694 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27422/statm: 1339 232 193 169 0 50 0
[pid=27423] ppid=27422 vsize=362268 CPUtime=1390.6
/proc/27423/stat : 27423 (minisat) R 27422 27399 27261 0 -1 4194304 88185 0 0 0 138982 78 0 0 25 0 1 0 636047694 370962432 88171 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27423/statm: 90567 88171 76 150 0 90414 0
Current children cumulated CPU time (s) 1408.3
Current children cumulated vsize (KiB) 381224

[startup+1482.3 s]
/proc/loadavg: 2.07 2.08 2.17 3/84 27463
/proc/meminfo: memFree=969336/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=17.7
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 1033 24464 0 2 4 1 1632 133 16 0 1 0 636045132 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27399/statm: 3400 799 370 3 0 500 0
[pid=27422] ppid=27399 vsize=5356 CPUtime=0
/proc/27422/stat : 27422 (sh) S 27399 27399 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636047694 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27422/statm: 1339 232 193 169 0 50 0
[pid=27423] ppid=27422 vsize=362664 CPUtime=1450.36
/proc/27423/stat : 27423 (minisat) R 27422 27399 27261 0 -1 4194304 88275 0 0 0 144958 78 0 0 25 0 1 0 636047694 371367936 88261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27423/statm: 90666 88261 76 150 0 90513 0
Current children cumulated CPU time (s) 1468.06
Current children cumulated vsize (KiB) 381620

[startup+1542.3 s]
/proc/loadavg: 2.06 2.08 2.17 3/84 27463
/proc/meminfo: memFree=968696/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=17.7
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 1033 24464 0 2 4 1 1632 133 16 0 1 0 636045132 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27399/statm: 3400 799 370 3 0 500 0
[pid=27422] ppid=27399 vsize=5356 CPUtime=0
/proc/27422/stat : 27422 (sh) S 27399 27399 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636047694 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27422/statm: 1339 232 193 169 0 50 0
[pid=27423] ppid=27422 vsize=363272 CPUtime=1510.11
/proc/27423/stat : 27423 (minisat) R 27422 27399 27261 0 -1 4194304 88409 0 0 0 150933 78 0 0 25 0 1 0 636047694 371990528 88395 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27423/statm: 90818 88395 76 150 0 90665 0
Current children cumulated CPU time (s) 1527.81
Current children cumulated vsize (KiB) 382228

[startup+1602.3 s]
/proc/loadavg: 2.06 2.08 2.16 3/84 27463
/proc/meminfo: memFree=968184/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=17.7
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 1033 24464 0 2 4 1 1632 133 16 0 1 0 636045132 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27399/statm: 3400 799 370 3 0 500 0
[pid=27422] ppid=27399 vsize=5356 CPUtime=0
/proc/27422/stat : 27422 (sh) S 27399 27399 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636047694 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27422/statm: 1339 232 193 169 0 50 0
[pid=27423] ppid=27422 vsize=363668 CPUtime=1569.88
/proc/27423/stat : 27423 (minisat) R 27422 27399 27261 0 -1 4194304 88530 0 0 0 156910 78 0 0 25 0 1 0 636047694 372396032 88516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27423/statm: 90917 88516 76 150 0 90764 0
Current children cumulated CPU time (s) 1587.58
Current children cumulated vsize (KiB) 382624

[startup+1662.3 s]
/proc/loadavg: 2.13 2.09 2.16 3/84 27463
/proc/meminfo: memFree=967864/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=17.7
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 1033 24464 0 2 4 1 1632 133 16 0 1 0 636045132 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27399/statm: 3400 799 370 3 0 500 0
[pid=27422] ppid=27399 vsize=5356 CPUtime=0
/proc/27422/stat : 27422 (sh) S 27399 27399 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636047694 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27422/statm: 1339 232 193 169 0 50 0
[pid=27423] ppid=27422 vsize=364064 CPUtime=1629.64
/proc/27423/stat : 27423 (minisat) R 27422 27399 27261 0 -1 4194304 88605 0 0 0 162886 78 0 0 25 0 1 0 636047694 372801536 88591 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27423/statm: 91016 88591 76 150 0 90863 0
Current children cumulated CPU time (s) 1647.34
Current children cumulated vsize (KiB) 383020

[startup+1722.3 s]
/proc/loadavg: 2.12 2.09 2.15 3/84 27463
/proc/meminfo: memFree=967544/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=17.7
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 1033 24464 0 2 4 1 1632 133 16 0 1 0 636045132 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27399/statm: 3400 799 370 3 0 500 0
[pid=27422] ppid=27399 vsize=5356 CPUtime=0
/proc/27422/stat : 27422 (sh) S 27399 27399 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636047694 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27422/statm: 1339 232 193 169 0 50 0
[pid=27423] ppid=27422 vsize=364328 CPUtime=1689.41
/proc/27423/stat : 27423 (minisat) R 27422 27399 27261 0 -1 4194304 88687 0 0 0 168862 79 0 0 25 0 1 0 636047694 373071872 88673 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27423/statm: 91082 88673 76 150 0 90929 0
Current children cumulated CPU time (s) 1707.11
Current children cumulated vsize (KiB) 383284

[startup+1782.3 s]
/proc/loadavg: 2.11 2.09 2.15 3/84 27463
/proc/meminfo: memFree=966968/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=17.7
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 1033 24464 0 2 4 1 1632 133 16 0 1 0 636045132 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27399/statm: 3400 799 370 3 0 500 0
[pid=27422] ppid=27399 vsize=5356 CPUtime=0
/proc/27422/stat : 27422 (sh) S 27399 27399 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636047694 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27422/statm: 1339 232 193 169 0 50 0
[pid=27423] ppid=27422 vsize=364592 CPUtime=1749.16
/proc/27423/stat : 27423 (minisat) R 27422 27399 27261 0 -1 4194304 88767 0 0 0 174837 79 0 0 25 0 1 0 636047694 373342208 88753 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27423/statm: 91148 88753 76 150 0 90995 0
Current children cumulated CPU time (s) 1766.86
Current children cumulated vsize (KiB) 383548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.6 s]
/proc/loadavg: 2.06 2.08 2.14 3/84 27463
/proc/meminfo: memFree=966840/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=17.7
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 1033 24464 0 2 4 1 1632 133 16 0 1 0 636045132 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27399/statm: 3400 799 370 3 0 500 0
[pid=27422] ppid=27399 vsize=5356 CPUtime=0
/proc/27422/stat : 27422 (sh) S 27399 27399 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636047694 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27422/statm: 1339 232 193 169 0 50 0
[pid=27423] ppid=27422 vsize=364856 CPUtime=1782.33
/proc/27423/stat : 27423 (minisat) R 27422 27399 27261 0 -1 4194304 88823 0 0 0 178154 79 0 0 25 0 1 0 636047694 373612544 88809 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27423/statm: 91214 88809 76 150 0 91061 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 383812

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

[startup+1815.6 s]
/proc/loadavg: 2.06 2.08 2.14 3/84 27463
/proc/meminfo: memFree=966840/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=17.7
/proc/27399/stat : 27399 (sugar) S 27397 27399 27261 0 -1 4194304 1033 24464 0 2 4 1 1632 133 16 0 1 0 636045132 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27399/statm: 3400 799 370 3 0 500 0
[pid=27422] ppid=27399 vsize=5356 CPUtime=0
/proc/27422/stat : 27422 (sh) S 27399 27399 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636047694 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27422/statm: 1339 232 193 169 0 50 0
[pid=27423] ppid=27422 vsize=364856 CPUtime=1782.33
/proc/27423/stat : 27423 (minisat) R 27422 27399 27261 0 -1 4194304 88823 0 0 0 178154 79 0 0 25 0 1 0 636047694 373612544 88809 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27423/statm: 91214 88809 76 150 0 91061 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 383812

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

[startup+1815.72 s]
/proc/loadavg: 2.06 2.08 2.14 3/84 27463
/proc/meminfo: memFree=966840/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=17.76
/proc/27399/stat : 27399 (sugar) R 27397 27399 27261 0 -1 4194304 1070 24741 0 2 4 7 1632 133 16 0 1 0 636045132 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27399/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 17.76
Current children cumulated vsize (KiB) 13600

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

[startup+1815.72 s]
/proc/loadavg: 2.06 2.08 2.14 3/84 27463
/proc/meminfo: memFree=966840/2055920 swapFree=4166000/4192956
[pid=27399] ppid=27397 vsize=13600 CPUtime=17.76
/proc/27399/stat : 27399 (sugar) R 27397 27399 27261 0 -1 4194304 1070 24741 0 2 4 7 1632 133 16 0 1 0 636045132 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228044018729 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27399/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 17.76
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): 1782.27
#  lost CPU user time (s): 1781.54
#  lost CPU system time (s): 0.73

Real time (s): 1815.74
CPU time (s): 1800.07
CPU user time (s): 1797.91
CPU system time (s): 2.15978
CPU usage (%): 99.1368
Max. virtual memory (cumulated for all children) (KiB): 887572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.3715
system time used= 1.42978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25842
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= 16975
involuntary context switches= 16703

runsolver used 1.91271 second user time and 5.19821 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 05:24:33
IDJOB=1083457
IDBENCH=57476
IDSOLVER=346
FILE ID=node77/1083457-1215228273
PBS_JOBID= 7881874
Free space on /tmp= 66308 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-3.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-1083457-1215228273/watcher-1083457-1215228273 -o /tmp/evaluation-result-1083457-1215228273/solver-1083457-1215228273 -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-1083457-1215228273.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d4dfebcda634d2e830e49daacaa49bde
RANDOM SEED=48330786

node77.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.274
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.274
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:        960616 kB
Buffers:         69800 kB
Cached:         448832 kB
SwapCached:      20880 kB
Active:         930964 kB
Inactive:        93912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        960616 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:         513308 kB
Slab:            54624 kB
Committed_AS:  1621196 kB
PageTables:       2880 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= 66536 MiB
End job on node77 at 2008-07-05 05:54:51