Trace number 2077946

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

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-1.xml
MD5SUMb83110eaa48c7b1a0d0e9384b24bced8
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark111.921
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65246
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65046
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:38:20 2009
0.00/0.08	c 0	PID 25182
0.00/0.08	c 0	HOST node68.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077946-1247366299.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-2077946-1247366299.xml' 'HOME/temp.csp'
3.62/3.71	c 3	16 domains, 800 variables, 1 predicates, 0 relations, 65246 constraints
3.62/3.75	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.62/3.75	c 3	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.65/3.83	c 3	Parsing HOME/temp.csp
3.65/4.00	c 4	parsed 10000 expressions
3.65/4.15	c 4	parsed 20000 expressions
4.18/4.32	c 4	parsed 30000 expressions
4.36/4.50	c 4	parsed 40000 expressions
4.47/4.61	c 4	parsed 50000 expressions
4.67/4.87	c 4	parsed 60000 expressions
4.77/4.93	c 5	parsed 66063 expressions
4.77/4.94	c 5	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.77/4.94	c 5	Converting to clausal form CSP
5.45/5.67	c 5	converted 6607 (10%) expressions
6.25/6.47	c 6	converted 13213 (20%) expressions
6.84/7.03	c 7	converted 19819 (30%) expressions
7.34/7.53	c 7	converted 26426 (40%) expressions
8.23/8.50	c 8	converted 33032 (50%) expressions
8.82/9.02	c 9	converted 39638 (60%) expressions
9.31/9.55	c 9	converted 46245 (70%) expressions
9.90/10.10	c 10	converted 52851 (80%) expressions
10.40/10.60	c 10	converted 59457 (90%) expressions
12.68/12.95	c 13	converted 66063 (100%) expressions
12.68/12.95	c 13	CSP : 800 integers, 0 booleans, 95199 clauses, largest domain size 45
12.68/12.95	c 13	Heap : 133 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.68/12.96	c 13	Propagation in CSP
12.98/13.24	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.98/13.25	c 13	CSP : 800 integers, 0 booleans, 95199 clauses, largest domain size 45
12.98/13.25	c 13	Heap : 131 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.98/13.29	c 13	Simplifing CSP by introducing new Boolean variables
15.84/16.10	c 16	CSP : 800 integers, 313866 booleans, 409065 clauses, largest domain size 45
15.84/16.10	c 16	Heap : 221 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.13/17.45	c 17	Encoding CSP to SAT : HOME/temp.cnf
17.23/17.52	c 17	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
17.23/17.53	c 17	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
17.23/17.53	c 17	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
17.23/17.54	c 17	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
17.23/17.54	c 17	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
17.23/17.55	c 17	480 (60%) CSP integer variables are encoded (17374 clauses, 238968 bytes)
17.23/17.56	c 17	560 (70%) CSP integer variables are encoded (17571 clauses, 241923 bytes)
17.23/17.56	c 17	640 (80%) CSP integer variables are encoded (17801 clauses, 245373 bytes)
17.23/17.57	c 17	720 (90%) CSP integer variables are encoded (18014 clauses, 248568 bytes)
17.23/17.57	c 17	800 (100%) CSP integer variables are encoded (18209 clauses, 251493 bytes)
19.01/19.34	c 19	40907 (10%) CSP clauses are encoded (824197 clauses, 15801171 bytes)
20.70/21.05	c 21	81813 (20%) CSP clauses are encoded (1629079 clauses, 32064820 bytes)
22.46/22.81	c 22	122720 (30%) CSP clauses are encoded (2435620 clauses, 48818641 bytes)
24.24/24.63	c 24	163626 (40%) CSP clauses are encoded (3247403 clauses, 66141432 bytes)
26.03/26.42	c 26	204533 (50%) CSP clauses are encoded (4053130 clauses, 83388532 bytes)
27.79/28.24	c 28	245439 (60%) CSP clauses are encoded (4861410 clauses, 100788943 bytes)
29.57/30.08	c 30	286346 (70%) CSP clauses are encoded (5669918 clauses, 118777428 bytes)
31.55/32.04	c 32	327252 (80%) CSP clauses are encoded (6557974 clauses, 138544703 bytes)
33.99/34.51	c 34	368159 (90%) CSP clauses are encoded (7793173 clauses, 164944885 bytes)
36.37/36.91	c 37	409065 (100%) CSP clauses are encoded (9029163 clauses, 191549794 bytes)
36.37/36.91	c 37	409065 CSP clauses encoded
36.37/36.91	c 37	Writing map file : HOME/temp.map
36.37/36.95	c 37	Heap : 165 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.37/36.95	c 37	SAT : 332854 SAT variables, 9029163 SAT clauses, 191549794 bytes
36.37/36.95	c 37	Heap : 165 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.45/37.02	c 37	SOLVING HOME/temp.cnf
36.45/37.02	c 37	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.45/37.02	c 37	This is MiniSat 2.0 beta
36.45/37.02	c 37	WARNING: for repeatability, setting FPU to use double precision
36.45/37.02	c 37	============================[ Problem Statistics ]=============================
36.45/37.02	c 37	|                                                                             |
36.45/37.02	c 37	|  Number of variables:  332854                                               |
36.45/37.02	c 37	|  Number of clauses:    9029163                                              |
41.48/42.17	c 42	|  Parsing time:         4.40         s                                       |
41.68/42.39	c 42	============================[ Search Statistics ]==============================
41.68/42.39	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.68/42.39	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.68/42.39	c 42	===============================================================================
41.68/42.39	c 42	|         0 |  332854  9029163 26554060 |  3009721        0    nan |  0.000 % |
44.16/44.83	c 44	|       100 |  332854  9029163 26554060 |  3310693      100      7 |  0.000 % |
46.34/47.05	c 47	|       250 |  332854  9029163 26554060 |  3641762      250      8 |  0.000 % |
48.22/48.96	c 49	|       475 |  332854  9029163 26554060 |  4005938      475      8 |  0.000 % |
51.79/52.54	c 52	|       812 |  332854  9029163 26554060 |  4406532      812      9 |  0.000 % |
54.66/55.50	c 55	|      1318 |  332854  9029163 26554060 |  4847185     1318     10 |  0.000 % |
57.33/58.18	c 58	|      2077 |  332854  9029163 26554060 |  5331904     2077     12 |  0.000 % |
65.55/66.45	c 66	|      3216 |  332854  9029163 26554060 |  5865094     3216     13 |  0.000 % |
74.96/75.99	c 76	|      4924 |  332854  9029163 26554060 |  6451604     4924     15 |  0.000 % |
76.95/77.97	c 78	|      7486 |  332854  9029163 26554060 |  7096764     7486     19 |  0.000 % |
94.28/95.45	c 95	|     11331 |  332854  9029163 26554060 |  7806441    11331     19 |  0.000 % |
128.26/129.72	c 129	|     17097 |  332854  9029163 26554060 |  8587085    17097     19 |  0.000 % |
162.62/164.46	c 164	|     25746 |  332854  9029163 26554060 |  9445793    25746     19 |  0.000 % |
206.41/208.67	c 208	|     38720 |  332854  9029163 26554060 | 10390373    38720     19 |  0.000 % |
278.53/281.46	c 281	|     58181 |  332854  9029163 26554060 | 11429410    58181     18 |  0.000 % |
374.60/378.45	c 378	|     87373 |  332854  9029163 26554060 | 12572351    87373     18 |  0.000 % |
525.46/530.70	c 530	|    131162 |  332854  9029163 26554060 | 13829586   131162     19 |  0.000 % |
704.56/711.56	c 711	|    196847 |  332854  9029163 26554060 | 15212545   196847     19 |  0.000 % |
1035.32/1042.68	c 1042	|    295374 |  332854  9029163 26554060 | 16733799   295374     21 |  0.000 % |
1547.16/1557.60	c 1557	|    443163 |  332854  9029163 26554060 | 18407179   443163     22 |  0.000 % |
1800.06/1815.72	c ERROR INTERRUPTED
1800.06/1815.79	s UNKNOWN
1800.06/1815.79	c 1815	CPU 36.49 (0.06 0.02 34.54 1.87)
1800.06/1815.79	c 1815	END Sun Jul 12 05:08:35 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-2077946-1247366299/watcher-2077946-1247366299 -o /tmp/evaluation-result-2077946-1247366299/solver-2077946-1247366299 -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-2077946-1247366299.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.00 2.13 2.23 4/77 25182
/proc/meminfo: memFree=1615280/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=18576 CPUtime=0
/proc/25182/stat : 25182 (runsolver) R 25180 25182 22421 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23692649 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209560595751 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25182/statm: 4644 284 249 26 0 2626 0

[startup+0.0105919 s]
/proc/loadavg: 2.00 2.13 2.23 4/77 25182
/proc/meminfo: memFree=1615280/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=12268 CPUtime=0
/proc/25182/stat : 25182 (sugar) D 25180 25182 22421 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 23692649 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209560762981 0 2147483391 4224 0 18446744072099863542 0 0 17 1 0 0
/proc/25182/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.173625 s]
/proc/loadavg: 2.00 2.13 2.23 4/77 25182
/proc/meminfo: memFree=1615280/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=0.06
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23692649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301641 s]
/proc/loadavg: 2.00 2.13 2.23 4/77 25182
/proc/meminfo: memFree=1615280/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=0.06
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23692649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701719 s]
/proc/loadavg: 2.00 2.13 2.23 4/77 25182
/proc/meminfo: memFree=1615280/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=0.06
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23692649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50285 s]
/proc/loadavg: 2.00 2.13 2.23 4/88 25194
/proc/meminfo: memFree=1588696/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=0.06
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23692649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1111 409 3 0 796 0
[pid=25185] ppid=25182 vsize=5356 CPUtime=0
/proc/25185/stat : 25185 (sh) S 25182 25182 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23692657 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25185/statm: 1339 233 193 169 0 50 0
[pid=25186] ppid=25185 vsize=864772 CPUtime=1.37
/proc/25186/stat : 25186 (java) S 25185 25182 22421 0 -1 0 15179 0 1 0 128 9 0 0 18 0 9 0 23692658 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25186/statm: 216193 13209 2557 9 0 210705 0
[pid=25186/tid=25187] ppid=25185 vsize=864772 CPUtime=0.82
/proc/25186/task/25187/stat : 25187 (java) R 25185 25182 22421 0 -1 64 3040 0 1 0 79 3 0 0 24 0 9 0 23692659 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4126556722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25188] ppid=25185 vsize=864772 CPUtime=0.44
/proc/25186/task/25188/stat : 25188 (java) S 25185 25182 22421 0 -1 64 10939 0 0 0 39 5 0 0 16 0 9 0 23692661 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25189] ppid=25185 vsize=864772 CPUtime=0
/proc/25186/task/25189/stat : 25189 (java) S 25185 25182 22421 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23692661 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25190] ppid=25185 vsize=864772 CPUtime=0
/proc/25186/task/25190/stat : 25190 (java) S 25185 25182 22421 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 23692661 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25191] ppid=25185 vsize=864772 CPUtime=0
/proc/25186/task/25191/stat : 25191 (java) S 25185 25182 22421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23692663 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25192] ppid=25185 vsize=864772 CPUtime=0.09
/proc/25186/task/25192/stat : 25192 (java) S 25185 25182 22421 0 -1 64 495 0 0 0 9 0 0 0 16 0 9 0 23692663 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25193] ppid=25185 vsize=864772 CPUtime=0
/proc/25186/task/25193/stat : 25193 (java) S 25185 25182 22421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23692663 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25194] ppid=25185 vsize=864772 CPUtime=0
/proc/25186/task/25194/stat : 25194 (java) S 25185 25182 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23692663 885526528 13209 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886996

[startup+3.10212 s]
/proc/loadavg: 2.00 2.12 2.22 4/88 25194
/proc/meminfo: memFree=1544728/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=0.06
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23692649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1111 409 3 0 796 0
[pid=25185] ppid=25182 vsize=5356 CPUtime=0
/proc/25185/stat : 25185 (sh) S 25182 25182 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23692657 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25185/statm: 1339 233 193 169 0 50 0
[pid=25186] ppid=25185 vsize=864788 CPUtime=2.97
/proc/25186/stat : 25186 (java) S 25185 25182 22421 0 -1 0 30012 0 1 0 278 19 0 0 18 0 9 0 23692658 885542912 25088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25186/statm: 216197 25088 2557 9 0 210709 0
[pid=25186/tid=25187] ppid=25185 vsize=864788 CPUtime=1.58
/proc/25186/task/25187/stat : 25187 (java) R 25185 25182 22421 0 -1 64 3958 0 1 0 154 4 0 0 25 0 9 0 23692659 885542912 25088 996147200 134512640 134550932 4294955984 18446744073709551615 4126689255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25188] ppid=25185 vsize=864788 CPUtime=1.21
/proc/25186/task/25188/stat : 25188 (java) S 25185 25182 22421 0 -1 64 24823 0 0 0 109 12 0 0 17 0 9 0 23692661 885542912 25088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25189] ppid=25185 vsize=864788 CPUtime=0
/proc/25186/task/25189/stat : 25189 (java) S 25185 25182 22421 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23692661 885542912 25088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25190] ppid=25185 vsize=864788 CPUtime=0
/proc/25186/task/25190/stat : 25190 (java) S 25185 25182 22421 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 23692661 885542912 25088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25191] ppid=25185 vsize=864788 CPUtime=0
/proc/25186/task/25191/stat : 25191 (java) S 25185 25182 22421 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23692663 885542912 25088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25192] ppid=25185 vsize=864788 CPUtime=0.13
/proc/25186/task/25192/stat : 25192 (java) S 25185 25182 22421 0 -1 64 526 0 0 0 13 0 0 0 16 0 9 0 23692663 885542912 25088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25193] ppid=25185 vsize=864788 CPUtime=0
/proc/25186/task/25193/stat : 25193 (java) S 25185 25182 22421 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23692663 885542912 25088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25186/tid=25194] ppid=25185 vsize=864788 CPUtime=0
/proc/25186/task/25194/stat : 25194 (java) S 25185 25182 22421 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23692663 885542912 25088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887012

[startup+6.30267 s]
/proc/loadavg: 2.00 2.12 2.22 3/88 25204
/proc/meminfo: memFree=1567576/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=3.65
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1309 32425 0 1 5 1 336 23 16 0 1 0 23692649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1111 409 3 0 796 0
[pid=25195] ppid=25182 vsize=5356 CPUtime=0
/proc/25195/stat : 25195 (sh) S 25182 25182 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23693025 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25195/statm: 1339 233 193 169 0 50 0
[pid=25196] ppid=25195 vsize=868608 CPUtime=2.51
/proc/25196/stat : 25196 (java) S 25195 25182 22421 0 -1 0 17711 0 1 0 242 9 0 0 18 0 9 0 23693025 889454592 15904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 217152 15904 2566 9 0 211657 0
[pid=25196/tid=25197] ppid=25195 vsize=868608 CPUtime=1.34
/proc/25196/task/25197/stat : 25197 (java) R 25195 25182 22421 0 -1 64 3159 0 1 0 133 1 0 0 25 0 9 0 23693026 889454592 15904 996147200 134512640 134550932 4294955936 18446744073709551615 4126457711 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25198] ppid=25195 vsize=868608 CPUtime=0.97
/proc/25196/task/25198/stat : 25198 (java) S 25195 25182 22421 0 -1 64 12395 0 0 0 92 5 0 0 17 0 9 0 23693027 889454592 15904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25195 vsize=868608 CPUtime=0
/proc/25196/task/25199/stat : 25199 (java) S 25195 25182 22421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23693027 889454592 15904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25200] ppid=25195 vsize=868608 CPUtime=0
/proc/25196/task/25200/stat : 25200 (java) S 25195 25182 22421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23693027 889454592 15904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25201] ppid=25195 vsize=868608 CPUtime=0
/proc/25196/task/25201/stat : 25201 (java) S 25195 25182 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23693029 889454592 15904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25202] ppid=25195 vsize=868608 CPUtime=0.16
/proc/25196/task/25202/stat : 25202 (java) S 25195 25182 22421 0 -1 64 1455 0 0 0 15 1 0 0 16 0 9 0 23693029 889454592 15904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25203] ppid=25195 vsize=868608 CPUtime=0
/proc/25196/task/25203/stat : 25203 (java) S 25195 25182 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23693029 889454592 15904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25204] ppid=25195 vsize=868608 CPUtime=0
/proc/25196/task/25204/stat : 25204 (java) S 25195 25182 22421 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23693029 889454592 15904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890832

[startup+12.7028 s]
/proc/loadavg: 2.00 2.12 2.22 3/88 25204
/proc/meminfo: memFree=1476888/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=3.65
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1309 32425 0 1 5 1 336 23 15 0 1 0 23692649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1111 409 3 0 796 0
[pid=25195] ppid=25182 vsize=5356 CPUtime=0
/proc/25195/stat : 25195 (sh) S 25182 25182 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23693025 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25195/statm: 1339 233 193 169 0 50 0
[pid=25196] ppid=25195 vsize=868608 CPUtime=8.83
/proc/25196/stat : 25196 (java) S 25195 25182 22421 0 -1 0 50972 0 1 0 856 27 0 0 18 0 9 0 23693025 889454592 39352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 217152 39352 2567 9 0 211657 0
[pid=25196/tid=25197] ppid=25195 vsize=868608 CPUtime=5.11
/proc/25196/task/25197/stat : 25197 (java) R 25195 25182 22421 0 -1 64 4495 0 1 0 509 2 0 0 25 0 9 0 23693026 889454592 39352 996147200 134512640 134550932 4294955936 18446744073709551615 4126620095 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25198] ppid=25195 vsize=868608 CPUtime=3.51
/proc/25196/task/25198/stat : 25198 (java) S 25195 25182 22421 0 -1 64 44305 0 0 0 329 22 0 0 16 0 9 0 23693027 889454592 39352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25195 vsize=868608 CPUtime=0
/proc/25196/task/25199/stat : 25199 (java) S 25195 25182 22421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23693027 889454592 39352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25200] ppid=25195 vsize=868608 CPUtime=0
/proc/25196/task/25200/stat : 25200 (java) S 25195 25182 22421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23693027 889454592 39352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25201] ppid=25195 vsize=868608 CPUtime=0
/proc/25196/task/25201/stat : 25201 (java) S 25195 25182 22421 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23693029 889454592 39352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25202] ppid=25195 vsize=868608 CPUtime=0.18
/proc/25196/task/25202/stat : 25202 (java) S 25195 25182 22421 0 -1 64 1470 0 0 0 17 1 0 0 16 0 9 0 23693029 889454592 39352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25203] ppid=25195 vsize=868608 CPUtime=0
/proc/25196/task/25203/stat : 25203 (java) S 25195 25182 22421 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23693029 889454592 39352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25204] ppid=25195 vsize=868608 CPUtime=0
/proc/25196/task/25204/stat : 25204 (java) S 25195 25182 22421 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23693029 889454592 39352 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890832

[startup+25.5029 s]
/proc/loadavg: 2.07 2.13 2.22 3/88 25204
/proc/meminfo: memFree=1291544/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=3.66
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1310 32425 0 1 6 1 336 23 16 0 1 0 23692649 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1111 409 3 0 796 0
[pid=25195] ppid=25182 vsize=5356 CPUtime=0
/proc/25195/stat : 25195 (sh) S 25182 25182 22421 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23693025 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25195/statm: 1339 233 193 169 0 50 0
[pid=25196] ppid=25195 vsize=868720 CPUtime=21.48
/proc/25196/stat : 25196 (java) S 25195 25182 22421 0 -1 0 89575 0 1 0 2059 89 0 0 18 0 9 0 23693025 889569280 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25196/statm: 217180 64174 2593 9 0 211657 0
[pid=25196/tid=25197] ppid=25195 vsize=868720 CPUtime=13.77
/proc/25196/task/25197/stat : 25197 (java) R 25195 25182 22421 0 -1 64 6049 0 1 0 1330 47 0 0 25 0 9 0 23693026 889569280 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4126993682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25198] ppid=25195 vsize=868720 CPUtime=7.41
/proc/25196/task/25198/stat : 25198 (java) S 25195 25182 22421 0 -1 64 81300 0 0 0 701 40 0 0 16 0 9 0 23693027 889569280 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25199] ppid=25195 vsize=868720 CPUtime=0
/proc/25196/task/25199/stat : 25199 (java) S 25195 25182 22421 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23693027 889569280 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25200] ppid=25195 vsize=868720 CPUtime=0
/proc/25196/task/25200/stat : 25200 (java) S 25195 25182 22421 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23693027 889569280 64174 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25196/tid=25201] ppid=25195 vsize=868720 CPUtime=0

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

/proc/25206/stat : 25206 (minisat) R 25205 25182 22421 0 -1 4194304 114085 0 0 0 137580 95 0 0 25 0 1 0 23696351 483889152 114071 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/25206/statm: 118137 114071 76 150 0 117984 0
Current children cumulated CPU time (s) 1413.24
Current children cumulated vsize (KiB) 494772

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/86 25587
/proc/meminfo: memFree=927456/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=36.49
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1376 122457 0 2 6 2 3454 187 16 0 1 0 23692649 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25182/statm: 4217 1113 409 3 0 796 0
[pid=25205] ppid=25182 vsize=5356 CPUtime=0
/proc/25205/stat : 25205 (sh) S 25182 25182 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696351 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25205/statm: 1339 232 193 169 0 50 0
[pid=25206] ppid=25205 vsize=474396 CPUtime=1436.18
/proc/25206/stat : 25206 (minisat) R 25205 25182 22421 0 -1 4194304 114566 0 0 0 143522 96 0 0 25 0 1 0 23696351 485781504 114552 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25206/statm: 118599 114552 76 150 0 118446 0
Current children cumulated CPU time (s) 1472.67
Current children cumulated vsize (KiB) 496620

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/86 25587
/proc/meminfo: memFree=923488/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=36.49
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1376 122457 0 2 6 2 3454 187 16 0 1 0 23692649 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25182/statm: 4217 1113 409 3 0 796 0
[pid=25205] ppid=25182 vsize=5356 CPUtime=0
/proc/25205/stat : 25205 (sh) S 25182 25182 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696351 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25205/statm: 1339 232 193 169 0 50 0
[pid=25206] ppid=25205 vsize=478224 CPUtime=1495.61
/proc/25206/stat : 25206 (minisat) R 25205 25182 22421 0 -1 4194304 115552 0 0 0 149464 97 0 0 25 0 1 0 23696351 489701376 115538 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25206/statm: 119556 115538 76 150 0 119403 0
Current children cumulated CPU time (s) 1532.1
Current children cumulated vsize (KiB) 500448

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.02 3/86 25587
/proc/meminfo: memFree=921312/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=36.49
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1376 122457 0 2 6 2 3454 187 16 0 1 0 23692649 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1113 409 3 0 796 0
[pid=25205] ppid=25182 vsize=5356 CPUtime=0
/proc/25205/stat : 25205 (sh) S 25182 25182 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696351 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25205/statm: 1339 232 193 169 0 50 0
[pid=25206] ppid=25205 vsize=480364 CPUtime=1555.04
/proc/25206/stat : 25206 (minisat) R 25205 25182 22421 0 -1 4194304 116087 0 0 0 155407 97 0 0 25 0 1 0 23696351 491892736 116073 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25206/statm: 120091 116073 76 150 0 119938 0
Current children cumulated CPU time (s) 1591.53
Current children cumulated vsize (KiB) 502588

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.02 3/86 25587
/proc/meminfo: memFree=919776/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=36.49
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1376 122457 0 2 6 2 3454 187 16 0 1 0 23692649 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1113 409 3 0 796 0
[pid=25205] ppid=25182 vsize=5356 CPUtime=0
/proc/25205/stat : 25205 (sh) S 25182 25182 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696351 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25205/statm: 1339 232 193 169 0 50 0
[pid=25206] ppid=25205 vsize=482600 CPUtime=1614.48
/proc/25206/stat : 25206 (minisat) R 25205 25182 22421 0 -1 4194304 116455 0 0 0 161350 98 0 0 25 0 1 0 23696351 494182400 116441 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25206/statm: 120650 116441 76 150 0 120497 0
Current children cumulated CPU time (s) 1650.97
Current children cumulated vsize (KiB) 504824

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.02 3/86 25587
/proc/meminfo: memFree=918312/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=36.49
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1376 122457 0 2 6 2 3454 187 16 0 1 0 23692649 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1113 409 3 0 796 0
[pid=25205] ppid=25182 vsize=5356 CPUtime=0
/proc/25205/stat : 25205 (sh) S 25182 25182 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696351 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25205/statm: 1339 232 193 169 0 50 0
[pid=25206] ppid=25205 vsize=484056 CPUtime=1673.9
/proc/25206/stat : 25206 (minisat) R 25205 25182 22421 0 -1 4194304 116808 0 0 0 167292 98 0 0 25 0 1 0 23696351 495673344 116794 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25206/statm: 121014 116794 76 150 0 120861 0
Current children cumulated CPU time (s) 1710.39
Current children cumulated vsize (KiB) 506280

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.02 3/86 25587
/proc/meminfo: memFree=916840/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=36.49
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1376 122457 0 2 6 2 3454 187 16 0 1 0 23692649 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1113 409 3 0 796 0
[pid=25205] ppid=25182 vsize=5356 CPUtime=0
/proc/25205/stat : 25205 (sh) S 25182 25182 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696351 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25205/statm: 1339 232 193 169 0 50 0
[pid=25206] ppid=25205 vsize=485384 CPUtime=1733.34
/proc/25206/stat : 25206 (minisat) R 25205 25182 22421 0 -1 4194304 117157 0 0 0 173235 99 0 0 25 0 1 0 23696351 497033216 117143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25206/statm: 121346 117143 76 150 0 121193 0
Current children cumulated CPU time (s) 1769.83
Current children cumulated vsize (KiB) 507608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.7 s]
/proc/loadavg: 2.03 2.03 2.02 3/89 25799
/proc/meminfo: memFree=404304/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=36.49
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1376 122457 0 2 6 2 3454 187 16 0 1 0 23692649 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1113 409 3 0 796 0
[pid=25205] ppid=25182 vsize=5356 CPUtime=0
/proc/25205/stat : 25205 (sh) S 25182 25182 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696351 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25205/statm: 1339 232 193 169 0 50 0
[pid=25206] ppid=25205 vsize=486044 CPUtime=1763.57
/proc/25206/stat : 25206 (minisat) R 25205 25182 22421 0 -1 4194304 117333 0 0 0 176254 103 0 0 25 0 1 0 23696351 497709056 117319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25206/statm: 121511 117319 76 150 0 121358 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 508268

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

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

[startup+1815.7 s]
/proc/loadavg: 2.03 2.03 2.02 3/89 25799
/proc/meminfo: memFree=404304/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=36.49
/proc/25182/stat : 25182 (sugar) S 25180 25182 22421 0 -1 4194304 1376 122457 0 2 6 2 3454 187 16 0 1 0 23692649 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25182/statm: 4217 1113 409 3 0 796 0
[pid=25205] ppid=25182 vsize=5356 CPUtime=0
/proc/25205/stat : 25205 (sh) S 25182 25182 22421 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23696351 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25205/statm: 1339 232 193 169 0 50 0
[pid=25206] ppid=25205 vsize=486044 CPUtime=1763.57
/proc/25206/stat : 25206 (minisat) R 25205 25182 22421 0 -1 4194304 117333 0 0 0 176254 103 0 0 25 0 1 0 23696351 497709056 117319 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25206/statm: 121511 117319 76 150 0 121358 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 508268

[startup+1815.82 s]
/proc/loadavg: 2.03 2.03 2.02 3/89 25799
/proc/meminfo: memFree=404304/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=36.52
/proc/25182/stat : 25182 (sugar) R 25180 25182 22421 0 -1 4194304 1423 122734 0 2 6 5 3454 187 16 0 1 0 23692649 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25182/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 36.52
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1815.82 s]
/proc/loadavg: 2.03 2.03 2.02 3/89 25799
/proc/meminfo: memFree=404304/2055920 swapFree=4192952/4192956
[pid=25182] ppid=25180 vsize=16868 CPUtime=36.52
/proc/25182/stat : 25182 (sugar) R 25180 25182 22421 0 -1 4194304 1423 122734 0 2 6 5 3454 187 16 0 1 0 23692649 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25182/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 36.52
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): 1763.54
#  lost CPU user time (s): 1762.54
#  lost CPU system time (s): 1

Real time (s): 1815.89
CPU time (s): 1800.15
CPU user time (s): 1797.15
CPU system time (s): 3.0027
CPU usage (%): 99.1334
Max. virtual memory (cumulated for all children) (KiB): 911324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.6097
system time used= 2.0027
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124216
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= 6524
involuntary context switches= 7130

runsolver used 2.19467 second user time and 6.11707 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 04:38:20
IDJOB=2077946
IDBENCH=56690
IDSOLVER=739
FILE ID=node68/2077946-1247366299
PBS_JOBID= 9507060
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-1.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-2077946-1247366299/watcher-2077946-1247366299 -o /tmp/evaluation-result-2077946-1247366299/solver-2077946-1247366299 -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-2077946-1247366299.xml

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

MD5SUM BENCH= b83110eaa48c7b1a0d0e9384b24bced8
RANDOM SEED=1773010141

node68.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.258
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.258
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:       1615760 kB
Buffers:         68588 kB
Cached:         221972 kB
SwapCached:          4 kB
Active:         192396 kB
Inactive:       172180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1615760 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           10408 kB
Writeback:           0 kB
Mapped:          84968 kB
Slab:            60256 kB
Committed_AS:   324472 kB
PageTables:       2096 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= 66444 MiB
End job on node68 at 2009-07-12 05:08:37