Trace number 1083499

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.11 1810.75

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-9.xml
MD5SUM047becb47729aa963b371bd5ff63726c
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 size1635
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:29:15 2008
0.00/0.04	c 0	PID 5272
0.00/0.04	c 0	HOST node83.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1083499-1215228555.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-1083499-1215228555.xml' 'HOME/temp.csp'
0.96/1.02	c 1	95 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
0.96/1.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.04	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.99/1.11	c 1	Parsing HOME/temp.csp
0.99/1.42	c 1	parsed 10000 expressions
0.99/1.52	c 1	parsed 13839 expressions
0.99/1.53	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.53	c 1	Converting to clausal form CSP
0.99/1.71	c 2	converted 1384 (10%) expressions
0.99/1.78	c 2	converted 2768 (20%) expressions
0.99/1.84	c 2	converted 4152 (30%) expressions
0.99/1.89	c 2	converted 5536 (40%) expressions
0.99/1.98	c 2	converted 6920 (50%) expressions
0.99/2.03	c 2	converted 8304 (60%) expressions
0.99/2.08	c 2	converted 9688 (70%) expressions
2.02/2.13	c 2	converted 11072 (80%) expressions
2.02/2.18	c 2	converted 12456 (90%) expressions
2.12/2.22	c 2	converted 13839 (100%) expressions
2.12/2.22	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1635
2.12/2.22	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.22	c 2	Propagation in CSP
2.80/2.99	c 3	797316 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/3.00	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 853
2.80/3.00	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.00	c 3	Simplifing CSP by introducing new Boolean variables
3.10/3.24	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 853
3.10/3.24	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.34	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.30/3.43	c 3	80 (10%) CSP integer variables are encoded (47520 clauses, 690692 bytes)
3.30/3.48	c 3	160 (20%) CSP integer variables are encoded (94480 clauses, 1395092 bytes)
3.41/3.52	c 3	240 (30%) CSP integer variables are encoded (131520 clauses, 2014075 bytes)
3.41/3.60	c 3	320 (40%) CSP integer variables are encoded (190640 clauses, 3019115 bytes)
3.50/3.65	c 3	400 (50%) CSP integer variables are encoded (231480 clauses, 3713395 bytes)
3.50/3.69	c 3	480 (60%) CSP integer variables are encoded (265640 clauses, 4294115 bytes)
3.60/3.75	c 4	560 (70%) CSP integer variables are encoded (315360 clauses, 5139355 bytes)
3.70/3.81	c 4	640 (80%) CSP integer variables are encoded (369040 clauses, 6051915 bytes)
3.70/3.88	c 4	720 (90%) CSP integer variables are encoded (420160 clauses, 6920955 bytes)
3.80/3.94	c 4	800 (100%) CSP integer variables are encoded (467920 clauses, 7732875 bytes)
5.08/5.23	c 5	3654 (10%) CSP clauses are encoded (1166173 clauses, 23683504 bytes)
6.26/6.43	c 6	7308 (20%) CSP clauses are encoded (1818353 clauses, 38899153 bytes)
7.32/7.53	c 7	10962 (30%) CSP clauses are encoded (2402434 clauses, 52508330 bytes)
8.61/8.87	c 9	14616 (40%) CSP clauses are encoded (3138937 clauses, 69895456 bytes)
9.62/12.64	c 12	18270 (50%) CSP clauses are encoded (3679362 clauses, 83091522 bytes)
11.01/14.04	c 14	21924 (60%) CSP clauses are encoded (4443255 clauses, 101691434 bytes)
12.40/15.48	c 15	25578 (70%) CSP clauses are encoded (5230651 clauses, 120828074 bytes)
13.39/16.43	c 16	29232 (80%) CSP clauses are encoded (5751168 clauses, 133420236 bytes)
14.69/17.75	c 18	32886 (90%) CSP clauses are encoded (6490752 clauses, 151205607 bytes)
16.48/19.50	c 19	36540 (100%) CSP clauses are encoded (7517728 clauses, 175054282 bytes)
16.48/19.50	c 19	36540 CSP clauses encoded
16.48/19.50	c 19	Writing map file : HOME/temp.map
16.48/19.53	c 19	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.48/19.53	c 19	SAT : 492320 SAT variables, 7517728 SAT clauses, 175054282 bytes
16.48/19.53	c 19	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.48/19.54	c 19	SOLVING HOME/temp.cnf
16.48/19.54	c 19	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.48/19.55	c 19	This is MiniSat 2.0 beta
16.48/19.55	c 19	WARNING: for repeatability, setting FPU to use double precision
16.48/19.55	c 19	============================[ Problem Statistics ]=============================
16.48/19.55	c 19	|                                                                             |
16.48/19.55	c 19	|  Number of variables:  492320                                               |
16.48/19.55	c 19	|  Number of clauses:    7517728                                              |
20.55/23.62	c 23	|  Parsing time:         3.53         s                                       |
20.75/23.83	c 24	============================[ Search Statistics ]==============================
20.75/23.83	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.75/23.83	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.75/23.83	c 24	===============================================================================
20.75/23.83	c 24	|         0 |  486392  7511800 21370170 |  2503933        0    nan |  0.000 % |
26.29/29.49	c 29	|       100 |  486392  7511800 21370170 |  2754326      100     20 |  1.204 % |
32.67/35.88	c 36	|       250 |  486392  7511800 21370170 |  3029759      250     23 |  1.204 % |
41.23/44.44	c 44	|       475 |  486392  7511800 21370170 |  3332735      475     21 |  1.204 % |
52.68/55.92	c 56	|       812 |  486367  7511338 21368875 |  3666008      811     21 |  1.209 % |
71.97/75.42	c 75	|      1318 |  486332  7510741 21367207 |  4032609     1316     21 |  1.216 % |
104.43/108.04	c 108	|      2077 |  486332  7510741 21367207 |  4435870     2075     21 |  1.216 % |
139.39/143.16	c 143	|      3216 |  486305  7510255 21365844 |  4879457     3212     21 |  1.224 % |
201.03/205.07	c 205	|      4924 |  486208  7508850 21361949 |  5367403     4917     21 |  1.241 % |
292.95/297.31	c 297	|      7487 |  486114  7507084 21356985 |  5904143     7473     22 |  1.270 % |
433.87/438.84	c 439	|     11331 |  485999  7505002 21351112 |  6494558    11314     22 |  1.284 % |
644.01/649.88	c 650	|     17098 |  485968  7504489 21349682 |  7144014    17078     24 |  1.297 % |
967.08/974.28	c 974	|     25747 |  485686  7500188 21337698 |  7858415    25712     24 |  1.355 % |
1450.09/1459.21	c 1459	|     38721 |  485358  7495003 21323154 |  8644256    38674     25 |  1.414 % |
1800.06/1810.62	c ERROR INTERRUPTED
1800.06/1810.66	s UNKNOWN
1800.06/1810.66	c 1810	CPU 15.29 (0.03 0.01 15.26 1.23)
1800.06/1810.66	c 1810	END Sat Jul  5 05:59:25 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-1083499-1215228555/watcher-1083499-1215228555 -o /tmp/evaluation-result-1083499-1215228555/solver-1083499-1215228555 -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-1083499-1215228555.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/93 5272
/proc/meminfo: memFree=1512376/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=12268 CPUtime=0
/proc/5272/stat : 5272 (sugar) R 5270 5272 2287 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 678585057 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 230266993253 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/5272/statm: 3067 316 241 3 0 167 0

[startup+0.099823 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 5272
/proc/meminfo: memFree=1512376/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=0.03
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 678585057 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101819 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 5272
/proc/meminfo: memFree=1512376/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=0.03
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 678585057 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301862 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 5272
/proc/meminfo: memFree=1512376/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=0.03
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 678585057 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701938 s]
/proc/loadavg: 2.00 2.00 2.00 4/93 5272
/proc/meminfo: memFree=1512376/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=0.03
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 678585057 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50109 s]
/proc/loadavg: 2.00 2.00 2.00 3/104 5284
/proc/meminfo: memFree=1484440/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=0.99
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 973 10472 0 1 3 0 90 6 15 0 1 0 678585057 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10239 s]
/proc/loadavg: 2.00 2.00 2.00 3/104 5294
/proc/meminfo: memFree=1489240/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=0.99
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 974 10472 0 1 3 0 90 6 15 0 1 0 678585057 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3400 797 370 3 0 500 0
[pid=5285] ppid=5272 vsize=5356 CPUtime=0
/proc/5285/stat : 5285 (sh) S 5272 5272 2287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 678585161 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5285/statm: 1339 233 193 169 0 50 0
[pid=5286] ppid=5285 vsize=868356 CPUtime=2.01
/proc/5286/stat : 5286 (java) S 5285 5272 2287 0 -1 0 11357 0 1 0 195 6 0 0 18 0 9 0 678585161 889196544 10383 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5286/statm: 217089 10384 2540 9 0 211664 0
[pid=5286/tid=5287] ppid=5285 vsize=868356 CPUtime=1.39
/proc/5286/task/5287/stat : 5287 (java) R 5285 5272 2287 0 -1 64 2847 0 1 0 138 1 0 0 25 0 9 0 678585162 889196544 10384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5288] ppid=5285 vsize=868356 CPUtime=0.4
/proc/5286/task/5288/stat : 5288 (java) R 5285 5272 2287 0 -1 64 6370 0 0 0 38 2 0 0 15 0 9 0 678585163 889196544 10385 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5289] ppid=5285 vsize=868356 CPUtime=0
/proc/5286/task/5289/stat : 5289 (java) S 5285 5272 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 678585163 889196544 10386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5290] ppid=5285 vsize=868356 CPUtime=0
/proc/5286/task/5290/stat : 5290 (java) S 5285 5272 2287 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 678585163 889196544 10386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5291] ppid=5285 vsize=868356 CPUtime=0
/proc/5286/task/5291/stat : 5291 (java) S 5285 5272 2287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 678585165 889196544 10386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5292] ppid=5285 vsize=868356 CPUtime=0.2
/proc/5286/task/5292/stat : 5292 (java) S 5285 5272 2287 0 -1 64 1446 0 0 0 19 1 0 0 16 0 9 0 678585165 889196544 10386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5293] ppid=5285 vsize=868356 CPUtime=0
/proc/5286/task/5293/stat : 5293 (java) S 5285 5272 2287 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678585165 889196544 10386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5294] ppid=5285 vsize=868356 CPUtime=0
/proc/5286/task/5294/stat : 5294 (java) S 5285 5272 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 678585165 889196544 10386 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887312

[startup+6.30298 s]
/proc/loadavg: 2.00 2.00 2.00 3/104 5294
/proc/meminfo: memFree=1450456/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=1
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 974 10472 0 1 3 1 90 6 16 0 1 0 678585057 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5272/statm: 3400 797 370 3 0 500 0
[pid=5285] ppid=5272 vsize=5356 CPUtime=0
/proc/5285/stat : 5285 (sh) S 5272 5272 2287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 678585161 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5285/statm: 1339 233 193 169 0 50 0
[pid=5286] ppid=5285 vsize=868468 CPUtime=5.16
/proc/5286/stat : 5286 (java) S 5285 5272 2287 0 -1 0 12387 0 1 0 485 31 0 0 18 0 9 0 678585161 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5286/statm: 217117 10845 2565 9 0 211664 0
[pid=5286/tid=5287] ppid=5285 vsize=868468 CPUtime=4.13
/proc/5286/task/5287/stat : 5287 (java) R 5285 5272 2287 0 -1 64 3420 0 1 0 389 24 0 0 25 0 9 0 678585162 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5288] ppid=5285 vsize=868468 CPUtime=0.76
/proc/5286/task/5288/stat : 5288 (java) S 5285 5272 2287 0 -1 64 6793 0 0 0 71 5 0 0 16 0 9 0 678585163 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5289] ppid=5285 vsize=868468 CPUtime=0
/proc/5286/task/5289/stat : 5289 (java) S 5285 5272 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 678585163 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5290] ppid=5285 vsize=868468 CPUtime=0
/proc/5286/task/5290/stat : 5290 (java) S 5285 5272 2287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 678585163 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5291] ppid=5285 vsize=868468 CPUtime=0
/proc/5286/task/5291/stat : 5291 (java) S 5285 5272 2287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 678585165 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5292] ppid=5285 vsize=868468 CPUtime=0.24
/proc/5286/task/5292/stat : 5292 (java) S 5285 5272 2287 0 -1 64 1478 0 0 0 23 1 0 0 16 0 9 0 678585165 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5293] ppid=5285 vsize=868468 CPUtime=0
/proc/5286/task/5293/stat : 5293 (java) S 5285 5272 2287 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678585165 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5294] ppid=5285 vsize=868468 CPUtime=0
/proc/5286/task/5294/stat : 5294 (java) S 5285 5272 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 678585165 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887424

[startup+12.7022 s]
/proc/loadavg: 2.08 2.02 2.01 2/104 5294
/proc/meminfo: memFree=1398616/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=1
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 974 10472 0 1 3 1 90 6 16 0 1 0 678585057 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 797 370 3 0 500 0
[pid=5285] ppid=5272 vsize=5356 CPUtime=0
/proc/5285/stat : 5285 (sh) S 5272 5272 2287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 678585161 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5285/statm: 1339 233 193 169 0 50 0
[pid=5286] ppid=5285 vsize=868468 CPUtime=8.71
/proc/5286/stat : 5286 (java) S 5285 5272 2287 0 -1 0 12873 0 1 0 812 59 0 0 18 0 9 0 678585161 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5286/statm: 217117 10845 2565 9 0 211664 0
[pid=5286/tid=5287] ppid=5285 vsize=868468 CPUtime=7.49
/proc/5286/task/5287/stat : 5287 (java) R 5285 5272 2287 0 -1 64 3906 0 1 0 701 48 0 0 25 0 9 0 678585162 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4126971951 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5286/tid=5288] ppid=5285 vsize=868468 CPUtime=0.96
/proc/5286/task/5288/stat : 5288 (java) S 5285 5272 2287 0 -1 64 6793 0 0 0 87 9 0 0 16 0 9 0 678585163 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5286/tid=5289] ppid=5285 vsize=868468 CPUtime=0
/proc/5286/task/5289/stat : 5289 (java) S 5285 5272 2287 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 678585163 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5290] ppid=5285 vsize=868468 CPUtime=0
/proc/5286/task/5290/stat : 5290 (java) S 5285 5272 2287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 678585163 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5291] ppid=5285 vsize=868468 CPUtime=0
/proc/5286/task/5291/stat : 5291 (java) S 5285 5272 2287 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 678585165 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5292] ppid=5285 vsize=868468 CPUtime=0.24
/proc/5286/task/5292/stat : 5292 (java) S 5285 5272 2287 0 -1 64 1478 0 0 0 23 1 0 0 16 0 9 0 678585165 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5293] ppid=5285 vsize=868468 CPUtime=0
/proc/5286/task/5293/stat : 5293 (java) S 5285 5272 2287 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 678585165 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5286/tid=5294] ppid=5285 vsize=868468 CPUtime=0
/proc/5286/task/5294/stat : 5294 (java) S 5285 5272 2287 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 678585165 889311232 10845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (KiB) 887424

[startup+25.5015 s]
/proc/loadavg: 2.22 2.05 2.02 3/96 5296
/proc/meminfo: memFree=995160/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.53
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 1033 24587 0 2 3 1 1526 123 15 0 1 0 678585057 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 799 370 3 0 500 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=344728 CPUtime=5.91
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 84005 0 0 0 538 53 0 0 25 0 1 0 678587012 353001472 83991 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 86182 83991 72 150 0 86029 0
Current children cumulated CPU time (s) 22.44
Current children cumulated vsize (KiB) 363684

[startup+51.1013 s]
/proc/loadavg: 2.77 2.19 2.06 3/84 5335
/proc/meminfo: memFree=1007160/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.53
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 1033 24587 0 2 3 1 1526 123 16 0 1 0 678585057 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 799 370 3 0 500 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=354972 CPUtime=31.37
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 86526 0 0 0 3080 57 0 0 25 0 1 0 678587012 363491328 86512 996147200 134512640 135127466 4294956256 18446744073709551615 134531120 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 88743 86512 75 150 0 88590 0
Current children cumulated CPU time (s) 47.9
Current children cumulated vsize (KiB) 373928

[startup+102.307 s]
/proc/loadavg: 3.09 2.39 2.14 3/84 5335
/proc/meminfo: memFree=1009848/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.53
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 1033 24587 0 2 3 1 1526 123 16 0 1 0 678585057 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 799 370 3 0 500 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=357216 CPUtime=82.23
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 87074 0 0 0 8164 59 0 0 25 0 1 0 678587012 365789184 87060 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 89304 87060 75 150 0 89151 0

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

[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=362204 CPUtime=1396.82
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 88341 0 0 0 139620 62 0 0 25 0 1 0 678587012 370896896 88327 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 90551 88327 75 150 0 90398 0
Current children cumulated CPU time (s) 1413.35
Current children cumulated vsize (KiB) 381160

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/84 5336
/proc/meminfo: memFree=1003704/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.53
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 1033 24587 0 2 3 1 1526 123 16 0 1 0 678585057 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 799 370 3 0 500 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=362468 CPUtime=1456.57
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 88420 0 0 0 145595 62 0 0 25 0 1 0 678587012 371167232 88406 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 90617 88406 75 150 0 90464 0
Current children cumulated CPU time (s) 1473.1
Current children cumulated vsize (KiB) 381424

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/84 5337
/proc/meminfo: memFree=1003320/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.53
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 1033 24587 0 2 3 1 1526 123 16 0 1 0 678585057 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 799 370 3 0 500 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=362732 CPUtime=1516.32
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 88477 0 0 0 151570 62 0 0 25 0 1 0 678587012 371437568 88463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 90683 88463 75 150 0 90530 0
Current children cumulated CPU time (s) 1532.85
Current children cumulated vsize (KiB) 381688

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/84 5337
/proc/meminfo: memFree=1003064/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.53
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 1033 24587 0 2 3 1 1526 123 16 0 1 0 678585057 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 799 370 3 0 500 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=363076 CPUtime=1576.08
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 88541 0 0 0 157545 63 0 0 25 0 1 0 678587012 371789824 88527 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 90769 88527 75 150 0 90616 0
Current children cumulated CPU time (s) 1592.61
Current children cumulated vsize (KiB) 382032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/84 5337
/proc/meminfo: memFree=1002936/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.53
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 1033 24587 0 2 3 1 1526 123 16 0 1 0 678585057 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 799 370 3 0 500 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=363208 CPUtime=1635.83
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 88582 0 0 0 163520 63 0 0 25 0 1 0 678587012 371924992 88568 996147200 134512640 135127466 4294956256 18446744073709551615 134531107 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 90802 88568 75 150 0 90649 0
Current children cumulated CPU time (s) 1652.36
Current children cumulated vsize (KiB) 382164

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/84 5337
/proc/meminfo: memFree=1002552/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.53
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 1033 24587 0 2 3 1 1526 123 16 0 1 0 678585057 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 799 370 3 0 500 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=363472 CPUtime=1695.59
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 88660 0 0 0 169496 63 0 0 25 0 1 0 678587012 372195328 88646 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 90868 88646 75 150 0 90715 0
Current children cumulated CPU time (s) 1712.12
Current children cumulated vsize (KiB) 382428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/84 5337
/proc/meminfo: memFree=1002232/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.53
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 1033 24587 0 2 3 1 1526 123 16 0 1 0 678585057 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 799 370 3 0 500 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=363868 CPUtime=1755.35
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 88731 0 0 0 175471 64 0 0 25 0 1 0 678587012 372600832 88717 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 90967 88717 75 150 0 90814 0
Current children cumulated CPU time (s) 1771.88
Current children cumulated vsize (KiB) 382824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.61 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 5337
/proc/meminfo: memFree=1002104/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.53
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 1033 24587 0 2 3 1 1526 123 16 0 1 0 678585057 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 799 370 3 0 500 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=363868 CPUtime=1783.53
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 88756 0 0 0 178289 64 0 0 25 0 1 0 678587012 372600832 88742 996147200 134512640 135127466 4294956256 18446744073709551615 134522621 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 90967 88742 75 150 0 90814 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 382824

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

[startup+1810.61 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 5337
/proc/meminfo: memFree=1002104/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.53
/proc/5272/stat : 5272 (sugar) S 5270 5272 2287 0 -1 4194304 1033 24587 0 2 3 1 1526 123 16 0 1 0 678585057 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5272/statm: 3400 799 370 3 0 500 0
[pid=5295] ppid=5272 vsize=5356 CPUtime=0
/proc/5295/stat : 5295 (sh) S 5272 5272 2287 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 678587011 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5295/statm: 1339 232 193 169 0 50 0
[pid=5296] ppid=5295 vsize=363868 CPUtime=1783.53
/proc/5296/stat : 5296 (minisat) R 5295 5272 2287 0 -1 4194304 88756 0 0 0 178289 64 0 0 25 0 1 0 678587012 372600832 88742 996147200 134512640 135127466 4294956256 18446744073709551615 134522621 0 0 4096 3 0 0 0 17 0 0 0
/proc/5296/statm: 90967 88742 75 150 0 90814 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 382824

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

[startup+1810.72 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 5337
/proc/meminfo: memFree=1002104/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.58
/proc/5272/stat : 5272 (sugar) R 5270 5272 2287 0 -1 4194304 1070 24864 0 2 3 6 1526 123 16 0 1 0 678585057 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230266999849 0 0 4224 16386 0 0 0 17 0 0 0
/proc/5272/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 16.58
Current children cumulated vsize (KiB) 13600

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

[startup+1810.72 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 5337
/proc/meminfo: memFree=1002104/2055924 swapFree=4177320/4192956
[pid=5272] ppid=5270 vsize=13600 CPUtime=16.58
/proc/5272/stat : 5272 (sugar) R 5270 5272 2287 0 -1 4194304 1070 24864 0 2 3 6 1526 123 16 0 1 0 678585057 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230266999849 0 0 4224 16386 0 0 0 17 0 0 0
/proc/5272/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 16.58
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): 1783.48
#  lost CPU user time (s): 1782.89
#  lost CPU system time (s): 0.59

Real time (s): 1810.75
CPU time (s): 1800.11
CPU user time (s): 1798.19
CPU system time (s): 1.9228
CPU usage (%): 99.4125
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3017
system time used= 1.3328
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25965
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= 16425
involuntary context switches= 16529

runsolver used 1.93271 second user time and 4.70828 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 05:29:15
IDJOB=1083499
IDBENCH=57482
IDSOLVER=346
FILE ID=node83/1083499-1215228555
PBS_JOBID= 7881766
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 047becb47729aa963b371bd5ff63726c
RANDOM SEED=724448957

node83.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.263
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.263
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:      2055924 kB
MemFree:       1512856 kB
Buffers:         59696 kB
Cached:         300812 kB
SwapCached:       9820 kB
Active:         334956 kB
Inactive:       158520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1512856 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            2996 kB
Writeback:           0 kB
Mapped:         147700 kB
Slab:            34360 kB
Committed_AS:  1772572 kB
PageTables:       2184 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= 66488 MiB
End job on node83 at 2008-07-05 05:59:27