Trace number 2077176

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+minisatUNSAT 403.292 406.175

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-18_ext.xml
MD5SUM7eefbe4525d9a139e0a7a3d10b5fd38d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.077987
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints34
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension34
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 03:51:07 2009
0.00/0.07	c 0	PID 24243
0.00/0.07	c 0	HOST node44.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2077176-1247363466.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-2077176-1247363466.xml' 'HOME/temp.csp'
0.06/0.28	c 0	1 domains, 288 variables, 0 predicates, 2 relations, 34 constraints
0.06/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	c 0	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'
0.31/0.40	c 0	Parsing HOME/temp.csp
0.31/0.49	c 0	parsed 325 expressions
0.31/0.50	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.50	c 0	Converting to clausal form CSP
0.31/0.52	c 0	converted 33 (10%) expressions
0.31/0.52	c 0	converted 65 (20%) expressions
0.31/0.52	c 0	converted 98 (30%) expressions
0.31/0.52	c 0	converted 130 (40%) expressions
0.31/0.52	c 0	converted 163 (50%) expressions
0.31/0.52	c 0	converted 195 (60%) expressions
0.31/0.52	c 0	converted 228 (70%) expressions
0.31/0.52	c 0	converted 260 (80%) expressions
0.31/0.73	c 0	converted 293 (90%) expressions
2.50/2.53	c 2	converted 325 (100%) expressions
2.50/2.53	c 2	CSP : 288 integers, 0 booleans, 34 clauses, largest domain size 26
2.50/2.53	c 2	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.53	c 2	Propagation in CSP
2.50/2.53	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.50/2.53	c 2	CSP : 288 integers, 0 booleans, 34 clauses, largest domain size 26
2.50/2.53	c 2	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.53	c 2	Simplifing CSP by introducing new Boolean variables
2.50/2.53	c 2	CSP : 288 integers, 0 booleans, 34 clauses, largest domain size 26
2.50/2.53	c 2	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.83	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.80/2.85	c 2	29 (10%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.80/2.86	c 2	58 (20%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.80/2.86	c 2	87 (30%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
2.80/2.86	c 2	116 (40%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
2.80/2.86	c 2	144 (50%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
2.80/2.87	c 2	173 (60%) CSP integer variables are encoded (4152 clauses, 51913 bytes)
2.80/2.87	c 2	202 (70%) CSP integer variables are encoded (4848 clauses, 60961 bytes)
2.80/2.87	c 2	231 (80%) CSP integer variables are encoded (5544 clauses, 70009 bytes)
2.80/2.87	c 2	260 (90%) CSP integer variables are encoded (6240 clauses, 79057 bytes)
2.80/2.87	c 2	288 (100%) CSP integer variables are encoded (6912 clauses, 87793 bytes)
81.42/83.98	c 83	4 (10%) CSP clauses are encoded (264444 clauses, 26576529 bytes)
137.28/139.85	c 139	7 (20%) CSP clauses are encoded (457593 clauses, 47233005 bytes)
212.83/215.41	c 215	11 (30%) CSP clauses are encoded (715125 clauses, 74774973 bytes)
269.90/272.50	c 272	14 (40%) CSP clauses are encoded (908274 clauses, 95431449 bytes)
325.17/327.88	c 327	17 (50%) CSP clauses are encoded (1101423 clauses, 116087925 bytes)
351.14/353.84	c 353	21 (60%) CSP clauses are encoded (1226412 clauses, 128991894 bytes)
357.73/360.44	c 360	24 (70%) CSP clauses are encoded (1287018 clauses, 136182789 bytes)
366.42/369.17	c 369	28 (80%) CSP clauses are encoded (1367826 clauses, 145770649 bytes)
373.43/376.19	c 376	31 (90%) CSP clauses are encoded (1428432 clauses, 152961544 bytes)
380.02/382.72	c 382	34 (100%) CSP clauses are encoded (1489038 clauses, 160152439 bytes)
380.02/382.72	c 382	34 CSP clauses encoded
380.02/382.72	c 382	Writing map file : HOME/temp.map
380.02/382.73	c 382	Heap : 96 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
380.02/382.73	c 382	SAT : 7200 SAT variables, 1489038 SAT clauses, 160152439 bytes
380.02/382.73	c 382	Heap : 96 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
380.06/382.81	c 382	SOLVING HOME/temp.cnf
380.06/382.81	c 382	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
380.06/382.81	c 382	This is MiniSat 2.0 beta
380.06/382.81	c 382	WARNING: for repeatability, setting FPU to use double precision
380.06/382.81	c 382	============================[ Problem Statistics ]=============================
380.06/382.81	c 382	|                                                                             |
380.06/382.82	c 382	|  Number of variables:  7200                                                 |
380.06/382.82	c 382	|  Number of clauses:    1489038                                              |
383.23/386.10	c 386	|  Parsing time:         2.96         s                                       |
383.62/386.43	c 386	============================[ Search Statistics ]==============================
383.62/386.43	c 386	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
383.62/386.43	c 386	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
383.62/386.43	c 386	===============================================================================
383.62/386.44	c 386	|         0 |    7136  1481270 29463128 |   493756        0    nan |  0.000 % |
383.72/386.51	c 386	|       102 |    7132  1481270 29463128 |   543132       98      6 |  0.945 % |
383.82/386.66	c 386	|       252 |    7130  1481270 29463128 |   597445      246      7 |  0.972 % |
384.61/387.40	c 387	|       477 |    7127  1481270 29463128 |   657190      470      8 |  1.042 % |
386.30/389.17	c 389	|       814 |    7127  1481270 29463128 |   722909      807      8 |  1.042 % |
387.98/390.83	c 390	|      1320 |    7125  1481270 29463128 |   795200     1312      8 |  1.083 % |
390.56/393.49	c 393	|      2080 |    7125  1481270 29463128 |   874720     2072      8 |  1.083 % |
393.73/396.69	c 396	|      3219 |    7122  1481270 29463128 |   962192     3210      9 |  1.139 % |
399.21/402.14	c 402	|      4927 |    7118  1481270 29463128 |  1058411     4917      9 |  1.306 % |
402.91/405.87	c 405	===============================================================================
402.91/405.87	c 405	restarts              : 9
402.91/405.87	c 405	conflicts             : 6254           (277 /sec)
402.91/405.87	c 405	decisions             : 9149           (1.76 % random) (405 /sec)
402.91/405.87	c 405	propagations          : 748941         (33148 /sec)
402.91/405.87	c 405	conflict literals     : 55024          (26.71 % deleted)
402.91/405.87	c 405	Memory used           : 170.35 MB
402.91/405.87	c 405	CPU time              : 22.5936 s
402.91/405.87	c 405	
402.91/405.87	c 405	UNSATISFIABLE
402.91/405.90	c 405	DECODING HOME/temp.out WITH HOME/temp.map
402.91/405.90	c 405	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
403.03/405.98	c 405	Decoding HOME/temp.out
403.03/406.03	s UNSATISFIABLE
403.03/406.06	c 406	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
403.03/406.08	c 406	CPU 403.18 (0.05 0.01 401.27 1.85)
403.03/406.09	c 406	END Sun Jul 12 03:57:53 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077176-1247363466/watcher-2077176-1247363466 -o /tmp/evaluation-result-2077176-1247363466/solver-2077176-1247363466 -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-2077176-1247363466.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.04 2.11 2.12 3/70 24243
/proc/meminfo: memFree=1857656/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=12272 CPUtime=0
/proc/24243/stat : 24243 (sugar) R 24241 24243 23988 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23410520 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 0 4224 0 0 0 0 17 0 0 0
/proc/24243/statm: 3068 327 246 3 0 168 0

[startup+0.086334 s]
/proc/loadavg: 2.04 2.11 2.12 3/70 24243
/proc/meminfo: memFree=1857656/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.06
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23410520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101331 s]
/proc/loadavg: 2.04 2.11 2.12 3/70 24243
/proc/meminfo: memFree=1857656/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.06
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23410520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301358 s]
/proc/loadavg: 2.04 2.11 2.12 3/70 24243
/proc/meminfo: memFree=1857656/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.06
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 23410520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701406 s]
/proc/loadavg: 2.04 2.11 2.12 3/70 24243
/proc/meminfo: memFree=1857656/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1309 5020 0 1 5 1 21 4 16 0 1 0 23410520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16868

[startup+1.50249 s]
/proc/loadavg: 2.04 2.11 2.12 4/81 24271
/proc/meminfo: memFree=1825560/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1309 5020 0 1 5 1 21 4 15 0 1 0 23410520 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1111 409 3 0 796 0
[pid=24256] ppid=24243 vsize=5356 CPUtime=0
/proc/24256/stat : 24256 (sh) S 24243 24243 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23410554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24256/statm: 1339 233 193 169 0 50 0
[pid=24257] ppid=24256 vsize=866400 CPUtime=1.19
/proc/24257/stat : 24257 (java) S 24256 24243 23988 0 -1 0 14632 0 1 0 112 7 0 0 18 0 9 0 23410554 887193600 13792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24257/statm: 216600 13792 2566 9 0 211105 0
[pid=24257/tid=24258] ppid=24256 vsize=866400 CPUtime=0.42
/proc/24257/task/24258/stat : 24258 (java) S 24256 24243 23988 0 -1 64 2944 0 1 0 41 1 0 0 16 0 9 0 23410555 887193600 13792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24259] ppid=24256 vsize=866400 CPUtime=0.71
/proc/24257/task/24259/stat : 24259 (java) R 24256 24243 23988 0 -1 64 10655 0 0 0 67 4 0 0 17 0 9 0 23410556 887193600 13792 996147200 134512640 134550932 4294955936 18446744073709551615 104516179 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24260] ppid=24256 vsize=866400 CPUtime=0
/proc/24257/task/24260/stat : 24260 (java) S 24256 24243 23988 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 23410556 887193600 13792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24261] ppid=24256 vsize=866400 CPUtime=0
/proc/24257/task/24261/stat : 24261 (java) S 24256 24243 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23410556 887193600 13792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24262] ppid=24256 vsize=866400 CPUtime=0
/proc/24257/task/24262/stat : 24262 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23410558 887193600 13792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24263] ppid=24256 vsize=866400 CPUtime=0.04
/proc/24257/task/24263/stat : 24263 (java) S 24256 24243 23988 0 -1 64 333 0 0 0 4 0 0 0 16 0 9 0 23410558 887193600 13792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24264] ppid=24256 vsize=866400 CPUtime=0
/proc/24257/task/24264/stat : 24264 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23410558 887193600 13792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24265] ppid=24256 vsize=866400 CPUtime=0
/proc/24257/task/24265/stat : 24265 (java) S 24256 24243 23988 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23410558 887193600 13792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 888624

[startup+3.10265 s]
/proc/loadavg: 1.95 2.09 2.11 2/84 24294
/proc/meminfo: memFree=1774208/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1311 5020 0 1 5 1 21 4 16 0 1 0 23410520 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1112 409 3 0 796 0
[pid=24256] ppid=24243 vsize=5356 CPUtime=0
/proc/24256/stat : 24256 (sh) S 24243 24243 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23410554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24256/statm: 1339 233 193 169 0 50 0
[pid=24257] ppid=24256 vsize=866296 CPUtime=2.79
/proc/24257/stat : 24257 (java) S 24256 24243 23988 0 -1 0 26621 0 1 0 266 13 0 0 18 0 9 0 23410554 887087104 25678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24257/statm: 216574 25678 2591 9 0 211051 0
[pid=24257/tid=24258] ppid=24256 vsize=866296 CPUtime=0.96
/proc/24257/task/24258/stat : 24258 (java) R 24256 24243 23988 0 -1 64 3792 0 1 0 94 2 0 0 17 0 9 0 23410555 887087104 25678 996147200 134512640 134550932 4294955936 18446744073709551615 4126607866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24259] ppid=24256 vsize=866296 CPUtime=1.73
/proc/24257/task/24259/stat : 24259 (java) S 24256 24243 23988 0 -1 64 21773 0 0 0 164 9 0 0 16 0 9 0 23410556 887087104 25678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24260] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24260/stat : 24260 (java) S 24256 24243 23988 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23410556 887087104 25678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24261] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24261/stat : 24261 (java) S 24256 24243 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23410556 887087104 25678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24262] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24262/stat : 24262 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23410558 887087104 25678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24263] ppid=24256 vsize=866296 CPUtime=0.07
/proc/24257/task/24263/stat : 24263 (java) S 24256 24243 23988 0 -1 64 356 0 0 0 7 0 0 0 16 0 9 0 23410558 887087104 25678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24264] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24264/stat : 24264 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23410558 887087104 25678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24265] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24265/stat : 24265 (java) S 24256 24243 23988 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23410558 887087104 25678 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 888520

[startup+6.30299 s]
/proc/loadavg: 1.95 2.09 2.11 3/94 24371
/proc/meminfo: memFree=1757224/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1311 5020 0 1 5 1 21 4 16 0 1 0 23410520 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1112 409 3 0 796 0
[pid=24256] ppid=24243 vsize=5356 CPUtime=0
/proc/24256/stat : 24256 (sh) S 24243 24243 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23410554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24256/statm: 1339 233 193 169 0 50 0
[pid=24257] ppid=24256 vsize=866296 CPUtime=5.96
/proc/24257/stat : 24257 (java) S 24256 24243 23988 0 -1 0 27359 0 1 0 582 14 0 0 18 0 9 0 23410554 887087104 26407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24257/statm: 216574 26407 2591 9 0 211051 0
[pid=24257/tid=24258] ppid=24256 vsize=866296 CPUtime=4.1
/proc/24257/task/24258/stat : 24258 (java) R 24256 24243 23988 0 -1 64 3801 0 1 0 407 3 0 0 25 0 9 0 23410555 887087104 26407 996147200 134512640 134550932 4294955936 18446744073709551615 4126594839 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24259] ppid=24256 vsize=866296 CPUtime=1.77
/proc/24257/task/24259/stat : 24259 (java) S 24256 24243 23988 0 -1 64 22502 0 0 0 167 10 0 0 16 0 9 0 23410556 887087104 26407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24260] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24260/stat : 24260 (java) S 24256 24243 23988 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23410556 887087104 26407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24261] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24261/stat : 24261 (java) S 24256 24243 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23410556 887087104 26407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24262] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24262/stat : 24262 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23410558 887087104 26407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24263] ppid=24256 vsize=866296 CPUtime=0.07
/proc/24257/task/24263/stat : 24263 (java) S 24256 24243 23988 0 -1 64 356 0 0 0 7 0 0 0 16 0 9 0 23410558 887087104 26407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24264] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24264/stat : 24264 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23410558 887087104 26407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24265] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24265/stat : 24265 (java) S 24256 24243 23988 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23410558 887087104 26407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 888520

[startup+12.7026 s]
/proc/loadavg: 2.19 2.14 2.12 4/94 24371
/proc/meminfo: memFree=1497080/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1311 5020 0 1 5 1 21 4 16 0 1 0 23410520 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1112 409 3 0 796 0
[pid=24256] ppid=24243 vsize=5356 CPUtime=0
/proc/24256/stat : 24256 (sh) S 24243 24243 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23410554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24256/statm: 1339 233 193 169 0 50 0
[pid=24257] ppid=24256 vsize=866296 CPUtime=11.49
/proc/24257/stat : 24257 (java) S 24256 24243 23988 0 -1 0 28075 0 1 0 1134 15 0 0 18 0 9 0 23410554 887087104 27115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24257/statm: 216574 27115 2591 9 0 211051 0
[pid=24257/tid=24258] ppid=24256 vsize=866296 CPUtime=9.59
/proc/24257/task/24258/stat : 24258 (java) R 24256 24243 23988 0 -1 64 3809 0 1 0 956 3 0 0 25 0 9 0 23410555 887087104 27115 996147200 134512640 134550932 4294955936 18446744073709551615 4125952247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24259] ppid=24256 vsize=866296 CPUtime=1.8
/proc/24257/task/24259/stat : 24259 (java) S 24256 24243 23988 0 -1 64 23210 0 0 0 170 10 0 0 16 0 9 0 23410556 887087104 27115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24260] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24260/stat : 24260 (java) S 24256 24243 23988 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23410556 887087104 27115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24261] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24261/stat : 24261 (java) S 24256 24243 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23410556 887087104 27115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24262] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24262/stat : 24262 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23410558 887087104 27115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24263] ppid=24256 vsize=866296 CPUtime=0.07
/proc/24257/task/24263/stat : 24263 (java) S 24256 24243 23988 0 -1 64 356 0 0 0 7 0 0 0 16 0 9 0 23410558 887087104 27115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24264] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24264/stat : 24264 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23410558 887087104 27115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24265] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24265/stat : 24265 (java) S 24256 24243 23988 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23410558 887087104 27115 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 888520

[startup+25.502 s]
/proc/loadavg: 2.32 2.17 2.13 4/94 24371
/proc/meminfo: memFree=1095928/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1311 5020 0 1 5 1 21 4 16 0 1 0 23410520 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1112 409 3 0 796 0
[pid=24256] ppid=24243 vsize=5356 CPUtime=0
/proc/24256/stat : 24256 (sh) S 24243 24243 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23410554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24256/statm: 1339 233 193 169 0 50 0
[pid=24257] ppid=24256 vsize=866296 CPUtime=22.91
/proc/24257/stat : 24257 (java) S 24256 24243 23988 0 -1 0 30571 0 1 0 2270 21 0 0 18 0 9 0 23410554 887087104 29558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24257/statm: 216574 29558 2591 9 0 211051 0
[pid=24257/tid=24258] ppid=24256 vsize=866296 CPUtime=20.82
/proc/24257/task/24258/stat : 24258 (java) R 24256 24243 23988 0 -1 64 3862 0 1 0 2075 7 0 0 25 0 9 0 23410555 887087104 29558 996147200 134512640 134550932 4294955936 18446744073709551615 4126599848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24259] ppid=24256 vsize=866296 CPUtime=1.97
/proc/24257/task/24259/stat : 24259 (java) S 24256 24243 23988 0 -1 64 25644 0 0 0 185 12 0 0 16 0 9 0 23410556 887087104 29558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24260] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24260/stat : 24260 (java) S 24256 24243 23988 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23410556 887087104 29558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24261] ppid=24256 vsize=866296 CPUtime=0
/proc/24257/task/24261/stat : 24261 (java) S 24256 24243 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23410556 887087104 29558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24262] ppid=24256 vsize=866296 CPUtime=0

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

/proc/meminfo: memFree=1589960/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1311 5020 0 1 5 1 21 4 16 0 1 0 23410520 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1112 409 3 0 796 0
[pid=24256] ppid=24243 vsize=5356 CPUtime=0
/proc/24256/stat : 24256 (sh) S 24243 24243 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23410554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24256/statm: 1339 233 193 169 0 50 0
[pid=24257] ppid=24256 vsize=866324 CPUtime=219.43
/proc/24257/stat : 24257 (java) S 24256 24243 23988 0 -1 0 50555 0 1 0 21868 75 0 0 18 0 9 0 23410554 887115776 38733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24257/statm: 216581 38733 2591 9 0 211058 0
[pid=24257/tid=24258] ppid=24256 vsize=866324 CPUtime=214.7
/proc/24257/task/24258/stat : 24258 (java) R 24256 24243 23988 0 -1 64 4484 0 1 0 21422 48 0 0 25 0 9 0 23410555 887115776 38733 996147200 134512640 134550932 4294955936 18446744073709551615 4126594805 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24259] ppid=24256 vsize=866324 CPUtime=4.61
/proc/24257/task/24259/stat : 24259 (java) S 24256 24243 23988 0 -1 64 45006 0 0 0 437 24 0 0 16 0 9 0 23410556 887115776 38733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24260] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24260/stat : 24260 (java) S 24256 24243 23988 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23410556 887115776 38733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24261] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24261/stat : 24261 (java) S 24256 24243 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23410556 887115776 38733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24262] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24262/stat : 24262 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23410558 887115776 38733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24263] ppid=24256 vsize=866324 CPUtime=0.08
/proc/24257/task/24263/stat : 24263 (java) S 24256 24243 23988 0 -1 64 365 0 0 0 8 0 0 0 16 0 9 0 23410558 887115776 38733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24264] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24264/stat : 24264 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23410558 887115776 38733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24265] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24265/stat : 24265 (java) S 24256 24243 23988 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23410558 887115776 38733 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.74
Current children cumulated vsize (KiB) 888548

[startup+282.301 s]
/proc/loadavg: 2.00 2.08 2.09 3/92 24412
/proc/meminfo: memFree=1566984/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1311 5020 0 1 5 1 21 4 16 0 1 0 23410520 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1112 409 3 0 796 0
[pid=24256] ppid=24243 vsize=5356 CPUtime=0
/proc/24256/stat : 24256 (sh) S 24243 24243 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23410554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24256/statm: 1339 233 193 169 0 50 0
[pid=24257] ppid=24256 vsize=866324 CPUtime=279.39
/proc/24257/stat : 24257 (java) S 24256 24243 23988 0 -1 0 56503 0 1 0 27848 91 0 0 18 0 9 0 23410554 887115776 39369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24257/statm: 216581 39369 2591 9 0 211058 0
[pid=24257/tid=24258] ppid=24256 vsize=866324 CPUtime=273.72
/proc/24257/task/24258/stat : 24258 (java) R 24256 24243 23988 0 -1 64 4673 0 1 0 27312 60 0 0 25 0 9 0 23410555 887115776 39369 996147200 134512640 134550932 4294955936 18446744073709551615 4126594765 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24259] ppid=24256 vsize=866324 CPUtime=5.56
/proc/24257/task/24259/stat : 24259 (java) S 24256 24243 23988 0 -1 64 50765 0 0 0 527 29 0 0 16 0 9 0 23410556 887115776 39369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24260] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24260/stat : 24260 (java) S 24256 24243 23988 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23410556 887115776 39369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24261] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24261/stat : 24261 (java) S 24256 24243 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23410556 887115776 39369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24262] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24262/stat : 24262 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23410558 887115776 39369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24263] ppid=24256 vsize=866324 CPUtime=0.08
/proc/24257/task/24263/stat : 24263 (java) S 24256 24243 23988 0 -1 64 365 0 0 0 8 0 0 0 16 0 9 0 23410558 887115776 39369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24264] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24264/stat : 24264 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23410558 887115776 39369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24265] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24265/stat : 24265 (java) S 24256 24243 23988 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23410558 887115776 39369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.7
Current children cumulated vsize (KiB) 888548

[startup+342.303 s]
/proc/loadavg: 2.04 2.08 2.09 3/92 24412
/proc/meminfo: memFree=1541640/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1311 5020 0 1 5 1 21 4 16 0 1 0 23410520 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1112 409 3 0 796 0
[pid=24256] ppid=24243 vsize=5356 CPUtime=0
/proc/24256/stat : 24256 (sh) S 24243 24243 23988 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23410554 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24256/statm: 1339 233 193 169 0 50 0
[pid=24257] ppid=24256 vsize=866324 CPUtime=339.34
/proc/24257/stat : 24257 (java) S 24256 24243 23988 0 -1 0 62987 0 1 0 33825 109 0 0 18 0 9 0 23410554 887115776 40416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24257/statm: 216581 40416 2591 9 0 211058 0
[pid=24257/tid=24258] ppid=24256 vsize=866324 CPUtime=332.68
/proc/24257/task/24258/stat : 24258 (java) R 24256 24243 23988 0 -1 64 4861 0 1 0 33195 73 0 0 25 0 9 0 23410555 887115776 40416 996147200 134512640 134550932 4294955936 18446744073709551615 4126600276 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24259] ppid=24256 vsize=866324 CPUtime=6.54
/proc/24257/task/24259/stat : 24259 (java) S 24256 24243 23988 0 -1 64 57061 0 0 0 621 33 0 0 16 0 9 0 23410556 887115776 40416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24260] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24260/stat : 24260 (java) S 24256 24243 23988 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23410556 887115776 40416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24261] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24261/stat : 24261 (java) S 24256 24243 23988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23410556 887115776 40416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24262] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24262/stat : 24262 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23410558 887115776 40416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24263] ppid=24256 vsize=866324 CPUtime=0.08
/proc/24257/task/24263/stat : 24263 (java) S 24256 24243 23988 0 -1 64 365 0 0 0 8 0 0 0 16 0 9 0 23410558 887115776 40416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24264] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24264/stat : 24264 (java) S 24256 24243 23988 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23410558 887115776 40416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24257/tid=24265] ppid=24256 vsize=866324 CPUtime=0
/proc/24257/task/24265/stat : 24265 (java) S 24256 24243 23988 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 23410558 887115776 40416 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.65
Current children cumulated vsize (KiB) 888548

[startup+402.302 s]
/proc/loadavg: 2.01 2.06 2.08 3/84 24414
/proc/meminfo: memFree=1477192/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=380.08
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1377 75331 0 2 5 1 37855 147 16 0 1 0 23410520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
[pid=24413] ppid=24243 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24243 24243 23988 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23448801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=174168 CPUtime=19.33
/proc/24414/stat : 24414 (minisat) R 24413 24243 23988 0 -1 4194304 43071 0 0 0 1902 31 0 0 25 0 1 0 23448802 178348032 43057 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24414/statm: 43542 43057 75 150 0 43389 0
Current children cumulated CPU time (s) 399.41
Current children cumulated vsize (KiB) 196392

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

[startup+403.102 s]
/proc/loadavg: 2.01 2.06 2.08 3/84 24414
/proc/meminfo: memFree=1477128/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=380.08
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1377 75331 0 2 5 1 37855 147 16 0 1 0 23410520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
[pid=24413] ppid=24243 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24243 24243 23988 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23448801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=174168 CPUtime=20.13
/proc/24414/stat : 24414 (minisat) R 24413 24243 23988 0 -1 4194304 43080 0 0 0 1982 31 0 0 25 0 1 0 23448802 178348032 43066 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24414/statm: 43542 43066 75 150 0 43389 0
Current children cumulated CPU time (s) 400.21
Current children cumulated vsize (KiB) 196392

[startup+404.702 s]
/proc/loadavg: 2.01 2.06 2.08 3/84 24414
/proc/meminfo: memFree=1476936/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=380.08
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1377 75331 0 2 5 1 37855 147 16 0 1 0 23410520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
[pid=24413] ppid=24243 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24243 24243 23988 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23448801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=174436 CPUtime=21.73
/proc/24414/stat : 24414 (minisat) R 24413 24243 23988 0 -1 4194304 43120 0 0 0 2142 31 0 0 25 0 1 0 23448802 178622464 43106 996147200 134512640 135127466 4294956256 18446744073709551615 134530698 0 0 4096 3 0 0 0 17 0 0 0
/proc/24414/statm: 43609 43106 75 150 0 43456 0
Current children cumulated CPU time (s) 401.81
Current children cumulated vsize (KiB) 196660

[startup+405.502 s]
/proc/loadavg: 2.01 2.06 2.08 3/84 24414
/proc/meminfo: memFree=1476936/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=380.08
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1377 75331 0 2 5 1 37855 147 16 0 1 0 23410520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
[pid=24413] ppid=24243 vsize=5356 CPUtime=0
/proc/24413/stat : 24413 (sh) S 24243 24243 23988 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23448801 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24413/statm: 1339 232 193 169 0 50 0
[pid=24414] ppid=24413 vsize=174436 CPUtime=22.53
/proc/24414/stat : 24414 (minisat) R 24413 24243 23988 0 -1 4194304 43131 0 0 0 2222 31 0 0 25 0 1 0 23448802 178622464 43117 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/24414/statm: 43609 43117 75 150 0 43456 0
Current children cumulated CPU time (s) 402.61
Current children cumulated vsize (KiB) 196660

[startup+405.907 s]
/proc/loadavg: 2.01 2.06 2.08 3/84 24414
/proc/meminfo: memFree=1476872/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=403.03
/proc/24243/stat : 24243 (sugar) S 24241 24243 23988 0 -1 4194304 1430 118762 0 2 5 1 40115 182 17 0 1 0 23410520 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 403.03
Current children cumulated vsize (KiB) 16868

[startup+406.101 s]
/proc/loadavg: 2.01 2.06 2.08 3/84 24414
/proc/meminfo: memFree=1476872/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=403.19
/proc/24243/stat : 24243 (sugar) R 24241 24243 23988 0 -1 4194304 1477 122569 0 3 5 2 40127 185 16 0 1 0 23410520 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24243/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 403.19
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 406.175
CPU time (s): 403.292
CPU user time (s): 401.332
CPU system time (s): 1.9597
CPU usage (%): 99.2901
Max. virtual memory (cumulated for all children) (KiB): 901864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 401.332
system time used= 1.9597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124106
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20950
involuntary context switches= 16330

runsolver used 0.497924 second user time and 1.38279 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-12 03:51:06
IDJOB=2077176
IDBENCH=56563
IDSOLVER=739
FILE ID=node44/2077176-1247363466
PBS_JOBID= 9506993
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg16-18_ext.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-2077176-1247363466/watcher-2077176-1247363466 -o /tmp/evaluation-result-2077176-1247363466/solver-2077176-1247363466 -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-2077176-1247363466.xml

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

MD5SUM BENCH= 7eefbe4525d9a139e0a7a3d10b5fd38d
RANDOM SEED=676875237

node44.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.219
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.219
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:       1858200 kB
Buffers:         22940 kB
Cached:         109116 kB
SwapCached:          0 kB
Active:         106920 kB
Inactive:        41952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          26716 kB
Slab:            34440 kB
Committed_AS:   210368 kB
PageTables:       1696 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= 66356 MiB
End job on node44 at 2009-07-12 03:57:53