Trace number 1093544

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 1835.74

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-9-4-8.xml
MD5SUM190ecfd05931e02cff394b89c2a4bf65
Bench CategoryN-ARY-INT (n-ary 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 variables6768
Number of constraints36568
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36568
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul  5 11:33:51 2008
0.00/0.14	c 0	PID 2072
0.00/0.15	c 0	HOST node55.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1093544-1215250431.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1093544-1215250431.xml' 'HOME/temp.csp'
2.08/2.27	c 3	1 domains, 6768 variables, 4 predicates, 0 relations, 36568 constraints
2.08/2.29	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.08/2.29	c 3	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'
2.15/2.38	c 3	Parsing HOME/temp.csp
2.15/2.82	c 3	parsed 10000 expressions
2.15/3.07	c 3	parsed 20000 expressions
3.13/3.34	c 4	parsed 30000 expressions
3.41/3.64	c 4	parsed 40000 expressions
3.51/3.74	c 4	parsed 43341 expressions
3.51/3.75	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.51/3.75	c 4	Converting to clausal form CSP
3.61/3.81	c 4	converted 4335 (10%) expressions
3.80/4.04	c 4	converted 8669 (20%) expressions
3.90/4.15	c 4	converted 13003 (30%) expressions
4.00/4.25	c 5	converted 17337 (40%) expressions
4.19/4.50	c 5	converted 21671 (50%) expressions
4.28/4.60	c 5	converted 26005 (60%) expressions
4.48/4.70	c 5	converted 30339 (70%) expressions
4.58/4.80	c 5	converted 34673 (80%) expressions
4.68/4.90	c 5	converted 39007 (90%) expressions
5.27/5.59	c 6	converted 43341 (100%) expressions
5.27/5.59	c 6	CSP : 11088 integers, 0 booleans, 45568 clauses, largest domain size 17
5.27/5.59	c 6	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.27/5.59	c 6	Propagation in CSP
5.86/6.13	c 6	2880 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.86/6.14	c 6	CSP : 11088 integers, 0 booleans, 45568 clauses, largest domain size 17
5.86/6.14	c 6	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.86/6.16	c 6	Simplifing CSP by introducing new Boolean variables
5.86/6.18	c 6	CSP : 11088 integers, 0 booleans, 45568 clauses, largest domain size 17
5.86/6.18	c 6	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.05/6.35	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.05/6.39	c 7	1109 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.14/6.40	c 7	2218 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.14/6.41	c 7	3327 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.14/6.42	c 7	4436 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.14/6.42	c 7	5544 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.14/6.42	c 7	6653 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
6.14/6.43	c 7	7762 (70%) CSP integer variables are encoded (2560 clauses, 33801 bytes)
6.14/6.44	c 7	8871 (80%) CSP integer variables are encoded (5465 clauses, 77376 bytes)
6.14/6.44	c 7	9980 (90%) CSP integer variables are encoded (8328 clauses, 120321 bytes)
6.14/6.45	c 7	11088 (100%) CSP integer variables are encoded (11232 clauses, 163881 bytes)
6.25/6.59	c 7	4557 (10%) CSP clauses are encoded (15789 clauses, 236154 bytes)
6.34/6.69	c 7	9114 (20%) CSP clauses are encoded (20346 clauses, 311988 bytes)
6.44/6.78	c 7	13671 (30%) CSP clauses are encoded (24903 clauses, 388073 bytes)
6.53/6.87	c 7	18228 (40%) CSP clauses are encoded (29460 clauses, 464522 bytes)
6.63/6.96	c 7	22784 (50%) CSP clauses are encoded (34016 clauses, 541449 bytes)
6.73/7.05	c 7	27341 (60%) CSP clauses are encoded (38573 clauses, 621702 bytes)
6.83/7.13	c 7	31898 (70%) CSP clauses are encoded (43130 clauses, 703728 bytes)
7.60/7.99	c 8	36455 (80%) CSP clauses are encoded (61308 clauses, 946836 bytes)
7.90/8.20	c 8	41012 (90%) CSP clauses are encoded (112300 clauses, 1772147 bytes)
8.00/8.35	c 9	45568 (100%) CSP clauses are encoded (154944 clauses, 2561393 bytes)
8.00/8.35	c 9	45568 CSP clauses encoded
8.00/8.35	c 9	Writing map file : HOME/temp.map
8.10/8.41	c 9	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.10/8.41	c 9	SAT : 22320 SAT variables, 154944 SAT clauses, 2561393 bytes
8.10/8.41	c 9	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.10/8.45	c 9	SOLVING HOME/temp.cnf
8.10/8.45	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.10/8.45	c 9	This is MiniSat 2.0 beta
8.10/8.45	c 9	WARNING: for repeatability, setting FPU to use double precision
8.10/8.45	c 9	============================[ Problem Statistics ]=============================
8.10/8.45	c 9	|                                                                             |
8.10/8.45	c 9	|  Number of variables:  22320                                                |
8.10/8.45	c 9	|  Number of clauses:    154944                                               |
8.13/8.54	c 9	|  Parsing time:         0.07         s                                       |
8.13/8.54	c 9	============================[ Search Statistics ]==============================
8.13/8.54	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.13/8.54	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.13/8.54	c 9	===============================================================================
8.13/8.54	c 9	|         0 |   22320   154944   395712 |    51648        0    nan |  0.000 % |
8.13/8.67	c 9	|       100 |   22320   154944   395712 |    56812      100      6 |  0.000 % |
8.13/8.74	c 9	|       251 |   22320   154944   395712 |    62494      251     12 |  0.000 % |
8.46/8.85	c 9	|       477 |   22320   154944   395712 |    68743      477     13 |  0.000 % |
8.56/8.94	c 9	|       815 |   22320   154944   395712 |    75617      815     23 |  0.000 % |
8.75/9.10	c 9	|      1321 |   22320   154944   395712 |    83179     1321     22 |  0.000 % |
8.75/9.18	c 9	|      2080 |   22320   154944   395712 |    91497     2080     25 |  0.000 % |
8.95/9.34	c 10	|      3219 |   22320   154944   395712 |   100647     3219     36 |  0.000 % |
9.15/9.55	c 10	|      4927 |   22320   154944   395712 |   110712     4927     34 |  0.000 % |
9.34/9.74	c 10	|      7489 |   22320   154944   395712 |   121783     7489     34 |  0.000 % |
9.94/10.30	c 11	|     11333 |   22320   154944   395712 |   133961    11333     33 |  0.000 % |
11.01/11.49	c 12	|     17099 |   22320   154944   395712 |   147357    17099     32 |  0.000 % |
11.99/12.47	c 13	|     25748 |   22320   154944   395712 |   162093    25748     35 |  0.000 % |
14.44/14.94	c 15	|     38722 |   22320   154944   395712 |   178302    38722     35 |  0.000 % |
17.09/17.69	c 18	|     58184 |   22320   154944   395712 |   196133    58184     38 |  0.000 % |
22.09/22.76	c 23	|     87377 |   22320   154944   395712 |   215746    87377     43 |  0.000 % |
27.79/28.54	c 29	|    131166 |   22320   154944   395712 |   237321   131166     42 |  0.000 % |
45.62/46.75	c 47	|    196850 |   22320   154944   395712 |   261053   196850     42 |  0.000 % |
76.71/78.50	c 79	|    295376 |   22320   154944   395712 |   287158    50617     57 |  0.000 % |
336.09/342.76	c 343	|    443165 |   22320   154944   395712 |   315874   198406     83 |  0.000 % |
732.24/746.78	c 747	|    664848 |   22320   154944   395712 |   347461   126638     73 |  0.000 % |
1546.51/1577.10	c 1577	|    997373 |   22320   154944   395712 |   382208   132053     91 |  0.000 % |
1800.07/1835.71	c ERROR INTERRUPTED
1800.07/1835.74	s UNKNOWN
1800.07/1835.74	c 1836	CPU 7.84 (0.04 0.01 7.8 0.3)
1800.07/1835.74	c 1836	END Sat Jul  5 12:04:27 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-1093544-1215250431/watcher-1093544-1215250431 -o /tmp/evaluation-result-1093544-1215250431/solver-1093544-1215250431 -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-1093544-1215250431.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.98 1.98 1.99 4/92 2072
/proc/meminfo: memFree=1356936/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=18572 CPUtime=0
/proc/2072/stat : 2072 (runsolver) R 2070 2072 1807 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1554709939 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2072/statm: 4643 292 257 25 0 2626 0

[startup+0.100466 s]
/proc/loadavg: 1.98 1.98 1.99 4/92 2072
/proc/meminfo: memFree=1356936/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=12272 CPUtime=0
/proc/2072/stat : 2072 (sugar) D 2070 2072 1807 0 -1 4194304 407 0 0 0 0 0 0 0 18 0 1 0 1554709939 12566528 375 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/2072/statm: 3068 375 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.202484 s]
/proc/loadavg: 1.98 1.98 1.99 4/92 2072
/proc/meminfo: memFree=1356936/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=0.04
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 1554709939 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2072/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302502 s]
/proc/loadavg: 1.98 1.98 1.99 4/92 2072
/proc/meminfo: memFree=1356936/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=0.04
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 1554709939 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2072/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702573 s]
/proc/loadavg: 1.98 1.98 1.99 4/92 2072
/proc/meminfo: memFree=1356936/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=0.04
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 1554709939 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2072/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50171 s]
/proc/loadavg: 1.98 1.98 1.99 4/103 2084
/proc/meminfo: memFree=1322608/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=0.04
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 1554709939 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2072/statm: 3400 796 370 3 0 500 0
[pid=2075] ppid=2072 vsize=5356 CPUtime=0
/proc/2075/stat : 2075 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554709954 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2075/statm: 1339 233 193 169 0 50 0
[pid=2076] ppid=2075 vsize=866688 CPUtime=1.33
/proc/2076/stat : 2076 (java) S 2075 2072 1807 0 -1 0 17989 0 1 0 123 10 0 0 19 0 9 0 1554709954 887488512 15573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2076/statm: 216672 15573 2529 9 0 211254 0
[pid=2076/tid=2077] ppid=2075 vsize=866688 CPUtime=0.62
/proc/2076/task/2077/stat : 2077 (java) R 2075 2072 1807 0 -1 64 3010 0 1 0 60 2 0 0 25 0 9 0 1554709955 887488512 15573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2076/tid=2078] ppid=2075 vsize=866688 CPUtime=0.57
/proc/2076/task/2078/stat : 2078 (java) R 2075 2072 1807 0 -1 64 13779 0 0 0 51 6 0 0 16 0 9 0 1554709956 887488512 15573 996147200 134512640 134550740 4294956000 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2076/tid=2079] ppid=2075 vsize=866688 CPUtime=0
/proc/2076/task/2079/stat : 2079 (java) S 2075 2072 1807 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1554709956 887488512 15573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2076/tid=2080] ppid=2075 vsize=866688 CPUtime=0
/proc/2076/task/2080/stat : 2080 (java) S 2075 2072 1807 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1554709956 887488512 15573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2076/tid=2081] ppid=2075 vsize=866688 CPUtime=0
/proc/2076/task/2081/stat : 2081 (java) S 2075 2072 1807 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1554709958 887488512 15573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2076/tid=2082] ppid=2075 vsize=866688 CPUtime=0.11
/proc/2076/task/2082/stat : 2082 (java) S 2075 2072 1807 0 -1 64 501 0 0 0 11 0 0 0 16 0 9 0 1554709958 887488512 15573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2076/tid=2083] ppid=2075 vsize=866688 CPUtime=0
/proc/2076/task/2083/stat : 2083 (java) S 2075 2072 1807 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1554709958 887488512 15573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2076/tid=2084] ppid=2075 vsize=866688 CPUtime=0
/proc/2076/task/2084/stat : 2084 (java) S 2075 2072 1807 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554709958 887488512 15573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 885644

[startup+3.10198 s]
/proc/loadavg: 1.98 1.98 1.99 3/103 2084
/proc/meminfo: memFree=1292080/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=2.15
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 974 21181 0 1 3 1 198 13 15 0 1 0 1554709939 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 13600

[startup+6.30154 s]
/proc/loadavg: 1.98 1.98 1.99 3/103 2094
/proc/meminfo: memFree=1305128/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=2.15
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 974 21181 0 1 3 1 198 13 15 0 1 0 1554709939 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 797 370 3 0 500 0
[pid=2085] ppid=2072 vsize=5356 CPUtime=0
/proc/2085/stat : 2085 (sh) S 2072 2072 1807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554710168 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2085/statm: 1339 233 193 169 0 50 0
[pid=2086] ppid=2085 vsize=869432 CPUtime=3.9
/proc/2086/stat : 2086 (java) S 2085 2072 1807 0 -1 0 17270 0 1 0 378 12 0 0 18 0 9 0 1554710169 890298368 15314 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2086/statm: 217358 15314 2542 9 0 211933 0
[pid=2086/tid=2087] ppid=2085 vsize=869432 CPUtime=2.48
/proc/2086/task/2087/stat : 2087 (java) R 2085 2072 1807 0 -1 64 3310 0 1 0 245 3 0 0 25 0 9 0 1554710170 890298368 15314 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2086/tid=2088] ppid=2085 vsize=869432 CPUtime=1.15
/proc/2086/task/2088/stat : 2088 (java) R 2085 2072 1807 0 -1 64 11768 0 0 0 108 7 0 0 16 0 9 0 1554710171 890298368 15314 996147200 134512640 134550740 4294955952 18446744073709551615 102731915 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2086/tid=2089] ppid=2085 vsize=869432 CPUtime=0
/proc/2086/task/2089/stat : 2089 (java) S 2085 2072 1807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554710171 890298368 15314 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2086/tid=2090] ppid=2085 vsize=869432 CPUtime=0
/proc/2086/task/2090/stat : 2090 (java) S 2085 2072 1807 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1554710171 890298368 15314 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2086/tid=2091] ppid=2085 vsize=869432 CPUtime=0
/proc/2086/task/2091/stat : 2091 (java) S 2085 2072 1807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554710173 890298368 15314 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2086/tid=2092] ppid=2085 vsize=869432 CPUtime=0.23
/proc/2086/task/2092/stat : 2092 (java) S 2085 2072 1807 0 -1 64 1496 0 0 0 23 0 0 0 15 0 9 0 1554710173 890298368 15314 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2086/tid=2093] ppid=2085 vsize=869432 CPUtime=0
/proc/2086/task/2093/stat : 2093 (java) S 2085 2072 1807 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554710173 890298368 15314 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2086/tid=2094] ppid=2085 vsize=869432 CPUtime=0
/proc/2086/task/2094/stat : 2094 (java) S 2085 2072 1807 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554710173 890298368 15314 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 888388

[startup+12.7016 s]
/proc/loadavg: 1.98 1.98 1.99 3/95 2096
/proc/meminfo: memFree=1337064/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=14936 CPUtime=4.15
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 3539 0 0 0 413 2 0 0 25 0 1 0 1554710784 15294464 3525 996147200 134512640 135127466 4294956256 18446744073709551615 134528501 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 3734 3525 76 150 0 3581 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 33892

[startup+25.5028 s]
/proc/loadavg: 1.98 1.98 1.99 3/95 2096
/proc/meminfo: memFree=1318120/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=33440 CPUtime=16.7
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 8138 0 0 0 1665 5 0 0 25 0 1 0 1554710784 34242560 8124 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 8360 8124 76 150 0 8207 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 52396

[startup+51.1023 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 2096
/proc/meminfo: memFree=1294824/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=57632 CPUtime=41.79
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 14082 0 0 0 4170 9 0 0 25 0 1 0 1554710784 59015168 14068 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 14408 14068 76 150 0 14255 0
Current children cumulated CPU time (s) 49.93
Current children cumulated vsize (KiB) 76588

[startup+102.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 2096
/proc/meminfo: memFree=1277416/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=74184 CPUtime=92.01
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 18234 0 0 0 9188 13 0 0 25 0 1 0 1554710784 75964416 18220 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 18546 18220 76 150 0 18393 0
Current children cumulated CPU time (s) 100.15
Current children cumulated vsize (KiB) 93140

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/95 2096
/proc/meminfo: memFree=1277352/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=74184 CPUtime=150.84
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 18234 0 0 0 15071 13 0 0 25 0 1 0 1554710784 75964416 18220 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 18546 18220 76 150 0 18393 0
Current children cumulated CPU time (s) 158.98

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

/proc/meminfo: memFree=1495792/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=159184 CPUtime=1268.91
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 39028 0 0 0 126853 38 0 0 25 0 1 0 1554710784 163004416 39014 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 39796 39014 76 150 0 39643 0
Current children cumulated CPU time (s) 1277.05
Current children cumulated vsize (KiB) 178140

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2154
/proc/meminfo: memFree=1489712/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=165180 CPUtime=1327.75
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 40531 0 0 0 132736 39 0 0 25 0 1 0 1554710784 169144320 40517 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 41295 40517 76 150 0 41142 0
Current children cumulated CPU time (s) 1335.89
Current children cumulated vsize (KiB) 184136

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2154
/proc/meminfo: memFree=1482288/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=172744 CPUtime=1386.58
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 42361 0 0 0 138617 41 0 0 25 0 1 0 1554710784 176889856 42347 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 43186 42347 76 150 0 43033 0
Current children cumulated CPU time (s) 1394.72
Current children cumulated vsize (KiB) 191700

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2154
/proc/meminfo: memFree=1472624/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=182456 CPUtime=1445.41
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 44771 0 0 0 144498 43 0 0 25 0 1 0 1554710784 186834944 44757 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 45614 44757 76 150 0 45461 0
Current children cumulated CPU time (s) 1453.55
Current children cumulated vsize (KiB) 201412

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2154
/proc/meminfo: memFree=1469808/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=185096 CPUtime=1504.25
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 45434 0 0 0 150381 44 0 0 25 0 1 0 1554710784 189538304 45420 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 46274 45420 76 150 0 46121 0
Current children cumulated CPU time (s) 1512.39
Current children cumulated vsize (KiB) 204052

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/96 2154
/proc/meminfo: memFree=1469744/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=185096 CPUtime=1563.08
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 45434 0 0 0 156264 44 0 0 25 0 1 0 1554710784 189538304 45420 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 46274 45420 76 150 0 46121 0
Current children cumulated CPU time (s) 1571.22
Current children cumulated vsize (KiB) 204052

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 2160
/proc/meminfo: memFree=1469672/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=185096 CPUtime=1621.9
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 45439 0 0 0 162145 45 0 0 25 0 1 0 1554710784 189538304 45425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 46274 45425 76 150 0 46121 0
Current children cumulated CPU time (s) 1630.04
Current children cumulated vsize (KiB) 204052

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2160
/proc/meminfo: memFree=1469672/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=185176 CPUtime=1680.74
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 45442 0 0 0 168029 45 0 0 25 0 1 0 1554710784 189620224 45428 996147200 134512640 135127466 4294956256 18446744073709551615 134527076 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 46294 45428 76 150 0 46141 0
Current children cumulated CPU time (s) 1688.88
Current children cumulated vsize (KiB) 204132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2160
/proc/meminfo: memFree=1469544/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=185376 CPUtime=1739.57
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 45474 0 0 0 173912 45 0 0 25 0 1 0 1554710784 189825024 45460 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 46344 45460 76 150 0 46191 0
Current children cumulated CPU time (s) 1747.71
Current children cumulated vsize (KiB) 204332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1835.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2160
/proc/meminfo: memFree=1469480/2055920 swapFree=4180408/4192956
[pid=2072] ppid=2070 vsize=13600 CPUtime=8.14
/proc/2072/stat : 2072 (sugar) S 2070 2072 1807 0 -1 4194304 1033 38919 0 2 4 1 780 29 16 0 1 0 1554709939 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2072/statm: 3400 799 370 3 0 500 0
[pid=2095] ppid=2072 vsize=5356 CPUtime=0
/proc/2095/stat : 2095 (sh) S 2072 2072 1807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554710784 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2095/statm: 1339 232 193 169 0 50 0
[pid=2096] ppid=2095 vsize=185376 CPUtime=1791.93
/proc/2096/stat : 2096 (minisat) R 2095 2072 1807 0 -1 4194304 45474 0 0 0 179148 45 0 0 25 0 1 0 1554710784 189825024 45460 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2096/statm: 46344 45460 76 150 0 46191 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 204332

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 2072 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=850806
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=318951
# CPU time returned by wait4() is 8.16976
# 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): 1835.74
CPU time (s): 1800.07
CPU user time (s): 1799.32
CPU system time (s): 0.75
CPU usage (%): 98.0569
Max. virtual memory (cumulated for all children) (KiB): 888388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.85081
system time used= 0.318951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40297
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= 4713
involuntary context switches= 4728

runsolver used 2.03869 second user time and 6.32804 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-05 11:33:51
IDJOB=1093544
IDBENCH=58710
IDSOLVER=346
FILE ID=node55/1093544-1215250431
PBS_JOBID= 7882064
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-9-4-8.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-1093544-1215250431/watcher-1093544-1215250431 -o /tmp/evaluation-result-1093544-1215250431/solver-1093544-1215250431 -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-1093544-1215250431.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 190ecfd05931e02cff394b89c2a4bf65
RANDOM SEED=730403575

node55.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.261
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.261
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:       1357416 kB
Buffers:         10888 kB
Cached:         202900 kB
SwapCached:       6260 kB
Active:         538380 kB
Inactive:       108052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1357416 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            6544 kB
Writeback:           0 kB
Mapped:         449856 kB
Slab:            36144 kB
Committed_AS:  3751860 kB
PageTables:       2732 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= 66396 MiB
End job on node55 at 2008-07-05 12:04:29