Trace number 2077968

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.21 1806.71

General information on the benchmark

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

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 04:40:05 2009
0.00/0.07	c 0	PID 24403
0.00/0.07	c 0	HOST node84.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2077968-1247366404.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077968-1247366404.xml' 'HOME/temp.csp'
3.24/3.36	c 3	32 domains, 800 variables, 1 predicates, 0 relations, 65133 constraints
3.30/3.42	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.30/3.42	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.30/3.49	c 3	Parsing HOME/temp.csp
3.32/3.69	c 3	parsed 10000 expressions
3.32/3.83	c 3	parsed 20000 expressions
3.32/3.98	c 4	parsed 30000 expressions
3.32/4.15	c 4	parsed 40000 expressions
3.32/4.24	c 4	parsed 50000 expressions
4.29/4.48	c 4	parsed 60000 expressions
4.38/4.53	c 4	parsed 65966 expressions
4.38/4.54	c 4	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.38/4.54	c 4	Converting to clausal form CSP
5.09/5.21	c 5	converted 6597 (10%) expressions
5.78/5.99	c 6	converted 13194 (20%) expressions
6.29/6.50	c 6	converted 19790 (30%) expressions
7.29/7.44	c 7	converted 26387 (40%) expressions
7.79/7.96	c 8	converted 32983 (50%) expressions
8.28/8.47	c 8	converted 39580 (60%) expressions
8.78/8.99	c 9	converted 46177 (70%) expressions
10.19/10.30	c 10	converted 52773 (80%) expressions
10.79/10.94	c 11	converted 59370 (90%) expressions
12.18/12.36	c 12	converted 65966 (100%) expressions
12.18/12.36	c 12	CSP : 800 integers, 0 booleans, 94989 clauses, largest domain size 45
12.18/12.36	c 12	Heap : 152 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.18/12.36	c 12	Propagation in CSP
12.48/12.66	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.48/12.66	c 12	CSP : 800 integers, 0 booleans, 94989 clauses, largest domain size 45
12.48/12.66	c 12	Heap : 149 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.48/12.70	c 12	Simplifing CSP by introducing new Boolean variables
15.37/15.52	c 15	CSP : 800 integers, 314493 booleans, 409482 clauses, largest domain size 45
15.37/15.52	c 15	Heap : 241 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.87/17.07	c 17	Encoding CSP to SAT : HOME/temp.cnf
16.98/17.14	c 17	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
16.98/17.14	c 17	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
16.98/17.15	c 17	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
16.98/17.15	c 17	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
16.98/17.15	c 17	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
16.98/17.16	c 17	480 (60%) CSP integer variables are encoded (17364 clauses, 238818 bytes)
16.98/17.17	c 17	560 (70%) CSP integer variables are encoded (17504 clauses, 240918 bytes)
16.98/17.17	c 17	640 (80%) CSP integer variables are encoded (17673 clauses, 243453 bytes)
16.98/17.18	c 17	720 (90%) CSP integer variables are encoded (17833 clauses, 245853 bytes)
16.98/17.18	c 17	800 (100%) CSP integer variables are encoded (17954 clauses, 247668 bytes)
18.68/18.83	c 18	40949 (10%) CSP clauses are encoded (817606 clauses, 15678212 bytes)
20.28/20.42	c 20	81897 (20%) CSP clauses are encoded (1616797 clauses, 31833439 bytes)
21.88/22.06	c 22	122845 (30%) CSP clauses are encoded (2416028 clauses, 48431470 bytes)
23.55/23.74	c 23	163793 (40%) CSP clauses are encoded (3214665 clauses, 65464997 bytes)
25.25/25.41	c 25	204741 (50%) CSP clauses are encoded (4012513 clauses, 82541548 bytes)
26.85/27.08	c 27	245690 (60%) CSP clauses are encoded (4811641 clauses, 99745631 bytes)
28.59/29.83	c 29	286638 (70%) CSP clauses are encoded (5610841 clauses, 117539895 bytes)
30.39/31.62	c 31	327586 (80%) CSP clauses are encoded (6491361 clauses, 137169970 bytes)
32.59/33.86	c 33	368534 (90%) CSP clauses are encoded (7727877 clauses, 163458348 bytes)
34.84/36.15	c 36	409482 (100%) CSP clauses are encoded (8965009 clauses, 190124977 bytes)
34.84/36.16	c 36	409482 CSP clauses encoded
34.84/36.16	c 36	Writing map file : HOME/temp.map
34.84/36.20	c 36	Heap : 195 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.84/36.20	c 36	SAT : 333223 SAT variables, 8965009 SAT clauses, 190124977 bytes
34.84/36.20	c 36	Heap : 195 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.94/36.25	c 36	SOLVING HOME/temp.cnf
34.94/36.25	c 36	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.94/36.25	c 36	This is MiniSat 2.0 beta
34.94/36.25	c 36	WARNING: for repeatability, setting FPU to use double precision
34.94/36.25	c 36	============================[ Problem Statistics ]=============================
34.94/36.25	c 36	|                                                                             |
34.94/36.25	c 36	|  Number of variables:  333223                                               |
34.94/36.25	c 36	|  Number of clauses:    8965009                                              |
39.78/41.17	c 41	|  Parsing time:         4.16         s                                       |
40.07/41.40	c 41	============================[ Search Statistics ]==============================
40.07/41.40	c 41	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.07/41.40	c 41	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.07/41.40	c 41	===============================================================================
40.07/41.40	c 41	|         0 |  333223  8965009 26367280 |  2988336        0    nan |  0.000 % |
42.75/44.15	c 44	|       100 |  333223  8965009 26367280 |  3287169      100     10 |  0.000 % |
44.04/45.46	c 45	|       250 |  333223  8965009 26367280 |  3615886      250      9 |  0.000 % |
45.53/46.98	c 47	|       475 |  333223  8965009 26367280 |  3977475      475      9 |  0.000 % |
47.51/48.93	c 49	|       812 |  333223  8965009 26367280 |  4375223      812     10 |  0.000 % |
49.29/50.78	c 50	|      1319 |  333223  8965009 26367280 |  4812745     1319     12 |  0.000 % |
52.76/54.27	c 54	|      2078 |  333223  8965009 26367280 |  5294020     2078     14 |  0.000 % |
56.53/58.01	c 58	|      3219 |  333223  8965009 26367280 |  5823422     3219     16 |  0.000 % |
58.52/60.08	c 60	|      4929 |  333223  8965009 26367280 |  6405764     4929     20 |  0.000 % |
62.79/64.32	c 64	|      7491 |  333223  8965009 26367280 |  7046340     7491     23 |  0.000 % |
66.28/67.82	c 67	|     11335 |  333223  8965009 26367280 |  7750974    11335     25 |  0.000 % |
79.45/81.07	c 81	|     17101 |  333223  8965009 26367280 |  8526072    17101     23 |  0.000 % |
84.75/86.35	c 86	|     25751 |  333223  8965009 26367280 |  9378679    25751     26 |  0.000 % |
97.54/99.11	c 99	|     38726 |  333223  8965009 26367280 | 10316547    38726     28 |  0.000 % |
109.94/111.57	c 111	|     58189 |  333223  8965009 26367280 | 11348202    58189     29 |  0.000 % |
132.32/133.94	c 134	|     87381 |  333223  8965009 26367280 | 12483022    87381     31 |  0.000 % |
154.82/156.43	c 156	|    131170 |  333223  8965009 26367280 | 13731324   131170     36 |  0.000 % |
212.69/214.39	c 214	|    196854 |  333223  8965009 26367280 | 15104457   196854     35 |  0.000 % |
276.86/278.59	c 278	|    295381 |  333223  8965009 26367280 | 16614902   295381     37 |  0.000 % |
412.32/414.24	c 414	|    443170 |  333223  8965009 26367280 | 18276393   443170     35 |  0.000 % |
619.98/623.77	c 623	|    664853 |  333223  8965009 26367280 | 20104032   664853     42 |  0.000 % |
1328.12/1334.35	c 1334	|    997379 |  333223  8965009 26367280 | 22114435   997379     46 |  0.000 % |
1800.10/1806.52	c ERROR INTERRUPTED
35.00/1806.62	s UNKNOWN
35.00/1806.62	c 1806	CPU 35 (0.06 0.02 33.16 1.76)
35.00/1806.62	c 1806	END Sun Jul 12 05:10:11 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-2077968-1247366404/watcher-2077968-1247366404 -o /tmp/evaluation-result-2077968-1247366404/solver-2077968-1247366404 -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-2077968-1247366404.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.46 2.36 2.32 4/83 24403
/proc/meminfo: memFree=1123120/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=12272 CPUtime=0
/proc/24403/stat : 24403 (sugar) R 24401 24403 20717 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 23705825 12566528 326 996147200 4194304 4206940 548682068608 18446744073709551615 243679221248 0 0 4224 0 0 0 0 17 0 0 0
/proc/24403/statm: 3068 327 246 3 0 168 0

[startup+0.083666 s]
/proc/loadavg: 2.46 2.36 2.32 4/83 24403
/proc/meminfo: memFree=1123120/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=0.06
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23705825 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.109665 s]
/proc/loadavg: 2.46 2.36 2.32 4/83 24403
/proc/meminfo: memFree=1123120/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=0.06
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23705825 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302696 s]
/proc/loadavg: 2.46 2.36 2.32 4/83 24403
/proc/meminfo: memFree=1123120/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=0.06
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23705825 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701786 s]
/proc/loadavg: 2.46 2.36 2.32 4/83 24403
/proc/meminfo: memFree=1123120/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=0.06
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23705825 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50192 s]
/proc/loadavg: 2.46 2.36 2.32 4/94 24415
/proc/meminfo: memFree=1087576/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=0.06
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23705825 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1111 409 3 0 796 0
[pid=24406] ppid=24403 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (sh) S 24403 24403 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23705833 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24406/statm: 1339 233 193 169 0 50 0
[pid=24407] ppid=24406 vsize=866780 CPUtime=1.4
/proc/24407/stat : 24407 (java) S 24406 24403 20717 0 -1 0 17433 0 1 0 131 9 0 0 18 0 9 0 23705833 887582720 15007 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24407/statm: 216695 15007 2557 9 0 211207 0
[pid=24407/tid=24408] ppid=24406 vsize=866780 CPUtime=0.79
/proc/24407/task/24408/stat : 24408 (java) R 24406 24403 20717 0 -1 64 3040 0 1 0 77 2 0 0 24 0 9 0 23705834 887582720 15007 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24409] ppid=24406 vsize=866780 CPUtime=0.49
/proc/24407/task/24409/stat : 24409 (java) R 24406 24403 20717 0 -1 64 13187 0 0 0 44 5 0 0 16 0 9 0 23705835 887582720 15007 996147200 134512640 134550932 4294955984 18446744073709551615 104516179 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24410] ppid=24406 vsize=866780 CPUtime=0
/proc/24407/task/24410/stat : 24410 (java) S 24406 24403 20717 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23705835 887582720 15007 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24411] ppid=24406 vsize=866780 CPUtime=0
/proc/24407/task/24411/stat : 24411 (java) S 24406 24403 20717 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 23705835 887582720 15007 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24412] ppid=24406 vsize=866780 CPUtime=0
/proc/24407/task/24412/stat : 24412 (java) S 24406 24403 20717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23705837 887582720 15007 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24413] ppid=24406 vsize=866780 CPUtime=0.08
/proc/24407/task/24413/stat : 24413 (java) S 24406 24403 20717 0 -1 64 501 0 0 0 8 0 0 0 16 0 9 0 23705837 887582720 15007 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24414] ppid=24406 vsize=866780 CPUtime=0
/proc/24407/task/24414/stat : 24414 (java) S 24406 24403 20717 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23705837 887582720 15007 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24415] ppid=24406 vsize=866780 CPUtime=0
/proc/24407/task/24415/stat : 24415 (java) S 24406 24403 20717 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23705837 887582720 15007 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 889004

[startup+3.10221 s]
/proc/loadavg: 2.46 2.36 2.32 4/94 24415
/proc/meminfo: memFree=1034328/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=0.06
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23705825 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1111 409 3 0 796 0
[pid=24406] ppid=24403 vsize=5356 CPUtime=0
/proc/24406/stat : 24406 (sh) S 24403 24403 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23705833 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24406/statm: 1339 233 193 169 0 50 0
[pid=24407] ppid=24406 vsize=864792 CPUtime=2.99
/proc/24407/stat : 24407 (java) S 24406 24403 20717 0 -1 0 31936 0 1 0 282 17 0 0 18 0 9 0 23705833 885547008 27022 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24407/statm: 216198 27022 2557 9 0 210710 0
[pid=24407/tid=24408] ppid=24406 vsize=864792 CPUtime=1.68
/proc/24407/task/24408/stat : 24408 (java) R 24406 24403 20717 0 -1 64 3958 0 1 0 164 4 0 0 25 0 9 0 23705834 885547008 27022 996147200 134512640 134550932 4294955984 18446744073709551615 4126784272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24409] ppid=24406 vsize=864792 CPUtime=1.14
/proc/24407/task/24409/stat : 24409 (java) S 24406 24403 20717 0 -1 64 26734 0 0 0 103 11 0 0 16 0 9 0 23705835 885547008 27022 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24410] ppid=24406 vsize=864792 CPUtime=0
/proc/24407/task/24410/stat : 24410 (java) S 24406 24403 20717 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23705835 885547008 27022 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24411] ppid=24406 vsize=864792 CPUtime=0
/proc/24407/task/24411/stat : 24411 (java) S 24406 24403 20717 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 23705835 885547008 27022 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24412] ppid=24406 vsize=864792 CPUtime=0
/proc/24407/task/24412/stat : 24412 (java) S 24406 24403 20717 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23705837 885547008 27022 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24413] ppid=24406 vsize=864792 CPUtime=0.13
/proc/24407/task/24413/stat : 24413 (java) S 24406 24403 20717 0 -1 64 539 0 0 0 13 0 0 0 16 0 9 0 23705837 885547008 27022 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24414] ppid=24406 vsize=864792 CPUtime=0
/proc/24407/task/24414/stat : 24414 (java) S 24406 24403 20717 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23705837 885547008 27022 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24407/tid=24415] ppid=24406 vsize=864792 CPUtime=0
/proc/24407/task/24415/stat : 24415 (java) S 24406 24403 20717 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23705837 885547008 27022 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) 887016

[startup+6.3018 s]
/proc/loadavg: 2.51 2.37 2.32 3/94 24425
/proc/meminfo: memFree=1057176/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=3.33
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1309 32373 0 1 5 2 307 19 16 0 1 0 23705825 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1111 409 3 0 796 0
[pid=24416] ppid=24403 vsize=5356 CPUtime=0
/proc/24416/stat : 24416 (sh) S 24403 24403 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23706168 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24416/statm: 1339 233 193 169 0 50 0
[pid=24417] ppid=24416 vsize=868612 CPUtime=2.85
/proc/24417/stat : 24417 (java) S 24416 24403 20717 0 -1 0 20782 0 1 0 276 9 0 0 20 0 9 0 23706168 889458688 18959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24417/statm: 217153 18959 2566 9 0 211658 0
[pid=24417/tid=24418] ppid=24416 vsize=868612 CPUtime=1.63
/proc/24417/task/24418/stat : 24418 (java) R 24416 24403 20717 0 -1 64 3168 0 1 0 161 2 0 0 25 0 9 0 23706169 889458688 18959 996147200 134512640 134550932 4294955936 18446744073709551615 4126514475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24419] ppid=24416 vsize=868612 CPUtime=1.05
/proc/24417/task/24419/stat : 24419 (java) S 24416 24403 20717 0 -1 64 15447 0 0 0 100 5 0 0 16 0 9 0 23706170 889458688 18959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24420] ppid=24416 vsize=868612 CPUtime=0
/proc/24417/task/24420/stat : 24420 (java) S 24416 24403 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23706170 889458688 18959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24421] ppid=24416 vsize=868612 CPUtime=0
/proc/24417/task/24421/stat : 24421 (java) S 24416 24403 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23706170 889458688 18959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24422] ppid=24416 vsize=868612 CPUtime=0
/proc/24417/task/24422/stat : 24422 (java) S 24416 24403 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23706172 889458688 18959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24423] ppid=24416 vsize=868612 CPUtime=0.15
/proc/24417/task/24423/stat : 24423 (java) S 24416 24403 20717 0 -1 64 1464 0 0 0 14 1 0 0 17 0 9 0 23706172 889458688 18959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24424] ppid=24416 vsize=868612 CPUtime=0
/proc/24417/task/24424/stat : 24424 (java) S 24416 24403 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23706172 889458688 18959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24425] ppid=24416 vsize=868612 CPUtime=0
/proc/24417/task/24425/stat : 24425 (java) S 24416 24403 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23706172 889458688 18959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890836

[startup+12.703 s]
/proc/loadavg: 2.55 2.38 2.33 3/94 24425
/proc/meminfo: memFree=945048/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=3.33
/proc/24403/stat : 24403 (sugar) R 24401 24403 20717 0 -1 4194304 1310 32373 0 1 5 2 307 19 16 0 1 0 23705825 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427346 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24403/statm: 4217 1111 409 3 0 796 0
[pid=24416] ppid=24403 vsize=5356 CPUtime=0
/proc/24416/stat : 24416 (sh) S 24403 24403 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23706168 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24416/statm: 1339 233 193 169 0 50 0
[pid=24417] ppid=24416 vsize=868612 CPUtime=9.24
/proc/24417/stat : 24417 (java) S 24416 24403 20717 0 -1 0 57923 0 1 0 896 28 0 0 20 0 9 0 23706168 889458688 46298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24417/statm: 217153 46298 2567 9 0 211658 0
[pid=24417/tid=24418] ppid=24416 vsize=868612 CPUtime=5.26
/proc/24417/task/24418/stat : 24418 (java) R 24416 24403 20717 0 -1 64 4481 0 1 0 523 3 0 0 25 0 9 0 23706169 889458688 46298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24419] ppid=24416 vsize=868612 CPUtime=3.78
/proc/24417/task/24419/stat : 24419 (java) S 24416 24403 20717 0 -1 64 51261 0 0 0 356 22 0 0 16 0 9 0 23706170 889458688 46298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24420] ppid=24416 vsize=868612 CPUtime=0
/proc/24417/task/24420/stat : 24420 (java) S 24416 24403 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23706170 889458688 46298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24421] ppid=24416 vsize=868612 CPUtime=0
/proc/24417/task/24421/stat : 24421 (java) S 24416 24403 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23706170 889458688 46298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24422] ppid=24416 vsize=868612 CPUtime=0
/proc/24417/task/24422/stat : 24422 (java) S 24416 24403 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23706172 889458688 46298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24423] ppid=24416 vsize=868612 CPUtime=0.17
/proc/24417/task/24423/stat : 24423 (java) S 24416 24403 20717 0 -1 64 1478 0 0 0 16 1 0 0 16 0 9 0 23706172 889458688 46298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24424] ppid=24416 vsize=868612 CPUtime=0
/proc/24417/task/24424/stat : 24424 (java) S 24416 24403 20717 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23706172 889458688 46298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24425] ppid=24416 vsize=868612 CPUtime=0
/proc/24417/task/24425/stat : 24425 (java) S 24416 24403 20717 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23706172 889458688 46298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 890836

[startup+25.5023 s]
/proc/loadavg: 2.57 2.39 2.33 3/94 24425
/proc/meminfo: memFree=761304/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=3.33
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1310 32373 0 1 5 2 307 19 16 0 1 0 23705825 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1111 409 3 0 796 0
[pid=24416] ppid=24403 vsize=5356 CPUtime=0
/proc/24416/stat : 24416 (sh) S 24403 24403 20717 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23706168 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24416/statm: 1339 233 193 169 0 50 0
[pid=24417] ppid=24416 vsize=868724 CPUtime=22.02
/proc/24417/stat : 24417 (java) S 24416 24403 20717 0 -1 0 94136 0 1 0 2108 94 0 0 20 0 9 0 23706168 889573376 68889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24417/statm: 217181 68889 2593 9 0 211658 0
[pid=24417/tid=24418] ppid=24416 vsize=868724 CPUtime=13.93
/proc/24417/task/24418/stat : 24418 (java) R 24416 24403 20717 0 -1 64 6051 0 1 0 1341 52 0 0 25 0 9 0 23706169 889573376 68889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24419] ppid=24416 vsize=868724 CPUtime=7.82
/proc/24417/task/24419/stat : 24419 (java) S 24416 24403 20717 0 -1 64 85858 0 0 0 742 40 0 0 16 0 9 0 23706170 889573376 68889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24420] ppid=24416 vsize=868724 CPUtime=0
/proc/24417/task/24420/stat : 24420 (java) S 24416 24403 20717 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23706170 889573376 68889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24421] ppid=24416 vsize=868724 CPUtime=0
/proc/24417/task/24421/stat : 24421 (java) S 24416 24403 20717 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23706170 889573376 68889 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24417/tid=24422] ppid=24416 vsize=868724 CPUtime=0

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

/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1376 126949 0 2 6 2 3316 176 16 0 1 0 23705825 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1113 409 3 0 796 0
[pid=24426] ppid=24403 vsize=5356 CPUtime=0
/proc/24426/stat : 24426 (sh) S 24403 24403 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24426/statm: 1339 232 193 169 0 50 0
[pid=24427] ppid=24426 vsize=663492 CPUtime=1441.04
/proc/24427/stat : 24427 (minisat) R 24426 24403 20717 0 -1 4194304 161036 0 0 0 143945 159 0 0 25 0 1 0 23709451 679415808 161022 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24427/statm: 165873 161022 76 150 0 165720 0
Current children cumulated CPU time (s) 1476.04
Current children cumulated vsize (KiB) 685716

[startup+1542.3 s]
/proc/loadavg: 2.11 2.07 2.09 3/78 26044
/proc/meminfo: memFree=917640/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=35
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1376 126949 0 2 6 2 3316 176 16 0 1 0 23705825 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1113 409 3 0 796 0
[pid=24426] ppid=24403 vsize=5356 CPUtime=0
/proc/24426/stat : 24426 (sh) S 24403 24403 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24426/statm: 1339 232 193 169 0 50 0
[pid=24427] ppid=24426 vsize=670572 CPUtime=1501.01
/proc/24427/stat : 24427 (minisat) R 24426 24403 20717 0 -1 4194304 162830 0 0 0 149940 161 0 0 25 0 1 0 23709451 686665728 162816 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/24427/statm: 167643 162816 76 150 0 167490 0
Current children cumulated CPU time (s) 1536.01
Current children cumulated vsize (KiB) 692796

[startup+1602.3 s]
/proc/loadavg: 2.10 2.07 2.09 3/78 26044
/proc/meminfo: memFree=905480/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=35
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1376 126949 0 2 6 2 3316 176 16 0 1 0 23705825 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1113 409 3 0 796 0
[pid=24426] ppid=24403 vsize=5356 CPUtime=0
/proc/24426/stat : 24426 (sh) S 24403 24403 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24426/statm: 1339 232 193 169 0 50 0
[pid=24427] ppid=24426 vsize=682608 CPUtime=1560.98
/proc/24427/stat : 24427 (minisat) R 24426 24403 20717 0 -1 4194304 165855 0 0 0 155933 165 0 0 25 0 1 0 23709451 698990592 165841 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24427/statm: 170652 165841 76 150 0 170499 0
Current children cumulated CPU time (s) 1595.98
Current children cumulated vsize (KiB) 704832

[startup+1662.3 s]
/proc/loadavg: 2.09 2.07 2.09 3/78 26044
/proc/meminfo: memFree=889800/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=35
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1376 126949 0 2 6 2 3316 176 16 0 1 0 23705825 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1113 409 3 0 796 0
[pid=24426] ppid=24403 vsize=5356 CPUtime=0
/proc/24426/stat : 24426 (sh) S 24403 24403 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24426/statm: 1339 232 193 169 0 50 0
[pid=24427] ppid=24426 vsize=697732 CPUtime=1620.96
/proc/24427/stat : 24427 (minisat) R 24426 24403 20717 0 -1 4194304 169693 0 0 0 161927 169 0 0 25 0 1 0 23709451 714477568 169679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24427/statm: 174433 169679 76 150 0 174280 0
Current children cumulated CPU time (s) 1655.96
Current children cumulated vsize (KiB) 719956

[startup+1722.3 s]
/proc/loadavg: 2.08 2.07 2.09 3/78 26044
/proc/meminfo: memFree=877128/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=35
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1376 126949 0 2 6 2 3316 176 16 0 1 0 23705825 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1113 409 3 0 796 0
[pid=24426] ppid=24403 vsize=5356 CPUtime=0
/proc/24426/stat : 24426 (sh) S 24403 24403 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24426/statm: 1339 232 193 169 0 50 0
[pid=24427] ppid=24426 vsize=710120 CPUtime=1680.93
/proc/24427/stat : 24427 (minisat) R 24426 24403 20717 0 -1 4194304 172831 0 0 0 167921 172 0 0 25 0 1 0 23709451 727162880 172817 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/24427/statm: 177530 172817 76 150 0 177377 0
Current children cumulated CPU time (s) 1715.93
Current children cumulated vsize (KiB) 732344

[startup+1782.3 s]
/proc/loadavg: 2.08 2.07 2.09 3/78 26044
/proc/meminfo: memFree=865544/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=35
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1376 126949 0 2 6 2 3316 176 16 0 1 0 23705825 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1113 409 3 0 796 0
[pid=24426] ppid=24403 vsize=5356 CPUtime=0
/proc/24426/stat : 24426 (sh) S 24403 24403 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24426/statm: 1339 232 193 169 0 50 0
[pid=24427] ppid=24426 vsize=721116 CPUtime=1740.91
/proc/24427/stat : 24427 (minisat) R 24426 24403 20717 0 -1 4194304 175601 0 0 0 173915 176 0 0 25 0 1 0 23709451 738422784 175587 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/24427/statm: 180279 175587 76 150 0 180126 0
Current children cumulated CPU time (s) 1775.91
Current children cumulated vsize (KiB) 743340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.5 s]
/proc/loadavg: 2.05 2.06 2.09 3/78 26044
/proc/meminfo: memFree=860808/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=35
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1376 126949 0 2 6 2 3316 176 16 0 1 0 23705825 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1113 409 3 0 796 0
[pid=24426] ppid=24403 vsize=5356 CPUtime=0
/proc/24426/stat : 24426 (sh) S 24403 24403 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24426/statm: 1339 232 193 169 0 50 0
[pid=24427] ppid=24426 vsize=725756 CPUtime=1765.1
/proc/24427/stat : 24427 (minisat) R 24426 24403 20717 0 -1 4194304 176754 0 0 0 176333 177 0 0 25 0 1 0 23709451 743174144 176740 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24427/statm: 181439 176740 76 150 0 181286 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 747980

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

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

[startup+1806.5 s]
/proc/loadavg: 2.05 2.06 2.09 3/78 26044
/proc/meminfo: memFree=860808/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=35
/proc/24403/stat : 24403 (sugar) S 24401 24403 20717 0 -1 4194304 1376 126949 0 2 6 2 3316 176 16 0 1 0 23705825 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24403/statm: 4217 1113 409 3 0 796 0
[pid=24426] ppid=24403 vsize=5356 CPUtime=0
/proc/24426/stat : 24426 (sh) S 24403 24403 20717 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23709451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24426/statm: 1339 232 193 169 0 50 0
[pid=24427] ppid=24426 vsize=725756 CPUtime=1765.1
/proc/24427/stat : 24427 (minisat) R 24426 24403 20717 0 -1 4194304 176754 0 0 0 176333 177 0 0 25 0 1 0 23709451 743174144 176740 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24427/statm: 181439 176740 76 150 0 181286 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 747980

[startup+1806.62 s]
/proc/loadavg: 2.05 2.06 2.09 3/78 26044
/proc/meminfo: memFree=860808/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=35
/proc/24403/stat : 24403 (sugar) R 24401 24403 20717 0 -1 4194304 1423 127226 0 2 6 2 3316 176 15 0 1 0 23705825 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24403/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 35
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1806.62 s]
/proc/loadavg: 2.05 2.06 2.09 3/78 26044
/proc/meminfo: memFree=860808/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=35
/proc/24403/stat : 24403 (sugar) R 24401 24403 20717 0 -1 4194304 1423 127226 0 2 6 2 3316 176 15 0 1 0 23705825 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24403/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 35
Current children cumulated vsize (KiB) 16868

[startup+1806.7 s]
/proc/loadavg: 2.05 2.06 2.09 3/78 26044
/proc/meminfo: memFree=860808/2055920 swapFree=4192812/4192956
[pid=24403] ppid=24401 vsize=16868 CPUtime=35.08
/proc/24403/stat : 24403 (sugar) R 24401 24403 20717 0 -1 4194304 1423 127226 0 2 6 10 3316 176 16 0 1 0 23705825 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24403/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 35.08
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): 1765.1
#  lost CPU user time (s): 1763.33
#  lost CPU system time (s): 1.77

Real time (s): 1806.71
CPU time (s): 1800.21
CPU user time (s): 1796.56
CPU system time (s): 3.65071
CPU usage (%): 99.6402
Max. virtual memory (cumulated for all children) (KiB): 911328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.2279
system time used= 1.88071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128708
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= 6267
involuntary context switches= 6885

runsolver used 2.21266 second user time and 5.66214 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 04:40:05
IDJOB=2077968
IDBENCH=56692
IDSOLVER=739
FILE ID=node84/2077968-1247366404
PBS_JOBID= 9507015
Free space on /tmp= 66232 MiB

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

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

MD5SUM BENCH= deee800a676362b8ba7ef4a56056f1e3
RANDOM SEED=1507834784

node84.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.259
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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1123664 kB
Buffers:         29156 kB
Cached:         235772 kB
SwapCached:          0 kB
Active:         810632 kB
Inactive:        61352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21496 kB
Writeback:           0 kB
Mapped:         628292 kB
Slab:            44276 kB
Committed_AS:   862872 kB
PageTables:       3092 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= 66300 MiB
End job on node84 at 2009-07-12 05:10:13