Trace number 1083415

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.5

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-12.xml
MD5SUM25d0763f0ac75a92331779534e76fb94
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 size1707
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:16:50 2008
0.00/0.04	c 0	PID 23781
0.00/0.04	c 0	HOST node85.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1083415-1215227809.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-1083415-1215227809.xml' 'HOME/temp.csp'
0.97/1.03	c 0	96 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
0.97/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.09	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'
1.00/1.16	c 1	Parsing HOME/temp.csp
1.00/1.47	c 1	parsed 10000 expressions
1.00/1.57	c 1	parsed 13840 expressions
1.00/1.58	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.58	c 1	Converting to clausal form CSP
1.00/1.76	c 1	converted 1384 (10%) expressions
1.00/1.83	c 1	converted 2768 (20%) expressions
1.00/1.88	c 1	converted 4152 (30%) expressions
1.00/1.93	c 1	converted 5536 (40%) expressions
1.00/2.03	c 1	converted 6920 (50%) expressions
1.00/2.07	c 2	converted 8304 (60%) expressions
1.99/2.12	c 2	converted 9688 (70%) expressions
1.99/2.17	c 2	converted 11072 (80%) expressions
2.09/2.22	c 2	converted 12456 (90%) expressions
2.09/2.26	c 2	converted 13840 (100%) expressions
2.09/2.26	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1707
2.09/2.26	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.09/2.26	c 2	Propagation in CSP
2.89/3.04	c 3	765434 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.89/3.04	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 893
2.89/3.04	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.05	c 3	Simplifing CSP by introducing new Boolean variables
3.09/3.30	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 893
3.09/3.30	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.40	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.39/3.50	c 3	80 (10%) CSP integer variables are encoded (60160 clauses, 880284 bytes)
3.39/3.57	c 3	160 (20%) CSP integer variables are encoded (119280 clauses, 1805919 bytes)
3.48/3.63	c 3	240 (30%) CSP integer variables are encoded (166040 clauses, 2600839 bytes)
3.48/3.69	c 3	320 (40%) CSP integer variables are encoded (215640 clauses, 3444039 bytes)
3.59/3.76	c 3	400 (50%) CSP integer variables are encoded (272880 clauses, 4417119 bytes)
3.69/3.84	c 3	480 (60%) CSP integer variables are encoded (332800 clauses, 5435759 bytes)
3.78/3.92	c 3	560 (70%) CSP integer variables are encoded (394560 clauses, 6485679 bytes)
3.78/3.99	c 3	640 (80%) CSP integer variables are encoded (452960 clauses, 7478479 bytes)
3.88/4.06	c 4	720 (90%) CSP integer variables are encoded (512200 clauses, 8485559 bytes)
3.99/4.11	c 4	800 (100%) CSP integer variables are encoded (559080 clauses, 9282519 bytes)
5.78/5.91	c 5	3654 (10%) CSP clauses are encoded (1522257 clauses, 31460991 bytes)
7.59/7.75	c 7	7308 (20%) CSP clauses are encoded (2531405 clauses, 55131075 bytes)
9.27/9.49	c 9	10962 (30%) CSP clauses are encoded (3464571 clauses, 77029025 bytes)
11.23/13.32	c 13	14616 (40%) CSP clauses are encoded (4487671 clauses, 102056793 bytes)
12.71/14.85	c 14	18270 (50%) CSP clauses are encoded (5292608 clauses, 121780761 bytes)
14.21/16.37	c 16	21924 (60%) CSP clauses are encoded (6113504 clauses, 141838088 bytes)
16.11/18.26	c 18	25578 (70%) CSP clauses are encoded (7143350 clauses, 167005020 bytes)
18.01/20.13	c 20	29232 (80%) CSP clauses are encoded (8165048 clauses, 191860781 bytes)
19.90/22.10	c 22	32886 (90%) CSP clauses are encoded (9249406 clauses, 218021174 bytes)
21.86/25.75	c 25	36540 (100%) CSP clauses are encoded (10310822 clauses, 242592796 bytes)
21.86/25.75	c 25	36540 CSP clauses encoded
21.86/25.75	c 25	Writing map file : HOME/temp.map
21.86/25.77	c 25	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.86/25.77	c 25	SAT : 583480 SAT variables, 10310822 SAT clauses, 242592796 bytes
21.86/25.77	c 25	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.92/25.82	c 25	SOLVING HOME/temp.cnf
21.92/25.82	c 25	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.92/25.82	c 25	This is MiniSat 2.0 beta
21.92/25.82	c 25	WARNING: for repeatability, setting FPU to use double precision
21.92/25.82	c 25	============================[ Problem Statistics ]=============================
21.92/25.82	c 25	|                                                                             |
21.92/25.83	c 25	|  Number of variables:  583480                                               |
21.92/25.83	c 25	|  Number of clauses:    10310822                                             |
27.75/31.76	c 31	|  Parsing time:         5.10         s                                       |
28.05/32.05	c 32	============================[ Search Statistics ]==============================
28.05/32.05	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
28.05/32.05	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
28.05/32.05	c 32	===============================================================================
28.05/32.05	c 32	|         0 |  580192 10307534 29532331 |  3435844        0    nan |  0.000 % |
33.28/37.35	c 37	|       101 |  580192 10307534 29532331 |  3779429      101     38 |  0.564 % |
39.42/43.59	c 43	|       251 |  580191 10307534 29532331 |  4157372      250     38 |  0.568 % |
49.53/53.78	c 53	|       476 |  580191 10307534 29532331 |  4573109      475     37 |  0.568 % |
65.48/69.84	c 69	|       813 |  580191 10307534 29532331 |  5030420      812     35 |  0.568 % |
82.53/87.01	c 86	|      1320 |  580165 10306941 29530647 |  5533462     1319     31 |  0.568 % |
119.00/123.85	c 123	|      2079 |  580165 10306941 29530647 |  6086808     2078     30 |  0.568 % |
157.67/162.83	c 162	|      3220 |  580165 10306941 29530647 |  6695489     3219     31 |  0.568 % |
221.15/227.07	c 227	|      4928 |  580128 10306382 29529103 |  7365038     4926     33 |  0.574 % |
317.38/324.15	c 324	|      7490 |  580128 10306382 29529103 |  8101541     7488     31 |  0.574 % |
454.96/462.98	c 462	|     11334 |  579953 10303005 29519560 |  8911696    11322     32 |  0.610 % |
661.40/670.75	c 670	|     17102 |  579891 10301735 29515951 |  9802865    17087     35 |  0.615 % |
1082.17/1092.24	c 1092	|     25752 |  579808 10300271 29511851 | 10783152    25732     37 |  0.630 % |
1602.37/1612.64	c 1612	|     38729 |  579653 10297511 29504121 | 11861467    38704     38 |  0.656 % |
1800.01/1810.31	c ERROR INTERRUPTED
1800.01/1810.38	s UNKNOWN
1800.01/1810.38	c 1810	CPU 20.38 (0.03 0 20.35 1.58)
1800.01/1810.38	c 1810	END Sat Jul  5 05:47:00 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-1083415-1215227809/watcher-1083415-1215227809 -o /tmp/evaluation-result-1083415-1215227809/solver-1083415-1215227809 -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-1083415-1215227809.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 1.98 1.99 4/82 23781
/proc/meminfo: memFree=1471368/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=12272 CPUtime=0
/proc/23781/stat : 23781 (sugar) R 23779 23781 20533 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 263723671 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 0 4224 0 0 0 0 17 1 0 0
/proc/23781/statm: 3068 327 246 3 0 168 0

[startup+0.0679859 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23781
/proc/meminfo: memFree=1471368/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=0.03
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 263723671 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103052 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23781
/proc/meminfo: memFree=1471368/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=0.03
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 263723671 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30304 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23781
/proc/meminfo: memFree=1471368/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=0.03
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 263723671 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70112 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 23781
/proc/meminfo: memFree=1471368/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=0.03
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 263723671 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50126 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 23793
/proc/meminfo: memFree=1443696/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=1
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 973 10471 0 1 3 0 92 5 15 0 1 0 263723671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13600

[startup+3.10258 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 23803
/proc/meminfo: memFree=1448944/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=1
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 974 10471 0 1 3 0 92 5 15 0 1 0 263723671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 797 370 3 0 500 0
[pid=23794] ppid=23781 vsize=5356 CPUtime=0
/proc/23794/stat : 23794 (sh) S 23781 23781 20533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 263723780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23794/statm: 1339 233 193 169 0 50 0
[pid=23795] ppid=23794 vsize=868356 CPUtime=1.98
/proc/23795/stat : 23795 (java) S 23794 23781 20533 0 -1 0 10385 0 1 0 192 6 0 0 19 0 9 0 263723780 889196544 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23795/statm: 217089 9413 2540 9 0 211664 0
[pid=23795/tid=23796] ppid=23794 vsize=868356 CPUtime=1.4
/proc/23795/task/23796/stat : 23796 (java) R 23794 23781 20533 0 -1 64 2843 0 1 0 139 1 0 0 25 0 9 0 263723781 889196544 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4126570328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23797] ppid=23794 vsize=868356 CPUtime=0.37
/proc/23795/task/23797/stat : 23797 (java) S 23794 23781 20533 0 -1 64 5395 0 0 0 33 4 0 0 16 0 9 0 263723782 889196544 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23798] ppid=23794 vsize=868356 CPUtime=0
/proc/23795/task/23798/stat : 23798 (java) S 23794 23781 20533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 263723782 889196544 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23799] ppid=23794 vsize=868356 CPUtime=0
/proc/23795/task/23799/stat : 23799 (java) S 23794 23781 20533 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 263723782 889196544 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23800] ppid=23794 vsize=868356 CPUtime=0
/proc/23795/task/23800/stat : 23800 (java) S 23794 23781 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 263723784 889196544 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23801] ppid=23794 vsize=868356 CPUtime=0.19
/proc/23795/task/23801/stat : 23801 (java) S 23794 23781 20533 0 -1 64 1450 0 0 0 19 0 0 0 16 0 9 0 263723784 889196544 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23802] ppid=23794 vsize=868356 CPUtime=0
/proc/23795/task/23802/stat : 23802 (java) S 23794 23781 20533 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 263723784 889196544 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23803] ppid=23794 vsize=868356 CPUtime=0
/proc/23795/task/23803/stat : 23803 (java) S 23794 23781 20533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 263723784 889196544 9413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887312

[startup+6.30119 s]
/proc/loadavg: 2.09 2.02 2.01 4/93 23803
/proc/meminfo: memFree=1409904/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=1
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 974 10471 0 1 3 0 92 5 16 0 1 0 263723671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 797 370 3 0 500 0
[pid=23794] ppid=23781 vsize=5356 CPUtime=0
/proc/23794/stat : 23794 (sh) S 23781 23781 20533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 263723780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23794/statm: 1339 233 193 169 0 50 0
[pid=23795] ppid=23794 vsize=868468 CPUtime=5.18
/proc/23795/stat : 23795 (java) S 23794 23781 20533 0 -1 0 12409 0 1 0 490 28 0 0 19 0 9 0 263723780 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23795/statm: 217117 10887 2565 9 0 211664 0
[pid=23795/tid=23796] ppid=23794 vsize=868468 CPUtime=4.13
/proc/23795/task/23796/stat : 23796 (java) R 23794 23781 20533 0 -1 64 3414 0 1 0 393 20 0 0 25 0 9 0 263723781 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4126971649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23797] ppid=23794 vsize=868468 CPUtime=0.78
/proc/23795/task/23797/stat : 23797 (java) S 23794 23781 20533 0 -1 64 6816 0 0 0 72 6 0 0 16 0 9 0 263723782 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23798] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23798/stat : 23798 (java) S 23794 23781 20533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 263723782 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23799] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23799/stat : 23799 (java) S 23794 23781 20533 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 263723782 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23800] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23800/stat : 23800 (java) S 23794 23781 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23801] ppid=23794 vsize=868468 CPUtime=0.24
/proc/23795/task/23801/stat : 23801 (java) S 23794 23781 20533 0 -1 64 1482 0 0 0 24 0 0 0 16 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23802] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23802/stat : 23802 (java) S 23794 23781 20533 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23803] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23803/stat : 23803 (java) S 23794 23781 20533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887424

[startup+12.7014 s]
/proc/loadavg: 2.08 2.02 2.00 2/93 23803
/proc/meminfo: memFree=1333616/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=1
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 974 10471 0 1 3 0 92 5 16 0 1 0 263723671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 797 370 3 0 500 0
[pid=23794] ppid=23781 vsize=5356 CPUtime=0
/proc/23794/stat : 23794 (sh) S 23781 23781 20533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 263723780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23794/statm: 1339 233 193 169 0 50 0
[pid=23795] ppid=23794 vsize=868468 CPUtime=10.09
/proc/23795/stat : 23795 (java) S 23794 23781 20533 0 -1 0 13050 0 1 0 945 64 0 0 19 0 9 0 263723780 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23795/statm: 217117 10887 2565 9 0 211664 0
[pid=23795/tid=23796] ppid=23794 vsize=868468 CPUtime=8.82
/proc/23795/task/23796/stat : 23796 (java) D 23794 23781 20533 0 -1 64 4055 0 1 0 829 53 0 0 25 0 9 0 263723781 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=23795/tid=23797] ppid=23794 vsize=868468 CPUtime=1
/proc/23795/task/23797/stat : 23797 (java) S 23794 23781 20533 0 -1 64 6816 0 0 0 91 9 0 0 16 0 9 0 263723782 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23798] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23798/stat : 23798 (java) S 23794 23781 20533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 263723782 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23799] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23799/stat : 23799 (java) S 23794 23781 20533 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 263723782 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23800] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23800/stat : 23800 (java) S 23794 23781 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23801] ppid=23794 vsize=868468 CPUtime=0.24
/proc/23795/task/23801/stat : 23801 (java) S 23794 23781 20533 0 -1 64 1482 0 0 0 24 0 0 0 16 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23802] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23802/stat : 23802 (java) S 23794 23781 20533 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23803] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23803/stat : 23803 (java) S 23794 23781 20533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 887424

[startup+25.5029 s]
/proc/loadavg: 2.28 2.06 2.02 3/93 23803
/proc/meminfo: memFree=1195440/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=1
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 974 10471 0 1 3 0 92 5 16 0 1 0 263723671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 797 370 3 0 500 0
[pid=23794] ppid=23781 vsize=5356 CPUtime=0
/proc/23794/stat : 23794 (sh) S 23781 23781 20533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 263723780 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23794/statm: 1339 233 193 169 0 50 0
[pid=23795] ppid=23794 vsize=868468 CPUtime=20.66
/proc/23795/stat : 23795 (java) S 23794 23781 20533 0 -1 0 14430 0 1 0 1917 149 0 0 19 0 9 0 263723780 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23795/statm: 217117 10887 2565 9 0 211664 0
[pid=23795/tid=23796] ppid=23794 vsize=868468 CPUtime=18.89
/proc/23795/task/23796/stat : 23796 (java) R 23794 23781 20533 0 -1 64 5435 0 1 0 1760 129 0 0 25 0 9 0 263723781 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23795/tid=23797] ppid=23794 vsize=868468 CPUtime=1.5
/proc/23795/task/23797/stat : 23797 (java) S 23794 23781 20533 0 -1 64 6816 0 0 0 132 18 0 0 16 0 9 0 263723782 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23795/tid=23798] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23798/stat : 23798 (java) S 23794 23781 20533 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 263723782 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23799] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23799/stat : 23799 (java) S 23794 23781 20533 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 263723782 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23800] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23800/stat : 23800 (java) S 23794 23781 20533 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23801] ppid=23794 vsize=868468 CPUtime=0.24
/proc/23795/task/23801/stat : 23801 (java) S 23794 23781 20533 0 -1 64 1482 0 0 0 24 0 0 0 16 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23802] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23802/stat : 23802 (java) S 23794 23781 20533 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23795/tid=23803] ppid=23794 vsize=868468 CPUtime=0
/proc/23795/task/23803/stat : 23803 (java) S 23794 23781 20533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 263723784 889311232 10887 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.66
Current children cumulated vsize (KiB) 887424

[startup+51.1029 s]
/proc/loadavg: 2.49 2.14 2.04 3/85 23807
/proc/meminfo: memFree=758704/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=21.95
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 1033 25241 0 2 3 0 2035 157 16 0 1 0 263723671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23781/statm: 3400 799 370 3 0 500 0
[pid=23804] ppid=23781 vsize=5356 CPUtime=0
/proc/23804/stat : 23804 (sh) S 23781 23781 20533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263726253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23804/statm: 1339 232 193 169 0 50 0
[pid=23805] ppid=23804 vsize=483500 CPUtime=25
/proc/23805/stat : 23805 (minisat) R 23804 23781 20533 0 -1 4194304 117002 0 0 0 2417 83 0 0 25 0 1 0 263726254 495104000 116988 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=23804] ppid=23781 vsize=5356 CPUtime=0
/proc/23804/stat : 23804 (sh) S 23781 23781 20533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263726253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23804/statm: 1339 232 193 169 0 50 0
[pid=23805] ppid=23804 vsize=495808 CPUtime=1390.2
/proc/23805/stat : 23805 (minisat) R 23804 23781 20533 0 -1 4194304 120091 0 0 0 138929 91 0 0 25 0 1 0 263726254 507707392 120077 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23805/statm: 123952 120077 76 150 0 123799 0
Current children cumulated CPU time (s) 1412.15
Current children cumulated vsize (KiB) 514764

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/76 23924
/proc/meminfo: memFree=1100744/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=21.95
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 1033 25241 0 2 3 0 2035 157 16 0 1 0 263723671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 799 370 3 0 500 0
[pid=23804] ppid=23781 vsize=5356 CPUtime=0
/proc/23804/stat : 23804 (sh) S 23781 23781 20533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263726253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23804/statm: 1339 232 193 169 0 50 0
[pid=23805] ppid=23804 vsize=496072 CPUtime=1450.17
/proc/23805/stat : 23805 (minisat) R 23804 23781 20533 0 -1 4194304 120167 0 0 0 144926 91 0 0 25 0 1 0 263726254 507977728 120153 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23805/statm: 124018 120153 76 150 0 123865 0
Current children cumulated CPU time (s) 1472.12
Current children cumulated vsize (KiB) 515028

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/76 23924
/proc/meminfo: memFree=1100424/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=21.95
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 1033 25241 0 2 3 0 2035 157 16 0 1 0 263723671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 799 370 3 0 500 0
[pid=23804] ppid=23781 vsize=5356 CPUtime=0
/proc/23804/stat : 23804 (sh) S 23781 23781 20533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263726253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23804/statm: 1339 232 193 169 0 50 0
[pid=23805] ppid=23804 vsize=496336 CPUtime=1510.15
/proc/23805/stat : 23805 (minisat) R 23804 23781 20533 0 -1 4194304 120231 0 0 0 150924 91 0 0 25 0 1 0 263726254 508248064 120217 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/23805/statm: 124084 120217 76 150 0 123931 0
Current children cumulated CPU time (s) 1532.1
Current children cumulated vsize (KiB) 515292

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 23924
/proc/meminfo: memFree=1100168/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=21.95
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 1033 25241 0 2 3 0 2035 157 16 0 1 0 263723671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 799 370 3 0 500 0
[pid=23804] ppid=23781 vsize=5356 CPUtime=0
/proc/23804/stat : 23804 (sh) S 23781 23781 20533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263726253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23804/statm: 1339 232 193 169 0 50 0
[pid=23805] ppid=23804 vsize=496600 CPUtime=1570.12
/proc/23805/stat : 23805 (minisat) R 23804 23781 20533 0 -1 4194304 120298 0 0 0 156921 91 0 0 25 0 1 0 263726254 508518400 120284 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/23805/statm: 124150 120284 76 150 0 123997 0
Current children cumulated CPU time (s) 1592.07
Current children cumulated vsize (KiB) 515556

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 23924
/proc/meminfo: memFree=1099848/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=21.95
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 1033 25241 0 2 3 0 2035 157 16 0 1 0 263723671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 799 370 3 0 500 0
[pid=23804] ppid=23781 vsize=5356 CPUtime=0
/proc/23804/stat : 23804 (sh) S 23781 23781 20533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263726253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23804/statm: 1339 232 193 169 0 50 0
[pid=23805] ppid=23804 vsize=496864 CPUtime=1630.11
/proc/23805/stat : 23805 (minisat) R 23804 23781 20533 0 -1 4194304 120364 0 0 0 162919 92 0 0 25 0 1 0 263726254 508788736 120350 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23805/statm: 124216 120350 76 150 0 124063 0
Current children cumulated CPU time (s) 1652.06
Current children cumulated vsize (KiB) 515820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23924
/proc/meminfo: memFree=1099528/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=21.95
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 1033 25241 0 2 3 0 2035 157 16 0 1 0 263723671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 799 370 3 0 500 0
[pid=23804] ppid=23781 vsize=5356 CPUtime=0
/proc/23804/stat : 23804 (sh) S 23781 23781 20533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263726253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23804/statm: 1339 232 193 169 0 50 0
[pid=23805] ppid=23804 vsize=497208 CPUtime=1690.09
/proc/23805/stat : 23805 (minisat) R 23804 23781 20533 0 -1 4194304 120437 0 0 0 168917 92 0 0 25 0 1 0 263726254 509140992 120423 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23805/statm: 124302 120423 76 150 0 124149 0
Current children cumulated CPU time (s) 1712.04
Current children cumulated vsize (KiB) 516164

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 23924
/proc/meminfo: memFree=1099272/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=21.95
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 1033 25241 0 2 3 0 2035 157 16 0 1 0 263723671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 799 370 3 0 500 0
[pid=23804] ppid=23781 vsize=5356 CPUtime=0
/proc/23804/stat : 23804 (sh) S 23781 23781 20533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263726253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23804/statm: 1339 232 193 169 0 50 0
[pid=23805] ppid=23804 vsize=497472 CPUtime=1750.06
/proc/23805/stat : 23805 (minisat) R 23804 23781 20533 0 -1 4194304 120494 0 0 0 174914 92 0 0 25 0 1 0 263726254 509411328 120480 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23805/statm: 124368 120480 76 150 0 124215 0
Current children cumulated CPU time (s) 1772.01
Current children cumulated vsize (KiB) 516428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 23924
/proc/meminfo: memFree=1099144/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=21.95
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 1033 25241 0 2 3 0 2035 157 16 0 1 0 263723671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 799 370 3 0 500 0
[pid=23804] ppid=23781 vsize=5356 CPUtime=0
/proc/23804/stat : 23804 (sh) S 23781 23781 20533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263726253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23804/statm: 1339 232 193 169 0 50 0
[pid=23805] ppid=23804 vsize=497472 CPUtime=1778.06
/proc/23805/stat : 23805 (minisat) R 23804 23781 20533 0 -1 4194304 120514 0 0 0 177714 92 0 0 25 0 1 0 263726254 509411328 120500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23805/statm: 124368 120500 76 150 0 124215 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 516428

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

[startup+1810.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 23924
/proc/meminfo: memFree=1099144/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=21.95
/proc/23781/stat : 23781 (sugar) S 23779 23781 20533 0 -1 4194304 1033 25241 0 2 3 0 2035 157 16 0 1 0 263723671 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23781/statm: 3400 799 370 3 0 500 0
[pid=23804] ppid=23781 vsize=5356 CPUtime=0
/proc/23804/stat : 23804 (sh) S 23781 23781 20533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 263726253 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23804/statm: 1339 232 193 169 0 50 0
[pid=23805] ppid=23804 vsize=497472 CPUtime=1778.06
/proc/23805/stat : 23805 (minisat) R 23804 23781 20533 0 -1 4194304 120514 0 0 0 177714 92 0 0 25 0 1 0 263726254 509411328 120500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23805/statm: 124368 120500 76 150 0 124215 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 516428

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

[startup+1810.42 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 23924
/proc/meminfo: memFree=1099144/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=22
/proc/23781/stat : 23781 (sugar) R 23779 23781 20533 0 -1 4194304 1070 25518 0 2 3 4 2035 158 16 0 1 0 263723671 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23781/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 22
Current children cumulated vsize (KiB) 13600

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

[startup+1810.42 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 23924
/proc/meminfo: memFree=1099144/2055920 swapFree=4181000/4192956
[pid=23781] ppid=23779 vsize=13600 CPUtime=22
/proc/23781/stat : 23781 (sugar) R 23779 23781 20533 0 -1 4194304 1070 25518 0 2 3 4 2035 158 16 0 1 0 263723671 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23781/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 22
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): 1778.01
#  lost CPU user time (s): 1777.14
#  lost CPU system time (s): 0.87

Real time (s): 1810.5
CPU time (s): 1800.11
CPU user time (s): 1797.53
CPU system time (s): 2.57874
CPU usage (%): 99.4263
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3909
system time used= 1.70874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26619
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= 20840
involuntary context switches= 20724

runsolver used 1.92271 second user time and 5.05923 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 05:16:49
IDJOB=1083415
IDBENCH=57474
IDSOLVER=346
FILE ID=node85/1083415-1215227809
PBS_JOBID= 7881761
Free space on /tmp= 126844 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 25d0763f0ac75a92331779534e76fb94
RANDOM SEED=188134892

node85.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.272
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.272
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:       1471848 kB
Buffers:          6556 kB
Cached:          75256 kB
SwapCached:       5568 kB
Active:         495876 kB
Inactive:        42772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1471848 kB
SwapTotal:     4192956 kB
SwapFree:      4181000 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:         474192 kB
Slab:            30032 kB
Committed_AS:  1414008 kB
PageTables:       2488 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= 126844 MiB
End job on node85 at 2008-07-05 05:47:02