Trace number 1077593

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.15 1810.58

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-5.xml
MD5SUMb160d17227d48e89c0f648593d000571
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark93.8987
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints44958
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44758
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 19:47:26 2008
0.00/0.04	c 0	PID 29593
0.00/0.04	c 0	HOST node87.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1077593-1215193646.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077593-1215193646.xml' 'HOME/temp.csp'
2.26/2.31	c 2	41 domains, 800 variables, 1 predicates, 0 relations, 44958 constraints
2.26/2.34	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.26/2.34	c 2	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.28/2.42	c 2	Parsing HOME/temp.csp
2.28/3.02	c 3	parsed 10000 expressions
3.22/3.33	c 3	parsed 20000 expressions
3.42/3.56	c 4	parsed 30000 expressions
3.71/3.86	c 4	parsed 40000 expressions
3.91/4.00	c 4	parsed 45800 expressions
3.91/4.00	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.91/4.00	c 4	Converting to clausal form CSP
4.51/4.62	c 5	converted 4580 (10%) expressions
4.80/4.98	c 5	converted 9160 (20%) expressions
5.41/5.54	c 6	converted 13740 (30%) expressions
5.70/5.89	c 6	converted 18320 (40%) expressions
6.10/6.23	c 6	converted 22900 (50%) expressions
6.79/6.92	c 7	converted 27480 (60%) expressions
7.09/7.27	c 7	converted 32060 (70%) expressions
7.49/7.62	c 8	converted 36640 (80%) expressions
7.78/7.96	c 8	converted 41220 (90%) expressions
9.67/9.81	c 10	converted 45800 (100%) expressions
9.67/9.81	c 10	CSP : 800 integers, 0 booleans, 73534 clauses, largest domain size 45
9.67/9.81	c 10	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.67/9.81	c 10	Propagation in CSP
10.08/10.26	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.08/10.26	c 10	CSP : 800 integers, 0 booleans, 73534 clauses, largest domain size 45
10.08/10.26	c 10	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.08/10.29	c 10	Simplifing CSP by introducing new Boolean variables
12.26/12.46	c 12	CSP : 800 integers, 225702 booleans, 299236 clauses, largest domain size 45
12.26/12.46	c 12	Heap : 178 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.25/13.42	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.25/13.47	c 13	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
13.25/13.47	c 13	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
13.25/13.48	c 13	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
13.25/13.48	c 13	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
13.25/13.48	c 13	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
13.25/13.49	c 14	480 (60%) CSP integer variables are encoded (17276 clauses, 237498 bytes)
13.25/13.49	c 14	560 (70%) CSP integer variables are encoded (17361 clauses, 238773 bytes)
13.25/13.50	c 14	640 (80%) CSP integer variables are encoded (17427 clauses, 239763 bytes)
13.36/13.50	c 14	720 (90%) CSP integer variables are encoded (17518 clauses, 241128 bytes)
13.36/13.50	c 14	800 (100%) CSP integer variables are encoded (17587 clauses, 242163 bytes)
14.54/14.75	c 15	29924 (10%) CSP clauses are encoded (611413 clauses, 11706506 bytes)
15.74/15.91	c 16	59848 (20%) CSP clauses are encoded (1200190 clauses, 23589828 bytes)
16.84/17.09	c 17	89771 (30%) CSP clauses are encoded (1806078 clauses, 35859438 bytes)
18.11/18.30	c 18	119695 (40%) CSP clauses are encoded (2405516 clauses, 48374653 bytes)
19.31/19.53	c 20	149618 (50%) CSP clauses are encoded (3008510 clauses, 61294042 bytes)
20.54/21.84	c 22	179542 (60%) CSP clauses are encoded (3618854 clauses, 74585254 bytes)
21.74/23.09	c 23	209466 (70%) CSP clauses are encoded (4215888 clauses, 88086765 bytes)
23.33/24.68	c 25	239389 (80%) CSP clauses are encoded (5076078 clauses, 106559382 bytes)
25.03/26.34	c 26	269313 (90%) CSP clauses are encoded (5979666 clauses, 125945380 bytes)
26.66/28.35	c 28	299236 (100%) CSP clauses are encoded (6883693 clauses, 145412432 bytes)
26.66/28.35	c 28	299236 CSP clauses encoded
26.66/28.35	c 28	Writing map file : HOME/temp.map
26.66/28.39	c 28	Heap : 139 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.66/28.39	c 28	SAT : 244001 SAT variables, 6883693 SAT clauses, 145412432 bytes
26.66/28.39	c 28	Heap : 139 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.74/28.43	c 28	SOLVING HOME/temp.cnf
26.74/28.43	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
26.74/28.43	c 28	This is MiniSat 2.0 beta
26.74/28.43	c 28	WARNING: for repeatability, setting FPU to use double precision
26.74/28.43	c 28	============================[ Problem Statistics ]=============================
26.74/28.43	c 28	|                                                                             |
26.74/28.44	c 28	|  Number of variables:  244001                                               |
26.74/28.44	c 28	|  Number of clauses:    6883693                                              |
30.14/31.90	c 32	|  Parsing time:         3.01         s                                       |
30.34/32.06	c 32	============================[ Search Statistics ]==============================
30.34/32.06	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.34/32.06	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.34/32.06	c 32	===============================================================================
30.34/32.06	c 32	|         0 |  244001  6883693 20240139 |  2294564        0    nan |  0.000 % |
32.23/33.90	c 34	|       101 |  244001  6883693 20240139 |  2524020      101     12 |  0.000 % |
33.32/35.06	c 35	|       251 |  244001  6883693 20240139 |  2776422      251     12 |  0.000 % |
34.12/35.81	c 36	|       476 |  244001  6883693 20240139 |  3054065      476     17 |  0.000 % |
36.22/37.97	c 38	|       813 |  244001  6883693 20240139 |  3359471      813     14 |  0.000 % |
37.92/39.65	c 40	|      1319 |  244001  6883693 20240139 |  3695418     1319     14 |  0.000 % |
38.80/40.60	c 41	|      2078 |  244001  6883693 20240139 |  4064960     2078     13 |  0.000 % |
42.19/43.91	c 44	|      3217 |  244001  6883693 20240139 |  4471456     3217     14 |  0.000 % |
43.08/44.88	c 45	|      4925 |  244001  6883693 20240139 |  4918602     4925     20 |  0.000 % |
49.96/51.71	c 52	|      7487 |  244001  6883693 20240139 |  5410462     7487     21 |  0.000 % |
53.45/55.25	c 55	|     11331 |  244001  6883693 20240139 |  5951508    11331     21 |  0.000 % |
56.93/58.77	c 59	|     17097 |  244001  6883693 20240139 |  6546659    17097     23 |  0.000 % |
66.30/68.18	c 68	|     25747 |  244001  6883693 20240139 |  7201325    25747     24 |  0.000 % |
79.24/81.11	c 81	|     38721 |  244001  6883693 20240139 |  7921458    38721     23 |  0.000 % |
90.19/92.19	c 92	|     58182 |  244001  6883693 20240139 |  8713604    58182     25 |  0.000 % |
129.23/131.34	c 131	|     87374 |  244001  6883693 20240139 |  9584964    87374     32 |  0.000 % |
187.90/190.27	c 190	|    131163 |  244001  6883693 20240139 | 10543461   131163     31 |  0.000 % |
271.16/273.88	c 274	|    196847 |  244001  6883693 20240139 | 11597807   196847     33 |  0.000 % |
386.69/389.85	c 390	|    295376 |  244001  6883693 20240139 | 12757587   295376     33 |  0.000 % |
571.06/575.18	c 575	|    443165 |  244001  6883693 20240139 | 14033346   443165     41 |  0.000 % |
845.32/850.70	c 851	|    664848 |  244001  6883693 20240139 | 15436681   664848     45 |  0.000 % |
1354.08/1362.29	c 1362	|    997373 |  244001  6883693 20240139 | 16980349   997373     49 |  0.000 % |
1800.08/1810.42	c ERROR INTERRUPTED
1800.08/1810.50	s UNKNOWN
1800.08/1810.50	c 1811	CPU 25.47 (0.03 0 25.44 1.34)
1800.08/1810.50	c 1811	END Fri Jul  4 20:17:37 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-1077593-1215193646/watcher-1077593-1215193646 -o /tmp/evaluation-result-1077593-1215193646/solver-1077593-1215193646 -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-1077593-1215193646.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/73 29593
/proc/meminfo: memFree=1727440/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=12268 CPUtime=0
/proc/29593/stat : 29593 (sugar) R 29591 29593 27801 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 631620267 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254622612478 0 0 4224 0 0 0 0 17 0 0 0
/proc/29593/statm: 3067 316 241 3 0 167 0

[startup+0.014941 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 29593
/proc/meminfo: memFree=1727440/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=12544 CPUtime=0
/proc/29593/stat : 29593 (sugar) R 29591 29593 27801 0 -1 4194304 494 0 0 0 0 0 0 0 18 0 1 0 631620267 12845056 462 996147200 4194304 4206940 548682068608 18446744073709551615 254613557985 0 0 4224 0 0 0 0 17 0 0 0
/proc/29593/statm: 3136 462 291 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101953 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 29593
/proc/meminfo: memFree=1727440/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=0.03
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 631620267 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301972 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 29593
/proc/meminfo: memFree=1727440/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=0.03
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 631620267 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702016 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 29593
/proc/meminfo: memFree=1727440/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=0.03
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 631620267 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50111 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 29605
/proc/meminfo: memFree=1691768/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=0.03
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 631620267 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 796 370 3 0 500 0
[pid=29596] ppid=29593 vsize=5356 CPUtime=0
/proc/29596/stat : 29596 (sh) S 29593 29593 27801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 631620272 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29596/statm: 1339 233 193 169 0 50 0
[pid=29597] ppid=29596 vsize=864680 CPUtime=1.43
/proc/29597/stat : 29597 (java) S 29596 29593 27801 0 -1 0 18887 0 1 0 135 8 0 0 19 0 9 0 631620272 885432320 15466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29597/statm: 216170 15466 2529 9 0 210752 0
[pid=29597/tid=29598] ppid=29596 vsize=864680 CPUtime=0.67
/proc/29597/task/29598/stat : 29598 (java) R 29596 29593 27801 0 -1 64 3362 0 1 0 65 2 0 0 25 0 9 0 631620273 885432320 15466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29597/tid=29599] ppid=29596 vsize=864680 CPUtime=0.63
/proc/29597/task/29599/stat : 29599 (java) R 29596 29593 27801 0 -1 64 14322 0 0 0 59 4 0 0 16 0 9 0 631620274 885432320 15466 996147200 134512640 134550740 4294956000 18446744073709551615 102723282 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29597/tid=29600] ppid=29596 vsize=864680 CPUtime=0
/proc/29597/task/29600/stat : 29600 (java) S 29596 29593 27801 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 631620274 885432320 15466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29597/tid=29601] ppid=29596 vsize=864680 CPUtime=0
/proc/29597/task/29601/stat : 29601 (java) S 29596 29593 27801 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631620274 885432320 15466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29597/tid=29602] ppid=29596 vsize=864680 CPUtime=0
/proc/29597/task/29602/stat : 29602 (java) S 29596 29593 27801 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 631620276 885432320 15466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29597/tid=29603] ppid=29596 vsize=864680 CPUtime=0.1
/proc/29597/task/29603/stat : 29603 (java) S 29596 29593 27801 0 -1 64 503 0 0 0 10 0 0 0 16 0 9 0 631620276 885432320 15466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29597/tid=29604] ppid=29596 vsize=864680 CPUtime=0
/proc/29597/task/29604/stat : 29604 (java) S 29596 29593 27801 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 631620276 885432320 15466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29597/tid=29605] ppid=29596 vsize=864680 CPUtime=0
/proc/29597/task/29605/stat : 29605 (java) S 29596 29593 27801 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 631620276 885432320 15466 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883636

[startup+3.10129 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 29605
/proc/meminfo: memFree=1654904/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=2.28
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 973 23652 0 1 3 0 213 12 15 0 1 0 631620267 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29593/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 13600

[startup+6.30265 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 29615
/proc/meminfo: memFree=1674552/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=2.28
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 974 23652 0 1 3 0 213 12 15 0 1 0 631620267 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29593/statm: 3400 797 370 3 0 500 0
[pid=29606] ppid=29593 vsize=5356 CPUtime=0
/proc/29606/stat : 29606 (sh) S 29593 29593 27801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631620502 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29606/statm: 1339 233 193 169 0 50 0
[pid=29607] ppid=29606 vsize=868420 CPUtime=3.92
/proc/29607/stat : 29607 (java) S 29606 29593 27801 0 -1 0 20503 0 1 0 381 11 0 0 18 0 9 0 631620502 889262080 18849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29607/statm: 217105 18849 2540 9 0 211680 0
[pid=29607/tid=29608] ppid=29606 vsize=868420 CPUtime=2.56
/proc/29607/task/29608/stat : 29608 (java) R 29606 29593 27801 0 -1 64 3335 0 1 0 254 2 0 0 25 0 9 0 631620503 889262080 18849 996147200 134512640 134550740 4294955952 18446744073709551615 4126590500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29609] ppid=29606 vsize=868420 CPUtime=1.15
/proc/29607/task/29609/stat : 29609 (java) S 29606 29593 27801 0 -1 64 15005 0 0 0 108 7 0 0 16 0 9 0 631620504 889262080 18849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29610] ppid=29606 vsize=868420 CPUtime=0
/proc/29607/task/29610/stat : 29610 (java) S 29606 29593 27801 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631620504 889262080 18849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29611] ppid=29606 vsize=868420 CPUtime=0
/proc/29607/task/29611/stat : 29611 (java) S 29606 29593 27801 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 631620504 889262080 18849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29612] ppid=29606 vsize=868420 CPUtime=0
/proc/29607/task/29612/stat : 29612 (java) S 29606 29593 27801 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 631620506 889262080 18849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29613] ppid=29606 vsize=868420 CPUtime=0.18
/proc/29607/task/29613/stat : 29613 (java) S 29606 29593 27801 0 -1 64 1467 0 0 0 17 1 0 0 17 0 9 0 631620506 889262080 18849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29614] ppid=29606 vsize=868420 CPUtime=0
/proc/29607/task/29614/stat : 29614 (java) S 29606 29593 27801 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 631620506 889262080 18849 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29615] ppid=29606 vsize=868420 CPUtime=0
/proc/29607/task/29615/stat : 29615 (java) S 29606 29593 27801 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 631620506 889262080 18849 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) 887376

[startup+12.7024 s]
/proc/loadavg: 2.22 2.05 2.02 4/84 29615
/proc/meminfo: memFree=1517304/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=2.28
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 974 23652 0 1 3 0 213 12 16 0 1 0 631620267 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29593/statm: 3400 797 370 3 0 500 0
[pid=29606] ppid=29593 vsize=5356 CPUtime=0
/proc/29606/stat : 29606 (sh) S 29593 29593 27801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631620502 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29606/statm: 1339 233 193 169 0 50 0
[pid=29607] ppid=29606 vsize=870424 CPUtime=10.28
/proc/29607/stat : 29607 (java) S 29606 29593 27801 0 -1 0 74751 0 1 0 994 34 0 0 18 0 9 0 631620502 891314176 53131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29607/statm: 217606 53131 2540 9 0 212181 0
[pid=29607/tid=29608] ppid=29606 vsize=870424 CPUtime=4.91
/proc/29607/task/29608/stat : 29608 (java) R 29606 29593 27801 0 -1 64 5588 0 1 0 489 2 0 0 25 0 9 0 631620503 891314176 53131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29609] ppid=29606 vsize=870424 CPUtime=5.13
/proc/29607/task/29609/stat : 29609 (java) R 29606 29593 27801 0 -1 64 66976 0 0 0 484 29 0 0 16 0 9 0 631620504 891314176 53131 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29610] ppid=29606 vsize=870424 CPUtime=0
/proc/29607/task/29610/stat : 29610 (java) S 29606 29593 27801 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631620504 891314176 53131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29611] ppid=29606 vsize=870424 CPUtime=0
/proc/29607/task/29611/stat : 29611 (java) S 29606 29593 27801 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 631620504 891314176 53131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29612] ppid=29606 vsize=870424 CPUtime=0
/proc/29607/task/29612/stat : 29612 (java) S 29606 29593 27801 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 631620506 891314176 53131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29613] ppid=29606 vsize=870424 CPUtime=0.21
/proc/29607/task/29613/stat : 29613 (java) S 29606 29593 27801 0 -1 64 1491 0 0 0 20 1 0 0 17 0 9 0 631620506 891314176 53131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29614] ppid=29606 vsize=870424 CPUtime=0
/proc/29607/task/29614/stat : 29614 (java) S 29606 29593 27801 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 631620506 891314176 53131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29615] ppid=29606 vsize=870424 CPUtime=0
/proc/29607/task/29615/stat : 29615 (java) S 29606 29593 27801 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 631620506 891314176 53131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 889380

[startup+25.5018 s]
/proc/loadavg: 2.27 2.06 2.02 3/84 29615
/proc/meminfo: memFree=1409080/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=2.28
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 974 23652 0 1 3 0 213 12 16 0 1 0 631620267 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29593/statm: 3400 797 370 3 0 500 0
[pid=29606] ppid=29593 vsize=5356 CPUtime=0
/proc/29606/stat : 29606 (sh) S 29593 29593 27801 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 631620502 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29606/statm: 1339 233 193 169 0 50 0
[pid=29607] ppid=29606 vsize=868532 CPUtime=21.94
/proc/29607/stat : 29607 (java) S 29606 29593 27801 0 -1 0 79513 0 1 0 2094 100 0 0 18 0 9 0 631620502 889376768 52716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29607/statm: 217133 52716 2566 9 0 211680 0
[pid=29607/tid=29608] ppid=29606 vsize=868532 CPUtime=15.72
/proc/29607/task/29608/stat : 29608 (java) R 29606 29593 27801 0 -1 64 5826 0 1 0 1507 65 0 0 25 0 9 0 631620503 889376768 52716 996147200 134512640 134550740 4294955952 18446744073709551615 4126477278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29609] ppid=29606 vsize=868532 CPUtime=5.92
/proc/29607/task/29609/stat : 29609 (java) S 29606 29593 27801 0 -1 64 71463 0 0 0 560 32 0 0 16 0 9 0 631620504 889376768 52716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29610] ppid=29606 vsize=868532 CPUtime=0
/proc/29607/task/29610/stat : 29610 (java) S 29606 29593 27801 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 631620504 889376768 52716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29611] ppid=29606 vsize=868532 CPUtime=0
/proc/29607/task/29611/stat : 29611 (java) S 29606 29593 27801 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 631620504 889376768 52716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29612] ppid=29606 vsize=868532 CPUtime=0
/proc/29607/task/29612/stat : 29612 (java) S 29606 29593 27801 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 631620506 889376768 52716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29613] ppid=29606 vsize=868532 CPUtime=0.27
/proc/29607/task/29613/stat : 29613 (java) S 29606 29593 27801 0 -1 64 1528 0 0 0 26 1 0 0 16 0 9 0 631620506 889376768 52716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29614] ppid=29606 vsize=868532 CPUtime=0
/proc/29607/task/29614/stat : 29614 (java) S 29606 29593 27801 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 631620506 889376768 52716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29607/tid=29615] ppid=29606 vsize=868532 CPUtime=0
/proc/29607/task/29615/stat : 29615 (java) S 29606 29593 27801 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 631620506 889376768 52716 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.22
Current children cumulated vsize (KiB) 887488

[startup+51.1017 s]
/proc/loadavg: 2.65 2.17 2.05 3/76 29617
/proc/meminfo: memFree=1262392/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=26.8
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 1033 103517 0 2 3 0 2543 134 16 0 1 0 631620267 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 799 370 3 0 500 0
[pid=29616] ppid=29593 vsize=5356 CPUtime=0
/proc/29616/stat : 29616 (sh) S 29593 29593 27801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 631623111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29616/statm: 1339 232 193 169 0 50 0
[pid=29617] ppid=29616 vsize=323452 CPUtime=22.56
/proc/29617/stat : 29617 (minisat) R 29616 29593 27801 0 -1 4194304 78608 0 0 0 2205 51 0 0 25 0 1 0 631623111 331214848 78594 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=29616] ppid=29593 vsize=5356 CPUtime=0
/proc/29616/stat : 29616 (sh) S 29593 29593 27801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 631623111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29616/statm: 1339 232 193 169 0 50 0
[pid=29617] ppid=29616 vsize=561132 CPUtime=1387.1
/proc/29617/stat : 29617 (minisat) R 29616 29593 27801 0 -1 4194304 137398 0 0 0 138589 121 0 0 25 0 1 0 631623111 574599168 137384 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/29617/statm: 140283 137384 76 150 0 140130 0
Current children cumulated CPU time (s) 1413.9
Current children cumulated vsize (KiB) 580088

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/78 30045
/proc/meminfo: memFree=942304/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=26.8
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 1033 103517 0 2 3 0 2543 134 16 0 1 0 631620267 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 799 370 3 0 500 0
[pid=29616] ppid=29593 vsize=5356 CPUtime=0
/proc/29616/stat : 29616 (sh) S 29593 29593 27801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 631623111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29616/statm: 1339 232 193 169 0 50 0
[pid=29617] ppid=29616 vsize=569072 CPUtime=1446.8
/proc/29617/stat : 29617 (minisat) R 29616 29593 27801 0 -1 4194304 139445 0 0 0 144557 123 0 0 25 0 1 0 631623111 582729728 139431 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/29617/statm: 142268 139431 76 150 0 142115 0
Current children cumulated CPU time (s) 1473.6
Current children cumulated vsize (KiB) 588028

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30045
/proc/meminfo: memFree=932128/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=26.8
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 1033 103517 0 2 3 0 2543 134 16 0 1 0 631620267 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 799 370 3 0 500 0
[pid=29616] ppid=29593 vsize=5356 CPUtime=0
/proc/29616/stat : 29616 (sh) S 29593 29593 27801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 631623111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29616/statm: 1339 232 193 169 0 50 0
[pid=29617] ppid=29616 vsize=578220 CPUtime=1506.5
/proc/29617/stat : 29617 (minisat) R 29616 29593 27801 0 -1 4194304 141762 0 0 0 150525 125 0 0 25 0 1 0 631623111 592097280 141748 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29617/statm: 144555 141748 76 150 0 144402 0
Current children cumulated CPU time (s) 1533.3
Current children cumulated vsize (KiB) 597176

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30045
/proc/meminfo: memFree=928416/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=26.8
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 1033 103517 0 2 3 0 2543 134 16 0 1 0 631620267 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 799 370 3 0 500 0
[pid=29616] ppid=29593 vsize=5356 CPUtime=0
/proc/29616/stat : 29616 (sh) S 29593 29593 27801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 631623111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29616/statm: 1339 232 193 169 0 50 0
[pid=29617] ppid=29616 vsize=581536 CPUtime=1566.21
/proc/29617/stat : 29617 (minisat) R 29616 29593 27801 0 -1 4194304 142597 0 0 0 156495 126 0 0 25 0 1 0 631623111 595492864 142583 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29617/statm: 145384 142583 76 150 0 145231 0
Current children cumulated CPU time (s) 1593.01
Current children cumulated vsize (KiB) 600492

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30045
/proc/meminfo: memFree=910048/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=26.8
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 1033 103517 0 2 3 0 2543 134 16 0 1 0 631620267 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 799 370 3 0 500 0
[pid=29616] ppid=29593 vsize=5356 CPUtime=0
/proc/29616/stat : 29616 (sh) S 29593 29593 27801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 631623111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29616/statm: 1339 232 193 169 0 50 0
[pid=29617] ppid=29616 vsize=596096 CPUtime=1625.9
/proc/29617/stat : 29617 (minisat) R 29616 29593 27801 0 -1 4194304 146253 0 0 0 162460 130 0 0 25 0 1 0 631623111 610402304 146239 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29617/statm: 149024 146239 76 150 0 148871 0
Current children cumulated CPU time (s) 1652.7
Current children cumulated vsize (KiB) 615052

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30045
/proc/meminfo: memFree=894688/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=26.8
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 1033 103517 0 2 3 0 2543 134 16 0 1 0 631620267 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 799 370 3 0 500 0
[pid=29616] ppid=29593 vsize=5356 CPUtime=0
/proc/29616/stat : 29616 (sh) S 29593 29593 27801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 631623111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29616/statm: 1339 232 193 169 0 50 0
[pid=29617] ppid=29616 vsize=608032 CPUtime=1685.61
/proc/29617/stat : 29617 (minisat) R 29616 29593 27801 0 -1 4194304 149278 0 0 0 168427 134 0 0 25 0 1 0 631623111 622624768 149264 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29617/statm: 152008 149264 76 150 0 151855 0
Current children cumulated CPU time (s) 1712.41
Current children cumulated vsize (KiB) 626988

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30045
/proc/meminfo: memFree=881312/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=26.8
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 1033 103517 0 2 3 0 2543 134 16 0 1 0 631620267 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 799 370 3 0 500 0
[pid=29616] ppid=29593 vsize=5356 CPUtime=0
/proc/29616/stat : 29616 (sh) S 29593 29593 27801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 631623111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29616/statm: 1339 232 193 169 0 50 0
[pid=29617] ppid=29616 vsize=618052 CPUtime=1745.31
/proc/29617/stat : 29617 (minisat) R 29616 29593 27801 0 -1 4194304 151814 0 0 0 174395 136 0 0 25 0 1 0 631623111 632885248 151800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29617/statm: 154513 151800 76 150 0 154360 0
Current children cumulated CPU time (s) 1772.11
Current children cumulated vsize (KiB) 637008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30045
/proc/meminfo: memFree=875168/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=26.8
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 1033 103517 0 2 3 0 2543 134 16 0 1 0 631620267 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 799 370 3 0 500 0
[pid=29616] ppid=29593 vsize=5356 CPUtime=0
/proc/29616/stat : 29616 (sh) S 29593 29593 27801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 631623111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29616/statm: 1339 232 193 169 0 50 0
[pid=29617] ppid=29616 vsize=622720 CPUtime=1773.28
/proc/29617/stat : 29617 (minisat) R 29616 29593 27801 0 -1 4194304 152983 0 0 0 177191 137 0 0 25 0 1 0 631623111 637665280 152969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29617/statm: 155680 152969 76 150 0 155527 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 641676

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

[startup+1810.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30045
/proc/meminfo: memFree=875168/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=26.8
/proc/29593/stat : 29593 (sugar) S 29591 29593 27801 0 -1 4194304 1033 103517 0 2 3 0 2543 134 16 0 1 0 631620267 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29593/statm: 3400 799 370 3 0 500 0
[pid=29616] ppid=29593 vsize=5356 CPUtime=0
/proc/29616/stat : 29616 (sh) S 29593 29593 27801 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 631623111 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29616/statm: 1339 232 193 169 0 50 0
[pid=29617] ppid=29616 vsize=622720 CPUtime=1773.28
/proc/29617/stat : 29617 (minisat) R 29616 29593 27801 0 -1 4194304 152983 0 0 0 177191 137 0 0 25 0 1 0 631623111 637665280 152969 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29617/statm: 155680 152969 76 150 0 155527 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 641676

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

[startup+1810.52 s]
/proc/loadavg: 2.00 2.00 2.00 4/78 30046
/proc/meminfo: memFree=1523808/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=26.83
/proc/29593/stat : 29593 (sugar) R 29591 29593 27801 0 -1 4194304 1070 103794 0 2 3 2 2544 134 16 0 1 0 631620267 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29593/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 26.83
Current children cumulated vsize (KiB) 13600

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

[startup+1810.52 s]
/proc/loadavg: 2.00 2.00 2.00 4/78 30046
/proc/meminfo: memFree=1523808/2055920 swapFree=4179368/4192956
[pid=29593] ppid=29591 vsize=13600 CPUtime=26.83
/proc/29593/stat : 29593 (sugar) R 29591 29593 27801 0 -1 4194304 1070 103794 0 2 3 2 2544 134 16 0 1 0 631620267 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 0 0 0 17 0 0 0
/proc/29593/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 26.83
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): 1773.25
#  lost CPU user time (s): 1771.9
#  lost CPU system time (s): 1.35

Real time (s): 1810.58
CPU time (s): 1800.15
CPU user time (s): 1797.38
CPU system time (s): 2.77478
CPU usage (%): 99.4244
Max. virtual memory (cumulated for all children) (KiB): 909868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.4791
system time used= 1.42478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104895
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= 6731
involuntary context switches= 6686

runsolver used 2.40363 second user time and 5.47417 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-04 19:47:26
IDJOB=1077593
IDBENCH=56691
IDSOLVER=346
FILE ID=node87/1077593-1215193646
PBS_JOBID= 7881580
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-5.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-1077593-1215193646/watcher-1077593-1215193646 -o /tmp/evaluation-result-1077593-1215193646/solver-1077593-1215193646 -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-1077593-1215193646.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b160d17227d48e89c0f648593d000571
RANDOM SEED=1674506702

node87.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1727920 kB
Buffers:         37504 kB
Cached:         228564 kB
SwapCached:       7632 kB
Active:         135976 kB
Inactive:       142240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727920 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:            7564 kB
Writeback:           0 kB
Mapped:          19548 kB
Slab:            35112 kB
Committed_AS:  1573896 kB
PageTables:       1820 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= 66452 MiB
End job on node87 at 2008-07-04 20:17:38