Trace number 2064119

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? (MO) 1661.21 1674.47

General information on the benchmark

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

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:42:17 2009
0.00/0.08	c 0	PID 16240
0.00/0.08	c 0	HOST node33.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064119-1247334137.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064119-1247334137.xml' 'HOME/temp.csp'
3.63/3.72	c 4	28 domains, 800 variables, 1 predicates, 0 relations, 64077 constraints
3.63/3.75	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.63/3.75	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.67/3.83	c 4	Parsing HOME/temp.csp
3.67/4.00	c 4	parsed 10000 expressions
3.67/4.15	c 4	parsed 20000 expressions
4.20/4.32	c 5	parsed 30000 expressions
4.40/4.51	c 5	parsed 40000 expressions
4.49/4.62	c 5	parsed 50000 expressions
4.69/4.89	c 5	parsed 60000 expressions
4.79/4.95	c 5	parsed 64906 expressions
4.79/4.95	c 5	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.79/4.95	c 5	Converting to clausal form CSP
5.48/5.63	c 6	converted 6491 (10%) expressions
6.28/6.41	c 7	converted 12982 (20%) expressions
6.77/6.92	c 7	converted 19472 (30%) expressions
7.27/7.43	c 8	converted 25963 (40%) expressions
8.16/8.36	c 9	converted 32453 (50%) expressions
8.65/8.85	c 9	converted 38944 (60%) expressions
9.14/9.37	c 10	converted 45435 (70%) expressions
9.75/9.91	c 10	converted 51925 (80%) expressions
10.24/10.41	c 11	converted 58416 (90%) expressions
13.10/13.32	c 14	converted 64906 (100%) expressions
13.10/13.32	c 14	CSP : 800 integers, 0 booleans, 108907 clauses, largest domain size 45
13.10/13.32	c 14	Heap : 138 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.10/13.32	c 14	Propagation in CSP
13.40/13.64	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.40/13.64	c 14	CSP : 800 integers, 0 booleans, 108907 clauses, largest domain size 45
13.40/13.64	c 14	Heap : 145 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.40/13.69	c 14	Simplifing CSP by introducing new Boolean variables
16.57/16.82	c 17	CSP : 800 integers, 339323 booleans, 448230 clauses, largest domain size 45
16.57/16.82	c 17	Heap : 238 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.95/18.29	c 19	Encoding CSP to SAT : HOME/temp.cnf
18.06/18.35	c 19	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
18.06/18.36	c 19	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
18.06/18.36	c 19	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
18.06/18.37	c 19	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
18.06/18.37	c 19	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
18.06/18.38	c 19	480 (60%) CSP integer variables are encoded (17342 clauses, 238488 bytes)
18.06/18.38	c 19	560 (70%) CSP integer variables are encoded (17486 clauses, 240648 bytes)
18.06/18.39	c 19	640 (80%) CSP integer variables are encoded (17651 clauses, 243123 bytes)
18.06/18.39	c 19	720 (90%) CSP integer variables are encoded (17867 clauses, 246363 bytes)
18.06/18.39	c 19	800 (100%) CSP integer variables are encoded (17995 clauses, 248283 bytes)
20.01/20.36	c 21	44823 (10%) CSP clauses are encoded (893157 clauses, 17218767 bytes)
21.88/22.25	c 22	89646 (20%) CSP clauses are encoded (1774170 clauses, 35002443 bytes)
23.85/24.21	c 24	134469 (30%) CSP clauses are encoded (2649786 clauses, 53388958 bytes)
25.72/26.18	c 26	179292 (40%) CSP clauses are encoded (3533971 clauses, 72263089 bytes)
27.70/28.12	c 28	224115 (50%) CSP clauses are encoded (4403160 clauses, 90908461 bytes)
29.66/30.13	c 30	268938 (60%) CSP clauses are encoded (5277183 clauses, 110076319 bytes)
31.62/32.16	c 32	313761 (70%) CSP clauses are encoded (6156033 clauses, 129946676 bytes)
34.27/34.86	c 35	358584 (80%) CSP clauses are encoded (7505940 clauses, 158747091 bytes)
36.93/37.55	c 38	403407 (90%) CSP clauses are encoded (8859807 clauses, 187645160 bytes)
39.59/40.26	c 40	448230 (100%) CSP clauses are encoded (10214202 clauses, 216747115 bytes)
39.59/40.26	c 40	448230 CSP clauses encoded
39.59/40.26	c 40	Writing map file : HOME/temp.map
39.70/40.30	c 41	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.70/40.30	c 41	SAT : 358100 SAT variables, 10214202 SAT clauses, 216747115 bytes
39.70/40.30	c 41	Heap : 180 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.70/40.37	c 41	SOLVING HOME/temp.cnf
39.70/40.37	c 41	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
39.70/40.37	c 41	This is MiniSat 2.0 beta
39.70/40.37	c 41	WARNING: for repeatability, setting FPU to use double precision
39.70/40.37	c 41	============================[ Problem Statistics ]=============================
39.70/40.37	c 41	|                                                                             |
39.70/40.37	c 41	|  Number of variables:  358100                                               |
39.70/40.37	c 41	|  Number of clauses:    10214202                                             |
45.51/46.28	c 47	|  Parsing time:         5.03         s                                       |
45.80/46.54	c 47	============================[ Search Statistics ]==============================
45.80/46.54	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.80/46.54	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.80/46.54	c 47	===============================================================================
45.80/46.54	c 47	|         0 |  358100 10214202 30038561 |  3404734        0    nan |  0.000 % |
49.18/49.98	c 50	|       100 |  358100 10214202 30038561 |  3745207      100      8 |  0.000 % |
51.36/52.15	c 52	|       250 |  358100 10214202 30038561 |  4119728      250      7 |  0.000 % |
53.44/54.26	c 54	|       475 |  358100 10214202 30038561 |  4531700      475      8 |  0.000 % |
55.51/56.39	c 57	|       812 |  358100 10214202 30038561 |  4984871      812     11 |  0.000 % |
57.79/58.68	c 59	|      1318 |  358100 10214202 30038561 |  5483358     1318     13 |  0.000 % |
58.98/59.87	c 60	|      2078 |  358100 10214202 30038561 |  6031693     2078     16 |  0.000 % |
63.04/63.92	c 64	|      3217 |  358100 10214202 30038561 |  6634863     3217     17 |  0.000 % |
65.12/66.07	c 66	|      4925 |  358100 10214202 30038561 |  7298349     4925     20 |  0.000 % |
67.21/68.18	c 68	|      7487 |  358100 10214202 30038561 |  8028184     7487     25 |  0.000 % |
70.27/71.26	c 71	|     11331 |  358100 10214202 30038561 |  8831003    11331     26 |  0.000 % |
72.84/73.87	c 74	|     17097 |  358100 10214202 30038561 |  9714103    17097     34 |  0.000 % |
75.82/76.84	c 77	|     25746 |  358100 10214202 30038561 | 10685513    25746     36 |  0.000 % |
82.16/83.29	c 84	|     38720 |  358100 10214202 30038561 | 11754065    38720     37 |  0.000 % |
92.84/94.00	c 94	|     58184 |  358100 10214202 30038561 | 12929471    58184     38 |  0.000 % |
103.83/105.02	c 105	|     87376 |  358100 10214202 30038561 | 14222418    87376     38 |  0.000 % |
126.02/127.27	c 127	|    131165 |  358100 10214202 30038561 | 15644660   131165     41 |  0.000 % |
160.76/162.02	c 162	|    196849 |  358100 10214202 30038561 | 17209126   196849     44 |  0.000 % |
221.02/222.43	c 223	|    295376 |  358100 10214202 30038561 | 18930039   295376     48 |  0.000 % |
310.27/311.84	c 312	|    443166 |  358100 10214202 30038561 | 20823043   443166     50 |  0.000 % |
490.99/493.97	c 494	|    664849 |  358100 10214202 30038561 | 22905347   664849     50 |  0.000 % |
784.33/790.11	c 790	|    997374 |  358100 10214202 30038561 | 25195882   997374     48 |  0.000 % |
1314.48/1324.48	c 1325	|   1496163 |  358100 10214202 30038561 | 27715470  1496163     50 |  0.000 % |
1661.00/1674.22	c ERROR INTERRUPTED
1661.11/1674.36	s UNKNOWN
1661.11/1674.36	c 1675	CPU 39.76 (0.07 0.01 37.63 2.05)
1661.11/1674.36	c 1675	END Sat Jul 11 20:10:12 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-2064119-1247334137/watcher-2064119-1247334137 -o /tmp/evaluation-result-2064119-1247334137/solver-2064119-1247334137 -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-2064119-1247334137.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: 1.92 1.98 1.91 4/84 16240
/proc/meminfo: memFree=851000/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=18576 CPUtime=0
/proc/16240/stat : 16240 (runsolver) R 16238 16240 13936 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 20479717 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16240/statm: 4644 284 249 26 0 2626 0

[startup+0.0860929 s]
/proc/loadavg: 1.92 1.98 1.91 4/84 16240
/proc/meminfo: memFree=851000/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=0.07
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1209 128 0 0 6 1 0 0 18 0 1 0 20479717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101223 s]
/proc/loadavg: 1.92 1.98 1.91 4/84 16240
/proc/meminfo: memFree=851000/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=0.07
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20479717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301241 s]
/proc/loadavg: 1.92 1.98 1.91 4/84 16240
/proc/meminfo: memFree=851000/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=0.07
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20479717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701295 s]
/proc/loadavg: 1.92 1.98 1.91 4/84 16240
/proc/meminfo: memFree=851000/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=0.07
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20479717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50239 s]
/proc/loadavg: 1.92 1.98 1.91 3/95 16252
/proc/meminfo: memFree=824288/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=0.07
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20479717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1111 409 3 0 796 0
[pid=16243] ppid=16240 vsize=5356 CPUtime=0
/proc/16243/stat : 16243 (sh) S 16240 16240 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20479725 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16243/statm: 1339 233 193 169 0 50 0
[pid=16244] ppid=16243 vsize=864768 CPUtime=1.38
/proc/16244/stat : 16244 (java) S 16243 16240 13936 0 -1 0 15201 0 1 0 130 8 0 0 18 0 9 0 20479726 885522432 13230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16244/statm: 216192 13230 2557 9 0 210704 0
[pid=16244/tid=16245] ppid=16243 vsize=864768 CPUtime=0.82
/proc/16244/task/16245/stat : 16245 (java) R 16243 16240 13936 0 -1 64 3025 0 1 0 80 2 0 0 24 0 9 0 20479727 885522432 13230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16246] ppid=16243 vsize=864768 CPUtime=0.44
/proc/16244/task/16246/stat : 16246 (java) R 16243 16240 13936 0 -1 64 10979 0 0 0 39 5 0 0 16 0 9 0 20479728 885522432 13230 996147200 134512640 134550932 4294955984 18446744073709551615 102546970 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16247] ppid=16243 vsize=864768 CPUtime=0
/proc/16244/task/16247/stat : 16247 (java) S 16243 16240 13936 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20479728 885522432 13230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16248] ppid=16243 vsize=864768 CPUtime=0
/proc/16244/task/16248/stat : 16248 (java) S 16243 16240 13936 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20479728 885522432 13230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16249] ppid=16243 vsize=864768 CPUtime=0
/proc/16244/task/16249/stat : 16249 (java) S 16243 16240 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20479731 885522432 13230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16250] ppid=16243 vsize=864768 CPUtime=0.09
/proc/16244/task/16250/stat : 16250 (java) S 16243 16240 13936 0 -1 64 493 0 0 0 9 0 0 0 16 0 9 0 20479731 885522432 13230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16251] ppid=16243 vsize=864768 CPUtime=0
/proc/16244/task/16251/stat : 16251 (java) S 16243 16240 13936 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20479731 885522432 13230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16252] ppid=16243 vsize=864768 CPUtime=0
/proc/16244/task/16252/stat : 16252 (java) S 16243 16240 13936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20479731 885522432 13230 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.10258 s]
/proc/loadavg: 1.92 1.98 1.91 4/95 16252
/proc/meminfo: memFree=780960/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=0.07
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20479717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1111 409 3 0 796 0
[pid=16243] ppid=16240 vsize=5356 CPUtime=0
/proc/16243/stat : 16243 (sh) S 16240 16240 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20479725 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16243/statm: 1339 233 193 169 0 50 0
[pid=16244] ppid=16243 vsize=864788 CPUtime=2.98
/proc/16244/stat : 16244 (java) S 16243 16240 13936 0 -1 0 29956 0 1 0 282 16 0 0 18 0 9 0 20479726 885542912 25031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16244/statm: 216197 25031 2557 9 0 210709 0
[pid=16244/tid=16245] ppid=16243 vsize=864788 CPUtime=1.56
/proc/16244/task/16245/stat : 16245 (java) R 16243 16240 13936 0 -1 64 3926 0 1 0 153 3 0 0 25 0 9 0 20479727 885542912 25031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16246] ppid=16243 vsize=864788 CPUtime=1.24
/proc/16244/task/16246/stat : 16246 (java) S 16243 16240 13936 0 -1 64 24800 0 0 0 113 11 0 0 17 0 9 0 20479728 885542912 25031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16247] ppid=16243 vsize=864788 CPUtime=0
/proc/16244/task/16247/stat : 16247 (java) S 16243 16240 13936 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20479728 885542912 25031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16248] ppid=16243 vsize=864788 CPUtime=0
/proc/16244/task/16248/stat : 16248 (java) S 16243 16240 13936 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 20479728 885542912 25031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16249] ppid=16243 vsize=864788 CPUtime=0
/proc/16244/task/16249/stat : 16249 (java) S 16243 16240 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20479731 885542912 25031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16250] ppid=16243 vsize=864788 CPUtime=0.15
/proc/16244/task/16250/stat : 16250 (java) R 16243 16240 13936 0 -1 64 526 0 0 0 15 0 0 0 16 0 9 0 20479731 885542912 25031 996147200 134512640 134550932 4294955984 18446744073709551615 102230451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16251] ppid=16243 vsize=864788 CPUtime=0
/proc/16244/task/16251/stat : 16251 (java) S 16243 16240 13936 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20479731 885542912 25031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16244/tid=16252] ppid=16243 vsize=864788 CPUtime=0
/proc/16244/task/16252/stat : 16252 (java) S 16243 16240 13936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20479731 885542912 25031 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 887012

[startup+6.30197 s]
/proc/loadavg: 2.01 2.00 1.91 4/95 16262
/proc/meminfo: memFree=803616/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=3.67
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1309 32079 0 1 6 1 341 19 16 0 1 0 20479717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1111 409 3 0 796 0
[pid=16253] ppid=16240 vsize=5356 CPUtime=0
/proc/16253/stat : 16253 (sh) S 16240 16240 13936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20480092 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16253/statm: 1339 233 193 169 0 50 0
[pid=16254] ppid=16253 vsize=868604 CPUtime=2.51
/proc/16254/stat : 16254 (java) S 16253 16240 13936 0 -1 0 17731 0 1 0 242 9 0 0 18 0 9 0 20480093 889450496 15933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16254/statm: 217151 15933 2566 9 0 211656 0
[pid=16254/tid=16255] ppid=16253 vsize=868604 CPUtime=1.32
/proc/16254/task/16255/stat : 16255 (java) R 16253 16240 13936 0 -1 64 3159 0 1 0 130 2 0 0 24 0 9 0 20480094 889450496 15933 996147200 134512640 134550932 4294955936 18446744073709551615 4126550555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16256] ppid=16253 vsize=868604 CPUtime=1.01
/proc/16254/task/16256/stat : 16256 (java) S 16253 16240 13936 0 -1 64 12419 0 0 0 96 5 0 0 17 0 9 0 20480095 889450496 15933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16257] ppid=16253 vsize=868604 CPUtime=0
/proc/16254/task/16257/stat : 16257 (java) S 16253 16240 13936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20480095 889450496 15933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16258] ppid=16253 vsize=868604 CPUtime=0
/proc/16254/task/16258/stat : 16258 (java) S 16253 16240 13936 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20480095 889450496 15933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16259] ppid=16253 vsize=868604 CPUtime=0
/proc/16254/task/16259/stat : 16259 (java) S 16253 16240 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20480097 889450496 15933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16260] ppid=16253 vsize=868604 CPUtime=0.15
/proc/16254/task/16260/stat : 16260 (java) S 16253 16240 13936 0 -1 64 1451 0 0 0 15 0 0 0 16 0 9 0 20480097 889450496 15933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16261] ppid=16253 vsize=868604 CPUtime=0
/proc/16254/task/16261/stat : 16261 (java) S 16253 16240 13936 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20480097 889450496 15933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16262] ppid=16253 vsize=868604 CPUtime=0
/proc/16254/task/16262/stat : 16262 (java) S 16253 16240 13936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20480097 889450496 15933 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890828

[startup+12.7127 s]
/proc/loadavg: 2.09 2.02 1.92 3/95 16262
/proc/meminfo: memFree=707104/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=3.67
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1309 32079 0 1 6 1 341 19 16 0 1 0 20479717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1111 409 3 0 796 0
[pid=16253] ppid=16240 vsize=5356 CPUtime=0
/proc/16253/stat : 16253 (sh) S 16240 16240 13936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20480092 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16253/statm: 1339 233 193 169 0 50 0
[pid=16254] ppid=16253 vsize=868604 CPUtime=8.85
/proc/16254/stat : 16254 (java) S 16253 16240 13936 0 -1 0 52063 0 1 0 859 26 0 0 18 0 9 0 20480093 889450496 40453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16254/statm: 217151 40453 2567 9 0 211656 0
[pid=16254/tid=16255] ppid=16253 vsize=868604 CPUtime=5.02
/proc/16254/task/16255/stat : 16255 (java) R 16253 16240 13936 0 -1 64 4478 0 1 0 499 3 0 0 25 0 9 0 20480094 889450496 40453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16256] ppid=16253 vsize=868604 CPUtime=3.63
/proc/16254/task/16256/stat : 16256 (java) R 16253 16240 13936 0 -1 64 45422 0 0 0 342 21 0 0 16 0 9 0 20480095 889450496 40453 996147200 134512640 134550932 4294955936 18446744073709551615 102381498 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16257] ppid=16253 vsize=868604 CPUtime=0
/proc/16254/task/16257/stat : 16257 (java) S 16253 16240 13936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20480095 889450496 40453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16258] ppid=16253 vsize=868604 CPUtime=0
/proc/16254/task/16258/stat : 16258 (java) S 16253 16240 13936 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20480095 889450496 40453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16259] ppid=16253 vsize=868604 CPUtime=0
/proc/16254/task/16259/stat : 16259 (java) S 16253 16240 13936 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20480097 889450496 40453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16260] ppid=16253 vsize=868604 CPUtime=0.17
/proc/16254/task/16260/stat : 16260 (java) S 16253 16240 13936 0 -1 64 1461 0 0 0 17 0 0 0 16 0 9 0 20480097 889450496 40453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16261] ppid=16253 vsize=868604 CPUtime=0
/proc/16254/task/16261/stat : 16261 (java) S 16253 16240 13936 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20480097 889450496 40453 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16262] ppid=16253 vsize=868604 CPUtime=0
/proc/16254/task/16262/stat : 16262 (java) S 16253 16240 13936 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20480097 889450496 40453 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) 890828

[startup+25.5023 s]
/proc/loadavg: 2.14 2.03 1.93 3/95 16262
/proc/meminfo: memFree=508128/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=3.67
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1310 32079 0 1 6 1 341 19 16 0 1 0 20479717 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1111 409 3 0 796 0
[pid=16253] ppid=16240 vsize=5356 CPUtime=0
/proc/16253/stat : 16253 (sh) S 16240 16240 13936 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20480092 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16253/statm: 1339 233 193 169 0 50 0
[pid=16254] ppid=16253 vsize=868716 CPUtime=21.45
/proc/16254/stat : 16254 (java) S 16253 16240 13936 0 -1 0 97392 0 1 0 2058 87 0 0 18 0 9 0 20480093 889565184 70848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16254/statm: 217179 70848 2593 9 0 211656 0
[pid=16254/tid=16255] ppid=16253 vsize=868716 CPUtime=13.15
/proc/16254/task/16255/stat : 16255 (java) R 16253 16240 13936 0 -1 64 5992 0 1 0 1272 43 0 0 25 0 9 0 20480094 889565184 70848 996147200 134512640 134550932 4294955936 18446744073709551615 4126431427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16256] ppid=16253 vsize=868716 CPUtime=8
/proc/16254/task/16256/stat : 16256 (java) S 16253 16240 13936 0 -1 64 89183 0 0 0 759 41 0 0 15 0 9 0 20480095 889565184 70848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16257] ppid=16253 vsize=868716 CPUtime=0
/proc/16254/task/16257/stat : 16257 (java) S 16253 16240 13936 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20480095 889565184 70848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16258] ppid=16253 vsize=868716 CPUtime=0
/proc/16254/task/16258/stat : 16258 (java) S 16253 16240 13936 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20480095 889565184 70848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16254/tid=16259] ppid=16253 vsize=868716 CPUtime=0

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

/proc/16264/stat : 16264 (minisat) R 16263 16240 13936 0 -1 4194304 200983 0 0 0 125094 188 0 0 25 0 1 0 20483754 838787072 200969 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/16264/statm: 204782 200969 76 150 0 204629 0
Current children cumulated CPU time (s) 1292.58
Current children cumulated vsize (KiB) 841352

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/83 16379
/proc/meminfo: memFree=535168/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=39.76
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1376 129970 0 2 7 1 3763 205 16 0 1 0 20479717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1113 409 3 0 796 0
[pid=16263] ppid=16240 vsize=5356 CPUtime=0
/proc/16263/stat : 16263 (sh) S 16240 16240 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20483754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16263/statm: 1339 232 193 169 0 50 0
[pid=16264] ppid=16263 vsize=832512 CPUtime=1312.26
/proc/16264/stat : 16264 (minisat) R 16263 16240 13936 0 -1 4194304 204365 0 0 0 131034 192 0 0 25 0 1 0 20483754 852492288 204351 996147200 134512640 135127466 4294956256 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/16264/statm: 208128 204351 76 150 0 207975 0
Current children cumulated CPU time (s) 1352.02
Current children cumulated vsize (KiB) 854736

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 1.95 3/83 16379
/proc/meminfo: memFree=519808/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=39.76
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1376 129970 0 2 7 1 3763 205 16 0 1 0 20479717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1113 409 3 0 796 0
[pid=16263] ppid=16240 vsize=5356 CPUtime=0
/proc/16263/stat : 16263 (sh) S 16240 16240 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20483754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16263/statm: 1339 232 193 169 0 50 0
[pid=16264] ppid=16263 vsize=850416 CPUtime=1371.7
/proc/16264/stat : 16264 (minisat) R 16263 16240 13936 0 -1 4194304 208157 0 0 0 136973 197 0 0 25 0 1 0 20483754 870825984 208143 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/16264/statm: 212604 208143 76 150 0 212451 0
Current children cumulated CPU time (s) 1411.46
Current children cumulated vsize (KiB) 872640

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/83 16379
/proc/meminfo: memFree=508928/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=39.76
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1376 129970 0 2 7 1 3763 205 16 0 1 0 20479717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1113 409 3 0 796 0
[pid=16263] ppid=16240 vsize=5356 CPUtime=0
/proc/16263/stat : 16263 (sh) S 16240 16240 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20483754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16263/statm: 1339 232 193 169 0 50 0
[pid=16264] ppid=16263 vsize=861280 CPUtime=1431.14
/proc/16264/stat : 16264 (minisat) R 16263 16240 13936 0 -1 4194304 210916 0 0 0 142913 201 0 0 25 0 1 0 20483754 881950720 210902 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16264/statm: 215320 210902 76 150 0 215167 0
Current children cumulated CPU time (s) 1470.9
Current children cumulated vsize (KiB) 883504

[startup+1542.3 s]
/proc/loadavg: 2.11 2.03 1.96 3/83 16379
/proc/meminfo: memFree=496320/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=39.76
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1376 129970 0 2 7 1 3763 205 16 0 1 0 20479717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1113 409 3 0 796 0
[pid=16263] ppid=16240 vsize=5356 CPUtime=0
/proc/16263/stat : 16263 (sh) S 16240 16240 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20483754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16263/statm: 1339 232 193 169 0 50 0
[pid=16264] ppid=16263 vsize=873428 CPUtime=1490.58
/proc/16264/stat : 16264 (minisat) R 16263 16240 13936 0 -1 4194304 214017 0 0 0 148854 204 0 0 25 0 1 0 20483754 894390272 214003 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16264/statm: 218357 214003 76 150 0 218204 0
Current children cumulated CPU time (s) 1530.34
Current children cumulated vsize (KiB) 895652

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 1.96 3/83 16379
/proc/meminfo: memFree=484032/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=39.76
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1376 129970 0 2 7 1 3763 205 16 0 1 0 20479717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1113 409 3 0 796 0
[pid=16263] ppid=16240 vsize=5356 CPUtime=0
/proc/16263/stat : 16263 (sh) S 16240 16240 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20483754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16263/statm: 1339 232 193 169 0 50 0
[pid=16264] ppid=16263 vsize=885736 CPUtime=1550.02
/proc/16264/stat : 16264 (minisat) R 16263 16240 13936 0 -1 4194304 217123 0 0 0 154795 207 0 0 25 0 1 0 20483754 906993664 217109 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16264/statm: 221434 217109 76 150 0 221281 0
Current children cumulated CPU time (s) 1589.78
Current children cumulated vsize (KiB) 907960

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 1.96 3/83 16379
/proc/meminfo: memFree=472192/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=39.76
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1376 129970 0 2 7 1 3763 205 16 0 1 0 20479717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1113 409 3 0 796 0
[pid=16263] ppid=16240 vsize=5356 CPUtime=0
/proc/16263/stat : 16263 (sh) S 16240 16240 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20483754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16263/statm: 1339 232 193 169 0 50 0
[pid=16264] ppid=16263 vsize=897152 CPUtime=1609.45
/proc/16264/stat : 16264 (minisat) R 16263 16240 13936 0 -1 4194304 220038 0 0 0 160736 209 0 0 25 0 1 0 20483754 918683648 220024 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16264/statm: 224288 220024 76 150 0 224135 0
Current children cumulated CPU time (s) 1649.21
Current children cumulated vsize (KiB) 919376



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1674.21 s]
/proc/loadavg: 2.05 2.03 1.96 3/83 16379
/proc/meminfo: memFree=469952/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=39.76
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1376 129970 0 2 7 1 3763 205 16 0 1 0 20479717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1113 409 3 0 796 0
[pid=16263] ppid=16240 vsize=5356 CPUtime=0
/proc/16263/stat : 16263 (sh) S 16240 16240 13936 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20483754 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16263/statm: 1339 232 193 169 0 50 0
[pid=16264] ppid=16263 vsize=899400 CPUtime=1621.24
/proc/16264/stat : 16264 (minisat) R 16263 16240 13936 0 -1 4194304 220584 0 0 0 161914 210 0 0 25 0 1 0 20483754 920985600 220570 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/16264/statm: 224850 220570 76 150 0 224697 0
Current children cumulated CPU time (s) 1661
Current children cumulated vsize (KiB) 921624

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

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

[startup+1674.32 s]
/proc/loadavg: 2.05 2.03 1.96 3/83 16379
/proc/meminfo: memFree=469952/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=39.76
/proc/16240/stat : 16240 (sugar) S 16238 16240 13936 0 -1 4194304 1398 129970 0 2 7 1 3763 205 16 0 1 0 20479717 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16240/statm: 4217 1113 409 3 0 796 0
[pid=16263] ppid=16240 vsize=0 CPUtime=0
/proc/16263/stat : 16263 (sh) Z 16240 16240 13936 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20483754 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16263/statm: 0 0 0 0 0 0 0
[pid=16264] ppid=1 vsize=0 CPUtime=1621.35
/proc/16264/stat : 16264 (minisat) R 1 16240 13936 0 -1 4195332 220584 0 0 0 161914 221 0 0 25 0 1 0 20483754 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/16264/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.11
Current children cumulated vsize (KiB) 16868

[startup+1674.4 s]
/proc/loadavg: 2.05 2.03 1.96 3/83 16379
/proc/meminfo: memFree=469952/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=39.8
/proc/16240/stat : 16240 (sugar) R 16238 16240 13936 0 -1 4194304 1423 130247 0 2 7 5 3763 205 16 0 1 0 20479717 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16240/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 39.8
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1674.4 s]
/proc/loadavg: 2.05 2.03 1.96 3/83 16379
/proc/meminfo: memFree=469952/2055920 swapFree=4192812/4192956
[pid=16240] ppid=16238 vsize=16868 CPUtime=39.8
/proc/16240/stat : 16240 (sugar) R 16238 16240 13936 0 -1 4194304 1423 130247 0 2 7 5 3763 205 16 0 1 0 20479717 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16240/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 39.8
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): 1621.31
#  lost CPU user time (s): 1619.14
#  lost CPU system time (s): 2.17

Real time (s): 1674.47
CPU time (s): 1661.21
CPU user time (s): 1656.85
CPU system time (s): 4.35667
CPU usage (%): 99.2077
Max. virtual memory (cumulated for all children) (KiB): 921624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.7093
system time used= 2.18667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131729
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= 6937
involuntary context switches= 7978

runsolver used 1.93871 second user time and 5.70313 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-11 19:42:17
IDJOB=2064119
IDBENCH=54124
IDSOLVER=739
FILE ID=node33/2064119-1247334137
PBS_JOBID= 9506561
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 88348dabf1de3aab78e1de9f2b35d337
RANDOM SEED=101552743

node33.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        851480 kB
Buffers:         60364 kB
Cached:         530412 kB
SwapCached:        144 kB
Active:         640448 kB
Inactive:       500224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        851480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10224 kB
Writeback:           0 kB
Mapped:         565452 kB
Slab:            48164 kB
Committed_AS:   854228 kB
PageTables:       2808 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66424 MiB
End job on node33 at 2009-07-11 20:10:13