Trace number 1091766

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.01 1814.43

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-15-21-7-5-2_glb.xml
MD5SUM08ad51260c3d890d99e784cb9a585554
Bench CategoryGLOBAL (global constraints)
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 variables2520
Number of constraints2346
Maximum constraint arity21
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2205
Global constraints used (with number of constraints)weightedsum(141)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 14:53:54 2008
0.00/0.05	c 0	PID 11347
0.00/0.05	c 0	HOST node66.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1091766-1215262434.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-1091766-1215262434.xml' 'HOME/temp.csp'
0.04/0.88	c 1	1 domains, 2520 variables, 1 predicates, 0 relations, 2346 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.87/0.98	c 1	Parsing HOME/temp.csp
1.36/1.45	c 1	parsed 4868 expressions
1.36/1.45	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.36/1.45	c 1	Converting to clausal form CSP
1.36/1.48	c 1	converted 487 (10%) expressions
1.36/1.49	c 1	converted 974 (20%) expressions
1.36/1.49	c 1	converted 1461 (30%) expressions
1.45/1.50	c 1	converted 1948 (40%) expressions
1.45/1.51	c 1	converted 2434 (50%) expressions
1.75/1.82	c 1	converted 2921 (60%) expressions
1.96/2.03	c 2	converted 3408 (70%) expressions
2.15/2.22	c 2	converted 3895 (80%) expressions
2.24/2.35	c 2	converted 4382 (90%) expressions
2.73/2.87	c 3	converted 4868 (100%) expressions
2.73/2.87	c 3	CSP : 12036 integers, 4410 booleans, 32544 clauses, largest domain size 12
2.73/2.87	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.73/2.87	c 3	Propagation in CSP
2.94/3.09	c 3	3885 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.03/3.10	c 3	CSP : 12036 integers, 4410 booleans, 32544 clauses, largest domain size 12
3.03/3.10	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.03/3.11	c 3	Simplifing CSP by introducing new Boolean variables
3.03/3.14	c 3	CSP : 12036 integers, 4410 booleans, 32544 clauses, largest domain size 12
3.03/3.14	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.12/3.29	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.23/3.32	c 3	1204 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.23/3.33	c 3	2408 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.23/3.33	c 3	3611 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.23/3.33	c 3	4815 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.23/3.33	c 3	6018 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.23/3.34	c 3	7222 (60%) CSP integer variables are encoded (637 clauses, 8345 bytes)
3.23/3.35	c 3	8426 (70%) CSP integer variables are encoded (3442 clauses, 47377 bytes)
3.23/3.35	c 3	9629 (80%) CSP integer variables are encoded (5736 clauses, 81787 bytes)
3.23/3.36	c 3	10833 (90%) CSP integer variables are encoded (8054 clauses, 116557 bytes)
3.23/3.36	c 3	12036 (100%) CSP integer variables are encoded (10377 clauses, 151402 bytes)
3.32/3.44	c 3	3255 (10%) CSP clauses are encoded (13632 clauses, 197421 bytes)
3.32/3.46	c 3	6509 (20%) CSP clauses are encoded (16886 clauses, 244117 bytes)
3.32/3.48	c 3	9764 (30%) CSP clauses are encoded (20141 clauses, 291342 bytes)
3.41/3.50	c 3	13018 (40%) CSP clauses are encoded (23395 clauses, 339260 bytes)
3.41/3.53	c 3	16272 (50%) CSP clauses are encoded (26649 clauses, 388060 bytes)
3.41/3.55	c 3	19527 (60%) CSP clauses are encoded (29904 clauses, 436891 bytes)
3.41/3.58	c 3	22781 (70%) CSP clauses are encoded (37336 clauses, 549637 bytes)
3.52/3.65	c 3	26036 (80%) CSP clauses are encoded (60809 clauses, 944675 bytes)
3.61/3.71	c 3	29290 (90%) CSP clauses are encoded (81639 clauses, 1316368 bytes)
3.61/3.77	c 3	32544 (100%) CSP clauses are encoded (102471 clauses, 1690110 bytes)
3.61/3.77	c 3	32544 CSP clauses encoded
3.61/3.77	c 3	Writing map file : HOME/temp.map
3.71/3.83	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.71/3.83	c 4	SAT : 26823 SAT variables, 102471 SAT clauses, 1690110 bytes
3.71/3.83	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.71/3.84	c 4	SOLVING HOME/temp.cnf
3.71/3.84	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.71/3.85	c 4	This is MiniSat 2.0 beta
3.71/3.85	c 4	WARNING: for repeatability, setting FPU to use double precision
3.71/3.85	c 4	============================[ Problem Statistics ]=============================
3.71/3.85	c 4	|                                                                             |
3.71/3.85	c 4	|  Number of variables:  26823                                                |
3.71/3.85	c 4	|  Number of clauses:    102471                                               |
3.78/3.91	c 4	|  Parsing time:         0.06         s                                       |
3.78/3.91	c 4	============================[ Search Statistics ]==============================
3.78/3.92	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.78/3.92	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.78/3.92	c 4	===============================================================================
3.78/3.92	c 4	|         0 |   26823   102471   250005 |    34157        0    nan |  0.000 % |
3.78/3.94	c 4	|       100 |   26823   102471   250005 |    37572      100     13 |  0.000 % |
3.78/3.98	c 4	|       250 |   26823   102471   250005 |    41329      250     19 |  0.000 % |
3.78/4.07	c 4	|       475 |   26823   102471   250005 |    45462      475     16 |  0.000 % |
3.78/4.22	c 4	|       812 |   26823   102471   250005 |    50009      812     29 |  0.000 % |
4.32/4.47	c 4	|      1318 |   26823   102471   250005 |    55010     1318     24 |  0.000 % |
4.61/4.73	c 4	|      2077 |   26823   102471   250005 |    60511     2077     23 |  0.000 % |
5.01/5.16	c 5	|      3216 |   26823   102471   250005 |    66562     3216     22 |  0.000 % |
5.70/5.88	c 6	|      4924 |   26823   102471   250005 |    73218     4924     23 |  0.000 % |
6.89/7.03	c 7	|      7486 |   26823   102471   250005 |    80540     7486     23 |  0.000 % |
8.76/8.99	c 9	|     11331 |   26823   102471   250005 |    88594    11331     23 |  0.000 % |
11.93/12.15	c 12	|     17097 |   26823   102471   250005 |    97453    17097     28 |  0.000 % |
16.69/16.93	c 17	|     25746 |   26823   102471   250005 |   107199    25746     31 |  0.000 % |
22.73/23.01	c 23	|     38720 |   26823   102471   250005 |   117919    38720     32 |  0.000 % |
36.20/36.63	c 36	|     58181 |   26823   102471   250005 |   129711    58181     45 |  0.000 % |
61.16/61.81	c 61	|     87373 |   26823   102471   250005 |   142682    87373     50 |  0.000 % |
94.25/95.27	c 95	|    131162 |   26823   102471   250005 |   156950   131162     51 |  0.000 % |
164.10/165.72	c 165	|    196846 |   26823   102471   250005 |   172645    44117     90 |  0.000 % |
294.66/297.51	c 297	|    295373 |   26823   102471   250005 |   189910   142644     91 |  0.000 % |
517.72/522.73	c 522	|    443162 |   26823   102471   250005 |   208901   112912     83 |  0.000 % |
816.39/824.23	c 824	|    664845 |   26823   102471   250005 |   229791   137813     77 |  0.000 % |
1318.14/1330.71	c 1330	|    997371 |   26823   102471   250005 |   252770    35770     58 |  0.000 % |
1800.01/1814.41	c ERROR INTERRUPTED
1800.01/1814.42	s UNKNOWN
1800.01/1814.42	c 1814	CPU 3.6 (0.04 0.01 3.56 0.17)
1800.01/1814.42	c 1814	END Sat Jul  5 15:24:08 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-1091766-1215262434/watcher-1091766-1215262434 -o /tmp/evaluation-result-1091766-1215262434/solver-1091766-1215262434 -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-1091766-1215262434.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.02 2.02 2.00 4/80 11347
/proc/meminfo: memFree=1703040/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=12000 CPUtime=0
/proc/11347/stat : 11347 (sugar) R 11345 11347 10356 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 2005213058 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 227621794498 0 0 4224 0 0 0 0 17 1 0 0
/proc/11347/statm: 3000 168 129 3 0 100 0

[startup+0.093657 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 11347
/proc/meminfo: memFree=1703040/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=0.04
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005213058 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101659 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 11347
/proc/meminfo: memFree=1703040/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=0.04
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005213058 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301673 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 11347
/proc/meminfo: memFree=1703040/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=0.04
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005213058 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701739 s]
/proc/loadavg: 2.02 2.02 2.00 4/80 11347
/proc/meminfo: memFree=1703040/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=0.04
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005213058 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 2.02 2.02 2.00 4/91 11369
/proc/meminfo: memFree=1696296/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=0.87
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 974 6794 0 1 3 1 78 5 15 0 1 0 2005213058 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 797 370 3 0 500 0
[pid=11360] ppid=11347 vsize=5356 CPUtime=0
/proc/11360/stat : 11360 (sh) S 11347 11347 10356 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005213147 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11360/statm: 1339 233 193 169 0 50 0
[pid=11361] ppid=11360 vsize=864340 CPUtime=0.58
/proc/11361/stat : 11361 (java) S 11360 11347 10356 0 -1 0 4177 0 1 0 55 3 0 0 18 0 9 0 2005213148 885084160 3627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11361/statm: 216085 3627 1719 9 0 210660 0
[pid=11361/tid=11362] ppid=11360 vsize=864340 CPUtime=0.44
/proc/11361/task/11362/stat : 11362 (java) R 11360 11347 10356 0 -1 64 2624 0 1 0 43 1 0 0 18 0 9 0 2005213149 885084160 3627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11363] ppid=11360 vsize=864340 CPUtime=0.02
/proc/11361/task/11363/stat : 11363 (java) S 11360 11347 10356 0 -1 64 513 0 0 0 2 0 0 0 16 0 9 0 2005213150 885084160 3627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11364] ppid=11360 vsize=864340 CPUtime=0
/proc/11361/task/11364/stat : 11364 (java) S 11360 11347 10356 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2005213151 885084160 3627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11365] ppid=11360 vsize=864340 CPUtime=0
/proc/11361/task/11365/stat : 11365 (java) S 11360 11347 10356 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005213151 885084160 3627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11366] ppid=11360 vsize=864340 CPUtime=0
/proc/11361/task/11366/stat : 11366 (java) S 11360 11347 10356 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005213153 885084160 3627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11367] ppid=11360 vsize=864340 CPUtime=0.08
/proc/11361/task/11367/stat : 11367 (java) R 11360 11347 10356 0 -1 64 348 0 0 0 8 0 0 0 16 0 9 0 2005213153 885084160 3627 996147200 134512640 134550740 4294955952 18446744073709551615 101750197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11368] ppid=11360 vsize=864340 CPUtime=0
/proc/11361/task/11368/stat : 11368 (java) S 11360 11347 10356 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005213153 885084160 3627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11369] ppid=11360 vsize=864340 CPUtime=0
/proc/11361/task/11369/stat : 11369 (java) S 11360 11347 10356 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005213153 885084160 3627 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883296

[startup+3.10301 s]
/proc/loadavg: 2.02 2.02 2.00 4/91 11369
/proc/meminfo: memFree=1682344/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=0.87
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 974 6794 0 1 3 1 78 5 15 0 1 0 2005213058 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 797 370 3 0 500 0
[pid=11360] ppid=11347 vsize=5356 CPUtime=0
/proc/11360/stat : 11360 (sh) S 11347 11347 10356 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005213147 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11360/statm: 1339 233 193 169 0 50 0
[pid=11361] ppid=11360 vsize=868404 CPUtime=2.16
/proc/11361/stat : 11361 (java) S 11360 11347 10356 0 -1 0 11231 0 1 0 208 8 0 0 18 0 9 0 2005213148 889245696 10349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11361/statm: 217101 10349 2541 9 0 211676 0
[pid=11361/tid=11362] ppid=11360 vsize=868404 CPUtime=1.42
/proc/11361/task/11362/stat : 11362 (java) R 11360 11347 10356 0 -1 64 2868 0 1 0 140 2 0 0 25 0 9 0 2005213149 889245696 10349 996147200 134512640 134550740 4294955952 18446744073709551615 4126095680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11363] ppid=11360 vsize=868404 CPUtime=0.45
/proc/11361/task/11363/stat : 11363 (java) S 11360 11347 10356 0 -1 64 6175 0 0 0 42 3 0 0 16 0 9 0 2005213150 889245696 10349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11364] ppid=11360 vsize=868404 CPUtime=0
/proc/11361/task/11364/stat : 11364 (java) S 11360 11347 10356 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2005213151 889245696 10349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11365] ppid=11360 vsize=868404 CPUtime=0
/proc/11361/task/11365/stat : 11365 (java) S 11360 11347 10356 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005213151 889245696 10349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11366] ppid=11360 vsize=868404 CPUtime=0
/proc/11361/task/11366/stat : 11366 (java) S 11360 11347 10356 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005213153 889245696 10349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11367] ppid=11360 vsize=868404 CPUtime=0.26
/proc/11361/task/11367/stat : 11367 (java) S 11360 11347 10356 0 -1 64 1495 0 0 0 25 1 0 0 16 0 9 0 2005213153 889245696 10349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11368] ppid=11360 vsize=868404 CPUtime=0
/proc/11361/task/11368/stat : 11368 (java) S 11360 11347 10356 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2005213153 889245696 10349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11361/tid=11369] ppid=11360 vsize=868404 CPUtime=0
/proc/11361/task/11369/stat : 11369 (java) S 11360 11347 10356 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005213153 889245696 10349 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887360

[startup+6.30239 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 11371
/proc/meminfo: memFree=1691240/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 15 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=8652 CPUtime=2.42
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 2014 0 0 0 241 1 0 0 25 0 1 0 2005213443 8859648 2000 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11371/statm: 2163 2000 76 150 0 2010 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 27608

[startup+12.7022 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 11371
/proc/meminfo: memFree=1689064/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=10632 CPUtime=8.75
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 2515 0 0 0 874 1 0 0 25 0 1 0 2005213443 10887168 2501 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11371/statm: 2658 2501 76 150 0 2505 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 29588

[startup+25.5017 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 11371
/proc/meminfo: memFree=1684520/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=15300 CPUtime=21.42
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 3671 0 0 0 2139 3 0 0 25 0 1 0 2005213443 15667200 3657 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11371/statm: 3825 3657 76 150 0 3672 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 34256

[startup+51.1017 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 11371
/proc/meminfo: memFree=1674408/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=25452 CPUtime=46.79
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 6215 0 0 0 4672 7 0 0 25 0 1 0 2005213443 26062848 6201 996147200 134512640 135127466 4294956256 18446744073709551615 134530866 0 0 4096 3 0 0 0 17 1 0 0
/proc/11371/statm: 6363 6201 76 150 0 6210 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 44408

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 11371
/proc/meminfo: memFree=1658280/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=41248 CPUtime=97.51
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 10176 0 0 0 9738 13 0 0 25 0 1 0 2005213443 42237952 10162 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11371/statm: 10312 10162 76 150 0 10159 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 60204

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 11371
/proc/meminfo: memFree=1646824/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1605224/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=93392 CPUtime=1286.22
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 23105 0 0 0 128591 31 0 0 25 0 1 0 2005213443 95633408 23091 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/11371/statm: 23348 23091 76 150 0 23195 0
Current children cumulated CPU time (s) 1290
Current children cumulated vsize (KiB) 112348

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11377
/proc/meminfo: memFree=1602088/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=96428 CPUtime=1345.66
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 23875 0 0 0 134533 33 0 0 25 0 1 0 2005213443 98742272 23861 996147200 134512640 135127466 4294956256 18446744073709551615 134521750 0 0 4096 3 0 0 0 17 1 0 0
/proc/11371/statm: 24107 23861 76 150 0 23954 0
Current children cumulated CPU time (s) 1349.44
Current children cumulated vsize (KiB) 115384

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 11377
/proc/meminfo: memFree=1602024/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=96428 CPUtime=1405.09
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 23875 0 0 0 140476 33 0 0 25 0 1 0 2005213443 98742272 23861 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/11371/statm: 24107 23861 76 150 0 23954 0
Current children cumulated CPU time (s) 1408.87
Current children cumulated vsize (KiB) 115384

[startup+1482.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 11415
/proc/meminfo: memFree=1617000/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=96428 CPUtime=1464.59
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 23875 0 0 0 146425 34 0 0 25 0 1 0 2005213443 98742272 23861 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/11371/statm: 24107 23861 76 150 0 23954 0
Current children cumulated CPU time (s) 1468.37
Current children cumulated vsize (KiB) 115384

[startup+1542.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 11415
/proc/meminfo: memFree=1589160/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=96428 CPUtime=1524.57
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 23875 0 0 0 152422 35 0 0 25 0 1 0 2005213443 98742272 23861 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/11371/statm: 24107 23861 76 150 0 23954 0
Current children cumulated CPU time (s) 1528.35
Current children cumulated vsize (KiB) 115384

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11415
/proc/meminfo: memFree=1585384/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=100392 CPUtime=1584.55
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 24868 0 0 0 158419 36 0 0 25 0 1 0 2005213443 102801408 24854 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/11371/statm: 25098 24854 76 150 0 24945 0
Current children cumulated CPU time (s) 1588.33
Current children cumulated vsize (KiB) 119348

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 11415
/proc/meminfo: memFree=1577320/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=108048 CPUtime=1644.52
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 26797 0 0 0 164414 38 0 0 25 0 1 0 2005213443 110641152 26783 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/11371/statm: 27012 26783 76 150 0 26859 0
Current children cumulated CPU time (s) 1648.3
Current children cumulated vsize (KiB) 127004

[startup+1722.3 s]
/proc/loadavg: 1.91 1.97 1.99 3/75 11776
/proc/meminfo: memFree=1685480/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=108048 CPUtime=1704.17
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 26797 0 0 0 170373 44 0 0 25 0 1 0 2005213443 110641152 26783 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11371/statm: 27012 26783 76 150 0 26859 0
Current children cumulated CPU time (s) 1707.95
Current children cumulated vsize (KiB) 127004

[startup+1782.3 s]
/proc/loadavg: 1.97 1.97 1.99 3/75 11871
/proc/meminfo: memFree=1682344/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=108192 CPUtime=1764.14
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 26816 0 0 0 176368 46 0 0 25 0 1 0 2005213443 110788608 26802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11371/statm: 27048 26802 76 150 0 26895 0
Current children cumulated CPU time (s) 1767.92
Current children cumulated vsize (KiB) 127148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 11871
/proc/meminfo: memFree=1682216/2055920 swapFree=4179860/4192956
[pid=11347] ppid=11345 vsize=13600 CPUtime=3.78
/proc/11347/stat : 11347 (sugar) S 11345 11347 10356 0 -1 4194304 1033 18749 0 2 4 1 356 17 16 0 1 0 2005213058 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11347/statm: 3400 799 370 3 0 500 0
[pid=11370] ppid=11347 vsize=5356 CPUtime=0
/proc/11370/stat : 11370 (sh) S 11347 11347 10356 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005213443 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11370/statm: 1339 232 193 169 0 50 0
[pid=11371] ppid=11370 vsize=108192 CPUtime=1796.23
/proc/11371/stat : 11371 (minisat) R 11370 11347 10356 0 -1 4194304 26816 0 0 0 179577 46 0 0 25 0 1 0 2005213443 110788608 26802 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/11371/statm: 27048 26802 76 150 0 26895 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 127148

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

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

Child status: 0

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

Real time (s): 1814.43
CPU time (s): 1800.01
CPU user time (s): 1799.37
CPU system time (s): 0.64
CPU usage (%): 99.2055
Max. virtual memory (cumulated for all children) (KiB): 887864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.60745
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20126
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= 3039
involuntary context switches= 3024

runsolver used 2.19167 second user time and 6.07008 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-05 14:53:54
IDJOB=1091766
IDBENCH=58575
IDSOLVER=346
FILE ID=node66/1091766-1215262434
PBS_JOBID= 7882058
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-15-21-7-5-2_glb.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-1091766-1215262434/watcher-1091766-1215262434 -o /tmp/evaluation-result-1091766-1215262434/solver-1091766-1215262434 -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-1091766-1215262434.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 08ad51260c3d890d99e784cb9a585554
RANDOM SEED=1939267845

node66.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.213
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.213
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:       1703520 kB
Buffers:         29364 kB
Cached:         153552 kB
SwapCached:       7144 kB
Active:         221368 kB
Inactive:        76796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703520 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:         128776 kB
Slab:            39080 kB
Committed_AS:  4911336 kB
PageTables:       2064 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= 66416 MiB
End job on node66 at 2008-07-05 15:24:10