Trace number 1058376

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.2 1808.05

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-19.xml
MD5SUM88348dabf1de3aab78e1de9f2b35d337
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark121.312
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64077
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63777
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:52:39 2008
0.00/0.04	c 0	PID 24511
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058376-1215114758.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-1058376-1215114758.xml' 'HOME/temp.csp'
3.62/3.73	c 3	28 domains, 800 variables, 1 predicates, 0 relations, 64077 constraints
3.62/3.77	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.62/3.77	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'
3.67/3.85	c 3	Parsing HOME/temp.csp
3.67/4.23	c 4	parsed 10000 expressions
4.38/4.57	c 4	parsed 20000 expressions
4.67/4.81	c 4	parsed 30000 expressions
4.98/5.15	c 5	parsed 40000 expressions
5.18/5.39	c 5	parsed 50000 expressions
5.57/5.77	c 5	parsed 60000 expressions
5.77/5.91	c 6	parsed 64906 expressions
5.77/5.91	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.77/5.91	c 6	Converting to clausal form CSP
6.36/6.54	c 6	converted 6491 (10%) expressions
7.05/7.27	c 7	converted 12982 (20%) expressions
7.55/7.74	c 7	converted 19472 (30%) expressions
8.54/8.77	c 8	converted 25963 (40%) expressions
9.03/9.25	c 9	converted 32453 (50%) expressions
9.53/9.71	c 9	converted 38944 (60%) expressions
10.03/10.22	c 10	converted 45435 (70%) expressions
10.52/10.71	c 10	converted 51925 (80%) expressions
11.80/12.01	c 12	converted 58416 (90%) expressions
13.39/13.65	c 13	converted 64906 (100%) expressions
13.39/13.66	c 13	CSP : 800 integers, 0 booleans, 108907 clauses, largest domain size 45
13.39/13.66	c 13	Heap : 138 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.39/13.66	c 13	Propagation in CSP
14.17/14.41	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.17/14.41	c 14	CSP : 800 integers, 0 booleans, 108907 clauses, largest domain size 45
14.17/14.41	c 14	Heap : 147 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.17/14.45	c 14	Simplifing CSP by introducing new Boolean variables
17.05/17.37	c 17	CSP : 800 integers, 339323 booleans, 448230 clauses, largest domain size 45
17.05/17.37	c 17	Heap : 253 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.54/18.80	c 18	Encoding CSP to SAT : HOME/temp.cnf
18.54/18.87	c 19	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
18.54/18.87	c 19	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
18.54/18.88	c 19	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
18.54/18.88	c 19	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
18.54/18.89	c 19	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
18.54/18.89	c 19	480 (60%) CSP integer variables are encoded (17342 clauses, 238488 bytes)
18.54/18.90	c 19	560 (70%) CSP integer variables are encoded (17486 clauses, 240648 bytes)
18.63/18.90	c 19	640 (80%) CSP integer variables are encoded (17651 clauses, 243123 bytes)
18.63/18.91	c 19	720 (90%) CSP integer variables are encoded (17867 clauses, 246363 bytes)
18.63/18.91	c 19	800 (100%) CSP integer variables are encoded (17995 clauses, 248283 bytes)
20.52/20.85	c 20	44823 (10%) CSP clauses are encoded (901261 clauses, 17397055 bytes)
22.38/22.76	c 22	89646 (20%) CSP clauses are encoded (1788756 clauses, 35323335 bytes)
24.36/24.73	c 24	134469 (30%) CSP clauses are encoded (2672412 clauses, 53892373 bytes)
26.35/26.72	c 26	179292 (40%) CSP clauses are encoded (3567317 clauses, 73013064 bytes)
28.30/28.73	c 28	224115 (50%) CSP clauses are encoded (4444969 clauses, 91853085 bytes)
30.29/30.76	c 30	268938 (60%) CSP clauses are encoded (5327059 clauses, 111206484 bytes)
32.35/32.87	c 33	313761 (70%) CSP clauses are encoded (6218955 clauses, 131376899 bytes)
35.02/35.60	c 35	358584 (80%) CSP clauses are encoded (7568966 clauses, 160179706 bytes)
37.77/38.34	c 38	403407 (90%) CSP clauses are encoded (8922833 clauses, 189077775 bytes)
40.43/41.06	c 41	448230 (100%) CSP clauses are encoded (10277228 clauses, 218179730 bytes)
40.43/41.06	c 41	448230 CSP clauses encoded
40.43/41.06	c 41	Writing map file : HOME/temp.map
40.53/41.11	c 41	Heap : 196 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
40.53/41.11	c 41	SAT : 358100 SAT variables, 10277228 SAT clauses, 218179730 bytes
40.53/41.11	c 41	Heap : 196 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
40.53/41.19	c 41	SOLVING HOME/temp.cnf
40.53/41.19	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
40.53/41.19	c 41	This is MiniSat 2.0 beta
40.53/41.19	c 41	WARNING: for repeatability, setting FPU to use double precision
40.53/41.19	c 41	============================[ Problem Statistics ]=============================
40.53/41.19	c 41	|                                                                             |
40.53/41.19	c 41	|  Number of variables:  358100                                               |
40.53/41.19	c 41	|  Number of clauses:    10277228                                             |
45.93/46.65	c 46	|  Parsing time:         4.62         s                                       |
46.23/46.91	c 47	============================[ Search Statistics ]==============================
46.23/46.91	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.23/46.91	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.23/46.91	c 47	===============================================================================
46.23/46.91	c 47	|         0 |  358100 10277228 30227639 |  3425742        0    nan |  0.000 % |
49.59/50.32	c 50	|       100 |  358100 10277228 30227639 |  3768316      100      8 |  0.000 % |
51.67/52.46	c 52	|       250 |  358100 10277228 30227639 |  4145148      250      7 |  0.000 % |
53.75/54.54	c 54	|       475 |  358100 10277228 30227639 |  4559663      475      8 |  0.000 % |
55.83/56.62	c 56	|       812 |  358100 10277228 30227639 |  5015629      812     11 |  0.000 % |
58.01/58.86	c 59	|      1318 |  358100 10277228 30227639 |  5517192     1318     13 |  0.000 % |
60.79/61.63	c 61	|      2077 |  358100 10277228 30227639 |  6068912     2077     16 |  0.000 % |
64.15/65.00	c 65	|      3216 |  358100 10277228 30227639 |  6675803     3216     17 |  0.000 % |
66.33/67.27	c 67	|      4926 |  358100 10277228 30227639 |  7343383     4926     20 |  0.000 % |
69.01/69.91	c 70	|      7489 |  358100 10277228 30227639 |  8077722     7489     26 |  0.000 % |
71.08/72.03	c 72	|     11335 |  358100 10277228 30227639 |  8885494    11335     26 |  0.000 % |
75.94/76.99	c 77	|     17102 |  358100 10277228 30227639 |  9774043    17102     30 |  0.000 % |
81.29/82.36	c 82	|     25751 |  358100 10277228 30227639 | 10751447    25751     30 |  0.000 % |
89.20/90.36	c 90	|     38725 |  358100 10277228 30227639 | 11826592    38725     31 |  0.000 % |
96.94/98.19	c 98	|     58187 |  358100 10277228 30227639 | 13009252    58187     37 |  0.000 % |
114.27/115.60	c 115	|     87380 |  358100 10277228 30227639 | 14310177    87380     37 |  0.000 % |
142.00/143.68	c 143	|    131169 |  358100 10277228 30227639 | 15741195   131169     39 |  0.000 % |
171.91/173.84	c 173	|    196853 |  358100 10277228 30227639 | 17315314   196853     40 |  0.000 % |
223.77/226.38	c 226	|    295379 |  358100 10277228 30227639 | 19046845   295379     41 |  0.000 % |
306.09/309.40	c 309	|    443169 |  358100 10277228 30227639 | 20951530   443169     40 |  0.000 % |
440.91/445.56	c 445	|    664853 |  358100 10277228 30227639 | 23046683   664853     41 |  0.000 % |
718.16/725.45	c 725	|    997378 |  358100 10277228 30227639 | 25351351   997378     43 |  0.000 % |
1479.10/1486.75	c 1486	|   1496166 |  358100 10277228 30227639 | 27886487  1496166     46 |  0.000 % |
1800.04/1807.82	c ERROR INTERRUPTED
1800.15/1807.95	s UNKNOWN
1800.15/1807.95	c 1808	CPU 38.51 (0.04 0.01 38.47 2.09)
1800.15/1807.95	c 1808	END Thu Jul  3 22:22:47 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-1058376-1215114758/watcher-1058376-1215114758 -o /tmp/evaluation-result-1058376-1215114758/solver-1058376-1215114758 -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-1058376-1215114758.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.00 2.00 2.00 4/72 24511
/proc/meminfo: memFree=1260976/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=12268 CPUtime=0
/proc/24511/stat : 24511 (sugar) R 24509 24511 23730 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1990450231 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255236733541 0 0 4224 0 0 0 0 17 1 0 0
/proc/24511/statm: 3067 316 241 3 0 167 0

[startup+0.0526801 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 24511
/proc/meminfo: memFree=1260976/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=0.03
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990450231 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24511/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102686 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 24511
/proc/meminfo: memFree=1260976/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=0.03
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990450231 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24511/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301718 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 24511
/proc/meminfo: memFree=1260976/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=0.03
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990450231 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24511/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701799 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 24511
/proc/meminfo: memFree=1260976/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=0.03
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990450231 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24511/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50295 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 24523
/proc/meminfo: memFree=1233688/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=0.03
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990450231 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24511/statm: 3400 796 370 3 0 500 0
[pid=24514] ppid=24511 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24511 24511 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990450236 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 233 193 169 0 50 0
[pid=24515] ppid=24514 vsize=864672 CPUtime=1.41
/proc/24515/stat : 24515 (java) S 24514 24511 23730 0 -1 0 15515 0 1 0 132 9 0 0 18 0 9 0 1990450237 885424128 13059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24515/statm: 216168 13059 2529 9 0 210750 0
[pid=24515/tid=24516] ppid=24514 vsize=864672 CPUtime=0.83
/proc/24515/task/24516/stat : 24516 (java) R 24514 24511 23730 0 -1 64 3023 0 1 0 81 2 0 0 24 0 9 0 1990450238 885424128 13059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24517] ppid=24514 vsize=864672 CPUtime=0.46
/proc/24515/task/24517/stat : 24517 (java) R 24514 24511 23730 0 -1 64 11303 0 0 0 41 5 0 0 16 0 9 0 1990450239 885424128 13059 996147200 134512640 134550740 4294956016 18446744073709551615 102514362 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24518] ppid=24514 vsize=864672 CPUtime=0
/proc/24515/task/24518/stat : 24518 (java) S 24514 24511 23730 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990450239 885424128 13059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24519] ppid=24514 vsize=864672 CPUtime=0
/proc/24515/task/24519/stat : 24519 (java) S 24514 24511 23730 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990450239 885424128 13059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24520] ppid=24514 vsize=864672 CPUtime=0
/proc/24515/task/24520/stat : 24520 (java) S 24514 24511 23730 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990450241 885424128 13059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24521] ppid=24514 vsize=864672 CPUtime=0.09
/proc/24515/task/24521/stat : 24521 (java) S 24514 24511 23730 0 -1 64 489 0 0 0 9 0 0 0 16 0 9 0 1990450241 885424128 13059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24522] ppid=24514 vsize=864672 CPUtime=0
/proc/24515/task/24522/stat : 24522 (java) S 24514 24511 23730 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990450241 885424128 13059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24523] ppid=24514 vsize=864672 CPUtime=0
/proc/24515/task/24523/stat : 24523 (java) S 24514 24511 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990450241 885424128 13059 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883628

[startup+3.10225 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 24523
/proc/meminfo: memFree=1192472/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=0.03
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990450231 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24511/statm: 3400 796 370 3 0 500 0
[pid=24514] ppid=24511 vsize=5356 CPUtime=0
/proc/24514/stat : 24514 (sh) S 24511 24511 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990450236 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24514/statm: 1339 233 193 169 0 50 0
[pid=24515] ppid=24514 vsize=864692 CPUtime=3
/proc/24515/stat : 24515 (java) S 24514 24511 23730 0 -1 0 30361 0 1 0 282 18 0 0 18 0 9 0 1990450237 885444608 24951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24515/statm: 216173 24951 2529 9 0 210755 0
[pid=24515/tid=24516] ppid=24514 vsize=864692 CPUtime=1.55
/proc/24515/task/24516/stat : 24516 (java) R 24514 24511 23730 0 -1 64 3880 0 1 0 152 3 0 0 25 0 9 0 1990450238 885444608 24951 996147200 134512640 134550740 4294956016 18446744073709551615 4126494966 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24517] ppid=24514 vsize=864692 CPUtime=1.29
/proc/24515/task/24517/stat : 24517 (java) S 24514 24511 23730 0 -1 64 25265 0 0 0 116 13 0 0 17 0 9 0 1990450239 885444608 24951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24518] ppid=24514 vsize=864692 CPUtime=0
/proc/24515/task/24518/stat : 24518 (java) S 24514 24511 23730 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990450239 885444608 24951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24519] ppid=24514 vsize=864692 CPUtime=0
/proc/24515/task/24519/stat : 24519 (java) S 24514 24511 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990450239 885444608 24951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24520] ppid=24514 vsize=864692 CPUtime=0
/proc/24515/task/24520/stat : 24520 (java) S 24514 24511 23730 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990450241 885444608 24951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24521] ppid=24514 vsize=864692 CPUtime=0.13
/proc/24515/task/24521/stat : 24521 (java) S 24514 24511 23730 0 -1 64 516 0 0 0 13 0 0 0 16 0 9 0 1990450241 885444608 24951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24522] ppid=24514 vsize=864692 CPUtime=0
/proc/24515/task/24522/stat : 24522 (java) S 24514 24511 23730 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990450241 885444608 24951 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24515/tid=24523] ppid=24514 vsize=864692 CPUtime=0
/proc/24515/task/24523/stat : 24523 (java) S 24514 24511 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990450241 885444608 24951 996147200 134512640 134550740 4294956016 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) 883648

[startup+6.30259 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 24533
/proc/meminfo: memFree=1229976/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=3.68
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 974 32501 0 1 3 1 343 21 15 0 1 0 1990450231 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24511/statm: 3400 797 370 3 0 500 0
[pid=24524] ppid=24511 vsize=5356 CPUtime=0
/proc/24524/stat : 24524 (sh) S 24511 24511 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990450609 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24524/statm: 1339 233 193 169 0 50 0
[pid=24525] ppid=24524 vsize=868320 CPUtime=2.48
/proc/24525/stat : 24525 (java) S 24524 24511 23730 0 -1 0 14052 0 1 0 238 10 0 0 18 0 9 0 1990450609 889159680 12604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24525/statm: 217080 12604 2543 9 0 211655 0
[pid=24525/tid=24526] ppid=24524 vsize=868320 CPUtime=1.54
/proc/24525/task/24526/stat : 24526 (java) R 24524 24511 23730 0 -1 64 3078 0 1 0 151 3 0 0 25 0 9 0 1990450610 889159680 12604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24527] ppid=24524 vsize=868320 CPUtime=0.74
/proc/24525/task/24527/stat : 24527 (java) S 24524 24511 23730 0 -1 64 8828 0 0 0 68 6 0 0 15 0 9 0 1990450611 889159680 12604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24528] ppid=24524 vsize=868320 CPUtime=0
/proc/24525/task/24528/stat : 24528 (java) S 24524 24511 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990450611 889159680 12604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24529] ppid=24524 vsize=868320 CPUtime=0
/proc/24525/task/24529/stat : 24529 (java) S 24524 24511 23730 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990450611 889159680 12604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24530] ppid=24524 vsize=868320 CPUtime=0
/proc/24525/task/24530/stat : 24530 (java) S 24524 24511 23730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990450613 889159680 12604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24531] ppid=24524 vsize=868320 CPUtime=0.18
/proc/24525/task/24531/stat : 24531 (java) S 24524 24511 23730 0 -1 64 1449 0 0 0 18 0 0 0 16 0 9 0 1990450613 889159680 12604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24532] ppid=24524 vsize=868320 CPUtime=0
/proc/24525/task/24532/stat : 24532 (java) S 24524 24511 23730 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990450613 889159680 12604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24533] ppid=24524 vsize=868320 CPUtime=0
/proc/24525/task/24533/stat : 24533 (java) S 24524 24511 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990450613 889159680 12604 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887276

[startup+12.7021 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 24533
/proc/meminfo: memFree=1137240/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=3.68
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 974 32501 0 1 3 1 343 21 16 0 1 0 1990450231 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24511/statm: 3400 797 370 3 0 500 0
[pid=24524] ppid=24511 vsize=5356 CPUtime=0
/proc/24524/stat : 24524 (sh) S 24511 24511 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990450609 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24524/statm: 1339 233 193 169 0 50 0
[pid=24525] ppid=24524 vsize=868436 CPUtime=8.81
/proc/24525/stat : 24525 (java) S 24524 24511 23730 0 -1 0 57228 0 1 0 849 32 0 0 18 0 9 0 1990450609 889278464 35326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24525/statm: 217109 35326 2540 9 0 211684 0
[pid=24525/tid=24526] ppid=24524 vsize=868436 CPUtime=5.05
/proc/24525/task/24526/stat : 24526 (java) R 24524 24511 23730 0 -1 64 4508 0 1 0 501 4 0 0 25 0 9 0 1990450610 889278464 35326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24527] ppid=24524 vsize=868436 CPUtime=3.54
/proc/24525/task/24527/stat : 24527 (java) R 24524 24511 23730 0 -1 64 50567 0 0 0 328 26 0 0 16 0 9 0 1990450611 889278464 35326 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24528] ppid=24524 vsize=868436 CPUtime=0
/proc/24525/task/24528/stat : 24528 (java) S 24524 24511 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990450611 889278464 35326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24529] ppid=24524 vsize=868436 CPUtime=0
/proc/24525/task/24529/stat : 24529 (java) S 24524 24511 23730 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990450611 889278464 35326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24530] ppid=24524 vsize=868436 CPUtime=0
/proc/24525/task/24530/stat : 24530 (java) S 24524 24511 23730 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990450613 889278464 35326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24531] ppid=24524 vsize=868436 CPUtime=0.19
/proc/24525/task/24531/stat : 24531 (java) S 24524 24511 23730 0 -1 64 1456 0 0 0 19 0 0 0 17 0 9 0 1990450613 889278464 35326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24532] ppid=24524 vsize=868436 CPUtime=0
/proc/24525/task/24532/stat : 24532 (java) S 24524 24511 23730 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990450613 889278464 35326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24533] ppid=24524 vsize=868436 CPUtime=0
/proc/24525/task/24533/stat : 24533 (java) S 24524 24511 23730 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990450613 889278464 35326 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887392

[startup+25.5025 s]
/proc/loadavg: 2.20 2.05 2.01 3/83 24533
/proc/meminfo: memFree=933144/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=3.69
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 974 32501 0 1 4 1 343 21 16 0 1 0 1990450231 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24511/statm: 3400 797 370 3 0 500 0
[pid=24524] ppid=24511 vsize=5356 CPUtime=0
/proc/24524/stat : 24524 (sh) S 24511 24511 23730 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990450609 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24524/statm: 1339 233 193 169 0 50 0
[pid=24525] ppid=24524 vsize=868548 CPUtime=21.47
/proc/24525/stat : 24525 (java) S 24524 24511 23730 0 -1 0 102171 0 1 0 2055 92 0 0 18 0 9 0 1990450609 889393152 68733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24525/statm: 217137 68733 2566 9 0 211684 0
[pid=24525/tid=24526] ppid=24524 vsize=868548 CPUtime=13.13
/proc/24525/task/24526/stat : 24526 (java) R 24524 24511 23730 0 -1 64 5898 0 1 0 1274 39 0 0 25 0 9 0 1990450610 889393152 68733 996147200 134512640 134550740 4294955952 18446744073709551615 4127009128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24527] ppid=24524 vsize=868548 CPUtime=8.02
/proc/24525/task/24527/stat : 24527 (java) S 24524 24511 23730 0 -1 64 94067 0 0 0 752 50 0 0 16 0 9 0 1990450611 889393152 68733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24528] ppid=24524 vsize=868548 CPUtime=0
/proc/24525/task/24528/stat : 24528 (java) S 24524 24511 23730 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990450611 889393152 68733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24525/tid=24529] ppid=24524 vsize=868548 CPUtime=0
/proc/24525/task/24529/stat : 24529 (java) S 24524 24511 23730 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990450611 889393152 68733 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=24534] ppid=24511 vsize=5356 CPUtime=0
/proc/24534/stat : 24534 (sh) S 24511 24511 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990454350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24534/statm: 1339 232 193 169 0 50 0
[pid=24535] ppid=24534 vsize=795616 CPUtime=1374.13
/proc/24535/stat : 24535 (minisat) R 24534 24511 23730 0 -1 4194304 195110 0 0 0 137236 177 0 0 25 0 1 0 1990454351 814710784 195096 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24535/statm: 198904 195096 76 150 0 198751 0
Current children cumulated CPU time (s) 1414.73
Current children cumulated vsize (KiB) 814572

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 24570
/proc/meminfo: memFree=604760/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=40.6
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 1033 135178 0 2 4 1 3846 209 16 0 1 0 1990450231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24511/statm: 3400 799 370 3 0 500 0
[pid=24534] ppid=24511 vsize=5356 CPUtime=0
/proc/24534/stat : 24534 (sh) S 24511 24511 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990454350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24534/statm: 1339 232 193 169 0 50 0
[pid=24535] ppid=24534 vsize=802592 CPUtime=1434.1
/proc/24535/stat : 24535 (minisat) R 24534 24511 23730 0 -1 4194304 196868 0 0 0 143231 179 0 0 25 0 1 0 1990454351 821854208 196854 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24535/statm: 200648 196854 76 150 0 200495 0
Current children cumulated CPU time (s) 1474.7
Current children cumulated vsize (KiB) 821548

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 24570
/proc/meminfo: memFree=592728/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=40.6
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 1033 135178 0 2 4 1 3846 209 16 0 1 0 1990450231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24511/statm: 3400 799 370 3 0 500 0
[pid=24534] ppid=24511 vsize=5356 CPUtime=0
/proc/24534/stat : 24534 (sh) S 24511 24511 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990454350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24534/statm: 1339 232 193 169 0 50 0
[pid=24535] ppid=24534 vsize=814392 CPUtime=1494.07
/proc/24535/stat : 24535 (minisat) R 24534 24511 23730 0 -1 4194304 199853 0 0 0 149224 183 0 0 25 0 1 0 1990454351 833937408 199839 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24535/statm: 203598 199839 76 150 0 203445 0
Current children cumulated CPU time (s) 1534.67
Current children cumulated vsize (KiB) 833348

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 24570
/proc/meminfo: memFree=582552/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=40.6
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 1033 135178 0 2 4 1 3846 209 16 0 1 0 1990450231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24511/statm: 3400 799 370 3 0 500 0
[pid=24534] ppid=24511 vsize=5356 CPUtime=0
/proc/24534/stat : 24534 (sh) S 24511 24511 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990454350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24534/statm: 1339 232 193 169 0 50 0
[pid=24535] ppid=24534 vsize=827572 CPUtime=1554.04
/proc/24535/stat : 24535 (minisat) R 24534 24511 23730 0 -1 4194304 202416 0 0 0 155217 187 0 0 25 0 1 0 1990454351 847433728 202402 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24535/statm: 206893 202402 76 150 0 206740 0
Current children cumulated CPU time (s) 1594.64
Current children cumulated vsize (KiB) 846528

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 24571
/proc/meminfo: memFree=569552/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=40.6
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 1033 135178 0 2 4 1 3846 209 16 0 1 0 1990450231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24511/statm: 3400 799 370 3 0 500 0
[pid=24534] ppid=24511 vsize=5356 CPUtime=0
/proc/24534/stat : 24534 (sh) S 24511 24511 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990454350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24534/statm: 1339 232 193 169 0 50 0
[pid=24535] ppid=24534 vsize=839860 CPUtime=1614.01
/proc/24535/stat : 24535 (minisat) R 24534 24511 23730 0 -1 4194304 205568 0 0 0 161211 190 0 0 25 0 1 0 1990454351 860016640 205554 996147200 134512640 135127466 4294956272 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/24535/statm: 209965 205554 76 150 0 209812 0
Current children cumulated CPU time (s) 1654.61
Current children cumulated vsize (KiB) 858816

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 24571
/proc/meminfo: memFree=556176/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=40.6
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 1033 135178 0 2 4 1 3846 209 16 0 1 0 1990450231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24511/statm: 3400 799 370 3 0 500 0
[pid=24534] ppid=24511 vsize=5356 CPUtime=0
/proc/24534/stat : 24534 (sh) S 24511 24511 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990454350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24534/statm: 1339 232 193 169 0 50 0
[pid=24535] ppid=24534 vsize=853252 CPUtime=1673.98
/proc/24535/stat : 24535 (minisat) R 24534 24511 23730 0 -1 4194304 208928 0 0 0 167204 194 0 0 25 0 1 0 1990454351 873730048 208914 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24535/statm: 213313 208914 76 150 0 213160 0
Current children cumulated CPU time (s) 1714.58
Current children cumulated vsize (KiB) 872208

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 24571
/proc/meminfo: memFree=544464/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=40.6
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 1033 135178 0 2 4 1 3846 209 16 0 1 0 1990450231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24511/statm: 3400 799 370 3 0 500 0
[pid=24534] ppid=24511 vsize=5356 CPUtime=0
/proc/24534/stat : 24534 (sh) S 24511 24511 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990454350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24534/statm: 1339 232 193 169 0 50 0
[pid=24535] ppid=24534 vsize=864472 CPUtime=1733.96
/proc/24535/stat : 24535 (minisat) R 24534 24511 23730 0 -1 4194304 211783 0 0 0 173197 199 0 0 25 0 1 0 1990454351 885219328 211769 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/24535/statm: 216118 211769 76 150 0 215965 0
Current children cumulated CPU time (s) 1774.56
Current children cumulated vsize (KiB) 883428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 24571
/proc/meminfo: memFree=540752/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=40.6
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 1033 135178 0 2 4 1 3846 209 16 0 1 0 1990450231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24511/statm: 3400 799 370 3 0 500 0
[pid=24534] ppid=24511 vsize=5356 CPUtime=0
/proc/24534/stat : 24534 (sh) S 24511 24511 23730 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990454350 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24534/statm: 1339 232 193 169 0 50 0
[pid=24535] ppid=24534 vsize=868188 CPUtime=1759.44
/proc/24535/stat : 24535 (minisat) R 24534 24511 23730 0 -1 4194304 212698 0 0 0 175745 199 0 0 25 0 1 0 1990454351 889024512 212684 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24535/statm: 217047 212684 76 150 0 216894 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 887144

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

[startup+1807.92 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 24571
/proc/meminfo: memFree=540752/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=40.6
/proc/24511/stat : 24511 (sugar) S 24509 24511 23730 0 -1 4194304 1045 135178 0 2 4 1 3846 209 16 0 1 0 1990450231 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24511/statm: 3400 799 370 3 0 500 0
[pid=24534] ppid=24511 vsize=0 CPUtime=0
/proc/24534/stat : 24534 (sh) Z 24511 24511 23730 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1990454350 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24534/statm: 0 0 0 0 0 0 0
[pid=24535] ppid=1 vsize=0 CPUtime=1759.55
/proc/24535/stat : 24535 (minisat) R 1 24511 23730 0 -1 4195332 212698 0 0 0 175745 210 0 0 25 0 1 0 1990454351 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/24535/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 13600

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

[startup+1808 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 24571
/proc/meminfo: memFree=540752/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=40.67
/proc/24511/stat : 24511 (sugar) R 24509 24511 23730 0 -1 4194304 1070 135455 0 2 4 7 3847 209 17 0 1 0 1990450231 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24511/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 40.67
Current children cumulated vsize (KiB) 13600

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

[startup+1808 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 24571
/proc/meminfo: memFree=540752/2055920 swapFree=4180456/4192956
[pid=24511] ppid=24509 vsize=13600 CPUtime=40.67
/proc/24511/stat : 24511 (sugar) R 24509 24511 23730 0 -1 4194304 1070 135455 0 2 4 7 3847 209 17 0 1 0 1990450231 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24511/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 40.67
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1759.48
#  lost CPU user time (s): 1757.44
#  lost CPU system time (s): 2.04

Real time (s): 1808.05
CPU time (s): 1800.2
CPU user time (s): 1795.95
CPU system time (s): 4.25066
CPU usage (%): 99.5661
Max. virtual memory (cumulated for all children) (KiB): 914008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.5141
system time used= 2.21066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136556
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= 8027
involuntary context switches= 8715

runsolver used 2.24166 second user time and 6.00309 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 21:52:39
IDJOB=1058376
IDBENCH=54124
IDSOLVER=346
FILE ID=node19/1058376-1215114758
PBS_JOBID= 7877165
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-19.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-1058376-1215114758/watcher-1058376-1215114758 -o /tmp/evaluation-result-1058376-1215114758/solver-1058376-1215114758 -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-1058376-1215114758.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 88348dabf1de3aab78e1de9f2b35d337
RANDOM SEED=626799021

node19.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.263
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	: 5931.00
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.263
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:       1261456 kB
Buffers:         54396 kB
Cached:         229492 kB
SwapCached:       6540 kB
Active:         591624 kB
Inactive:       134628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1261456 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:           10304 kB
Writeback:           0 kB
Mapped:         450360 kB
Slab:            52644 kB
Committed_AS:  4060976 kB
PageTables:       2676 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= 66532 MiB
End job on node19 at 2008-07-03 22:22:48