Trace number 1080894

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.03 1815.87

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-4.xml
MD5SUMdc4fa1855330fb9be940752eeb6e2653
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1375
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

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 01:21:26 2008
0.00/0.05	c 0	PID 2107
0.00/0.05	c 0	HOST node27.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080894-1215213685.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-1080894-1215213685.xml' 'HOME/temp.csp'
0.04/0.89	c 0	300 domains, 300 variables, 2 predicates, 0 relations, 3130 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.02	c 1	Parsing HOME/temp.csp
1.11/1.26	c 1	parsed 3732 expressions
1.11/1.26	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.26	c 1	Converting to clausal form CSP
1.11/1.29	c 1	converted 374 (10%) expressions
1.21/1.34	c 1	converted 747 (20%) expressions
1.31/1.45	c 1	converted 1120 (30%) expressions
1.31/1.49	c 1	converted 1493 (40%) expressions
1.42/1.50	c 1	converted 1866 (50%) expressions
1.42/1.51	c 1	converted 2240 (60%) expressions
1.42/1.52	c 1	converted 2613 (70%) expressions
1.42/1.53	c 1	converted 2986 (80%) expressions
1.42/1.54	c 1	converted 3359 (90%) expressions
1.42/1.55	c 1	converted 3732 (100%) expressions
1.42/1.55	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1375
1.42/1.55	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.55	c 1	Propagation in CSP
1.61/1.72	c 1	204274 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.61/1.72	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 831
1.61/1.72	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.61/1.73	c 1	Simplifing CSP by introducing new Boolean variables
1.71/1.80	c 1	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 831
1.71/1.80	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.84	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.89	c 1	30 (10%) CSP integer variables are encoded (19860 clauses, 275792 bytes)
1.81/1.91	c 1	60 (20%) CSP integer variables are encoded (38610 clauses, 557042 bytes)
1.81/1.94	c 2	90 (30%) CSP integer variables are encoded (60435 clauses, 884417 bytes)
1.81/1.96	c 2	120 (40%) CSP integer variables are encoded (79080 clauses, 1164092 bytes)
1.81/1.99	c 2	150 (50%) CSP integer variables are encoded (95265 clauses, 1406867 bytes)
1.91/2.01	c 2	180 (60%) CSP integer variables are encoded (113580 clauses, 1709073 bytes)
1.91/2.04	c 2	210 (70%) CSP integer variables are encoded (135840 clauses, 2087493 bytes)
1.91/2.07	c 2	240 (80%) CSP integer variables are encoded (154980 clauses, 2412873 bytes)
1.91/2.10	c 2	270 (90%) CSP integer variables are encoded (175740 clauses, 2765793 bytes)
2.01/2.12	c 2	300 (100%) CSP integer variables are encoded (193335 clauses, 3064908 bytes)
2.41/2.50	c 2	883 (10%) CSP clauses are encoded (365530 clauses, 6840418 bytes)
2.91/3.06	c 3	1766 (20%) CSP clauses are encoded (650010 clauses, 13389564 bytes)
3.41/3.52	c 3	2649 (30%) CSP clauses are encoded (880568 clauses, 18736163 bytes)
3.91/4.04	c 4	3532 (40%) CSP clauses are encoded (1148451 clauses, 24944109 bytes)
4.39/4.59	c 4	4415 (50%) CSP clauses are encoded (1422270 clauses, 31304770 bytes)
4.89/5.05	c 5	5298 (60%) CSP clauses are encoded (1650230 clauses, 36604215 bytes)
5.40/5.50	c 5	6181 (70%) CSP clauses are encoded (1881014 clauses, 41987199 bytes)
5.79/5.91	c 5	7064 (80%) CSP clauses are encoded (2087088 clauses, 46821746 bytes)
6.29/6.46	c 6	7947 (90%) CSP clauses are encoded (2369687 clauses, 53665888 bytes)
6.79/6.99	c 7	8830 (100%) CSP clauses are encoded (2651972 clauses, 60252974 bytes)
6.79/6.99	c 7	8830 CSP clauses encoded
6.79/6.99	c 7	Writing map file : HOME/temp.map
6.89/7.00	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.89/7.00	c 7	SAT : 199335 SAT variables, 2651972 SAT clauses, 60252974 bytes
6.89/7.00	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.89/7.03	c 7	SOLVING HOME/temp.cnf
6.89/7.03	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.89/7.03	c 7	This is MiniSat 2.0 beta
6.89/7.03	c 7	WARNING: for repeatability, setting FPU to use double precision
6.89/7.03	c 7	============================[ Problem Statistics ]=============================
6.89/7.03	c 7	|                                                                             |
6.89/7.03	c 7	|  Number of variables:  199335                                               |
6.89/7.03	c 7	|  Number of clauses:    2651972                                              |
8.47/8.61	c 8	|  Parsing time:         1.39         s                                       |
8.47/8.69	c 8	============================[ Search Statistics ]==============================
8.47/8.69	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.47/8.69	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.47/8.69	c 8	===============================================================================
8.47/8.69	c 8	|         0 |  199027  2651664  7572156 |   883888        0    nan |  0.000 % |
10.05/10.28	c 10	|       101 |  199027  2651664  7572156 |   972276      101     12 |  0.155 % |
11.15/11.38	c 11	|       252 |  199027  2651664  7572156 |  1069504      252     16 |  0.155 % |
13.85/14.06	c 14	|       478 |  199027  2651664  7572156 |  1176454      478     17 |  0.155 % |
17.05/17.23	c 17	|       815 |  199027  2651664  7572156 |  1294100      815     21 |  0.155 % |
23.04/23.23	c 23	|      1321 |  199027  2651664  7572156 |  1423510     1321     26 |  0.155 % |
32.04/32.27	c 32	|      2082 |  199027  2651664  7572156 |  1565861     2082     24 |  0.155 % |
42.64/42.84	c 42	|      3221 |  199027  2651664  7572156 |  1722447     3221     25 |  0.155 % |
62.33/62.60	c 62	|      4929 |  199027  2651664  7572156 |  1894692     4929     26 |  0.155 % |
89.81/90.08	c 90	|      7491 |  199027  2651664  7572156 |  2084161     7491     30 |  0.155 % |
127.79/128.08	c 128	|     11335 |  199027  2651664  7572156 |  2292577    11335     32 |  0.155 % |
188.04/188.61	c 188	|     17102 |  199027  2651664  7572156 |  2521835    17102     31 |  0.155 % |
283.73/285.28	c 285	|     25751 |  199027  2651664  7572156 |  2774019    25751     33 |  0.155 % |
412.22/414.98	c 415	|     38725 |  199027  2651664  7572156 |  3051421    38725     36 |  0.155 % |
603.51/608.09	c 608	|     58187 |  199027  2651664  7572156 |  3356563    58187     42 |  0.155 % |
962.83/970.79	c 970	|     87379 |  199027  2651664  7572156 |  3692219    87379     37 |  0.155 % |
1469.94/1482.67	c 1482	|    131168 |  199027  2651664  7572156 |  4061441   131168     37 |  0.155 % |
1800.03/1815.82	c ERROR INTERRUPTED
1800.03/1815.83	s UNKNOWN
1800.03/1815.83	c 1815	CPU 6.33 (0.03 0.01 6.3 0.57)
1800.03/1815.83	c 1815	END Sat Jul  5 01:51:41 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-1080894-1215213685/watcher-1080894-1215213685 -o /tmp/evaluation-result-1080894-1215213685/solver-1080894-1215213685 -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-1080894-1215213685.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.05 2.01 2.00 4/80 2107
/proc/meminfo: memFree=1449368/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=12268 CPUtime=0
/proc/2107/stat : 2107 (sugar) D 2105 2107 380 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 133038678 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233588882021 0 2147483391 4224 0 18446744072099863542 0 0 17 0 0 0
/proc/2107/statm: 3067 316 241 3 0 167 0

[startup+0.093596 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 2107
/proc/meminfo: memFree=1449368/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=0.04
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 133038678 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2107/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101592 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 2107
/proc/meminfo: memFree=1449368/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=0.04
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 133038678 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2107/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301607 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 2107
/proc/meminfo: memFree=1449368/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=0.04
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 133038678 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2107/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701652 s]
/proc/loadavg: 2.05 2.01 2.00 4/80 2107
/proc/meminfo: memFree=1449368/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=0.04
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 133038678 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2107/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50274 s]
/proc/loadavg: 2.05 2.01 2.00 4/91 2129
/proc/meminfo: memFree=1443584/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=0.87
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 974 6761 0 1 3 1 78 5 15 0 1 0 133038678 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2107/statm: 3400 797 370 3 0 500 0
[pid=2120] ppid=2107 vsize=5356 CPUtime=0
/proc/2120/stat : 2120 (sh) S 2107 2107 380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 133038772 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2120/statm: 1339 233 193 169 0 50 0
[pid=2121] ppid=2120 vsize=868236 CPUtime=0.55
/proc/2121/stat : 2121 (java) S 2120 2107 380 0 -1 0 5382 0 1 0 51 4 0 0 20 0 9 0 133038772 889073664 4782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2121/statm: 217059 4782 1734 9 0 211634 0
[pid=2121/tid=2122] ppid=2120 vsize=868236 CPUtime=0.32
/proc/2121/task/2122/stat : 2122 (java) R 2120 2107 380 0 -1 64 2652 0 1 0 31 1 0 0 25 0 9 0 133038773 889073664 4782 996147200 134512640 134550740 4294955952 18446744073709551615 102064682 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2123] ppid=2120 vsize=868236 CPUtime=0.03
/proc/2121/task/2123/stat : 2123 (java) S 2120 2107 380 0 -1 64 582 0 0 0 3 0 0 0 16 0 9 0 133038774 889073664 4782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2124] ppid=2120 vsize=868236 CPUtime=0
/proc/2121/task/2124/stat : 2124 (java) S 2120 2107 380 0 -1 64 9 0 0 0 0 0 0 0 24 0 9 0 133038775 889073664 4782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2125] ppid=2120 vsize=868236 CPUtime=0
/proc/2121/task/2125/stat : 2125 (java) S 2120 2107 380 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 133038775 889073664 4782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2126] ppid=2120 vsize=868236 CPUtime=0
/proc/2121/task/2126/stat : 2126 (java) S 2120 2107 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 133038777 889073664 4782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2127] ppid=2120 vsize=868236 CPUtime=0.17
/proc/2121/task/2127/stat : 2127 (java) S 2120 2107 380 0 -1 64 1456 0 0 0 16 1 0 0 16 0 9 0 133038777 889073664 4782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2128] ppid=2120 vsize=868236 CPUtime=0
/proc/2121/task/2128/stat : 2128 (java) S 2120 2107 380 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 133038777 889073664 4782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2129] ppid=2120 vsize=868236 CPUtime=0
/proc/2121/task/2129/stat : 2129 (java) S 2120 2107 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 133038777 889073664 4782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887192

[startup+3.1029 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 2129
/proc/meminfo: memFree=1428032/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=0.87
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 974 6761 0 1 3 1 78 5 15 0 1 0 133038678 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2107/statm: 3400 797 370 3 0 500 0
[pid=2120] ppid=2107 vsize=5356 CPUtime=0
/proc/2120/stat : 2120 (sh) S 2107 2107 380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 133038772 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2120/statm: 1339 233 193 169 0 50 0
[pid=2121] ppid=2120 vsize=868464 CPUtime=2.14
/proc/2121/stat : 2121 (java) S 2120 2107 380 0 -1 0 7750 0 1 0 199 15 0 0 20 0 9 0 133038772 889307136 6565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2121/statm: 217116 6565 2564 9 0 211663 0
[pid=2121/tid=2122] ppid=2120 vsize=868464 CPUtime=1.65
/proc/2121/task/2122/stat : 2122 (java) R 2120 2107 380 0 -1 64 3110 0 1 0 156 9 0 0 25 0 9 0 133038773 889307136 6565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2123] ppid=2120 vsize=868464 CPUtime=0.24
/proc/2121/task/2123/stat : 2123 (java) S 2120 2107 380 0 -1 64 2456 0 0 0 21 3 0 0 16 0 9 0 133038774 889307136 6565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2124] ppid=2120 vsize=868464 CPUtime=0
/proc/2121/task/2124/stat : 2124 (java) S 2120 2107 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 133038775 889307136 6565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2125] ppid=2120 vsize=868464 CPUtime=0
/proc/2121/task/2125/stat : 2125 (java) S 2120 2107 380 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 133038775 889307136 6565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2126] ppid=2120 vsize=868464 CPUtime=0
/proc/2121/task/2126/stat : 2126 (java) S 2120 2107 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 133038777 889307136 6565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2127] ppid=2120 vsize=868464 CPUtime=0.22
/proc/2121/task/2127/stat : 2127 (java) S 2120 2107 380 0 -1 64 1491 0 0 0 21 1 0 0 16 0 9 0 133038777 889307136 6565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2128] ppid=2120 vsize=868464 CPUtime=0
/proc/2121/task/2128/stat : 2128 (java) S 2120 2107 380 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 133038777 889307136 6565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2129] ppid=2120 vsize=868464 CPUtime=0
/proc/2121/task/2129/stat : 2129 (java) S 2120 2107 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 133038777 889307136 6565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887420

[startup+6.30122 s]
/proc/loadavg: 2.04 2.01 2.00 3/91 2129
/proc/meminfo: memFree=1390336/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=0.87
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 974 6761 0 1 3 1 78 5 15 0 1 0 133038678 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2107/statm: 3400 797 370 3 0 500 0
[pid=2120] ppid=2107 vsize=5356 CPUtime=0
/proc/2120/stat : 2120 (sh) S 2107 2107 380 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 133038772 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2120/statm: 1339 233 193 169 0 50 0
[pid=2121] ppid=2120 vsize=868464 CPUtime=5.32
/proc/2121/stat : 2121 (java) S 2120 2107 380 0 -1 0 8735 0 1 0 488 44 0 0 20 0 9 0 133038772 889307136 6569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2121/statm: 217116 6569 2565 9 0 211663 0
[pid=2121/tid=2122] ppid=2120 vsize=868464 CPUtime=4.58
/proc/2121/task/2122/stat : 2122 (java) R 2120 2107 380 0 -1 64 4091 0 1 0 425 33 0 0 25 0 9 0 133038773 889307136 6569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2123] ppid=2120 vsize=868464 CPUtime=0.48
/proc/2121/task/2123/stat : 2123 (java) S 2120 2107 380 0 -1 64 2456 0 0 0 39 9 0 0 16 0 9 0 133038774 889307136 6569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2124] ppid=2120 vsize=868464 CPUtime=0
/proc/2121/task/2124/stat : 2124 (java) S 2120 2107 380 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 133038775 889307136 6569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2125] ppid=2120 vsize=868464 CPUtime=0
/proc/2121/task/2125/stat : 2125 (java) S 2120 2107 380 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 133038775 889307136 6569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2126] ppid=2120 vsize=868464 CPUtime=0
/proc/2121/task/2126/stat : 2126 (java) S 2120 2107 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 133038777 889307136 6569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2127] ppid=2120 vsize=868464 CPUtime=0.23
/proc/2121/task/2127/stat : 2127 (java) R 2120 2107 380 0 -1 64 1495 0 0 0 22 1 0 0 16 0 9 0 133038777 889307136 6569 996147200 134512640 134550740 4294955952 18446744073709551615 101767184 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2128] ppid=2120 vsize=868464 CPUtime=0
/proc/2121/task/2128/stat : 2128 (java) S 2120 2107 380 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 133038777 889307136 6569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2121/tid=2129] ppid=2120 vsize=868464 CPUtime=0
/proc/2121/task/2129/stat : 2129 (java) S 2120 2107 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 133038777 889307136 6569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887420

[startup+12.7029 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 2131
/proc/meminfo: memFree=1262592/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=130220 CPUtime=5.65
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 31275 0 0 0 544 21 0 0 25 0 1 0 133039382 133345280 31261 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/2131/statm: 32555 31261 75 150 0 32402 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 149176

[startup+25.5012 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 2131
/proc/meminfo: memFree=1261568/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=131276 CPUtime=18.43
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 31566 0 0 0 1822 21 0 0 25 0 1 0 133039382 134426624 31552 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2131/statm: 32819 31552 75 150 0 32666 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 150232

[startup+51.1018 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 2131
/proc/meminfo: memFree=1261376/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=131540 CPUtime=44.02
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 31640 0 0 0 4381 21 0 0 25 0 1 0 133039382 134696960 31626 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/2131/statm: 32885 31626 75 150 0 32732 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 150496

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 2131
/proc/meminfo: memFree=1260352/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1318184/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=152512 CPUtime=1284.42
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 36851 0 0 0 128412 30 0 0 25 0 1 0 133039382 156172288 36837 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2131/statm: 38128 36837 75 150 0 37975 0
Current children cumulated CPU time (s) 1291.33
Current children cumulated vsize (KiB) 171468

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 2163
/proc/meminfo: memFree=1317160/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=153436 CPUtime=1343.86
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 37101 0 0 0 134355 31 0 0 25 0 1 0 133039382 157118464 37087 996147200 134512640 135127466 4294956256 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 1 0 0
/proc/2131/statm: 38359 37087 75 150 0 38206 0
Current children cumulated CPU time (s) 1350.77
Current children cumulated vsize (KiB) 172392

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 2163
/proc/meminfo: memFree=1315880/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=154500 CPUtime=1403.3
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 37385 0 0 0 140299 31 0 0 25 0 1 0 133039382 158208000 37371 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2131/statm: 38625 37371 75 150 0 38472 0
Current children cumulated CPU time (s) 1410.21
Current children cumulated vsize (KiB) 173456

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 2163
/proc/meminfo: memFree=1314792/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=155556 CPUtime=1462.74
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 37652 0 0 0 146243 31 0 0 25 0 1 0 133039382 159289344 37638 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2131/statm: 38889 37638 75 150 0 38736 0
Current children cumulated CPU time (s) 1469.65
Current children cumulated vsize (KiB) 174512

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 2163
/proc/meminfo: memFree=1313896/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=156488 CPUtime=1522.18
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 37866 0 0 0 152186 32 0 0 25 0 1 0 133039382 160243712 37852 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2131/statm: 39122 37852 75 150 0 38969 0
Current children cumulated CPU time (s) 1529.09
Current children cumulated vsize (KiB) 175444

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 2163
/proc/meminfo: memFree=1313128/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=157416 CPUtime=1581.62
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 38058 0 0 0 158130 32 0 0 25 0 1 0 133039382 161193984 38044 996147200 134512640 135127466 4294956256 18446744073709551615 134527782 0 0 4096 3 0 0 0 17 1 0 0
/proc/2131/statm: 39354 38044 75 150 0 39201 0
Current children cumulated CPU time (s) 1588.53
Current children cumulated vsize (KiB) 176372

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 2163
/proc/meminfo: memFree=1311976/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=158736 CPUtime=1641.05
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 38368 0 0 0 164073 32 0 0 25 0 1 0 133039382 162545664 38354 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2131/statm: 39684 38354 75 150 0 39531 0
Current children cumulated CPU time (s) 1647.96
Current children cumulated vsize (KiB) 177692

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 2163
/proc/meminfo: memFree=1310952/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=159660 CPUtime=1700.49
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 38632 0 0 0 170017 32 0 0 25 0 1 0 133039382 163491840 38618 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/2131/statm: 39915 38618 75 150 0 39762 0
Current children cumulated CPU time (s) 1707.4
Current children cumulated vsize (KiB) 178616

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 2163
/proc/meminfo: memFree=1309672/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=160848 CPUtime=1759.94
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 38909 0 0 0 175961 33 0 0 25 0 1 0 133039382 164708352 38895 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2131/statm: 40212 38895 75 150 0 40059 0
Current children cumulated CPU time (s) 1766.85
Current children cumulated vsize (KiB) 179804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 2163
/proc/meminfo: memFree=1309416/2055920 swapFree=4192812/4192956
[pid=2107] ppid=2105 vsize=13600 CPUtime=6.91
/proc/2107/stat : 2107 (sugar) S 2105 2107 380 0 -1 4194304 1033 16026 0 2 3 1 630 57 16 0 1 0 133038678 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2107/statm: 3400 799 370 3 0 500 0
[pid=2130] ppid=2107 vsize=5356 CPUtime=0
/proc/2130/stat : 2130 (sh) S 2107 2107 380 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 133039381 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2130/statm: 1339 232 193 169 0 50 0
[pid=2131] ppid=2130 vsize=161376 CPUtime=1793.12
/proc/2131/stat : 2131 (minisat) R 2130 2107 380 0 -1 4194304 39037 0 0 0 179279 33 0 0 25 0 1 0 133039382 165249024 39023 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2131/statm: 40344 39023 75 150 0 40191 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 180332

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 2107 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=342035
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=622905
# CPU time returned by wait4() is 6.96494
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.87
CPU time (s): 1800.03
CPU user time (s): 1799.12
CPU system time (s): 0.91
CPU usage (%): 99.1279
Max. virtual memory (cumulated for all children) (KiB): 887420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.34204
system time used= 0.622905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17403
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= 13243
involuntary context switches= 13054

runsolver used 2.6166 second user time and 5.65114 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 01:21:26
IDJOB=1080894
IDBENCH=57041
IDSOLVER=346
FILE ID=node27/1080894-1215213685
PBS_JOBID= 7881712
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-4.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-1080894-1215213685/watcher-1080894-1215213685 -o /tmp/evaluation-result-1080894-1215213685/solver-1080894-1215213685 -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-1080894-1215213685.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dc4fa1855330fb9be940752eeb6e2653
RANDOM SEED=88308153

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1449912 kB
Buffers:         86048 kB
Cached:         345548 kB
SwapCached:          0 kB
Active:         224604 kB
Inactive:       304244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1449912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:         116260 kB
Slab:            62540 kB
Committed_AS:  1142944 kB
PageTables:       1724 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-05 01:51:43