Trace number 1070250

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 1807.76

General information on the benchmark

Namecsp/pseudoGLB/
normalized-fpga35-34-sat-pb-cnf-cr.xml
MD5SUM5b56f38d0bf291830162fef4b1202400
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.7764
Satisfiable
(Un)Satisfiability was proved
Number of variables1785
Number of constraints1293
Maximum constraint arity35
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(1293)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 11:34:32 2008
0.00/0.05	c 0	PID 30262
0.00/0.05	c 0	HOST node73.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070250-1215164072.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070250-1215164072.xml' 'HOME/temp.csp'
0.04/0.89	c 1	1 domains, 1785 variables, 0 predicates, 0 relations, 1293 constraints
0.04/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.94	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.91/1.03	c 1	Parsing HOME/temp.csp
1.40/1.51	c 1	parsed 3079 expressions
1.40/1.51	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.40/1.51	c 1	Converting to clausal form CSP
1.40/1.54	c 1	converted 308 (10%) expressions
1.40/1.54	c 1	converted 616 (20%) expressions
1.40/1.55	c 1	converted 924 (30%) expressions
1.40/1.55	c 1	converted 1232 (40%) expressions
1.40/1.56	c 1	converted 1540 (50%) expressions
1.70/1.82	c 1	converted 1848 (60%) expressions
2.00/2.20	c 2	converted 2156 (70%) expressions
2.39/2.59	c 2	converted 2464 (80%) expressions
2.88/3.03	c 3	converted 2772 (90%) expressions
3.28/3.41	c 3	converted 3079 (100%) expressions
3.28/3.42	c 3	CSP : 23594 integers, 0 booleans, 44911 clauses, largest domain size 19
3.28/3.42	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.28/3.42	c 3	Propagation in CSP
3.57/3.79	c 3	5140 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.67/3.80	c 3	CSP : 23594 integers, 0 booleans, 44911 clauses, largest domain size 19
3.67/3.80	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.67/3.82	c 3	Simplifing CSP by introducing new Boolean variables
3.67/3.84	c 4	CSP : 23594 integers, 0 booleans, 44911 clauses, largest domain size 19
3.67/3.84	c 4	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.87/4.00	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.87/4.04	c 4	2360 (10%) CSP integer variables are encoded (840 clauses, 10984 bytes)
3.87/4.05	c 4	4719 (20%) CSP integer variables are encoded (7027 clauses, 93944 bytes)
3.87/4.06	c 4	7079 (30%) CSP integer variables are encoded (13222 clauses, 186869 bytes)
3.87/4.07	c 4	9438 (40%) CSP integer variables are encoded (19414 clauses, 279749 bytes)
3.87/4.08	c 4	11797 (50%) CSP integer variables are encoded (25608 clauses, 372659 bytes)
3.87/4.09	c 4	14157 (60%) CSP integer variables are encoded (31803 clauses, 465584 bytes)
3.97/4.11	c 4	16516 (70%) CSP integer variables are encoded (37997 clauses, 558494 bytes)
3.97/4.12	c 4	18876 (80%) CSP integer variables are encoded (44192 clauses, 651419 bytes)
3.97/4.13	c 4	21235 (90%) CSP integer variables are encoded (49980 clauses, 738239 bytes)
3.97/4.14	c 4	23594 (100%) CSP integer variables are encoded (53822 clauses, 795869 bytes)
4.07/4.27	c 4	4492 (10%) CSP clauses are encoded (86198 clauses, 1312054 bytes)
4.16/4.38	c 4	8983 (20%) CSP clauses are encoded (121719 clauses, 1951089 bytes)
4.27/4.47	c 4	13474 (30%) CSP clauses are encoded (157224 clauses, 2599948 bytes)
4.36/4.57	c 4	17965 (40%) CSP clauses are encoded (192739 clauses, 3249011 bytes)
4.46/4.67	c 4	22456 (50%) CSP clauses are encoded (228296 clauses, 3898905 bytes)
4.56/4.77	c 4	26947 (60%) CSP clauses are encoded (263805 clauses, 4547842 bytes)
4.66/4.87	c 5	31438 (70%) CSP clauses are encoded (299318 clauses, 5196864 bytes)
4.75/4.97	c 5	35929 (80%) CSP clauses are encoded (334831 clauses, 5846176 bytes)
4.85/5.07	c 5	40420 (90%) CSP clauses are encoded (366678 clauses, 6425382 bytes)
4.95/5.17	c 5	44911 (100%) CSP clauses are encoded (400683 clauses, 7053386 bytes)
4.95/5.17	c 5	44911 CSP clauses encoded
4.95/5.17	c 5	Writing map file : HOME/temp.map
5.05/5.22	c 5	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.05/5.22	c 5	SAT : 77416 SAT variables, 400683 SAT clauses, 7053386 bytes
5.05/5.22	c 5	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.05/5.25	c 5	SOLVING HOME/temp.cnf
5.05/5.25	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.05/5.25	c 5	This is MiniSat 2.0 beta
5.05/5.25	c 5	WARNING: for repeatability, setting FPU to use double precision
5.05/5.25	c 5	============================[ Problem Statistics ]=============================
5.05/5.25	c 5	|                                                                             |
5.05/5.26	c 5	|  Number of variables:  77416                                                |
5.05/5.26	c 5	|  Number of clauses:    400683                                               |
5.23/5.49	c 5	|  Parsing time:         0.20         s                                       |
5.23/5.50	c 5	============================[ Search Statistics ]==============================
5.23/5.50	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.23/5.50	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.23/5.50	c 5	===============================================================================
5.23/5.50	c 5	|         0 |   77416   400683   994025 |   133561        0    nan |  0.000 % |
5.33/5.54	c 5	|       100 |   77416   400683   994025 |   146917      100     19 |  0.000 % |
5.33/5.59	c 5	|       250 |   77416   400683   994025 |   161608      250     20 |  0.000 % |
5.43/5.69	c 5	|       475 |   77416   400683   994025 |   177769      475     25 |  0.000 % |
5.53/5.77	c 5	|       812 |   77416   400683   994025 |   195546      812     27 |  0.000 % |
6.51/6.73	c 6	|      1318 |   77416   400683   994025 |   215101     1318     30 |  0.000 % |
6.81/7.06	c 7	|      2079 |   77416   400683   994025 |   236611     2079     31 |  0.000 % |
7.41/7.67	c 7	|      3219 |   77416   400683   994025 |   260272     3219     43 |  0.000 % |
7.70/7.94	c 8	|      4928 |   77416   400683   994025 |   286299     4928     43 |  0.000 % |
8.41/8.63	c 8	|      7490 |   77416   400683   994025 |   314929     7490     59 |  0.000 % |
9.19/9.44	c 9	|     11336 |   77416   400683   994025 |   346422    11336     56 |  0.000 % |
10.87/11.19	c 11	|     17102 |   77416   400683   994025 |   381065    17102     63 |  0.000 % |
14.34/14.69	c 14	|     25751 |   77416   400683   994025 |   419171    25751     67 |  0.000 % |
18.70/19.09	c 19	|     38728 |   77416   400683   994025 |   461088    38728     63 |  0.000 % |
32.76/33.27	c 33	|     58190 |   77416   400683   994025 |   507197    58190     68 |  0.000 % |
49.70/50.37	c 50	|     87383 |   77416   400683   994025 |   557917    87383     68 |  0.000 % |
78.93/79.87	c 80	|    131172 |   77416   400683   994025 |   613709   131172     62 |  0.000 % |
155.30/156.98	c 157	|    196856 |   77416   400683   994025 |   675080   196856     68 |  0.000 % |
330.53/333.82	c 334	|    295382 |   77416   400683   994025 |   742588   295382     71 |  0.000 % |
633.86/640.10	c 640	|    443171 |   77416   400683   994025 |   816846   443171     76 |  0.000 % |
1377.33/1384.86	c 1385	|    664854 |   77416   400683   994025 |   898531   664854     81 |  0.000 % |
1800.07/1807.72	c ERROR INTERRUPTED
1800.07/1807.75	s UNKNOWN
1800.07/1807.75	c 1807	CPU 4.9 (0.03 0.01 4.87 0.19)
1800.07/1807.75	c 1807	END Fri Jul  4 12:04:39 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-1070250-1215164072/watcher-1070250-1215164072 -o /tmp/evaluation-result-1070250-1215164072/solver-1070250-1215164072 -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-1070250-1215164072.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.97 1.98 1.99 4/81 30262
/proc/meminfo: memFree=1751744/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=12000 CPUtime=0
/proc/30262/stat : 30262 (sugar) R 30260 30262 29589 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 128418194 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 210737123376 0 0 4224 0 0 0 0 17 1 0 0
/proc/30262/statm: 3000 179 140 3 0 100 0

[startup+0.09174 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 30262
/proc/meminfo: memFree=1751744/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=0.04
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 128418194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.10174 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 30262
/proc/meminfo: memFree=1751744/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=0.04
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 128418194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30176 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 30262
/proc/meminfo: memFree=1751744/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=0.04
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 128418194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701814 s]
/proc/loadavg: 1.97 1.98 1.99 4/81 30262
/proc/meminfo: memFree=1751744/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=0.04
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 128418194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 30284
/proc/meminfo: memFree=1745704/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=0.87
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 973 5484 0 1 3 1 79 4 16 0 1 0 128418194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 797 370 3 0 500 0
[pid=30275] ppid=30262 vsize=5356 CPUtime=0
/proc/30275/stat : 30275 (sh) S 30262 30262 29589 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 128418288 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30275/statm: 1339 233 193 169 0 50 0
[pid=30276] ppid=30275 vsize=864012 CPUtime=0.53
/proc/30276/stat : 30276 (java) S 30275 30262 29589 0 -1 0 5839 0 1 0 50 3 0 0 18 0 9 0 128418289 884748288 5106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30276/statm: 216003 5106 2532 9 0 210585 0
[pid=30276/tid=30277] ppid=30275 vsize=864012 CPUtime=0.35
/proc/30276/task/30277/stat : 30277 (java) R 30275 30262 29589 0 -1 64 2479 0 1 0 33 2 0 0 22 0 9 0 128418290 884748288 5106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30278] ppid=30275 vsize=864012 CPUtime=0.08
/proc/30276/task/30278/stat : 30278 (java) R 30275 30262 29589 0 -1 64 2327 0 0 0 8 0 0 0 16 0 9 0 128418291 884748288 5106 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30279] ppid=30275 vsize=864012 CPUtime=0
/proc/30276/task/30279/stat : 30279 (java) S 30275 30262 29589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 128418291 884748288 5106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30280] ppid=30275 vsize=864012 CPUtime=0
/proc/30276/task/30280/stat : 30280 (java) S 30275 30262 29589 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 128418291 884748288 5106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30281] ppid=30275 vsize=864012 CPUtime=0
/proc/30276/task/30281/stat : 30281 (java) S 30275 30262 29589 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 128418293 884748288 5106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30282] ppid=30275 vsize=864012 CPUtime=0.07
/proc/30276/task/30282/stat : 30282 (java) S 30275 30262 29589 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 128418293 884748288 5106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30283] ppid=30275 vsize=864012 CPUtime=0
/proc/30276/task/30283/stat : 30283 (java) S 30275 30262 29589 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 128418293 884748288 5106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30284] ppid=30275 vsize=864012 CPUtime=0
/proc/30276/task/30284/stat : 30284 (java) S 30275 30262 29589 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 128418293 884748288 5106 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 882968

[startup+3.10209 s]
/proc/loadavg: 1.97 1.98 1.99 3/92 30284
/proc/meminfo: memFree=1728808/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=0.87
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 974 5484 0 1 3 1 79 4 15 0 1 0 128418194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 797 370 3 0 500 0
[pid=30275] ppid=30262 vsize=5356 CPUtime=0
/proc/30275/stat : 30275 (sh) S 30262 30262 29589 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 128418288 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30275/statm: 1339 233 193 169 0 50 0
[pid=30276] ppid=30275 vsize=868404 CPUtime=2.11
/proc/30276/stat : 30276 (java) S 30275 30262 29589 0 -1 0 12100 0 1 0 204 7 0 0 18 0 9 0 128418289 889245696 11122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30276/statm: 217101 11122 2541 9 0 211676 0
[pid=30276/tid=30277] ppid=30275 vsize=868404 CPUtime=1.29
/proc/30276/task/30277/stat : 30277 (java) R 30275 30262 29589 0 -1 64 2956 0 1 0 127 2 0 0 25 0 9 0 128418290 889245696 11122 996147200 134512640 134550740 4294955952 18446744073709551615 4126615068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30278] ppid=30275 vsize=868404 CPUtime=0.58
/proc/30276/task/30278/stat : 30278 (java) S 30275 30262 29589 0 -1 64 6967 0 0 0 55 3 0 0 16 0 9 0 128418291 889245696 11122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30279] ppid=30275 vsize=868404 CPUtime=0
/proc/30276/task/30279/stat : 30279 (java) S 30275 30262 29589 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 128418291 889245696 11122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30280] ppid=30275 vsize=868404 CPUtime=0
/proc/30276/task/30280/stat : 30280 (java) S 30275 30262 29589 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 128418291 889245696 11122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30281] ppid=30275 vsize=868404 CPUtime=0
/proc/30276/task/30281/stat : 30281 (java) S 30275 30262 29589 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 128418293 889245696 11122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30282] ppid=30275 vsize=868404 CPUtime=0.21
/proc/30276/task/30282/stat : 30282 (java) S 30275 30262 29589 0 -1 64 1481 0 0 0 20 1 0 0 16 0 9 0 128418293 889245696 11122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30283] ppid=30275 vsize=868404 CPUtime=0
/proc/30276/task/30283/stat : 30283 (java) S 30275 30262 29589 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 128418293 889245696 11122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30276/tid=30284] ppid=30275 vsize=868404 CPUtime=0
/proc/30276/task/30284/stat : 30284 (java) R 30275 30262 29589 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 128418293 889245696 11122 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) 887360

[startup+6.30148 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 30286
/proc/meminfo: memFree=1726568/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 15 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=24128 CPUtime=1.02
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 5639 0 0 0 100 2 0 0 25 0 1 0 128418720 24707072 5625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30286/statm: 6032 5625 76 150 0 5879 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 43084

[startup+12.7012 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 30286
/proc/meminfo: memFree=1713576/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=30756 CPUtime=7.36
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 7271 0 0 0 732 4 0 0 25 0 1 0 128418720 31494144 7257 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 1 0 0
/proc/30286/statm: 7689 7257 76 150 0 7536 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 49712

[startup+25.5017 s]
/proc/loadavg: 1.98 1.98 1.99 3/84 30286
/proc/meminfo: memFree=1704552/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=39448 CPUtime=20.04
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 9438 0 0 0 1997 7 0 0 25 0 1 0 128418720 40394752 9424 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30286/statm: 9862 9424 76 150 0 9709 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 58404

[startup+51.1017 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 30286
/proc/meminfo: memFree=1691688/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=52360 CPUtime=45.4
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 12670 0 0 0 4530 10 0 0 25 0 1 0 128418720 53616640 12656 996147200 134512640 135127466 4294956256 18446744073709551615 134527837 0 0 4096 3 0 0 0 17 1 0 0
/proc/30286/statm: 13090 12656 76 150 0 12937 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 71316

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 30286
/proc/meminfo: memFree=1673448/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=70664 CPUtime=96.11
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 17170 0 0 0 9598 13 0 0 25 0 1 0 128418720 72359936 17156 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/30286/statm: 17666 17156 76 150 0 17513 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 89620

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 30286
/proc/meminfo: memFree=1656936/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1516584/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=260828 CPUtime=1349.73
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 64458 0 0 0 134908 65 0 0 25 0 1 0 128418720 267087872 64444 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30286/statm: 65207 64444 76 150 0 65054 0
Current children cumulated CPU time (s) 1354.83
Current children cumulated vsize (KiB) 279784

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 30375
/proc/meminfo: memFree=1509480/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=267904 CPUtime=1409.72
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 66215 0 0 0 140905 67 0 0 25 0 1 0 128418720 274333696 66201 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/30286/statm: 66976 66201 76 150 0 66823 0
Current children cumulated CPU time (s) 1414.82
Current children cumulated vsize (KiB) 286860

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 30375
/proc/meminfo: memFree=1501544/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=277324 CPUtime=1469.69
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 68207 0 0 0 146900 69 0 0 25 0 1 0 128418720 283979776 68193 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30286/statm: 69331 68193 76 150 0 69178 0
Current children cumulated CPU time (s) 1474.79
Current children cumulated vsize (KiB) 296280

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 30375
/proc/meminfo: memFree=1494696/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=283924 CPUtime=1529.67
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 69893 0 0 0 152896 71 0 0 25 0 1 0 128418720 290738176 69879 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30286/statm: 70981 69879 76 150 0 70828 0
Current children cumulated CPU time (s) 1534.77
Current children cumulated vsize (KiB) 302880

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 30381
/proc/meminfo: memFree=1488608/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=290072 CPUtime=1589.65
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 71406 0 0 0 158892 73 0 0 25 0 1 0 128418720 297033728 71392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30286/statm: 72518 71392 76 150 0 72365 0
Current children cumulated CPU time (s) 1594.75
Current children cumulated vsize (KiB) 309028

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 30381
/proc/meminfo: memFree=1481696/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=296988 CPUtime=1649.62
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 73119 0 0 0 164887 75 0 0 25 0 1 0 128418720 304115712 73105 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30286/statm: 74247 73105 76 150 0 74094 0
Current children cumulated CPU time (s) 1654.72
Current children cumulated vsize (KiB) 315944

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 30381
/proc/meminfo: memFree=1474656/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=304040 CPUtime=1709.6
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 74890 0 0 0 170883 77 0 0 25 0 1 0 128418720 311336960 74876 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30286/statm: 76010 74876 76 150 0 75857 0
Current children cumulated CPU time (s) 1714.7
Current children cumulated vsize (KiB) 322996

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 30381
/proc/meminfo: memFree=1470624/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=307824 CPUtime=1769.58
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 75853 0 0 0 176880 78 0 0 25 0 1 0 128418720 315211776 75839 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30286/statm: 76956 75839 76 150 0 76803 0
Current children cumulated CPU time (s) 1774.68
Current children cumulated vsize (KiB) 326780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 30381
/proc/meminfo: memFree=1468832/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=309672 CPUtime=1794.97
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 76304 0 0 0 179419 78 0 0 25 0 1 0 128418720 317104128 76290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30286/statm: 77418 76290 76 150 0 77265 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 328628

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

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

[startup+1807.7 s]
/proc/loadavg: 1.99 1.97 1.99 3/84 30381
/proc/meminfo: memFree=1468832/2055920 swapFree=4181452/4192956
[pid=30262] ppid=30260 vsize=13600 CPUtime=5.1
/proc/30262/stat : 30262 (sugar) S 30260 30262 29589 0 -1 4194304 1033 19748 0 2 3 1 487 19 16 0 1 0 128418194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30262/statm: 3400 799 370 3 0 500 0
[pid=30285] ppid=30262 vsize=5356 CPUtime=0
/proc/30285/stat : 30285 (sh) S 30262 30262 29589 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 128418720 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30285/statm: 1339 232 193 169 0 50 0
[pid=30286] ppid=30285 vsize=309672 CPUtime=1794.97
/proc/30286/stat : 30286 (minisat) R 30285 30262 29589 0 -1 4194304 76304 0 0 0 179419 78 0 0 25 0 1 0 128418720 317104128 76290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30286/statm: 77418 76290 76 150 0 77265 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 328628

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30262 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=912253
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=217966
# CPU time returned by wait4() is 5.13022
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.76
CPU time (s): 1800.07
CPU user time (s): 1799.09
CPU system time (s): 0.98
CPU usage (%): 99.5747
Max. virtual memory (cumulated for all children) (KiB): 887864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.91225
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21125
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= 4302
involuntary context switches= 4329

runsolver used 2.29965 second user time and 5.9401 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-04 11:34:32
IDJOB=1070250
IDBENCH=55825
IDSOLVER=346
FILE ID=node73/1070250-1215164072
PBS_JOBID= 7881411
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-fpga35-34-sat-pb-cnf-cr.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-1070250-1215164072/watcher-1070250-1215164072 -o /tmp/evaluation-result-1070250-1215164072/solver-1070250-1215164072 -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-1070250-1215164072.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b56f38d0bf291830162fef4b1202400
RANDOM SEED=1247625336

node73.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.230
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.230
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1752224 kB
Buffers:         35824 kB
Cached:         140708 kB
SwapCached:       5300 kB
Active:         181000 kB
Inactive:        68024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752224 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          85952 kB
Slab:            39856 kB
Committed_AS:  1143312 kB
PageTables:       1912 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= 66552 MiB
End job on node73 at 2008-07-04 12:04:41