Trace number 1081039

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 2008-06-13? (exit code) 274.065 274.527

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-8.xml
MD5SUM9de4e8d0bc614ccbc86793b1abb57b97
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 benchmark36.2135
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1289
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.30	c See www.sat4j.org for details.
0.28/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1081039-1215215184.xml
0.28/0.39	c reading problem ... 
0.58/0.65	c reading problem named null
0.58/0.65	c reading domains done.
0.78/0.82	c reading variables done.
1.76/1.68	c reading predicates  done.
2.00/1.85	c reading constraints
269.36/269.84	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
273.76/274.29	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
273.76/274.29		at java.util.Arrays.copyOfRange(Unknown Source)
273.76/274.29		at java.lang.String.(Unknown Source)
273.76/274.29		at java.lang.StringBuilder.toString(Unknown Source)
273.76/274.29		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:91)
273.76/274.29		at org.sat4j.minisat.core.Solver.printStat(Solver.java:1232)
273.76/274.29		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:94)
273.76/274.29		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:79)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081039-1215215184/watcher-1081039-1215215184 -o /tmp/evaluation-result-1081039-1215215184/solver-1081039-1215215184 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1081039-1215215184.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 3487
/proc/meminfo: memFree=1616728/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=18572 CPUtime=0
/proc/3487/stat : 3487 (runsolver) R 3485 3487 2260 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 677247943 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 230266826023 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/3487/statm: 4643 292 257 25 0 2626 0

[startup+0.0641719 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 3487
/proc/meminfo: memFree=1616728/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=802236 CPUtime=0.04
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 2704 0 1 0 3 1 0 0 21 0 7 0 677247943 821489664 2439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 200559 2439 1002 9 0 197942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 802236

[startup+0.102178 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 3487
/proc/meminfo: memFree=1616728/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=804612 CPUtime=0.08
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 3008 0 1 0 6 2 0 0 21 0 12 0 677247943 823922688 2741 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 201153 2741 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302215 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 3487
/proc/meminfo: memFree=1616728/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=808112 CPUtime=0.28
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 4991 0 1 0 25 3 0 0 21 0 12 0 677247943 827506688 4320 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 202028 4320 1307 9 0 199397 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808112

[startup+0.70129 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 3487
/proc/meminfo: memFree=1616728/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=808140 CPUtime=0.68
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 6347 0 1 0 63 5 0 0 21 0 12 0 677247943 827535360 5496 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 202035 5496 1335 9 0 199397 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808140

[startup+1.50144 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 3499
/proc/meminfo: memFree=1591736/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=811988 CPUtime=1.56
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 31487 0 1 0 140 16 0 0 21 0 12 0 677247943 831475712 28289 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 202997 28291 1347 9 0 200359 0
[pid=3487/tid=3489] ppid=3485 vsize=811988 CPUtime=0.67
/proc/3487/task/3489/stat : 3489 (java) R 3485 3487 2260 0 -1 64 16975 0 1 0 58 9 0 0 25 0 12 0 677247945 831475712 28292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3490] ppid=3485 vsize=811988 CPUtime=0.17
/proc/3487/task/3490/stat : 3490 (java) R 3485 3487 2260 0 -1 64 6489 0 0 0 15 2 0 0 18 0 12 0 677247946 831475712 28293 996147200 134512640 134550740 4294956016 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3491] ppid=3485 vsize=811988 CPUtime=0.16
/proc/3487/task/3491/stat : 3491 (java) R 3485 3487 2260 0 -1 64 4844 0 0 0 15 1 0 0 18 0 12 0 677247946 831475712 28294 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3492] ppid=3485 vsize=811988 CPUtime=0
/proc/3487/task/3492/stat : 3492 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 677247947 831475712 28295 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3493] ppid=3485 vsize=811988 CPUtime=0
/proc/3487/task/3493/stat : 3493 (java) S 3485 3487 2260 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 677247948 831475712 28296 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3494] ppid=3485 vsize=811988 CPUtime=0
/proc/3487/task/3494/stat : 3494 (java) S 3485 3487 2260 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 677247948 831475712 28297 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3495] ppid=3485 vsize=811988 CPUtime=0
/proc/3487/task/3495/stat : 3495 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677247952 831475712 28298 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3496] ppid=3485 vsize=811988 CPUtime=0.31
/proc/3487/task/3496/stat : 3496 (java) S 3485 3487 2260 0 -1 64 1379 0 0 0 31 0 0 0 16 0 12 0 677247952 831475712 28299 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3497] ppid=3485 vsize=811988 CPUtime=0.19
/proc/3487/task/3497/stat : 3497 (java) S 3485 3487 2260 0 -1 64 1042 0 0 0 19 0 0 0 16 0 12 0 677247952 831475712 28300 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3498] ppid=3485 vsize=811988 CPUtime=0
/proc/3487/task/3498/stat : 3498 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 677247952 831475712 28301 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3499] ppid=3485 vsize=811988 CPUtime=0
/proc/3487/task/3499/stat : 3499 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 677247952 831475712 28303 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 811988

[startup+3.10274 s]
/proc/loadavg: 1.92 1.98 1.99 4/93 3499
/proc/meminfo: memFree=1491064/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=819272 CPUtime=3.3
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 40311 0 1 0 310 20 0 0 21 0 12 0 677247943 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 204818 34069 1380 9 0 202180 0
[pid=3487/tid=3489] ppid=3485 vsize=819272 CPUtime=1.5
/proc/3487/task/3489/stat : 3489 (java) R 3485 3487 2260 0 -1 64 17288 0 1 0 140 10 0 0 25 0 12 0 677247945 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3490] ppid=3485 vsize=819272 CPUtime=0.35
/proc/3487/task/3490/stat : 3490 (java) R 3485 3487 2260 0 -1 64 8155 0 0 0 32 3 0 0 16 0 12 0 677247946 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 104136972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3491] ppid=3485 vsize=819272 CPUtime=0.33
/proc/3487/task/3491/stat : 3491 (java) R 3485 3487 2260 0 -1 64 7614 0 0 0 30 3 0 0 17 0 12 0 677247946 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 105852863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3492] ppid=3485 vsize=819272 CPUtime=0
/proc/3487/task/3492/stat : 3492 (java) S 3485 3487 2260 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 677247947 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3493] ppid=3485 vsize=819272 CPUtime=0
/proc/3487/task/3493/stat : 3493 (java) S 3485 3487 2260 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677247948 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3494] ppid=3485 vsize=819272 CPUtime=0
/proc/3487/task/3494/stat : 3494 (java) S 3485 3487 2260 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 677247948 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3495] ppid=3485 vsize=819272 CPUtime=0
/proc/3487/task/3495/stat : 3495 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677247952 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3496] ppid=3485 vsize=819272 CPUtime=0.41
/proc/3487/task/3496/stat : 3496 (java) S 3485 3487 2260 0 -1 64 1453 0 0 0 41 0 0 0 16 0 12 0 677247952 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3497] ppid=3485 vsize=819272 CPUtime=0.65
/proc/3487/task/3497/stat : 3497 (java) S 3485 3487 2260 0 -1 64 5010 0 0 0 64 1 0 0 16 0 12 0 677247952 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3498] ppid=3485 vsize=819272 CPUtime=0
/proc/3487/task/3498/stat : 3498 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 677247952 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3499] ppid=3485 vsize=819272 CPUtime=0
/proc/3487/task/3499/stat : 3499 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 677247952 838934528 34069 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 819272

[startup+6.30133 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 3499
/proc/meminfo: memFree=1466552/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=817608 CPUtime=6.46
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 47991 0 1 0 624 22 0 0 21 0 12 0 677247943 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 204402 41170 1386 9 0 201764 0
[pid=3487/tid=3489] ppid=3485 vsize=817608 CPUtime=4.01
/proc/3487/task/3489/stat : 3489 (java) R 3485 3487 2260 0 -1 64 17298 0 1 0 391 10 0 0 25 0 12 0 677247945 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4109673268 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3490] ppid=3485 vsize=817608 CPUtime=0.5
/proc/3487/task/3490/stat : 3490 (java) S 3485 3487 2260 0 -1 64 11688 0 0 0 46 4 0 0 16 0 12 0 677247946 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3491] ppid=3485 vsize=817608 CPUtime=0.48
/proc/3487/task/3491/stat : 3491 (java) S 3485 3487 2260 0 -1 64 11445 0 0 0 44 4 0 0 16 0 12 0 677247946 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3492] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3492/stat : 3492 (java) S 3485 3487 2260 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 677247947 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3493] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3493/stat : 3493 (java) S 3485 3487 2260 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677247948 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3494] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3494/stat : 3494 (java) S 3485 3487 2260 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 677247948 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3495] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3495/stat : 3495 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677247952 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3496] ppid=3485 vsize=817608 CPUtime=0.7
/proc/3487/task/3496/stat : 3496 (java) S 3485 3487 2260 0 -1 64 1753 0 0 0 70 0 0 0 16 0 12 0 677247952 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3497] ppid=3485 vsize=817608 CPUtime=0.72
/proc/3487/task/3497/stat : 3497 (java) S 3485 3487 2260 0 -1 64 5016 0 0 0 71 1 0 0 16 0 12 0 677247952 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3498] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3498/stat : 3498 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 677247952 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3499] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3499/stat : 3499 (java) R 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 677247952 837230592 41170 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 817608

[startup+12.7025 s]
/proc/loadavg: 1.93 1.98 1.99 3/93 3499
/proc/meminfo: memFree=1409920/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=817608 CPUtime=12.79
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 60972 0 1 0 1252 27 0 0 21 0 12 0 677247943 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 204402 54128 1386 9 0 201764 0
[pid=3487/tid=3489] ppid=3485 vsize=817608 CPUtime=10.11
/proc/3487/task/3489/stat : 3489 (java) R 3485 3487 2260 0 -1 64 17321 0 1 0 1001 10 0 0 25 0 12 0 677247945 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 102371696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3490] ppid=3485 vsize=817608 CPUtime=0.61
/proc/3487/task/3490/stat : 3490 (java) S 3485 3487 2260 0 -1 64 17202 0 0 0 55 6 0 0 16 0 12 0 677247946 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3491] ppid=3485 vsize=817608 CPUtime=0.59
/proc/3487/task/3491/stat : 3491 (java) S 3485 3487 2260 0 -1 64 18889 0 0 0 52 7 0 0 16 0 12 0 677247946 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3492] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3492/stat : 3492 (java) S 3485 3487 2260 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 677247947 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3493] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3493/stat : 3493 (java) S 3485 3487 2260 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677247948 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3494] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3494/stat : 3494 (java) S 3485 3487 2260 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 677247948 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3495] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3495/stat : 3495 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677247952 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3496] ppid=3485 vsize=817608 CPUtime=0.7
/proc/3487/task/3496/stat : 3496 (java) S 3485 3487 2260 0 -1 64 1753 0 0 0 70 0 0 0 16 0 12 0 677247952 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3497] ppid=3485 vsize=817608 CPUtime=0.72
/proc/3487/task/3497/stat : 3497 (java) S 3485 3487 2260 0 -1 64 5016 0 0 0 71 1 0 0 16 0 12 0 677247952 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3498] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3498/stat : 3498 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 677247952 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3499] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3499/stat : 3499 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 677247952 837230592 54128 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 817608

[startup+25.5029 s]
/proc/loadavg: 1.95 1.98 1.99 2/83 3502
/proc/meminfo: memFree=1392912/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=817608 CPUtime=25.5
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 84062 0 1 0 2513 37 0 0 21 0 12 0 677247943 837230592 76572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 204402 76572 1386 9 0 201764 0
[pid=3487/tid=3489] ppid=3485 vsize=817608 CPUtime=22.38
/proc/3487/task/3489/stat : 3489 (java) R 3485 3487 2260 0 -1 64 17347 0 1 0 2228 10 0 0 25 0 12 0 677247945 837230592 76572 996147200 134512640 134550740 4294956016 18446744073709551615 4109775497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3490] ppid=3485 vsize=817608 CPUtime=0.81
/proc/3487/task/3490/stat : 3490 (java) S 3485 3487 2260 0 -1 64 29905 0 0 0 69 12 0 0 16 0 12 0 677247946 837230592 76572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3491] ppid=3485 vsize=817608 CPUtime=0.77
/proc/3487/task/3491/stat : 3491 (java) S 3485 3487 2260 0 -1 64 29250 0 0 0 66 11 0 0 16 0 12 0 677247946 837230592 76572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3492] ppid=3485 vsize=817608 CPUtime=0.01
/proc/3487/task/3492/stat : 3492 (java) S 3485 3487 2260 0 -1 64 29 0 0 0 1 0 0 0 16 0 12 0 677247947 837230592 76572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3493] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3493/stat : 3493 (java) S 3485 3487 2260 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677247948 837230592 76572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3494] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3494/stat : 3494 (java) S 3485 3487 2260 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 677247948 837230592 76572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3495] ppid=3485 vsize=817608 CPUtime=0
/proc/3487/task/3495/stat : 3495 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677247952 837230592 76572 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=3487/tid=3499] ppid=3485 vsize=822636 CPUtime=0
/proc/3487/task/3499/stat : 3499 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 677247952 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 255.47
Current children cumulated vsize (KiB) 822636

[startup+262.303 s]
/proc/loadavg: 2.43 2.17 2.06 4/85 3724
/proc/meminfo: memFree=995520/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=818632 CPUtime=261.87
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 275345 0 1 0 26053 134 0 0 21 0 12 0 677247943 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 204658 173978 1390 9 0 202020 0
[pid=3487/tid=3489] ppid=3485 vsize=818632 CPUtime=220.92
/proc/3487/task/3489/stat : 3489 (java) R 3485 3487 2260 0 -1 64 17805 0 1 0 22078 14 0 0 25 0 12 0 677247945 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3490] ppid=3485 vsize=818632 CPUtime=4.73
/proc/3487/task/3490/stat : 3490 (java) S 3485 3487 2260 0 -1 64 80959 0 0 0 441 32 0 0 15 0 12 0 677247946 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3491] ppid=3485 vsize=818632 CPUtime=4.66
/proc/3487/task/3491/stat : 3491 (java) S 3485 3487 2260 0 -1 64 76971 0 0 0 436 30 0 0 16 0 12 0 677247946 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3492] ppid=3485 vsize=818632 CPUtime=29.99
/proc/3487/task/3492/stat : 3492 (java) R 3485 3487 2260 0 -1 64 92076 0 0 0 2946 53 0 0 15 0 12 0 677247947 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 105847289 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3493] ppid=3485 vsize=818632 CPUtime=0
/proc/3487/task/3493/stat : 3493 (java) S 3485 3487 2260 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 677247948 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3494] ppid=3485 vsize=818632 CPUtime=0
/proc/3487/task/3494/stat : 3494 (java) S 3485 3487 2260 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 677247948 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3495] ppid=3485 vsize=818632 CPUtime=0
/proc/3487/task/3495/stat : 3495 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677247952 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3496] ppid=3485 vsize=818632 CPUtime=0.72
/proc/3487/task/3496/stat : 3496 (java) S 3485 3487 2260 0 -1 64 1753 0 0 0 72 0 0 0 17 0 12 0 677247952 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3497] ppid=3485 vsize=818632 CPUtime=0.77
/proc/3487/task/3497/stat : 3497 (java) S 3485 3487 2260 0 -1 64 5016 0 0 0 76 1 0 0 17 0 12 0 677247952 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3498] ppid=3485 vsize=818632 CPUtime=0
/proc/3487/task/3498/stat : 3498 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 677247952 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3499] ppid=3485 vsize=818632 CPUtime=0
/proc/3487/task/3499/stat : 3499 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 677247952 838279168 173978 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 261.87
Current children cumulated vsize (KiB) 818632

[startup+268.703 s]
/proc/loadavg: 2.52 2.20 2.06 4/85 3724
/proc/meminfo: memFree=995520/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=822636 CPUtime=268.26
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 294882 0 1 0 26682 144 0 0 21 0 12 0 677247943 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 205659 174979 1390 9 0 203021 0
[pid=3487/tid=3489] ppid=3485 vsize=822636 CPUtime=221.57
/proc/3487/task/3489/stat : 3489 (java) R 3485 3487 2260 0 -1 64 17816 0 1 0 22143 14 0 0 25 0 12 0 677247945 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3490] ppid=3485 vsize=822636 CPUtime=4.73
/proc/3487/task/3490/stat : 3490 (java) S 3485 3487 2260 0 -1 64 80959 0 0 0 441 32 0 0 15 0 12 0 677247946 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3491] ppid=3485 vsize=822636 CPUtime=4.66
/proc/3487/task/3491/stat : 3491 (java) S 3485 3487 2260 0 -1 64 76971 0 0 0 436 30 0 0 16 0 12 0 677247946 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3492] ppid=3485 vsize=822636 CPUtime=35.74
/proc/3487/task/3492/stat : 3492 (java) R 3485 3487 2260 0 -1 64 111602 0 0 0 3511 63 0 0 17 0 12 0 677247947 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 104126324 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3493] ppid=3485 vsize=822636 CPUtime=0
/proc/3487/task/3493/stat : 3493 (java) S 3485 3487 2260 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 677247948 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3494] ppid=3485 vsize=822636 CPUtime=0
/proc/3487/task/3494/stat : 3494 (java) S 3485 3487 2260 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 677247948 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3495] ppid=3485 vsize=822636 CPUtime=0
/proc/3487/task/3495/stat : 3495 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677247952 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3496] ppid=3485 vsize=822636 CPUtime=0.72
/proc/3487/task/3496/stat : 3496 (java) S 3485 3487 2260 0 -1 64 1753 0 0 0 72 0 0 0 17 0 12 0 677247952 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3497] ppid=3485 vsize=822636 CPUtime=0.77
/proc/3487/task/3497/stat : 3497 (java) S 3485 3487 2260 0 -1 64 5016 0 0 0 76 1 0 0 17 0 12 0 677247952 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3498] ppid=3485 vsize=822636 CPUtime=0
/proc/3487/task/3498/stat : 3498 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 677247952 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3499] ppid=3485 vsize=822636 CPUtime=0
/proc/3487/task/3499/stat : 3499 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 677247952 842379264 174979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 268.26
Current children cumulated vsize (KiB) 822636

[startup+271.903 s]
/proc/loadavg: 2.52 2.20 2.06 3/85 3724
/proc/meminfo: memFree=995520/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=822636 CPUtime=271.46
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 303900 0 1 0 26997 149 0 0 21 0 12 0 677247943 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 205659 174980 1390 9 0 203021 0
[pid=3487/tid=3489] ppid=3485 vsize=822636 CPUtime=221.57
/proc/3487/task/3489/stat : 3489 (java) S 3485 3487 2260 0 -1 64 17822 0 1 0 22143 14 0 0 20 0 12 0 677247945 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3490] ppid=3485 vsize=822636 CPUtime=4.73
/proc/3487/task/3490/stat : 3490 (java) S 3485 3487 2260 0 -1 64 80959 0 0 0 441 32 0 0 15 0 12 0 677247946 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3491] ppid=3485 vsize=822636 CPUtime=4.66
/proc/3487/task/3491/stat : 3491 (java) S 3485 3487 2260 0 -1 64 76971 0 0 0 436 30 0 0 16 0 12 0 677247946 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3492] ppid=3485 vsize=822636 CPUtime=38.94
/proc/3487/task/3492/stat : 3492 (java) R 3485 3487 2260 0 -1 64 120614 0 0 0 3826 68 0 0 23 0 12 0 677247947 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3493] ppid=3485 vsize=822636 CPUtime=0
/proc/3487/task/3493/stat : 3493 (java) S 3485 3487 2260 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 677247948 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3494] ppid=3485 vsize=822636 CPUtime=0
/proc/3487/task/3494/stat : 3494 (java) S 3485 3487 2260 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 677247948 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3495] ppid=3485 vsize=822636 CPUtime=0
/proc/3487/task/3495/stat : 3495 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677247952 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3496] ppid=3485 vsize=822636 CPUtime=0.72
/proc/3487/task/3496/stat : 3496 (java) S 3485 3487 2260 0 -1 64 1753 0 0 0 72 0 0 0 17 0 12 0 677247952 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3497] ppid=3485 vsize=822636 CPUtime=0.77
/proc/3487/task/3497/stat : 3497 (java) S 3485 3487 2260 0 -1 64 5016 0 0 0 76 1 0 0 17 0 12 0 677247952 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3498] ppid=3485 vsize=822636 CPUtime=0
/proc/3487/task/3498/stat : 3498 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 677247952 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3499] ppid=3485 vsize=822636 CPUtime=0
/proc/3487/task/3499/stat : 3499 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 677247952 842379264 174980 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 271.46
Current children cumulated vsize (KiB) 822636

[startup+273.503 s]
/proc/loadavg: 2.48 2.19 2.06 3/86 3725
/proc/meminfo: memFree=995448/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=822960 CPUtime=273.06
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 309917 0 1 0 27154 152 0 0 21 0 13 0 677247943 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 205740 174985 1390 9 0 203102 0
[pid=3487/tid=3489] ppid=3485 vsize=822960 CPUtime=221.57
/proc/3487/task/3489/stat : 3489 (java) S 3485 3487 2260 0 -1 64 17823 0 1 0 22143 14 0 0 17 0 13 0 677247945 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3490] ppid=3485 vsize=822960 CPUtime=4.73
/proc/3487/task/3490/stat : 3490 (java) S 3485 3487 2260 0 -1 64 80959 0 0 0 441 32 0 0 15 0 13 0 677247946 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3491] ppid=3485 vsize=822960 CPUtime=4.66
/proc/3487/task/3491/stat : 3491 (java) S 3485 3487 2260 0 -1 64 76971 0 0 0 436 30 0 0 16 0 13 0 677247946 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3492] ppid=3485 vsize=822960 CPUtime=40.54
/proc/3487/task/3492/stat : 3492 (java) R 3485 3487 2260 0 -1 64 126622 0 0 0 3983 71 0 0 25 0 13 0 677247947 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 105678729 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3493] ppid=3485 vsize=822960 CPUtime=0
/proc/3487/task/3493/stat : 3493 (java) S 3485 3487 2260 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 677247948 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3494] ppid=3485 vsize=822960 CPUtime=0
/proc/3487/task/3494/stat : 3494 (java) S 3485 3487 2260 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 677247948 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3495] ppid=3485 vsize=822960 CPUtime=0
/proc/3487/task/3495/stat : 3495 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 677247952 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3496] ppid=3485 vsize=822960 CPUtime=0.72
/proc/3487/task/3496/stat : 3496 (java) S 3485 3487 2260 0 -1 64 1753 0 0 0 72 0 0 0 17 0 13 0 677247952 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3497] ppid=3485 vsize=822960 CPUtime=0.77
/proc/3487/task/3497/stat : 3497 (java) S 3485 3487 2260 0 -1 64 5016 0 0 0 76 1 0 0 17 0 13 0 677247952 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3498] ppid=3485 vsize=822960 CPUtime=0
/proc/3487/task/3498/stat : 3498 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 677247952 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3499] ppid=3485 vsize=822960 CPUtime=0
/proc/3487/task/3499/stat : 3499 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 677247952 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3725] ppid=3485 vsize=822960 CPUtime=0
/proc/3487/task/3725/stat : 3725 (java) S 3485 3487 2260 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 677275152 842711040 174985 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 273.06
Current children cumulated vsize (KiB) 822960

[startup+274.302 s]
/proc/loadavg: 2.48 2.19 2.06 3/86 3725
/proc/meminfo: memFree=995448/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=818956 CPUtime=273.86
/proc/3487/stat : 3487 (java) S 3485 3487 2260 0 -1 0 309920 0 1 0 27234 152 0 0 21 0 12 0 677247943 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3487/statm: 204739 173986 1391 9 0 202101 0
[pid=3487/tid=3489] ppid=3485 vsize=818956 CPUtime=221.57
/proc/3487/task/3489/stat : 3489 (java) S 3485 3487 2260 0 -1 64 17823 0 1 0 22143 14 0 0 16 0 12 0 677247945 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3490] ppid=3485 vsize=818956 CPUtime=4.73
/proc/3487/task/3490/stat : 3490 (java) S 3485 3487 2260 0 -1 64 80959 0 0 0 441 32 0 0 15 0 12 0 677247946 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3491] ppid=3485 vsize=818956 CPUtime=4.66
/proc/3487/task/3491/stat : 3491 (java) S 3485 3487 2260 0 -1 64 76971 0 0 0 436 30 0 0 16 0 12 0 677247946 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3492] ppid=3485 vsize=818956 CPUtime=41.33
/proc/3487/task/3492/stat : 3492 (java) R 3485 3487 2260 0 -1 64 126622 0 0 0 4062 71 0 0 25 0 12 0 677247947 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 104147421 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3493] ppid=3485 vsize=818956 CPUtime=0
/proc/3487/task/3493/stat : 3493 (java) S 3485 3487 2260 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 677247948 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3494] ppid=3485 vsize=818956 CPUtime=0
/proc/3487/task/3494/stat : 3494 (java) S 3485 3487 2260 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 677247948 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3495] ppid=3485 vsize=818956 CPUtime=0
/proc/3487/task/3495/stat : 3495 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 677247952 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3496] ppid=3485 vsize=818956 CPUtime=0.72
/proc/3487/task/3496/stat : 3496 (java) S 3485 3487 2260 0 -1 64 1753 0 0 0 72 0 0 0 17 0 12 0 677247952 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3497] ppid=3485 vsize=818956 CPUtime=0.77
/proc/3487/task/3497/stat : 3497 (java) S 3485 3487 2260 0 -1 64 5016 0 0 0 76 1 0 0 17 0 12 0 677247952 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3487/tid=3498] ppid=3485 vsize=818956 CPUtime=0
/proc/3487/task/3498/stat : 3498 (java) S 3485 3487 2260 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 677247952 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3487/tid=3499] ppid=3485 vsize=818956 CPUtime=0
/proc/3487/task/3499/stat : 3499 (java) S 3485 3487 2260 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 677247952 838610944 173986 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 273.86
Current children cumulated vsize (KiB) 818956

[startup+274.502 s]
/proc/loadavg: 2.48 2.19 2.06 3/86 3725
/proc/meminfo: memFree=995448/2055924 swapFree=4177320/4192956
[pid=3487] ppid=3485 vsize=0 CPUtime=274.03
/proc/3487/stat : 3487 (java) Z 3485 3487 2260 0 -1 12 309924 0 1 0 27244 159 0 0 16 0 2 0 677247943 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3487/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 274.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 274.527
CPU time (s): 274.065
CPU user time (s): 272.442
CPU system time (s): 1.62375
CPU usage (%): 99.8318
Max. virtual memory (cumulated for all children) (KiB): 824964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.442
system time used= 1.62375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309924
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= 12549
involuntary context switches= 11321

runsolver used 0.311952 second user time and 0.967852 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-05 01:46:24
IDJOB=1081039
IDBENCH=57059
IDSOLVER=344
FILE ID=node83/1081039-1215215184
PBS_JOBID= 7881765
Free space on /tmp= 66488 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-8.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081039-1215215184/watcher-1081039-1215215184 -o /tmp/evaluation-result-1081039-1215215184/solver-1081039-1215215184 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1081039-1215215184.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9de4e8d0bc614ccbc86793b1abb57b97
RANDOM SEED=636220798

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1617080 kB
Buffers:         49120 kB
Cached:         250436 kB
SwapCached:       9572 kB
Active:         263336 kB
Inactive:       129600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1617080 kB
SwapTotal:     4192956 kB
SwapFree:      4177320 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:         104992 kB
Slab:            31024 kB
Committed_AS:  1913640 kB
PageTables:       1944 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= 66492 MiB
End job on node83 at 2008-07-05 01:50:58