Trace number 1058392

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.21 1802.3

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-8.xml
MD5SUM6ffc155fe35ccd8e570b991c75a33724
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.339
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints47551
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension47302
Global constraints used (with number of constraints)alldifferent(249)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:53:40 2008
0.00/0.05	c 0	PID 30505
0.00/0.05	c 0	HOST node33.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058392-1215114819.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-1058392-1215114819.xml' 'HOME/temp.csp'
2.74/2.90	c 3	35 domains, 800 variables, 1 predicates, 0 relations, 47551 constraints
2.84/2.93	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.84/2.93	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.86/3.01	c 3	Parsing HOME/temp.csp
3.40/3.53	c 3	parsed 10000 expressions
3.69/3.88	c 4	parsed 20000 expressions
3.99/4.13	c 4	parsed 30000 expressions
4.29/4.46	c 4	parsed 40000 expressions
4.48/4.70	c 4	parsed 48387 expressions
4.57/4.70	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.57/4.70	c 4	Converting to clausal form CSP
5.17/5.39	c 5	converted 4839 (10%) expressions
5.66/5.80	c 6	converted 9678 (20%) expressions
6.27/6.44	c 6	converted 14517 (30%) expressions
6.66/6.83	c 7	converted 19355 (40%) expressions
7.06/7.24	c 7	converted 24194 (50%) expressions
8.04/8.21	c 8	converted 29033 (60%) expressions
8.44/8.63	c 8	converted 33871 (70%) expressions
8.83/9.03	c 9	converted 38710 (80%) expressions
9.22/9.45	c 9	converted 43549 (90%) expressions
11.50/11.71	c 11	converted 48387 (100%) expressions
11.50/11.71	c 11	CSP : 800 integers, 0 booleans, 84250 clauses, largest domain size 45
11.50/11.71	c 11	Heap : 114 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.50/11.71	c 11	Propagation in CSP
11.99/12.29	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.99/12.30	c 12	CSP : 800 integers, 0 booleans, 84250 clauses, largest domain size 45
11.99/12.30	c 12	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.09/12.33	c 12	Simplifing CSP by introducing new Boolean variables
14.56/14.81	c 15	CSP : 800 integers, 249482 booleans, 333732 clauses, largest domain size 45
14.56/14.81	c 15	Heap : 195 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.75/16.01	c 16	Encoding CSP to SAT : HOME/temp.cnf
15.75/16.07	c 16	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
15.75/16.07	c 16	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
15.75/16.08	c 16	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
15.75/16.08	c 16	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
15.75/16.09	c 16	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
15.75/16.09	c 16	480 (60%) CSP integer variables are encoded (17287 clauses, 237663 bytes)
15.75/16.10	c 16	560 (70%) CSP integer variables are encoded (17395 clauses, 239283 bytes)
15.85/16.10	c 16	640 (80%) CSP integer variables are encoded (17504 clauses, 240918 bytes)
15.85/16.11	c 16	720 (90%) CSP integer variables are encoded (17570 clauses, 241908 bytes)
15.85/16.11	c 16	800 (100%) CSP integer variables are encoded (17664 clauses, 243318 bytes)
17.33/17.67	c 17	33374 (10%) CSP clauses are encoded (698860 clauses, 13480724 bytes)
18.82/19.13	c 19	66747 (20%) CSP clauses are encoded (1371578 clauses, 27059789 bytes)
20.29/20.64	c 20	100120 (30%) CSP clauses are encoded (2054069 clauses, 40883163 bytes)
21.77/22.17	c 22	133493 (40%) CSP clauses are encoded (2725592 clauses, 55146904 bytes)
23.34/23.74	c 24	166866 (50%) CSP clauses are encoded (3402311 clauses, 69677199 bytes)
24.92/25.31	c 25	200240 (60%) CSP clauses are encoded (4070536 clauses, 84456705 bytes)
26.58/27.02	c 27	233613 (70%) CSP clauses are encoded (4839774 clauses, 101531421 bytes)
28.56/29.05	c 29	266986 (80%) CSP clauses are encoded (5847307 clauses, 123173277 bytes)
30.61/31.11	c 31	300359 (90%) CSP clauses are encoded (6855324 clauses, 144774297 bytes)
32.58/33.14	c 33	333732 (100%) CSP clauses are encoded (7863693 clauses, 166438911 bytes)
32.58/33.14	c 33	333732 CSP clauses encoded
32.58/33.14	c 33	Writing map file : HOME/temp.map
32.58/33.18	c 33	Heap : 155 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.58/33.18	c 33	SAT : 267853 SAT variables, 7863693 SAT clauses, 166438911 bytes
32.58/33.18	c 33	Heap : 155 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.67/33.24	c 33	SOLVING HOME/temp.cnf
32.67/33.24	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.67/33.24	c 33	This is MiniSat 2.0 beta
32.67/33.24	c 33	WARNING: for repeatability, setting FPU to use double precision
32.67/33.24	c 33	============================[ Problem Statistics ]=============================
32.67/33.24	c 33	|                                                                             |
32.67/33.24	c 33	|  Number of variables:  267853                                               |
32.67/33.24	c 33	|  Number of clauses:    7863693                                              |
36.81/37.43	c 37	|  Parsing time:         3.55         s                                       |
37.01/37.63	c 37	============================[ Search Statistics ]==============================
37.01/37.63	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.01/37.63	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.01/37.63	c 37	===============================================================================
37.01/37.63	c 37	|         0 |  267853  7863693 23125980 |  2621231        0    nan |  0.000 % |
38.39/39.05	c 39	|       100 |  267853  7863693 23125980 |  2883354      100     12 |  0.000 % |
39.19/39.80	c 40	|       251 |  267853  7863693 23125980 |  3171689      251     10 |  0.000 % |
40.97/41.61	c 41	|       476 |  267853  7863693 23125980 |  3488858      476     24 |  0.000 % |
41.76/42.44	c 42	|       813 |  267853  7863693 23125980 |  3837744      813     23 |  0.000 % |
43.75/44.45	c 44	|      1320 |  267853  7863693 23125980 |  4221518     1320     20 |  0.000 % |
45.34/46.01	c 46	|      2079 |  267853  7863693 23125980 |  4643670     2079     19 |  0.000 % |
47.90/48.69	c 48	|      3218 |  267853  7863693 23125980 |  5108037     3218     19 |  0.000 % |
49.48/50.23	c 50	|      4926 |  267853  7863693 23125980 |  5618841     4926     23 |  0.000 % |
51.07/51.88	c 52	|      7488 |  267853  7863693 23125980 |  6180725     7488     24 |  0.000 % |
53.85/54.69	c 54	|     11333 |  267853  7863693 23125980 |  6798798    11333     27 |  0.000 % |
59.60/60.45	c 60	|     17100 |  267853  7863693 23125980 |  7478677    17100     26 |  0.000 % |
64.35/65.20	c 65	|     25749 |  267853  7863693 23125980 |  8226545    25749     33 |  0.000 % |
72.97/73.92	c 74	|     38723 |  267853  7863693 23125980 |  9049200    38723     33 |  0.000 % |
80.20/81.26	c 81	|     58185 |  267853  7863693 23125980 |  9954120    58185     31 |  0.000 % |
91.49/92.64	c 92	|     87377 |  267853  7863693 23125980 | 10949532    87377     32 |  0.000 % |
115.66/116.90	c 117	|    131167 |  267853  7863693 23125980 | 12044485   131167     37 |  0.000 % |
154.25/155.53	c 155	|    196852 |  267853  7863693 23125980 | 13248934   196852     40 |  0.000 % |
215.43/216.70	c 216	|    295378 |  267853  7863693 23125980 | 14573827   295378     44 |  0.000 % |
356.67/358.07	c 358	|    443167 |  267853  7863693 23125980 | 16031210   443167     52 |  0.000 % |
608.76/610.26	c 610	|    664850 |  267853  7863693 23125980 | 17634331   664850     50 |  0.000 % |
883.14/884.86	c 885	|    997376 |  267853  7863693 23125980 | 19397764   997376     48 |  0.000 % |
1606.56/1608.54	c 1608	|   1496166 |  267853  7863693 23125980 | 21337541  1496166     55 |  0.000 % |
1800.09/1802.12	c ERROR INTERRUPTED
1800.20/1802.23	s UNKNOWN
1800.20/1802.23	c 1802	CPU 30.96 (0.04 0.01 30.92 1.76)
1800.20/1802.23	c 1802	END Thu Jul  3 22:23:42 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-1058392-1215114819/watcher-1058392-1215114819 -o /tmp/evaluation-result-1058392-1215114819/solver-1058392-1215114819 -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-1058392-1215114819.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/84 30505
/proc/meminfo: memFree=1606432/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=12268 CPUtime=0
/proc/30505/stat : 30505 (sugar) R 30503 30505 29839 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1990455469 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 0 4224 0 0 0 0 17 1 0 0
/proc/30505/statm: 3067 316 241 3 0 167 0

[startup+0.080652 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30505
/proc/meminfo: memFree=1606432/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=0.04
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990455469 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102651 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30505
/proc/meminfo: memFree=1606432/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=0.04
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990455469 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301672 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30505
/proc/meminfo: memFree=1606432/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=0.04
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990455469 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701727 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30505
/proc/meminfo: memFree=1606432/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=0.04
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990455469 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50282 s]
/proc/loadavg: 2.08 2.02 2.01 4/95 30517
/proc/meminfo: memFree=1579848/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=0.04
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1990455469 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 796 370 3 0 500 0
[pid=30508] ppid=30505 vsize=5356 CPUtime=0
/proc/30508/stat : 30508 (sh) S 30505 30505 29839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990455475 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30508/statm: 1339 233 193 169 0 50 0
[pid=30509] ppid=30508 vsize=864676 CPUtime=1.42
/proc/30509/stat : 30509 (java) S 30508 30505 29839 0 -1 0 15123 0 1 0 132 10 0 0 18 0 9 0 1990455475 885428224 13164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30509/statm: 216169 13164 2529 9 0 210751 0
[pid=30509/tid=30510] ppid=30508 vsize=864676 CPUtime=0.84
/proc/30509/task/30510/stat : 30510 (java) R 30508 30505 29839 0 -1 64 3017 0 1 0 80 4 0 0 25 0 9 0 1990455476 885428224 13164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30509/tid=30511] ppid=30508 vsize=864676 CPUtime=0.46
/proc/30509/task/30511/stat : 30511 (java) S 30508 30505 29839 0 -1 64 10916 0 0 0 41 5 0 0 16 0 9 0 1990455477 885428224 13164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30509/tid=30512] ppid=30508 vsize=864676 CPUtime=0
/proc/30509/task/30512/stat : 30512 (java) S 30508 30505 29839 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990455478 885428224 13164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30509/tid=30513] ppid=30508 vsize=864676 CPUtime=0
/proc/30509/task/30513/stat : 30513 (java) S 30508 30505 29839 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990455478 885428224 13164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30509/tid=30514] ppid=30508 vsize=864676 CPUtime=0
/proc/30509/task/30514/stat : 30514 (java) S 30508 30505 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990455480 885428224 13164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30509/tid=30515] ppid=30508 vsize=864676 CPUtime=0.09
/proc/30509/task/30515/stat : 30515 (java) R 30508 30505 29839 0 -1 64 490 0 0 0 9 0 0 0 16 0 9 0 1990455480 885428224 13164 996147200 134512640 134550740 4294956016 18446744073709551615 102024620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30509/tid=30516] ppid=30508 vsize=864676 CPUtime=0
/proc/30509/task/30516/stat : 30516 (java) S 30508 30505 29839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990455480 885428224 13164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30509/tid=30517] ppid=30508 vsize=864676 CPUtime=0
/proc/30509/task/30517/stat : 30517 (java) S 30508 30505 29839 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990455480 885428224 13164 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883632

[startup+3.10201 s]
/proc/loadavg: 2.08 2.02 2.01 4/95 30517
/proc/meminfo: memFree=1538952/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=2.86
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 973 23878 0 1 3 1 265 17 16 0 1 0 1990455469 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 13600

[startup+6.3024 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 30527
/proc/meminfo: memFree=1565640/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=2.86
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 974 23878 0 1 3 1 265 17 15 0 1 0 1990455469 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 797 370 3 0 500 0
[pid=30518] ppid=30505 vsize=5356 CPUtime=0
/proc/30518/stat : 30518 (sh) S 30505 30505 29839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990455763 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30518/statm: 1339 233 193 169 0 50 0
[pid=30519] ppid=30518 vsize=868416 CPUtime=3.3
/proc/30519/stat : 30519 (java) S 30518 30505 29839 0 -1 0 16487 0 1 0 320 10 0 0 18 0 9 0 1990455763 889257984 14847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30519/statm: 217104 14847 2540 9 0 211679 0
[pid=30519/tid=30520] ppid=30518 vsize=868416 CPUtime=2.04
/proc/30519/task/30520/stat : 30520 (java) R 30518 30505 29839 0 -1 64 3317 0 1 0 202 2 0 0 25 0 9 0 1990455764 889257984 14847 996147200 134512640 134550740 4294955952 18446744073709551615 4126636795 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30521] ppid=30518 vsize=868416 CPUtime=1.04
/proc/30519/task/30521/stat : 30521 (java) S 30518 30505 29839 0 -1 64 11007 0 0 0 98 6 0 0 16 0 9 0 1990455765 889257984 14847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30522] ppid=30518 vsize=868416 CPUtime=0
/proc/30519/task/30522/stat : 30522 (java) S 30518 30505 29839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990455765 889257984 14847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30523] ppid=30518 vsize=868416 CPUtime=0
/proc/30519/task/30523/stat : 30523 (java) S 30518 30505 29839 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990455766 889257984 14847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30524] ppid=30518 vsize=868416 CPUtime=0
/proc/30519/task/30524/stat : 30524 (java) S 30518 30505 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990455768 889257984 14847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30525] ppid=30518 vsize=868416 CPUtime=0.19
/proc/30519/task/30525/stat : 30525 (java) S 30518 30505 29839 0 -1 64 1467 0 0 0 19 0 0 0 16 0 9 0 1990455768 889257984 14847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30526] ppid=30518 vsize=868416 CPUtime=0
/proc/30519/task/30526/stat : 30526 (java) S 30518 30505 29839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990455768 889257984 14847 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30527] ppid=30518 vsize=868416 CPUtime=0
/proc/30519/task/30527/stat : 30527 (java) S 30518 30505 29839 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990455768 889257984 14847 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) 887372

[startup+12.7012 s]
/proc/loadavg: 2.15 2.03 2.01 3/95 30527
/proc/meminfo: memFree=1472840/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=2.86
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 974 23878 0 1 3 1 265 17 15 0 1 0 1990455469 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 797 370 3 0 500 0
[pid=30518] ppid=30505 vsize=5356 CPUtime=0
/proc/30518/stat : 30518 (sh) S 30505 30505 29839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990455763 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30518/statm: 1339 233 193 169 0 50 0
[pid=30519] ppid=30518 vsize=868416 CPUtime=9.63
/proc/30519/stat : 30519 (java) S 30518 30505 29839 0 -1 0 62056 0 1 0 930 33 0 0 18 0 9 0 1990455763 889257984 40360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30519/statm: 217104 40360 2540 9 0 211679 0
[pid=30519/tid=30520] ppid=30518 vsize=868416 CPUtime=5.52
/proc/30519/task/30520/stat : 30520 (java) R 30518 30505 29839 0 -1 64 4459 0 1 0 548 4 0 0 25 0 9 0 1990455764 889257984 40360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30521] ppid=30518 vsize=868416 CPUtime=3.86
/proc/30519/task/30521/stat : 30521 (java) R 30518 30505 29839 0 -1 64 55411 0 0 0 359 27 0 0 16 0 9 0 1990455765 889257984 40360 996147200 134512640 134550740 4294955952 18446744073709551615 101588304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30522] ppid=30518 vsize=868416 CPUtime=0
/proc/30519/task/30522/stat : 30522 (java) S 30518 30505 29839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990455765 889257984 40360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30523] ppid=30518 vsize=868416 CPUtime=0
/proc/30519/task/30523/stat : 30523 (java) S 30518 30505 29839 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990455766 889257984 40360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30524] ppid=30518 vsize=868416 CPUtime=0
/proc/30519/task/30524/stat : 30524 (java) S 30518 30505 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990455768 889257984 40360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30525] ppid=30518 vsize=868416 CPUtime=0.22
/proc/30519/task/30525/stat : 30525 (java) S 30518 30505 29839 0 -1 64 1490 0 0 0 22 0 0 0 15 0 9 0 1990455768 889257984 40360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30526] ppid=30518 vsize=868416 CPUtime=0
/proc/30519/task/30526/stat : 30526 (java) S 30518 30505 29839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990455768 889257984 40360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30527] ppid=30518 vsize=868416 CPUtime=0
/proc/30519/task/30527/stat : 30527 (java) S 30518 30505 29839 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990455768 889257984 40360 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) 887372

[startup+25.5027 s]
/proc/loadavg: 2.28 2.06 2.02 3/95 30527
/proc/meminfo: memFree=1307016/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=2.86
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 974 23878 0 1 3 1 265 17 16 0 1 0 1990455469 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 797 370 3 0 500 0
[pid=30518] ppid=30505 vsize=5356 CPUtime=0
/proc/30518/stat : 30518 (sh) S 30505 30505 29839 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990455763 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30518/statm: 1339 233 193 169 0 50 0
[pid=30519] ppid=30518 vsize=868528 CPUtime=22.25
/proc/30519/stat : 30519 (java) S 30518 30505 29839 0 -1 0 91841 0 1 0 2120 105 0 0 18 0 9 0 1990455763 889372672 54893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30519/statm: 217132 54893 2566 9 0 211679 0
[pid=30519/tid=30520] ppid=30518 vsize=868528 CPUtime=14.97
/proc/30519/task/30520/stat : 30520 (java) R 30518 30505 29839 0 -1 64 5736 0 1 0 1436 61 0 0 25 0 9 0 1990455764 889372672 54893 996147200 134512640 134550740 4294955952 18446744073709551615 4127015585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30521] ppid=30518 vsize=868528 CPUtime=6.97
/proc/30519/task/30521/stat : 30521 (java) S 30518 30505 29839 0 -1 64 83883 0 0 0 655 42 0 0 16 0 9 0 1990455765 889372672 54893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30522] ppid=30518 vsize=868528 CPUtime=0
/proc/30519/task/30522/stat : 30522 (java) S 30518 30505 29839 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990455765 889372672 54893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30523] ppid=30518 vsize=868528 CPUtime=0
/proc/30519/task/30523/stat : 30523 (java) S 30518 30505 29839 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990455766 889372672 54893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30524] ppid=30518 vsize=868528 CPUtime=0
/proc/30519/task/30524/stat : 30524 (java) S 30518 30505 29839 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990455768 889372672 54893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30525] ppid=30518 vsize=868528 CPUtime=0.28
/proc/30519/task/30525/stat : 30525 (java) S 30518 30505 29839 0 -1 64 1526 0 0 0 28 0 0 0 16 0 9 0 1990455768 889372672 54893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30526] ppid=30518 vsize=868528 CPUtime=0
/proc/30519/task/30526/stat : 30526 (java) S 30518 30505 29839 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990455768 889372672 54893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30519/tid=30527] ppid=30518 vsize=868528 CPUtime=0
/proc/30519/task/30527/stat : 30527 (java) S 30518 30505 29839 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990455768 889372672 54893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 887484

[startup+51.1028 s]
/proc/loadavg: 2.37 2.10 2.03 3/87 30529
/proc/meminfo: memFree=1081992/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=32.72
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 1033 116145 0 2 3 1 3092 176 16 0 1 0 1990455469 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 799 370 3 0 500 0
[pid=30528] ppid=30505 vsize=5356 CPUtime=0
/proc/30528/stat : 30528 (sh) S 30505 30505 29839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30528/statm: 1339 232 193 169 0 50 0
[pid=30529] ppid=30528 vsize=357660 CPUtime=17.66
/proc/30529/stat : 30529 (minisat) R 30528 30505 29839 0 -1 4194304 88456 0 0 0 1701 65 0 0 25 0 1 0 1990458794 366243840 88442 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=30528] ppid=30505 vsize=5356 CPUtime=0
/proc/30528/stat : 30528 (sh) S 30505 30505 29839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30528/statm: 1339 232 193 169 0 50 0
[pid=30529] ppid=30528 vsize=711676 CPUtime=1447.68
/proc/30529/stat : 30529 (minisat) R 30528 30505 29839 0 -1 4194304 176654 0 0 0 144604 164 0 0 25 0 1 0 1990458794 728756224 176640 996147200 134512640 135127466 4294956272 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/30529/statm: 177919 176640 76 150 0 177766 0
Current children cumulated CPU time (s) 1480.41
Current children cumulated vsize (KiB) 730632

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=384368/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=32.73
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 1033 116145 0 2 4 1 3092 176 16 0 1 0 1990455469 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30505/statm: 3400 799 370 3 0 500 0
[pid=30528] ppid=30505 vsize=5356 CPUtime=0
/proc/30528/stat : 30528 (sh) S 30505 30505 29839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30528/statm: 1339 232 193 169 0 50 0
[pid=30529] ppid=30528 vsize=719884 CPUtime=1507.66
/proc/30529/stat : 30529 (minisat) R 30528 30505 29839 0 -1 4194304 178694 0 0 0 150600 166 0 0 25 0 1 0 1990458794 737161216 178680 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30529/statm: 179971 178680 76 150 0 179818 0
Current children cumulated CPU time (s) 1540.39
Current children cumulated vsize (KiB) 738840

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=374896/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=32.73
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 1033 116145 0 2 4 1 3092 176 16 0 1 0 1990455469 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30505/statm: 3400 799 370 3 0 500 0
[pid=30528] ppid=30505 vsize=5356 CPUtime=0
/proc/30528/stat : 30528 (sh) S 30505 30505 29839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30528/statm: 1339 232 193 169 0 50 0
[pid=30529] ppid=30528 vsize=729588 CPUtime=1567.63
/proc/30529/stat : 30529 (minisat) R 30528 30505 29839 0 -1 4194304 181121 0 0 0 156594 169 0 0 25 0 1 0 1990458794 747098112 181107 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30529/statm: 182397 181107 76 150 0 182244 0
Current children cumulated CPU time (s) 1600.36
Current children cumulated vsize (KiB) 748544

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=358704/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=32.73
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 1033 116145 0 2 4 1 3092 176 16 0 1 0 1990455469 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30505/statm: 3400 799 370 3 0 500 0
[pid=30528] ppid=30505 vsize=5356 CPUtime=0
/proc/30528/stat : 30528 (sh) S 30505 30505 29839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30528/statm: 1339 232 193 169 0 50 0
[pid=30529] ppid=30528 vsize=745252 CPUtime=1627.61
/proc/30529/stat : 30529 (minisat) R 30528 30505 29839 0 -1 4194304 185100 0 0 0 162589 172 0 0 25 0 1 0 1990458794 763138048 185086 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30529/statm: 186313 185086 76 150 0 186160 0
Current children cumulated CPU time (s) 1660.34
Current children cumulated vsize (KiB) 764208

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=346736/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=32.73
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 1033 116145 0 2 4 1 3092 176 16 0 1 0 1990455469 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30505/statm: 3400 799 370 3 0 500 0
[pid=30528] ppid=30505 vsize=5356 CPUtime=0
/proc/30528/stat : 30528 (sh) S 30505 30505 29839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30528/statm: 1339 232 193 169 0 50 0
[pid=30529] ppid=30528 vsize=760124 CPUtime=1687.59
/proc/30529/stat : 30529 (minisat) R 30528 30505 29839 0 -1 4194304 188115 0 0 0 168583 176 0 0 25 0 1 0 1990458794 778366976 188101 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/30529/statm: 190031 188101 76 150 0 189878 0
Current children cumulated CPU time (s) 1720.32
Current children cumulated vsize (KiB) 779080

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=330352/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=32.73
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 1033 116145 0 2 4 1 3092 176 16 0 1 0 1990455469 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30505/statm: 3400 799 370 3 0 500 0
[pid=30528] ppid=30505 vsize=5356 CPUtime=0
/proc/30528/stat : 30528 (sh) S 30505 30505 29839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30528/statm: 1339 232 193 169 0 50 0
[pid=30529] ppid=30528 vsize=776160 CPUtime=1747.57
/proc/30529/stat : 30529 (minisat) R 30528 30505 29839 0 -1 4194304 192165 0 0 0 174575 182 0 0 25 0 1 0 1990458794 794787840 192151 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30529/statm: 194040 192151 76 150 0 193887 0
Current children cumulated CPU time (s) 1780.3
Current children cumulated vsize (KiB) 795116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=325552/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=32.73
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 1033 116145 0 2 4 1 3092 176 16 0 1 0 1990455469 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30505/statm: 3400 799 370 3 0 500 0
[pid=30528] ppid=30505 vsize=5356 CPUtime=0
/proc/30528/stat : 30528 (sh) S 30505 30505 29839 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990458793 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30528/statm: 1339 232 193 169 0 50 0
[pid=30529] ppid=30528 vsize=780812 CPUtime=1767.36
/proc/30529/stat : 30529 (minisat) R 30528 30505 29839 0 -1 4194304 193336 0 0 0 176553 183 0 0 25 0 1 0 1990458794 799551488 193322 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30529/statm: 195203 193322 76 150 0 195050 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 799768

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

[startup+1802.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=325552/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=32.73
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 1045 116145 0 2 4 1 3092 176 16 0 1 0 1990455469 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 799 370 3 0 500 0
[pid=30528] ppid=30505 vsize=0 CPUtime=0
/proc/30528/stat : 30528 (sh) Z 30505 30505 29839 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1990458793 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/30528/statm: 0 0 0 0 0 0 0
[pid=30529] ppid=1 vsize=0 CPUtime=1767.47
/proc/30529/stat : 30529 (minisat) R 1 30505 29839 0 -1 4195332 193336 0 0 0 176553 194 0 0 25 0 1 0 1990458794 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/30529/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 13600

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

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=325552/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=32.81
/proc/30505/stat : 30505 (sugar) R 30503 30505 29839 0 -1 4194304 1070 116422 0 2 4 9 3092 176 17 0 1 0 1990455469 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30505/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 32.81
Current children cumulated vsize (KiB) 13600

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

[startup+1802.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=325552/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=32.73
/proc/30505/stat : 30505 (sugar) S 30503 30505 29839 0 -1 4194304 1045 116145 0 2 4 1 3092 176 16 0 1 0 1990455469 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/30505/statm: 3400 799 370 3 0 500 0
[pid=30528] ppid=30505 vsize=0 CPUtime=0
/proc/30528/stat : 30528 (sh) Z 30505 30505 29839 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1990458793 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/30528/statm: 0 0 0 0 0 0 0
[pid=30529] ppid=1 vsize=0 CPUtime=1767.47
/proc/30529/stat : 30529 (minisat) R 1 30505 29839 0 -1 4195332 193336 0 0 0 176553 194 0 0 25 0 1 0 1990458794 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/30529/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 13600

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 30613
/proc/meminfo: memFree=325552/2055920 swapFree=4180424/4192956
[pid=30505] ppid=30503 vsize=13600 CPUtime=32.81
/proc/30505/stat : 30505 (sugar) R 30503 30505 29839 0 -1 4194304 1070 116422 0 2 4 9 3092 176 17 0 1 0 1990455469 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30505/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 32.81
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): 1767.39
#  lost CPU user time (s): 1765.53
#  lost CPU system time (s): 1.86

Real time (s): 1802.3
CPU time (s): 1800.21
CPU user time (s): 1796.5
CPU system time (s): 3.71772
CPU usage (%): 99.8841
Max. virtual memory (cumulated for all children) (KiB): 909864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9663
system time used= 1.85772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117523
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= 7099
involuntary context switches= 7658

runsolver used 2.15367 second user time and 6.07208 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-03 21:53:40
IDJOB=1058392
IDBENCH=54125
IDSOLVER=346
FILE ID=node33/1058392-1215114819
PBS_JOBID= 7877137
Free space on /tmp= 66512 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6ffc155fe35ccd8e570b991c75a33724
RANDOM SEED=437338168

node33.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.231
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.231
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:       1606912 kB
Buffers:         17544 kB
Cached:         219452 kB
SwapCached:       6444 kB
Active:         298544 kB
Inactive:        86072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606912 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            7940 kB
Writeback:           0 kB
Mapped:         164972 kB
Slab:            49124 kB
Committed_AS:  3630628 kB
PageTables:       2212 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= 66536 MiB
End job on node33 at 2008-07-03 22:23:44