Trace number 2083791

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
SAT4J CSP 2.1.1SAT 273.486 274.85

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-5.xml
MD5SUM1d627217f0e438cbce2246297a0e3bf9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.553
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.15	c That software uses the Rhino library from the Mozilla project.
0.08/0.16	c version 2.1.1.v20090622
0.08/0.17	c sun.arch.data.model	32
0.08/0.17	c java.version	1.6.0_12
0.08/0.17	c os.name	Linux
0.08/0.17	c os.version	2.6.9-22.EL.rootsmp
0.08/0.17	c os.arch	i386
0.08/0.17	c Free memory 671000808
0.08/0.17	c Max memory 672137216
0.08/0.17	c Total memory 672137216
0.08/0.17	c Number of processors 2
0.18/0.26	c c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.26	c Expensive reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-2083791-1247378200.xml
0.18/0.26	c reading problem ... 
0.48/0.52	c reading problem named null
0.48/0.52	c reading domains done.
0.57/0.68	c reading variables done.
0.88/0.99	c reading predicates  done.
1.17/1.22	c reading constraints
164.35/165.40	c done with constraints.
164.45/165.40	c ... done. Wall clock time 165.143s.
164.45/165.40	c #vars     26963
164.45/165.40	c #constraints  540800
164.45/165.40	c constraints type 
164.45/165.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 539285
164.45/165.40	c org.sat4j.minisat.constraints.card.AtLeast => 200
164.45/165.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 364
273.33/274.71	c starts		: 12
273.33/274.71	c conflicts		: 17987
273.33/274.71	c decisions		: 64042
273.33/274.71	c propagations		: 5005289
273.33/274.71	c inspects		: 126025239
273.33/274.71	c learnt literals	: 11
273.33/274.71	c learnt binary clauses	: 9
273.33/274.71	c learnt ternary clauses	: 8
273.33/274.71	c learnt clauses	: 17976
273.33/274.71	c ignored clauses	: 0
273.33/274.71	c root simplifications	: 0
273.33/274.72	c removed literals (reason simplification)	: 455151
273.33/274.72	c reason swapping (by a shorter reason)	: 0
273.33/274.72	c Calls to reduceDB	: 0
273.33/274.72	c speed (assignments/second)	: 45788.597879483685
273.33/274.72	c non guided choices	1312
273.33/274.75	c learnt constraints type 
273.33/274.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
273.33/274.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17967
273.33/274.75	c constraints type 
273.33/274.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 539285
273.33/274.75	c org.sat4j.minisat.constraints.card.AtLeast => 200
273.33/274.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 364
273.33/274.75	s SATISFIABLE
273.33/274.77	v 2572 -2348 2576 2604 -2320 2472 2452 -2516 2460 -2288 2328 -2552 2416 2392 -2476 -2568 2604 2516 -2332 2644 -2640 -2540 2324 2528 -2596 -2480 2636 -2584 2656 2352 -2632 -2464 -2636 -2356 -2500 2476 2636 2512 -2424 -2596 2592 2292 -2504 2420 2424 2400 -2540 2588 -2460 2516 2468 2628 -2380 2480 -2348 2280 2408 -2420 -2436 2304 2424 2328 2388 -2508 2440 2492 -2488 -2424 -2604 -2336 2564 2396 2596 2508 2352 2644 2300 -2600 2592 2324 2344 2308 2280 -2440 2572 2656 -2528 -2556 -2556 -2592 2328 2444 -2556 -2516 -2504 2464 -2452 2468 -2612 -2576 2632 -2604 2504 -2488 2532 2456 -2556 -2488 -2296 -2328 2504 -2284 2396 -2596 -2304 2508 2424 -2616 -2384 2652 -2464 -2548 2404 2336 -2312 -2316 -2532 2448 -2344 -2492 -2600 -2568 -2412 2464 2352 2528 -2612 -2336 2632 2608 -2356 2616 2456 2312 -2460 2512 2408 2608 -2396 2304 -2548 2596 -2472 2408 2548 -2436 -2592 -2344 -2464 -2616 -2428 2588 -2500 -2368 -2656 -2640 -2468 -2420 2616 2464 2376 -2588 -2288 2396 2340 2340 -2572 -2376 -2380 -2340 2568 -2368 2616 2296 -2648 2624 2416 2320 2564 -2448 -2464 -2416 -2288 2608 2440 -2612 2436 2464 -2284 -2528 
273.33/274.77	c Total wall clock time (in seconds) : 274.458

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083791-1247378200/watcher-2083791-1247378200 -o /tmp/evaluation-result-2083791-1247378200/solver-2083791-1247378200 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083791-1247378200.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.95 1.99 1.99 3/82 24312
/proc/meminfo: memFree=1049208/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=18576 CPUtime=0
/proc/24312/stat : 24312 (runsolver) R 24310 24312 22322 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 24883321 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 250968861991 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/24312/statm: 4644 284 249 26 0 2626 0

[startup+0.0988949 s]
/proc/loadavg: 1.95 1.99 1.99 3/82 24312
/proc/meminfo: memFree=1049208/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=802164 CPUtime=0.08
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 2892 0 1 0 6 2 0 0 18 0 7 0 24883321 821415936 2637 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 200541 2637 1043 9 0 197892 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 802164

[startup+0.102891 s]
/proc/loadavg: 1.95 1.99 1.99 3/82 24312
/proc/meminfo: memFree=1049208/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=804360 CPUtime=0.08
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 2936 0 1 0 6 2 0 0 18 0 12 0 24883321 823664640 2679 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 201090 2679 1056 9 0 198441 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804360

[startup+0.301921 s]
/proc/loadavg: 1.95 1.99 1.99 3/82 24312
/proc/meminfo: memFree=1049208/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=805628 CPUtime=0.28
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 4251 0 1 0 24 4 0 0 18 0 12 0 24883321 824963072 3988 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 201407 3988 1358 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.702952 s]
/proc/loadavg: 1.95 1.99 1.99 3/82 24312
/proc/meminfo: memFree=1049208/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=808468 CPUtime=0.68
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 6222 0 1 0 62 6 0 0 18 0 12 0 24883321 827871232 5206 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 202117 5206 1390 9 0 199444 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808468

[startup+1.50203 s]
/proc/loadavg: 1.95 1.99 1.99 3/94 24324
/proc/meminfo: memFree=1027736/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=809448 CPUtime=1.46
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 9246 0 1 0 138 8 0 0 18 0 12 0 24883321 828874752 7925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 202362 7925 1398 9 0 199689 0
[pid=24312/tid=24314] ppid=24310 vsize=809448 CPUtime=0.77
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 22322 0 -1 64 5942 0 1 0 72 5 0 0 19 0 12 0 24883323 828874752 7925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24315] ppid=24310 vsize=809448 CPUtime=0
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 22322 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 24883324 828874752 7925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24316] ppid=24310 vsize=809448 CPUtime=0
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 24883324 828874752 7925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24317] ppid=24310 vsize=809448 CPUtime=0
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 22322 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24883326 828874752 7925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24318] ppid=24310 vsize=809448 CPUtime=0
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 22322 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 24883326 828874752 7925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24319] ppid=24310 vsize=809448 CPUtime=0
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 22322 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 24883326 828874752 7925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24320] ppid=24310 vsize=809448 CPUtime=0
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24883331 828874752 7925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24321] ppid=24310 vsize=809448 CPUtime=0
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 22322 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24883331 828874752 7925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24322] ppid=24310 vsize=809448 CPUtime=0.66
/proc/24312/task/24322/stat : 24322 (java) R 24310 24312 22322 0 -1 64 2550 0 0 0 65 1 0 0 16 0 12 0 24883331 828874752 7925 996147200 134512640 134550932 4294956016 18446744073709551615 103371435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24323] ppid=24310 vsize=809448 CPUtime=0
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24883331 828874752 7925 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24324] ppid=24310 vsize=809448 CPUtime=0
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24883331 828874752 7925 996147200 134512640 134550932 4294956016 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) 809448

[startup+3.10119 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 24324
/proc/meminfo: memFree=1017176/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=810736 CPUtime=3.05
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 23167 0 1 0 289 16 0 0 18 0 12 0 24883321 830193664 21212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 202684 21212 1439 9 0 200011 0
[pid=24312/tid=24314] ppid=24310 vsize=810736 CPUtime=1.66
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 22322 0 -1 64 17228 0 1 0 154 12 0 0 25 0 12 0 24883323 830193664 21212 996147200 134512640 134550932 4294956016 18446744073709551615 4109721620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24315] ppid=24310 vsize=810736 CPUtime=0.01
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 22322 0 -1 64 649 0 0 0 1 0 0 0 17 0 12 0 24883324 830193664 21212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24316] ppid=24310 vsize=810736 CPUtime=0.02
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 22322 0 -1 64 927 0 0 0 2 0 0 0 17 0 12 0 24883324 830193664 21212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24317] ppid=24310 vsize=810736 CPUtime=0
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 22322 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 24883326 830193664 21212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24318] ppid=24310 vsize=810736 CPUtime=0
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 22322 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 24883326 830193664 21212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24319] ppid=24310 vsize=810736 CPUtime=0
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 22322 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24883326 830193664 21212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24320] ppid=24310 vsize=810736 CPUtime=0
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24883331 830193664 21212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24321] ppid=24310 vsize=810736 CPUtime=0
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 22322 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24883331 830193664 21212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24322] ppid=24310 vsize=810736 CPUtime=1.31
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 22322 0 -1 64 3598 0 0 0 129 2 0 0 16 0 12 0 24883331 830193664 21212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24323] ppid=24310 vsize=810736 CPUtime=0
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24883331 830193664 21212 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24324] ppid=24310 vsize=810736 CPUtime=0
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24883331 830193664 21212 996147200 134512640 134550932 4294956016 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) 810736

[startup+6.30251 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 24324
/proc/meminfo: memFree=959000/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=810384 CPUtime=6.22
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 26376 0 1 0 604 18 0 0 18 0 12 0 24883321 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 202596 24339 1439 9 0 199923 0
[pid=24312/tid=24314] ppid=24310 vsize=810384 CPUtime=4.49
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 22322 0 -1 64 17236 0 1 0 437 12 0 0 25 0 12 0 24883323 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24315] ppid=24310 vsize=810384 CPUtime=0.11
/proc/24312/task/24315/stat : 24315 (java) R 24310 24312 22322 0 -1 64 2438 0 0 0 10 1 0 0 16 0 12 0 24883324 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 106195216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24316] ppid=24310 vsize=810384 CPUtime=0.11
/proc/24312/task/24316/stat : 24316 (java) R 24310 24312 22322 0 -1 64 2308 0 0 0 11 0 0 0 16 0 12 0 24883324 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24317] ppid=24310 vsize=810384 CPUtime=0
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 22322 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 24883326 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24318] ppid=24310 vsize=810384 CPUtime=0
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 22322 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 24883326 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24319] ppid=24310 vsize=810384 CPUtime=0
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 22322 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24883326 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24320] ppid=24310 vsize=810384 CPUtime=0
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24883331 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24321] ppid=24310 vsize=810384 CPUtime=0
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 22322 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24883331 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24322] ppid=24310 vsize=810384 CPUtime=1.46
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 22322 0 -1 64 3610 0 0 0 144 2 0 0 16 0 12 0 24883331 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24323] ppid=24310 vsize=810384 CPUtime=0
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24883331 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24324] ppid=24310 vsize=810384 CPUtime=0
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24883331 829833216 24339 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 810384

[startup+12.7011 s]
/proc/loadavg: 2.03 2.01 2.00 3/94 24324
/proc/meminfo: memFree=938776/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=809800 CPUtime=12.56
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 31200 0 1 0 1236 20 0 0 18 0 12 0 24883321 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 202450 29008 1439 9 0 199777 0
[pid=24312/tid=24314] ppid=24310 vsize=809800 CPUtime=10.58
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 22322 0 -1 64 17247 0 1 0 1045 13 0 0 25 0 12 0 24883323 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4109629389 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24315] ppid=24310 vsize=809800 CPUtime=0.18
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 22322 0 -1 64 3753 0 0 0 17 1 0 0 16 0 12 0 24883324 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24316] ppid=24310 vsize=809800 CPUtime=0.22
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 22322 0 -1 64 5801 0 0 0 20 2 0 0 16 0 12 0 24883324 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24317] ppid=24310 vsize=809800 CPUtime=0
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 22322 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 24883326 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24318] ppid=24310 vsize=809800 CPUtime=0
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 22322 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 24883326 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24319] ppid=24310 vsize=809800 CPUtime=0
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 22322 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24883326 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24320] ppid=24310 vsize=809800 CPUtime=0
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24883331 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24321] ppid=24310 vsize=809800 CPUtime=0
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 22322 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 24883331 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24322] ppid=24310 vsize=809800 CPUtime=1.53
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 22322 0 -1 64 3615 0 0 0 151 2 0 0 17 0 12 0 24883331 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24323] ppid=24310 vsize=809800 CPUtime=0
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 24883331 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24324] ppid=24310 vsize=809800 CPUtime=0
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24883331 829235200 29008 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 809800

[startup+25.5024 s]
/proc/loadavg: 2.18 2.04 2.01 3/94 24324
/proc/meminfo: memFree=915736/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=809800 CPUtime=25.24
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 36769 0 1 0 2500 24 0 0 18 0 12 0 24883321 829235200 34559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 202450 34559 1439 9 0 199777 0
[pid=24312/tid=24314] ppid=24310 vsize=809800 CPUtime=22.85
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 22322 0 -1 64 17273 0 1 0 2272 13 0 0 25 0 12 0 24883323 829235200 34559 996147200 134512640 134550932 4294956016 18446744073709551615 4109612019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24315] ppid=24310 vsize=809800 CPUtime=0.29
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 22322 0 -1 64 7636 0 0 0 25 4 0 0 16 0 12 0 24883324 829235200 34559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24316] ppid=24310 vsize=809800 CPUtime=0.26
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 22322 0 -1 64 7461 0 0 0 23 3 0 0 16 0 12 0 24883324 829235200 34559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24317] ppid=24310 vsize=809800 CPUtime=0.01
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 22322 0 -1 64 32 0 0 0 1 0 0 0 15 0 12 0 24883326 829235200 34559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24318] ppid=24310 vsize=809800 CPUtime=0
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 22322 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 24883326 829235200 34559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24319] ppid=24310 vsize=809800 CPUtime=0
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 22322 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 24883326 829235200 34559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24320] ppid=24310 vsize=809800 CPUtime=0
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 24883331 829235200 34559 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24321] ppid=24310 vsize=809800 CPUtime=0

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

[pid=24312] ppid=24310 vsize=810124 CPUtime=267.36
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 135903 0 1 0 26665 71 0 0 18 0 13 0 24883321 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 202531 131144 1451 9 0 199858 0
[pid=24312/tid=24314] ppid=24310 vsize=810124 CPUtime=259.36
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 22322 0 -1 64 17467 0 1 0 25921 15 0 0 25 0 13 0 24883323 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4110234431 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24315] ppid=24310 vsize=810124 CPUtime=2.08
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 22322 0 -1 64 58167 0 0 0 182 26 0 0 17 0 13 0 24883324 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24316] ppid=24310 vsize=810124 CPUtime=2.05
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 22322 0 -1 64 54201 0 0 0 182 23 0 0 16 0 13 0 24883324 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24317] ppid=24310 vsize=810124 CPUtime=0.08
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 22322 0 -1 64 32 0 0 0 7 1 0 0 16 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24318] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 22322 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24319] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 22322 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24320] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24321] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 22322 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24322] ppid=24310 vsize=810124 CPUtime=3.74
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 22322 0 -1 64 5279 0 0 0 371 3 0 0 16 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24323] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24324] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24325] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24325/stat : 24325 (java) S 24310 24312 22322 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24899880 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.36
Current children cumulated vsize (KiB) 810124

[startup+271.902 s]
/proc/loadavg: 2.09 2.11 2.04 3/95 24331
/proc/meminfo: memFree=525392/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=810124 CPUtime=270.55
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 135903 0 1 0 26984 71 0 0 18 0 13 0 24883321 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 202531 131144 1451 9 0 199858 0
[pid=24312/tid=24314] ppid=24310 vsize=810124 CPUtime=262.55
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 22322 0 -1 64 17467 0 1 0 26240 15 0 0 25 0 13 0 24883323 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4109293216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24315] ppid=24310 vsize=810124 CPUtime=2.08
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 22322 0 -1 64 58167 0 0 0 182 26 0 0 17 0 13 0 24883324 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24316] ppid=24310 vsize=810124 CPUtime=2.05
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 22322 0 -1 64 54201 0 0 0 182 23 0 0 16 0 13 0 24883324 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24317] ppid=24310 vsize=810124 CPUtime=0.08
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 22322 0 -1 64 32 0 0 0 7 1 0 0 16 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24318] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 22322 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24319] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 22322 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24320] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24321] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 22322 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24322] ppid=24310 vsize=810124 CPUtime=3.74
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 22322 0 -1 64 5279 0 0 0 371 3 0 0 16 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24323] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24324] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24325] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24325/stat : 24325 (java) S 24310 24312 22322 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24899880 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 270.55
Current children cumulated vsize (KiB) 810124

[startup+273.503 s]
/proc/loadavg: 2.08 2.11 2.04 3/95 24331
/proc/meminfo: memFree=525392/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=810124 CPUtime=272.14
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 135903 0 1 0 27143 71 0 0 18 0 13 0 24883321 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 202531 131144 1451 9 0 199858 0
[pid=24312/tid=24314] ppid=24310 vsize=810124 CPUtime=264.13
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 22322 0 -1 64 17467 0 1 0 26398 15 0 0 25 0 13 0 24883323 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4110130335 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24315] ppid=24310 vsize=810124 CPUtime=2.08
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 22322 0 -1 64 58167 0 0 0 182 26 0 0 17 0 13 0 24883324 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24316] ppid=24310 vsize=810124 CPUtime=2.05
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 22322 0 -1 64 54201 0 0 0 182 23 0 0 16 0 13 0 24883324 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24317] ppid=24310 vsize=810124 CPUtime=0.08
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 22322 0 -1 64 32 0 0 0 7 1 0 0 16 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24318] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 22322 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24319] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 22322 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24320] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24321] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 22322 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24322] ppid=24310 vsize=810124 CPUtime=3.74
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 22322 0 -1 64 5279 0 0 0 371 3 0 0 16 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24323] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24324] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24325] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24325/stat : 24325 (java) S 24310 24312 22322 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24899880 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 272.14
Current children cumulated vsize (KiB) 810124

[startup+274.303 s]
/proc/loadavg: 2.08 2.11 2.04 3/95 24331
/proc/meminfo: memFree=525392/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=810124 CPUtime=272.93
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 135903 0 1 0 27222 71 0 0 18 0 13 0 24883321 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 202531 131144 1451 9 0 199858 0
[pid=24312/tid=24314] ppid=24310 vsize=810124 CPUtime=264.93
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 22322 0 -1 64 17467 0 1 0 26478 15 0 0 25 0 13 0 24883323 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4110121990 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24315] ppid=24310 vsize=810124 CPUtime=2.08
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 22322 0 -1 64 58167 0 0 0 182 26 0 0 17 0 13 0 24883324 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24316] ppid=24310 vsize=810124 CPUtime=2.05
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 22322 0 -1 64 54201 0 0 0 182 23 0 0 16 0 13 0 24883324 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24317] ppid=24310 vsize=810124 CPUtime=0.08
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 22322 0 -1 64 32 0 0 0 7 1 0 0 16 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24318] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 22322 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24319] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 22322 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24883326 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24320] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24321] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 22322 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24322] ppid=24310 vsize=810124 CPUtime=3.74
/proc/24312/task/24322/stat : 24322 (java) S 24310 24312 22322 0 -1 64 5279 0 0 0 371 3 0 0 16 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24323] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24324] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24883331 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24325] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24325/stat : 24325 (java) S 24310 24312 22322 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24899880 829566976 131144 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 272.93
Current children cumulated vsize (KiB) 810124

[startup+274.703 s]
/proc/loadavg: 2.08 2.11 2.04 3/95 24331
/proc/meminfo: memFree=525392/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=810124 CPUtime=273.33
/proc/24312/stat : 24312 (java) S 24310 24312 22322 0 -1 0 135904 0 1 0 27262 71 0 0 18 0 13 0 24883321 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24312/statm: 202531 131145 1451 9 0 199858 0
[pid=24312/tid=24314] ppid=24310 vsize=810124 CPUtime=265.33
/proc/24312/task/24314/stat : 24314 (java) R 24310 24312 22322 0 -1 64 17468 0 1 0 26518 15 0 0 25 0 13 0 24883323 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24315] ppid=24310 vsize=810124 CPUtime=2.08
/proc/24312/task/24315/stat : 24315 (java) S 24310 24312 22322 0 -1 64 58167 0 0 0 182 26 0 0 17 0 13 0 24883324 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24316] ppid=24310 vsize=810124 CPUtime=2.05
/proc/24312/task/24316/stat : 24316 (java) S 24310 24312 22322 0 -1 64 54201 0 0 0 182 23 0 0 16 0 13 0 24883324 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24317] ppid=24310 vsize=810124 CPUtime=0.08
/proc/24312/task/24317/stat : 24317 (java) S 24310 24312 22322 0 -1 64 32 0 0 0 7 1 0 0 16 0 13 0 24883326 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24318] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24318/stat : 24318 (java) S 24310 24312 22322 0 -1 64 10 0 0 0 0 0 0 0 17 0 13 0 24883326 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24319] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24319/stat : 24319 (java) S 24310 24312 22322 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 24883326 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24320] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24320/stat : 24320 (java) S 24310 24312 22322 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 24883331 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24321] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24321/stat : 24321 (java) S 24310 24312 22322 0 -1 64 13 0 0 0 0 0 0 0 19 0 13 0 24883331 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24322] ppid=24310 vsize=810124 CPUtime=3.74
/proc/24312/task/24322/stat : 24322 (java) R 24310 24312 22322 0 -1 64 5279 0 0 0 371 3 0 0 16 0 13 0 24883331 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 106824448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24312/tid=24323] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24323/stat : 24323 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 24883331 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24324] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24324/stat : 24324 (java) S 24310 24312 22322 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24883331 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24312/tid=24325] ppid=24310 vsize=810124 CPUtime=0
/proc/24312/task/24325/stat : 24325 (java) S 24310 24312 22322 0 -1 64 5 0 0 0 0 0 0 0 24 0 13 0 24899880 829566976 131145 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.33
Current children cumulated vsize (KiB) 810124

[startup+274.803 s]
/proc/loadavg: 2.08 2.11 2.04 3/95 24331
/proc/meminfo: memFree=525392/2055920 swapFree=4192952/4192956
[pid=24312] ppid=24310 vsize=0 CPUtime=273.43
/proc/24312/stat : 24312 (java) Z 24310 24312 22322 0 -1 12 135913 0 1 0 27269 74 0 0 16 0 2 0 24883321 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24312/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 273.43
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 274.85
CPU time (s): 273.486
CPU user time (s): 272.696
CPU system time (s): 0.790879
CPU usage (%): 99.5039
Max. virtual memory (cumulated for all children) (KiB): 812916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.696
system time used= 0.790879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135913
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9818
involuntary context switches= 16027

runsolver used 0.358945 second user time and 0.953854 second system time

The end

Launcher Data

Begin job on node56 at 2009-07-12 07:56:40
IDJOB=2083791
IDBENCH=57937
IDSOLVER=731
FILE ID=node56/2083791-1247378200
PBS_JOBID= 9507122
Free space on /tmp= 103048 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/fapp/fapp01/normalized-fapp01-0200-5.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083791-1247378200/watcher-2083791-1247378200 -o /tmp/evaluation-result-2083791-1247378200/solver-2083791-1247378200 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2083791-1247378200.xml

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

MD5SUM BENCH= 1d627217f0e438cbce2246297a0e3bf9
RANDOM SEED=1321631339

node56.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.209
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.209
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:       1049688 kB
Buffers:         82580 kB
Cached:         373560 kB
SwapCached:          4 kB
Active:         622212 kB
Inactive:       303488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1049688 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:         489980 kB
Slab:            64664 kB
Committed_AS:   659636 kB
PageTables:       2808 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103044 MiB
End job on node56 at 2009-07-12 08:01:15