Trace number 1058232

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.07 1812.03

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-18.xml
MD5SUM7009ab8b0625ac3b74cd8e0d86a590c4
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark58.7711
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints17910
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17710
Global constraints used (with number of constraints)alldifferent(200)

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:33:59 2008
0.00/0.05	c 0	PID 24051
0.03/0.05	c 0	HOST node2.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1058232-1215113638.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058232-1215113638.xml' 'HOME/temp.csp'
1.35/1.44	c 1	44 domains, 800 variables, 1 predicates, 0 relations, 17910 constraints
1.35/1.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.47	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.41/1.55	c 1	Parsing HOME/temp.csp
1.41/1.94	c 2	parsed 10000 expressions
2.12/2.26	c 2	parsed 18755 expressions
2.12/2.27	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.12/2.27	c 2	Converting to clausal form CSP
2.41/2.56	c 2	converted 1876 (10%) expressions
2.51/2.68	c 2	converted 3751 (20%) expressions
2.72/2.90	c 3	converted 5627 (30%) expressions
2.91/3.01	c 3	converted 7502 (40%) expressions
3.01/3.13	c 3	converted 9378 (50%) expressions
3.12/3.25	c 3	converted 11253 (60%) expressions
3.21/3.36	c 3	converted 13129 (70%) expressions
3.50/3.63	c 3	converted 15004 (80%) expressions
3.60/3.75	c 3	converted 16880 (90%) expressions
4.61/4.78	c 4	converted 18755 (100%) expressions
4.61/4.78	c 4	CSP : 800 integers, 0 booleans, 47283 clauses, largest domain size 45
4.61/4.78	c 4	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.61/4.78	c 4	Propagation in CSP
5.00/5.13	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.00/5.13	c 5	CSP : 800 integers, 0 booleans, 47283 clauses, largest domain size 45
5.00/5.13	c 5	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.00/5.14	c 5	Simplifing CSP by introducing new Boolean variables
5.99/6.14	c 6	CSP : 800 integers, 116002 booleans, 163285 clauses, largest domain size 45
5.99/6.14	c 6	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.59/6.76	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.68/6.80	c 7	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
6.68/6.81	c 7	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
6.68/6.81	c 7	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
6.68/6.82	c 7	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
6.68/6.82	c 7	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
6.68/6.83	c 7	480 (60%) CSP integer variables are encoded (17224 clauses, 236718 bytes)
6.68/6.83	c 7	560 (70%) CSP integer variables are encoded (17246 clauses, 237048 bytes)
6.68/6.83	c 7	640 (80%) CSP integer variables are encoded (17275 clauses, 237483 bytes)
6.68/6.83	c 7	720 (90%) CSP integer variables are encoded (17311 clauses, 238023 bytes)
6.68/6.83	c 7	800 (100%) CSP integer variables are encoded (17326 clauses, 238248 bytes)
7.48/7.67	c 7	16329 (10%) CSP clauses are encoded (371767 clauses, 7157767 bytes)
8.27/8.40	c 8	32657 (20%) CSP clauses are encoded (728598 clauses, 14377566 bytes)
8.97/9.14	c 9	48986 (30%) CSP clauses are encoded (1088078 clauses, 21688393 bytes)
9.66/9.88	c 10	65314 (40%) CSP clauses are encoded (1444098 clauses, 29086647 bytes)
10.55/10.71	c 10	81643 (50%) CSP clauses are encoded (1855634 clauses, 37706762 bytes)
11.45/11.66	c 11	97971 (60%) CSP clauses are encoded (2348526 clauses, 47735883 bytes)
12.42/12.64	c 12	114300 (70%) CSP clauses are encoded (2841507 clauses, 57921459 bytes)
13.42/13.68	c 13	130628 (80%) CSP clauses are encoded (3334707 clauses, 68425117 bytes)
14.50/14.72	c 14	146957 (90%) CSP clauses are encoded (3827996 clauses, 79022444 bytes)
15.50/15.74	c 15	163285 (100%) CSP clauses are encoded (4321372 clauses, 89602654 bytes)
15.50/15.74	c 15	163285 CSP clauses encoded
15.50/15.74	c 15	Writing map file : HOME/temp.map
15.50/15.78	c 15	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.50/15.78	c 15	SAT : 133902 SAT variables, 4321372 SAT clauses, 89602654 bytes
15.50/15.78	c 15	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.58/15.84	c 16	SOLVING HOME/temp.cnf
15.58/15.84	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.58/15.85	c 16	This is MiniSat 2.0 beta
15.58/15.85	c 16	WARNING: for repeatability, setting FPU to use double precision
15.58/15.85	c 16	============================[ Problem Statistics ]=============================
15.58/15.85	c 16	|                                                                             |
15.58/15.85	c 16	|  Number of variables:  133902                                               |
15.58/15.85	c 16	|  Number of clauses:    4321372                                              |
17.75/18.09	c 18	|  Parsing time:         1.90         s                                       |
17.95/18.20	c 18	============================[ Search Statistics ]==============================
17.95/18.20	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.95/18.20	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.95/18.20	c 18	===============================================================================
17.95/18.20	c 18	|         0 |  133902  4321372 12713479 |  1440457        0    nan |  0.000 % |
19.54/19.88	c 20	|       100 |  133902  4321372 12713479 |  1584503      100      8 |  0.000 % |
20.83/21.12	c 21	|       251 |  133902  4321372 12713479 |  1742953      251      7 |  0.000 % |
22.72/23.08	c 23	|       476 |  133902  4321372 12713479 |  1917248      476      7 |  0.000 % |
24.62/24.96	c 25	|       813 |  133902  4321372 12713479 |  2108973      813      9 |  0.000 % |
27.11/27.44	c 27	|      1321 |  133902  4321372 12713479 |  2319870     1321     11 |  0.000 % |
28.20/28.51	c 28	|      2080 |  133902  4321372 12713479 |  2551858     2080     17 |  0.000 % |
31.48/31.89	c 32	|      3220 |  133902  4321372 12713479 |  2807043     3220     15 |  0.000 % |
36.06/36.44	c 36	|      4928 |  133902  4321372 12713479 |  3087748     4928     17 |  0.000 % |
39.44/39.89	c 40	|      7492 |  133902  4321372 12713479 |  3396523     7492     17 |  0.000 % |
44.32/44.74	c 44	|     11336 |  133902  4321372 12713479 |  3736175    11336     24 |  0.000 % |
47.30/47.75	c 47	|     17102 |  133902  4321372 12713479 |  4109792    17102     21 |  0.000 % |
59.64/60.13	c 60	|     25751 |  133902  4321372 12713479 |  4520772    25751     20 |  0.000 % |
71.09/71.65	c 71	|     38725 |  133902  4321372 12713479 |  4972849    38725     22 |  0.000 % |
86.32/86.93	c 87	|     58186 |  133902  4321372 12713479 |  5470134    58186     22 |  0.000 % |
99.75/100.45	c 100	|     87379 |  133902  4321372 12713479 |  6017147    87379     22 |  0.000 % |
123.23/124.01	c 124	|    131168 |  133902  4321372 12713479 |  6618862   131168     24 |  0.000 % |
173.50/174.58	c 174	|    196853 |  133902  4321372 12713479 |  7280748   196853     23 |  0.000 % |
239.58/240.90	c 241	|    295380 |  133902  4321372 12713479 |  8008823   295380     24 |  0.000 % |
383.87/385.95	c 386	|    443170 |  133902  4321372 12713479 |  8809706   443170     26 |  0.000 % |
586.69/589.74	c 589	|    664854 |  133902  4321372 12713479 |  9690676   664854     29 |  0.000 % |
933.95/937.90	c 938	|    997381 |  133902  4321372 12713479 | 10659744   997381     31 |  0.000 % |
1800.05/1811.92	c ERROR INTERRUPTED
1800.05/1811.98	s UNKNOWN
1800.05/1811.98	c 1812	CPU 14.74 (0.04 0.01 14.7 0.88)
1800.05/1811.98	c 1812	END Thu Jul  3 22:04:11 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-1058232-1215113638/watcher-1058232-1215113638 -o /tmp/evaluation-result-1058232-1215113638/solver-1058232-1215113638 -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-1058232-1215113638.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.99 1.97 4/72 24051
/proc/meminfo: memFree=1567144/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=12268 CPUtime=0
/proc/24051/stat : 24051 (sugar) R 24049 24051 23396 0 -1 4194304 332 0 0 0 0 0 0 0 20 0 1 0 995768487 12562432 300 996147200 4194304 4206940 548682068608 18446744073709551615 206398967877 0 0 4224 0 0 0 0 17 1 0 0
/proc/24051/statm: 3067 300 226 3 0 167 0

[startup+0.0509189 s]
/proc/loadavg: 1.99 1.99 1.97 4/72 24051
/proc/meminfo: memFree=1567144/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=0.03
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 995768487 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102446 s]
/proc/loadavg: 1.99 1.99 1.97 4/72 24051
/proc/meminfo: memFree=1567144/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=0.03
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 995768487 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301984 s]
/proc/loadavg: 1.99 1.99 1.97 4/72 24051
/proc/meminfo: memFree=1567144/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=0.03
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 995768487 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701033 s]
/proc/loadavg: 1.99 1.99 1.97 4/72 24051
/proc/meminfo: memFree=1567144/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=0.03
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 995768487 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 1.99 1.99 1.97 4/83 24063
/proc/meminfo: memFree=1532496/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=1.41
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 956 12946 0 1 3 0 130 8 16 0 1 0 995768487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 13600

[startup+3.10227 s]
/proc/loadavg: 1.99 1.99 1.97 3/83 24073
/proc/meminfo: memFree=1552272/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=1.41
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 974 12946 0 1 3 0 130 8 15 0 1 0 995768487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 3400 797 370 3 0 500 0
[pid=24064] ppid=24051 vsize=5356 CPUtime=0
/proc/24064/stat : 24064 (sh) S 24051 24051 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 995768634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24064/statm: 1339 233 193 169 0 50 0
[pid=24065] ppid=24064 vsize=868396 CPUtime=1.6
/proc/24065/stat : 24065 (java) S 24064 24051 23396 0 -1 0 10440 0 1 0 154 6 0 0 18 0 9 0 995768634 889237504 9330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24065/statm: 217099 9330 2540 9 0 211674 0
[pid=24065/tid=24066] ppid=24064 vsize=868396 CPUtime=0.97
/proc/24065/task/24066/stat : 24066 (java) R 24064 24051 23396 0 -1 64 2810 0 1 0 95 2 0 0 25 0 9 0 995768635 889237504 9330 996147200 134512640 134550740 4294955952 18446744073709551615 4126835469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24067] ppid=24064 vsize=868396 CPUtime=0.41
/proc/24065/task/24067/stat : 24067 (java) S 24064 24051 23396 0 -1 64 5470 0 0 0 38 3 0 0 16 0 9 0 995768636 889237504 9330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24068] ppid=24064 vsize=868396 CPUtime=0
/proc/24065/task/24068/stat : 24068 (java) S 24064 24051 23396 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 995768637 889237504 9330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24069] ppid=24064 vsize=868396 CPUtime=0
/proc/24065/task/24069/stat : 24069 (java) S 24064 24051 23396 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 995768637 889237504 9330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24070] ppid=24064 vsize=868396 CPUtime=0
/proc/24065/task/24070/stat : 24070 (java) S 24064 24051 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 995768639 889237504 9330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24071] ppid=24064 vsize=868396 CPUtime=0.2
/proc/24065/task/24071/stat : 24071 (java) S 24064 24051 23396 0 -1 64 1463 0 0 0 20 0 0 0 16 0 9 0 995768639 889237504 9330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24072] ppid=24064 vsize=868396 CPUtime=0
/proc/24065/task/24072/stat : 24072 (java) S 24064 24051 23396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 995768639 889237504 9330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24073] ppid=24064 vsize=868396 CPUtime=0
/proc/24065/task/24073/stat : 24073 (java) S 24064 24051 23396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 995768639 889237504 9330 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887352

[startup+6.30261 s]
/proc/loadavg: 1.99 1.99 1.97 4/83 24073
/proc/meminfo: memFree=1490904/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=1.41
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 974 12946 0 1 3 0 130 8 16 0 1 0 995768487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 3400 797 370 3 0 500 0
[pid=24064] ppid=24051 vsize=5356 CPUtime=0
/proc/24064/stat : 24064 (sh) S 24051 24051 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 995768634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24064/statm: 1339 233 193 169 0 50 0
[pid=24065] ppid=24064 vsize=882212 CPUtime=4.79
/proc/24065/stat : 24065 (java) S 24064 24051 23396 0 -1 0 33232 0 1 0 460 19 0 0 18 0 9 0 995768634 903385088 29644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24065/statm: 220553 29644 2540 9 0 215128 0
[pid=24065/tid=24066] ppid=24064 vsize=882212 CPUtime=2.28
/proc/24065/task/24066/stat : 24066 (java) R 24064 24051 23396 0 -1 64 3755 0 1 0 226 2 0 0 25 0 9 0 995768635 903385088 29644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24067] ppid=24064 vsize=882212 CPUtime=2.23
/proc/24065/task/24067/stat : 24067 (java) R 24064 24051 23396 0 -1 64 27292 0 0 0 209 14 0 0 16 0 9 0 995768636 903385088 29644 996147200 134512640 134550740 4294955952 18446744073709551615 102470012 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24068] ppid=24064 vsize=882212 CPUtime=0
/proc/24065/task/24068/stat : 24068 (java) S 24064 24051 23396 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 995768637 903385088 29644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24069] ppid=24064 vsize=882212 CPUtime=0
/proc/24065/task/24069/stat : 24069 (java) S 24064 24051 23396 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 995768637 903385088 29644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24070] ppid=24064 vsize=882212 CPUtime=0
/proc/24065/task/24070/stat : 24070 (java) S 24064 24051 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 995768639 903385088 29644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24071] ppid=24064 vsize=882212 CPUtime=0.24
/proc/24065/task/24071/stat : 24071 (java) S 24064 24051 23396 0 -1 64 1488 0 0 0 24 0 0 0 16 0 9 0 995768639 903385088 29644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24072] ppid=24064 vsize=882212 CPUtime=0
/proc/24065/task/24072/stat : 24072 (java) S 24064 24051 23396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 995768639 903385088 29644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24073] ppid=24064 vsize=882212 CPUtime=0
/proc/24065/task/24073/stat : 24073 (java) S 24064 24051 23396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 995768639 903385088 29644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 901168

[startup+12.7013 s]
/proc/loadavg: 2.07 2.01 1.98 3/83 24073
/proc/meminfo: memFree=1414424/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=1.41
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 974 12946 0 1 3 0 130 8 16 0 1 0 995768487 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 3400 797 370 3 0 500 0
[pid=24064] ppid=24051 vsize=5356 CPUtime=0
/proc/24064/stat : 24064 (sh) S 24051 24051 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 995768634 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24064/statm: 1339 233 193 169 0 50 0
[pid=24065] ppid=24064 vsize=868508 CPUtime=11.11
/proc/24065/stat : 24065 (java) S 24064 24051 23396 0 -1 0 34332 0 1 0 1057 54 0 0 18 0 9 0 995768634 889352192 27050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24065/statm: 217127 27050 2566 9 0 211674 0
[pid=24065/tid=24066] ppid=24064 vsize=868508 CPUtime=8.01
/proc/24065/task/24066/stat : 24066 (java) R 24064 24051 23396 0 -1 64 4045 0 1 0 765 36 0 0 25 0 9 0 995768635 889352192 27050 996147200 134512640 134550740 4294955952 18446744073709551615 4127024059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24067] ppid=24064 vsize=868508 CPUtime=2.77
/proc/24065/task/24067/stat : 24067 (java) S 24064 24051 23396 0 -1 64 28069 0 0 0 261 16 0 0 16 0 9 0 995768636 889352192 27050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24068] ppid=24064 vsize=868508 CPUtime=0
/proc/24065/task/24068/stat : 24068 (java) S 24064 24051 23396 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 995768637 889352192 27050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24069] ppid=24064 vsize=868508 CPUtime=0
/proc/24065/task/24069/stat : 24069 (java) S 24064 24051 23396 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 995768637 889352192 27050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24070] ppid=24064 vsize=868508 CPUtime=0
/proc/24065/task/24070/stat : 24070 (java) S 24064 24051 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 995768639 889352192 27050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24071] ppid=24064 vsize=868508 CPUtime=0.29
/proc/24065/task/24071/stat : 24071 (java) S 24064 24051 23396 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 995768639 889352192 27050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24072] ppid=24064 vsize=868508 CPUtime=0
/proc/24065/task/24072/stat : 24072 (java) S 24064 24051 23396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 995768639 889352192 27050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24065/tid=24073] ppid=24064 vsize=868508 CPUtime=0
/proc/24065/task/24073/stat : 24073 (java) S 24064 24051 23396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 995768639 889352192 27050 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887464

[startup+25.5016 s]
/proc/loadavg: 2.06 2.01 1.98 3/75 24075
/proc/meminfo: memFree=1280408/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.63
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 1033 47704 0 2 4 1 1470 88 16 0 1 0 995768487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 3400 799 370 3 0 500 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=200888 CPUtime=9.58
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 48999 0 0 0 922 36 0 0 25 0 1 0 995770072 205709312 48985 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 50222 48985 76 150 0 50069 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 219844

[startup+51.1012 s]
/proc/loadavg: 2.04 2.00 1.98 3/75 24075
/proc/meminfo: memFree=1278104/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.63
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 1033 47704 0 2 4 1 1470 88 16 0 1 0 995768487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 3400 799 370 3 0 500 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=203456 CPUtime=35.06
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 49617 0 0 0 3469 37 0 0 25 0 1 0 995770072 208338944 49603 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 50864 49603 76 150 0 50711 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 222412

[startup+102.306 s]
/proc/loadavg: 2.01 2.00 1.98 3/75 24075
/proc/meminfo: memFree=1270680/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.63
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 1033 47704 0 2 4 1 1470 88 16 0 1 0 995768487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24051/statm: 3400 799 370 3 0 500 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=210816 CPUtime=86.01
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 51458 0 0 0 8562 39 0 0 25 0 1 0 995770072 215875584 51444 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 52704 51444 76 150 0 52551 0

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

[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=406700 CPUtime=1398.52
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 99829 0 0 0 139753 99 0 0 25 0 1 0 995770072 416460800 99815 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 101675 99815 76 150 0 101522 0
Current children cumulated CPU time (s) 1414.15
Current children cumulated vsize (KiB) 425656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 24158
/proc/meminfo: memFree=915608/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.63
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 1033 47704 0 2 4 1 1470 88 16 0 1 0 995768487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24051/statm: 3400 799 370 3 0 500 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=410136 CPUtime=1457.95
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 100697 0 0 0 145695 100 0 0 25 0 1 0 995770072 419979264 100683 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 102534 100683 76 150 0 102381 0
Current children cumulated CPU time (s) 1473.58
Current children cumulated vsize (KiB) 429092

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 24158
/proc/meminfo: memFree=911512/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.63
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 1033 47704 0 2 4 1 1470 88 16 0 1 0 995768487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24051/statm: 3400 799 370 3 0 500 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=414160 CPUtime=1517.38
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 101701 0 0 0 151637 101 0 0 25 0 1 0 995770072 424099840 101687 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 103540 101687 76 150 0 103387 0
Current children cumulated CPU time (s) 1533.01
Current children cumulated vsize (KiB) 433116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 24158
/proc/meminfo: memFree=908120/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.63
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 1033 47704 0 2 4 1 1470 88 16 0 1 0 995768487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24051/statm: 3400 799 370 3 0 500 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=417516 CPUtime=1576.82
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 102547 0 0 0 157580 102 0 0 25 0 1 0 995770072 427536384 102533 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 104379 102533 76 150 0 104226 0
Current children cumulated CPU time (s) 1592.45
Current children cumulated vsize (KiB) 436472

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 24164
/proc/meminfo: memFree=904592/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.63
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 1033 47704 0 2 4 1 1470 88 16 0 1 0 995768487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24051/statm: 3400 799 370 3 0 500 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=420684 CPUtime=1636.23
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 103359 0 0 0 163520 103 0 0 25 0 1 0 995770072 430780416 103345 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 105171 103345 76 150 0 105018 0
Current children cumulated CPU time (s) 1651.86
Current children cumulated vsize (KiB) 439640

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 24164
/proc/meminfo: memFree=895760/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.63
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 1033 47704 0 2 4 1 1470 88 16 0 1 0 995768487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24051/statm: 3400 799 370 3 0 500 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=429516 CPUtime=1695.67
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 105574 0 0 0 169460 107 0 0 25 0 1 0 995770072 439824384 105560 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 107379 105560 76 150 0 107226 0
Current children cumulated CPU time (s) 1711.3
Current children cumulated vsize (KiB) 448472

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 24164
/proc/meminfo: memFree=886160/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.63
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 1033 47704 0 2 4 1 1470 88 16 0 1 0 995768487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24051/statm: 3400 799 370 3 0 500 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=438880 CPUtime=1755.1
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 107948 0 0 0 175401 109 0 0 25 0 1 0 995770072 449413120 107934 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 109720 107934 76 150 0 109567 0
Current children cumulated CPU time (s) 1770.73
Current children cumulated vsize (KiB) 457836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 24164
/proc/meminfo: memFree=881680/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.63
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 1033 47704 0 2 4 1 1470 88 16 0 1 0 995768487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24051/statm: 3400 799 370 3 0 500 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=443272 CPUtime=1784.42
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 109070 0 0 0 178331 111 0 0 25 0 1 0 995770072 453910528 109056 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 110818 109056 76 150 0 110665 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 462228

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

[startup+1811.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 24164
/proc/meminfo: memFree=881680/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.63
/proc/24051/stat : 24051 (sugar) S 24049 24051 23396 0 -1 4194304 1033 47704 0 2 4 1 1470 88 16 0 1 0 995768487 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24051/statm: 3400 799 370 3 0 500 0
[pid=24074] ppid=24051 vsize=5356 CPUtime=0
/proc/24074/stat : 24074 (sh) S 24051 24051 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 995770071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24074/statm: 1339 232 193 169 0 50 0
[pid=24075] ppid=24074 vsize=443272 CPUtime=1784.42
/proc/24075/stat : 24075 (minisat) R 24074 24051 23396 0 -1 4194304 109070 0 0 0 178331 111 0 0 25 0 1 0 995770072 453910528 109056 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/24075/statm: 110818 109056 76 150 0 110665 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 462228

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

[startup+1812.02 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 24164
/proc/meminfo: memFree=881680/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.67
/proc/24051/stat : 24051 (sugar) R 24049 24051 23396 0 -1 4194304 1070 47981 0 2 4 5 1470 88 16 0 1 0 995768487 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24051/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 15.67
Current children cumulated vsize (KiB) 13600

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

[startup+1812.02 s]
/proc/loadavg: 2.00 2.00 1.98 3/83 24164
/proc/meminfo: memFree=881680/2055920 swapFree=4180876/4192956
[pid=24051] ppid=24049 vsize=13600 CPUtime=15.67
/proc/24051/stat : 24051 (sugar) R 24049 24051 23396 0 -1 4194304 1070 47981 0 2 4 5 1470 88 16 0 1 0 995768487 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24051/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 15.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): 1784.38
#  lost CPU user time (s): 1783.31
#  lost CPU system time (s): 1.07

Real time (s): 1812.03
CPU time (s): 1800.07
CPU user time (s): 1798.06
CPU system time (s): 2.01785
CPU usage (%): 99.3403
Max. virtual memory (cumulated for all children) (KiB): 901168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.7468
system time used= 0.947855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49082
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= 6875
involuntary context switches= 6861

runsolver used 2.19467 second user time and 6.12007 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-03 21:33:59
IDJOB=1058232
IDBENCH=54115
IDSOLVER=346
FILE ID=node2/1058232-1215113638
PBS_JOBID= 7877199
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7009ab8b0625ac3b74cd8e0d86a590c4
RANDOM SEED=32252656

node2.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.236
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.236
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:       1567624 kB
Buffers:         63388 kB
Cached:         274436 kB
SwapCached:       5916 kB
Active:         265740 kB
Inactive:       156164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567624 kB
SwapTotal:     4192956 kB
SwapFree:      4180876 kB
Dirty:            3824 kB
Writeback:           0 kB
Mapped:          91560 kB
Slab:            51556 kB
Committed_AS:  1558268 kB
PageTables:       2072 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node2 at 2008-07-03 22:04:13