Trace number 2077935

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.14.6+minisat? (TO) 1800.13 1812.6

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-4.xml
MD5SUM094ea096617f0707c333e4e4098131ca
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark85.367
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65196
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64996
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:37:25 2009
0.00/0.08	c 0	PID 24596
0.07/0.09	c 0	HOST node78.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2077935-1247366244.xml TO HOME/temp.csp
0.07/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077935-1247366244.xml' 'HOME/temp.csp'
3.53/3.62	c 4	20 domains, 800 variables, 1 predicates, 0 relations, 65196 constraints
3.53/3.65	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.53/3.65	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.57/3.73	c 4	Parsing HOME/temp.csp
3.57/3.90	c 4	parsed 10000 expressions
3.57/4.04	c 4	parsed 20000 expressions
3.57/4.21	c 4	parsed 30000 expressions
4.21/4.39	c 5	parsed 40000 expressions
4.40/4.50	c 5	parsed 50000 expressions
4.60/4.76	c 5	parsed 60000 expressions
4.69/4.83	c 5	parsed 66017 expressions
4.69/4.84	c 5	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.69/4.84	c 5	Converting to clausal form CSP
5.39/5.55	c 6	converted 6602 (10%) expressions
6.19/6.33	c 6	converted 13204 (20%) expressions
6.67/6.84	c 7	converted 19806 (30%) expressions
7.18/7.34	c 7	converted 26407 (40%) expressions
8.06/8.26	c 8	converted 33009 (50%) expressions
8.56/8.76	c 9	converted 39611 (60%) expressions
9.04/9.27	c 9	converted 46212 (70%) expressions
9.55/9.78	c 10	converted 52814 (80%) expressions
10.03/10.28	c 10	converted 59416 (90%) expressions
12.41/12.62	c 13	converted 66017 (100%) expressions
12.41/12.62	c 13	CSP : 800 integers, 0 booleans, 94829 clauses, largest domain size 45
12.41/12.62	c 13	Heap : 130 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.41/12.62	c 13	Propagation in CSP
12.62/12.89	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.62/12.89	c 13	CSP : 800 integers, 0 booleans, 94829 clauses, largest domain size 45
12.62/12.89	c 13	Heap : 127 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.72/12.93	c 13	Simplifing CSP by introducing new Boolean variables
15.48/15.71	c 16	CSP : 800 integers, 307396 booleans, 402225 clauses, largest domain size 45
15.48/15.71	c 16	Heap : 216 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.77/17.00	c 17	Encoding CSP to SAT : HOME/temp.cnf
16.77/17.07	c 17	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
16.77/17.07	c 17	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
16.77/17.08	c 17	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
16.77/17.08	c 17	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
16.77/17.08	c 17	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
16.77/17.09	c 17	480 (60%) CSP integer variables are encoded (17332 clauses, 238338 bytes)
16.87/17.10	c 17	560 (70%) CSP integer variables are encoded (17493 clauses, 240753 bytes)
16.87/17.10	c 17	640 (80%) CSP integer variables are encoded (17646 clauses, 243048 bytes)
16.87/17.11	c 17	720 (90%) CSP integer variables are encoded (17806 clauses, 245448 bytes)
16.87/17.11	c 17	800 (100%) CSP integer variables are encoded (17937 clauses, 247413 bytes)
18.54/18.87	c 19	40223 (10%) CSP clauses are encoded (813272 clauses, 15589810 bytes)
20.23/20.56	c 21	80445 (20%) CSP clauses are encoded (1612008 clauses, 31733438 bytes)
22.00/22.32	c 22	120668 (30%) CSP clauses are encoded (2411869 clauses, 48308198 bytes)
23.68/24.08	c 24	160890 (40%) CSP clauses are encoded (3206286 clauses, 65254258 bytes)
25.44/25.88	c 26	201113 (50%) CSP clauses are encoded (4000437 clauses, 82261399 bytes)
27.22/27.66	c 28	241335 (60%) CSP clauses are encoded (4797159 clauses, 99424181 bytes)
29.00/29.44	c 30	281558 (70%) CSP clauses are encoded (5594248 clauses, 117198995 bytes)
30.96/31.40	c 32	321780 (80%) CSP clauses are encoded (6480729 clauses, 136939261 bytes)
33.23/33.79	c 34	362003 (90%) CSP clauses are encoded (7695312 clauses, 162872190 bytes)
35.59/36.19	c 36	402225 (100%) CSP clauses are encoded (8910510 clauses, 188982526 bytes)
35.59/36.19	c 36	402225 CSP clauses encoded
35.59/36.19	c 36	Writing map file : HOME/temp.map
35.69/36.24	c 36	Heap : 177 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.69/36.24	c 36	SAT : 326106 SAT variables, 8910510 SAT clauses, 188982526 bytes
35.69/36.24	c 36	Heap : 177 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.69/36.30	c 36	SOLVING HOME/temp.cnf
35.69/36.30	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
35.69/36.30	c 36	This is MiniSat 2.0 beta
35.69/36.30	c 36	WARNING: for repeatability, setting FPU to use double precision
35.69/36.30	c 36	============================[ Problem Statistics ]=============================
35.69/36.30	c 36	|                                                                             |
35.78/36.30	c 36	|  Number of variables:  326106                                               |
35.78/36.30	c 36	|  Number of clauses:    8910510                                              |
40.71/41.35	c 41	|  Parsing time:         4.39         s                                       |
40.92/41.58	c 42	============================[ Search Statistics ]==============================
40.92/41.58	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.92/41.58	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.92/41.58	c 42	===============================================================================
40.92/41.58	c 42	|         0 |  326106  8910510 26226442 |  2970170        0    nan |  0.000 % |
43.98/44.60	c 45	|       100 |  326106  8910510 26226442 |  3267187      100     10 |  0.000 % |
45.57/46.26	c 46	|       250 |  326106  8910510 26226442 |  3593905      250     10 |  0.000 % |
47.05/47.73	c 48	|       476 |  326106  8910510 26226442 |  3953296      476     11 |  0.000 % |
49.13/49.82	c 50	|       813 |  326106  8910510 26226442 |  4348625      813     11 |  0.000 % |
52.90/53.67	c 54	|      1319 |  326106  8910510 26226442 |  4783488     1319     13 |  0.000 % |
57.46/58.22	c 58	|      2078 |  326106  8910510 26226442 |  5261837     2078     14 |  0.000 % |
58.94/59.78	c 60	|      3218 |  326106  8910510 26226442 |  5788021     3218     15 |  0.000 % |
62.11/62.97	c 63	|      4926 |  326106  8910510 26226442 |  6366823     4926     19 |  0.000 % |
66.07/66.99	c 67	|      7489 |  326106  8910510 26226442 |  7003505     7489     23 |  0.000 % |
73.71/74.60	c 75	|     11333 |  326106  8910510 26226442 |  7703856    11333     21 |  0.000 % |
83.90/84.90	c 85	|     17099 |  326106  8910510 26226442 |  8474241    17099     22 |  0.000 % |
110.85/112.15	c 112	|     25749 |  326106  8910510 26226442 |  9321665    25749     22 |  0.000 % |
117.39/118.76	c 119	|     38724 |  326106  8910510 26226442 | 10253832    38724     30 |  0.000 % |
125.61/127.02	c 127	|     58186 |  326106  8910510 26226442 | 11279215    58186     29 |  0.000 % |
156.72/158.44	c 159	|     87378 |  326106  8910510 26226442 | 12407137    87378     34 |  0.000 % |
190.20/192.25	c 192	|    131167 |  326106  8910510 26226442 | 13647850   131167     32 |  0.000 % |
225.07/227.45	c 228	|    196853 |  326106  8910510 26226442 | 15012636   196853     32 |  0.000 % |
281.93/284.85	c 285	|    295379 |  326106  8910510 26226442 | 16513899   295379     36 |  0.000 % |
486.69/491.63	c 492	|    443168 |  326106  8910510 26226442 | 18165289   443168     39 |  0.000 % |
1344.22/1356.44	c 1357	|    664852 |  326106  8910510 26226442 | 19981818   664852     63 |  0.000 % |
1800.02/1812.41	c ERROR INTERRUPTED
35.79/1812.52	s UNKNOWN
35.79/1812.52	c 1813	CPU 35.78 (0.06 0.01 33.86 1.85)
35.79/1812.52	c 1813	END Sun Jul 12 05:07:38 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077935-1247366244/watcher-2077935-1247366244 -o /tmp/evaluation-result-2077935-1247366244/solver-2077935-1247366244 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2077935-1247366244.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.14 2.20 4/83 24596
/proc/meminfo: memFree=1704504/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=18576 CPUtime=0
/proc/24596/stat : 24596 (runsolver) R 24594 24596 21858 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 23689070 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24596/statm: 4644 284 249 26 0 2626 0

[startup+0.0890281 s]
/proc/loadavg: 2.08 2.14 2.20 4/83 24596
/proc/meminfo: memFree=1704504/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16740 CPUtime=0.07
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 23689070 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24596/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101398 s]
/proc/loadavg: 2.08 2.14 2.20 4/83 24596
/proc/meminfo: memFree=1704504/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=0.07
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23689070 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301319 s]
/proc/loadavg: 2.08 2.14 2.20 4/83 24596
/proc/meminfo: memFree=1704504/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=0.07
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23689070 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701371 s]
/proc/loadavg: 2.08 2.14 2.20 4/83 24596
/proc/meminfo: memFree=1704504/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=0.07
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23689070 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24596/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50245 s]
/proc/loadavg: 2.08 2.14 2.20 3/94 24608
/proc/meminfo: memFree=1674520/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=0.07
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23689070 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24596/statm: 4217 1111 409 3 0 796 0
[pid=24599] ppid=24596 vsize=5356 CPUtime=0
/proc/24599/stat : 24599 (sh) S 24596 24596 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23689079 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24599/statm: 1339 233 193 169 0 50 0
[pid=24600] ppid=24599 vsize=864768 CPUtime=1.38
/proc/24600/stat : 24600 (java) S 24599 24596 21858 0 -1 0 16384 0 1 0 130 8 0 0 18 0 9 0 23689079 885522432 14420 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24600/statm: 216192 14420 2557 9 0 210704 0
[pid=24600/tid=24601] ppid=24599 vsize=864768 CPUtime=0.82
/proc/24600/task/24601/stat : 24601 (java) R 24599 24596 21858 0 -1 64 3026 0 1 0 80 2 0 0 23 0 9 0 23689080 885522432 14420 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24602] ppid=24599 vsize=864768 CPUtime=0.45
/proc/24600/task/24602/stat : 24602 (java) R 24599 24596 21858 0 -1 64 12153 0 0 0 40 5 0 0 16 0 9 0 23689082 885522432 14420 996147200 134512640 134550932 4294955984 18446744073709551615 102549380 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24603] ppid=24599 vsize=864768 CPUtime=0
/proc/24600/task/24603/stat : 24603 (java) S 24599 24596 21858 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23689082 885522432 14420 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24604] ppid=24599 vsize=864768 CPUtime=0
/proc/24600/task/24604/stat : 24604 (java) S 24599 24596 21858 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 23689082 885522432 14420 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24605] ppid=24599 vsize=864768 CPUtime=0
/proc/24600/task/24605/stat : 24605 (java) S 24599 24596 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23689084 885522432 14420 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24606] ppid=24599 vsize=864768 CPUtime=0.09
/proc/24600/task/24606/stat : 24606 (java) S 24599 24596 21858 0 -1 64 499 0 0 0 9 0 0 0 16 0 9 0 23689084 885522432 14420 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24607] ppid=24599 vsize=864768 CPUtime=0
/proc/24600/task/24607/stat : 24607 (java) S 24599 24596 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23689084 885522432 14420 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24608] ppid=24599 vsize=864768 CPUtime=0
/proc/24600/task/24608/stat : 24608 (java) S 24599 24596 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23689084 885522432 14420 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886992

[startup+3.10261 s]
/proc/loadavg: 2.08 2.14 2.20 4/94 24608
/proc/meminfo: memFree=1629656/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=0.07
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23689070 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24596/statm: 4217 1111 409 3 0 796 0
[pid=24599] ppid=24596 vsize=5356 CPUtime=0
/proc/24599/stat : 24599 (sh) S 24596 24596 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23689079 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24599/statm: 1339 233 193 169 0 50 0
[pid=24600] ppid=24599 vsize=864788 CPUtime=2.97
/proc/24600/stat : 24600 (java) S 24599 24596 21858 0 -1 0 31724 0 1 0 282 15 0 0 18 0 9 0 23689079 885542912 26806 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24600/statm: 216197 26806 2557 9 0 210709 0
[pid=24600/tid=24601] ppid=24599 vsize=864788 CPUtime=1.56
/proc/24600/task/24601/stat : 24601 (java) R 24599 24596 21858 0 -1 64 3928 0 1 0 154 2 0 0 25 0 9 0 23689080 885542912 26806 996147200 134512640 134550932 4294955984 18446744073709551615 4126746263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24602] ppid=24599 vsize=864788 CPUtime=1.24
/proc/24600/task/24602/stat : 24602 (java) S 24599 24596 21858 0 -1 64 26560 0 0 0 113 11 0 0 16 0 9 0 23689082 885542912 26806 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24603] ppid=24599 vsize=864788 CPUtime=0
/proc/24600/task/24603/stat : 24603 (java) S 24599 24596 21858 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23689082 885542912 26806 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24604] ppid=24599 vsize=864788 CPUtime=0
/proc/24600/task/24604/stat : 24604 (java) S 24599 24596 21858 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 23689082 885542912 26806 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24605] ppid=24599 vsize=864788 CPUtime=0
/proc/24600/task/24605/stat : 24605 (java) S 24599 24596 21858 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23689084 885542912 26806 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24606] ppid=24599 vsize=864788 CPUtime=0.14
/proc/24600/task/24606/stat : 24606 (java) S 24599 24596 21858 0 -1 64 530 0 0 0 14 0 0 0 16 0 9 0 23689084 885542912 26806 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24607] ppid=24599 vsize=864788 CPUtime=0
/proc/24600/task/24607/stat : 24607 (java) S 24599 24596 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23689084 885542912 26806 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24600/tid=24608] ppid=24599 vsize=864788 CPUtime=0
/proc/24600/task/24608/stat : 24608 (java) S 24599 24596 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23689084 885542912 26806 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887012

[startup+6.30196 s]
/proc/loadavg: 2.08 2.14 2.20 3/94 24618
/proc/meminfo: memFree=1655256/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=3.57
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1309 32392 0 1 6 1 332 18 16 0 1 0 23689070 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24596/statm: 4217 1111 409 3 0 796 0
[pid=24609] ppid=24596 vsize=5356 CPUtime=0
/proc/24609/stat : 24609 (sh) S 24596 24596 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23689435 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24609/statm: 1339 233 193 169 0 50 0
[pid=24610] ppid=24609 vsize=868636 CPUtime=2.62
/proc/24610/stat : 24610 (java) S 24609 24596 21858 0 -1 0 18178 0 1 0 253 9 0 0 19 0 9 0 23689435 889483264 16392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24610/statm: 217159 16392 2566 9 0 211664 0
[pid=24610/tid=24611] ppid=24609 vsize=868636 CPUtime=1.42
/proc/24610/task/24611/stat : 24611 (java) R 24609 24596 21858 0 -1 64 3162 0 1 0 140 2 0 0 25 0 9 0 23689436 889483264 16392 996147200 134512640 134550932 4294955936 18446744073709551615 4126522152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24612] ppid=24609 vsize=868636 CPUtime=0.99
/proc/24610/task/24612/stat : 24612 (java) S 24609 24596 21858 0 -1 64 12859 0 0 0 94 5 0 0 16 0 9 0 23689437 889483264 16392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24613] ppid=24609 vsize=868636 CPUtime=0
/proc/24610/task/24613/stat : 24613 (java) S 24609 24596 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23689438 889483264 16392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24614] ppid=24609 vsize=868636 CPUtime=0
/proc/24610/task/24614/stat : 24614 (java) S 24609 24596 21858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23689438 889483264 16392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24615] ppid=24609 vsize=868636 CPUtime=0
/proc/24610/task/24615/stat : 24615 (java) S 24609 24596 21858 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23689440 889483264 16392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24616] ppid=24609 vsize=868636 CPUtime=0.17
/proc/24610/task/24616/stat : 24616 (java) S 24609 24596 21858 0 -1 64 1454 0 0 0 17 0 0 0 16 0 9 0 23689440 889483264 16392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24617] ppid=24609 vsize=868636 CPUtime=0
/proc/24610/task/24617/stat : 24617 (java) S 24609 24596 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23689440 889483264 16392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24618] ppid=24609 vsize=868636 CPUtime=0
/proc/24610/task/24618/stat : 24618 (java) S 24609 24596 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23689440 889483264 16392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890860

[startup+12.7026 s]
/proc/loadavg: 2.22 2.17 2.20 3/94 24618
/proc/meminfo: memFree=1560224/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=3.57
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1310 32392 0 1 6 1 332 18 16 0 1 0 23689070 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24596/statm: 4217 1111 409 3 0 796 0
[pid=24609] ppid=24596 vsize=5356 CPUtime=0
/proc/24609/stat : 24609 (sh) S 24596 24596 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23689435 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24609/statm: 1339 233 193 169 0 50 0
[pid=24610] ppid=24609 vsize=868636 CPUtime=8.95
/proc/24610/stat : 24610 (java) S 24609 24596 21858 0 -1 0 52493 0 1 0 870 25 0 0 19 0 9 0 23689435 889483264 40892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24610/statm: 217159 40892 2567 9 0 211664 0
[pid=24610/tid=24611] ppid=24609 vsize=868636 CPUtime=5.15
/proc/24610/task/24611/stat : 24611 (java) R 24609 24596 21858 0 -1 64 4500 0 1 0 512 3 0 0 25 0 9 0 23689436 889483264 40892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24612] ppid=24609 vsize=868636 CPUtime=3.58
/proc/24610/task/24612/stat : 24612 (java) S 24609 24596 21858 0 -1 64 45818 0 0 0 338 20 0 0 16 0 9 0 23689437 889483264 40892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24613] ppid=24609 vsize=868636 CPUtime=0
/proc/24610/task/24613/stat : 24613 (java) S 24609 24596 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23689438 889483264 40892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24614] ppid=24609 vsize=868636 CPUtime=0
/proc/24610/task/24614/stat : 24614 (java) S 24609 24596 21858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23689438 889483264 40892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24615] ppid=24609 vsize=868636 CPUtime=0
/proc/24610/task/24615/stat : 24615 (java) S 24609 24596 21858 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23689440 889483264 40892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24616] ppid=24609 vsize=868636 CPUtime=0.19
/proc/24610/task/24616/stat : 24616 (java) R 24609 24596 21858 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 23689440 889483264 40892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24617] ppid=24609 vsize=868636 CPUtime=0
/proc/24610/task/24617/stat : 24617 (java) S 24609 24596 21858 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23689440 889483264 40892 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24618] ppid=24609 vsize=868636 CPUtime=0
/proc/24610/task/24618/stat : 24618 (java) S 24609 24596 21858 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23689440 889483264 40892 996147200 134512640 134550932 4294955936 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) 890860

[startup+25.503 s]
/proc/loadavg: 2.34 2.19 2.21 3/94 24618
/proc/meminfo: memFree=1375968/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=3.57
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1310 32392 0 1 6 1 332 18 16 0 1 0 23689070 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24596/statm: 4217 1111 409 3 0 796 0
[pid=24609] ppid=24596 vsize=5356 CPUtime=0
/proc/24609/stat : 24609 (sh) S 24596 24596 21858 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23689435 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24609/statm: 1339 233 193 169 0 50 0
[pid=24610] ppid=24609 vsize=868748 CPUtime=21.6
/proc/24610/stat : 24610 (java) S 24609 24596 21858 0 -1 0 89828 0 1 0 2069 91 0 0 19 0 9 0 23689435 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24610/statm: 217187 63962 2593 9 0 211664 0
[pid=24610/tid=24611] ppid=24609 vsize=868748 CPUtime=14.02
/proc/24610/task/24611/stat : 24611 (java) R 24609 24596 21858 0 -1 64 6009 0 1 0 1350 52 0 0 25 0 9 0 23689436 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4126999973 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24612] ppid=24609 vsize=868748 CPUtime=7.26
/proc/24610/task/24612/stat : 24612 (java) S 24609 24596 21858 0 -1 64 81593 0 0 0 690 36 0 0 16 0 9 0 23689437 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24613] ppid=24609 vsize=868748 CPUtime=0
/proc/24610/task/24613/stat : 24613 (java) S 24609 24596 21858 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23689438 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24614] ppid=24609 vsize=868748 CPUtime=0
/proc/24610/task/24614/stat : 24614 (java) S 24609 24596 21858 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23689438 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24610/tid=24615] ppid=24609 vsize=868748 CPUtime=0

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

/proc/24620/stat : 24620 (minisat) R 24619 24596 21858 0 -1 4194304 149453 0 0 0 137300 132 0 0 25 0 1 0 23692700 629854208 149439 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/24620/statm: 153773 149439 76 150 0 153620 0
Current children cumulated CPU time (s) 1410.1
Current children cumulated vsize (KiB) 637316

[startup+1482.3 s]
/proc/loadavg: 2.31 2.19 2.17 3/86 25021
/proc/meminfo: memFree=513960/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=35.78
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1376 122669 0 2 6 1 3386 185 16 0 1 0 23689070 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24596/statm: 4217 1113 409 3 0 796 0
[pid=24619] ppid=24596 vsize=5356 CPUtime=0
/proc/24619/stat : 24619 (sh) S 24596 24596 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23692700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24619/statm: 1339 232 193 169 0 50 0
[pid=24620] ppid=24619 vsize=621212 CPUtime=1434.27
/proc/24620/stat : 24620 (minisat) R 24619 24596 21858 0 -1 4194304 150660 0 0 0 143291 136 0 0 25 0 1 0 23692700 636121088 150646 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/24620/statm: 155303 150646 76 150 0 155150 0
Current children cumulated CPU time (s) 1470.05
Current children cumulated vsize (KiB) 643436

[startup+1542.3 s]
/proc/loadavg: 2.21 2.18 2.16 4/86 25021
/proc/meminfo: memFree=510888/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=35.78
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1376 122669 0 2 6 1 3386 185 16 0 1 0 23689070 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24596/statm: 4217 1113 409 3 0 796 0
[pid=24619] ppid=24596 vsize=5356 CPUtime=0
/proc/24619/stat : 24619 (sh) S 24596 24596 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23692700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24619/statm: 1339 232 193 169 0 50 0
[pid=24620] ppid=24619 vsize=623588 CPUtime=1494.25
/proc/24620/stat : 24620 (minisat) R 24619 24596 21858 0 -1 4194304 151295 0 0 0 149288 137 0 0 25 0 1 0 23692700 638554112 151281 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/24620/statm: 155897 151281 76 150 0 155744 0
Current children cumulated CPU time (s) 1530.03
Current children cumulated vsize (KiB) 645812

[startup+1602.3 s]
/proc/loadavg: 2.01 2.13 2.15 3/77 25092
/proc/meminfo: memFree=930160/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=35.78
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1376 122669 0 2 6 1 3386 185 16 0 1 0 23689070 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24596/statm: 4217 1113 409 3 0 796 0
[pid=24619] ppid=24596 vsize=5356 CPUtime=0
/proc/24619/stat : 24619 (sh) S 24596 24596 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23692700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24619/statm: 1339 232 193 169 0 50 0
[pid=24620] ppid=24619 vsize=640036 CPUtime=1554.23
/proc/24620/stat : 24620 (minisat) R 24619 24596 21858 0 -1 4194304 155425 0 0 0 155280 143 0 0 25 0 1 0 23692700 655396864 155411 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24620/statm: 160009 155411 76 150 0 159856 0
Current children cumulated CPU time (s) 1590.01
Current children cumulated vsize (KiB) 662260

[startup+1662.3 s]
/proc/loadavg: 2.00 2.10 2.14 3/77 25092
/proc/meminfo: memFree=913520/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=35.78
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1376 122669 0 2 6 1 3386 185 16 0 1 0 23689070 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24596/statm: 4217 1113 409 3 0 796 0
[pid=24619] ppid=24596 vsize=5356 CPUtime=0
/proc/24619/stat : 24619 (sh) S 24596 24596 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23692700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24619/statm: 1339 232 193 169 0 50 0
[pid=24620] ppid=24619 vsize=656632 CPUtime=1614.2
/proc/24620/stat : 24620 (minisat) R 24619 24596 21858 0 -1 4194304 159574 0 0 0 161272 148 0 0 25 0 1 0 23692700 672391168 159560 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24620/statm: 164158 159560 76 150 0 164005 0
Current children cumulated CPU time (s) 1649.98
Current children cumulated vsize (KiB) 678856

[startup+1722.3 s]
/proc/loadavg: 1.93 2.05 2.11 3/76 25220
/proc/meminfo: memFree=904440/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=35.78
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1376 122669 0 2 6 1 3386 185 16 0 1 0 23689070 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24596/statm: 4217 1113 409 3 0 796 0
[pid=24619] ppid=24596 vsize=5356 CPUtime=0
/proc/24619/stat : 24619 (sh) S 24596 24596 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23692700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24619/statm: 1339 232 193 169 0 50 0
[pid=24620] ppid=24619 vsize=668808 CPUtime=1674.18
/proc/24620/stat : 24620 (minisat) R 24619 24596 21858 0 -1 4194304 162664 0 0 0 167265 153 0 0 25 0 1 0 23692700 684859392 162650 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24620/statm: 167202 162650 76 150 0 167049 0
Current children cumulated CPU time (s) 1709.96
Current children cumulated vsize (KiB) 691032

[startup+1782.3 s]
/proc/loadavg: 1.97 2.04 2.10 3/76 25220
/proc/meminfo: memFree=892088/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=35.78
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1376 122669 0 2 6 1 3386 185 16 0 1 0 23689070 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24596/statm: 4217 1113 409 3 0 796 0
[pid=24619] ppid=24596 vsize=5356 CPUtime=0
/proc/24619/stat : 24619 (sh) S 24596 24596 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23692700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24619/statm: 1339 232 193 169 0 50 0
[pid=24620] ppid=24619 vsize=680988 CPUtime=1734.16
/proc/24620/stat : 24620 (minisat) R 24619 24596 21858 0 -1 4194304 165745 0 0 0 173260 156 0 0 25 0 1 0 23692700 697331712 165731 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/24620/statm: 170247 165731 76 150 0 170094 0
Current children cumulated CPU time (s) 1769.94
Current children cumulated vsize (KiB) 703212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.4 s]
/proc/loadavg: 1.98 2.04 2.10 3/76 25220
/proc/meminfo: memFree=879992/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=35.78
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1376 122669 0 2 6 1 3386 185 16 0 1 0 23689070 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24596/statm: 4217 1113 409 3 0 796 0
[pid=24619] ppid=24596 vsize=5356 CPUtime=0
/proc/24619/stat : 24619 (sh) S 24596 24596 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23692700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24619/statm: 1339 232 193 169 0 50 0
[pid=24620] ppid=24619 vsize=692756 CPUtime=1764.24
/proc/24620/stat : 24620 (minisat) R 24619 24596 21858 0 -1 4194304 168726 0 0 0 176266 158 0 0 25 0 1 0 23692700 709382144 168712 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24620/statm: 173189 168712 76 150 0 173036 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 714980

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

############
# WARNING:
# current cumulated CPU time (35.79 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1764.23 s) to the 'lost time'.

[startup+1812.4 s]
/proc/loadavg: 1.98 2.04 2.10 3/76 25220
/proc/meminfo: memFree=879992/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=35.78
/proc/24596/stat : 24596 (sugar) S 24594 24596 21858 0 -1 4194304 1376 122669 0 2 6 1 3386 185 16 0 1 0 23689070 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24596/statm: 4217 1113 409 3 0 796 0
[pid=24619] ppid=24596 vsize=5356 CPUtime=0
/proc/24619/stat : 24619 (sh) S 24596 24596 21858 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23692700 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24619/statm: 1339 232 193 169 0 50 0
[pid=24620] ppid=24619 vsize=692756 CPUtime=1764.24
/proc/24620/stat : 24620 (minisat) R 24619 24596 21858 0 -1 4194304 168726 0 0 0 176266 158 0 0 25 0 1 0 23692700 709382144 168712 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24620/statm: 173189 168712 76 150 0 173036 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 714980

[startup+1812.52 s]
/proc/loadavg: 1.98 2.04 2.10 3/76 25220
/proc/meminfo: memFree=879992/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=35.79
/proc/24596/stat : 24596 (sugar) R 24594 24596 21858 0 -1 4194304 1423 122946 0 2 6 2 3386 185 16 0 1 0 23689070 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24596/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 35.79
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1812.6 s]
/proc/loadavg: 1.98 2.04 2.10 3/76 25220
/proc/meminfo: memFree=879992/2055912 swapFree=4192812/4192956
[pid=24596] ppid=24594 vsize=16868 CPUtime=35.87
/proc/24596/stat : 24596 (sugar) R 24594 24596 21858 0 -1 4194304 1473 122946 0 2 6 10 3386 185 17 0 1 0 23689070 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255388043201 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24596/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 35.87
Current children cumulated vsize (KiB) 16868

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): 1764.23
#  lost CPU user time (s): 1762.66
#  lost CPU system time (s): 1.57

Real time (s): 1812.6
CPU time (s): 1800.13
CPU user time (s): 1796.6
CPU system time (s): 3.5327
CPU usage (%): 99.3118
Max. virtual memory (cumulated for all children) (KiB): 916472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.9358
system time used= 1.9627
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124428
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= 6507
involuntary context switches= 7259

runsolver used 2.19267 second user time and 5.87511 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 04:37:25
IDJOB=2077935
IDBENCH=56689
IDSOLVER=739
FILE ID=node78/2077935-1247366244
PBS_JOBID= 9507058
Free space on /tmp= 126800 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077935-1247366244/watcher-2077935-1247366244 -o /tmp/evaluation-result-2077935-1247366244/solver-2077935-1247366244 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2077935-1247366244.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 094ea096617f0707c333e4e4098131ca
RANDOM SEED=836368952

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


/proc/meminfo:
MemTotal:      2055912 kB
MemFree:       1704984 kB
Buffers:         53052 kB
Cached:         171280 kB
SwapCached:          0 kB
Active:         202680 kB
Inactive:        88056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1704984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10532 kB
Writeback:           0 kB
Mapped:          86776 kB
Slab:            45184 kB
Committed_AS:   261092 kB
PageTables:       1984 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126804 MiB
End job on node78 at 2009-07-12 05:07:40