Trace number 2097514

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
Abscon 112v4 ESAC? (TO) 1800.21 1811.12

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-22.xml
MD5SUM2dc1ef2385520df4e5d6471c36d68b37
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1545
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2097514-1247413202.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.57/0.69	     nbVariables=800  nbDomainTypes=96  minDomainSize=1447  maxDomainSize=1545  nbTotalValues=1196514
0.57/0.69	       =>  wckTime=0.45  cpuTime=0.34  mem=34M411
0.57/0.69	   
0.57/0.69	   predicates being loaded...
0.68/0.76	   
0.68/0.76	   constraints being loaded...
20.98/21.25	   
20.98/21.25	   INFO : Stopping converting binary constraints (cpu=20.39, mem = 62M600)
24.03/24.39	     nbConstraints=12960  nbGlobalConstraints=12059  nbConvertedConstraints=68  nbConvertConstraintsChecks=101097403
24.03/24.39	     nbExtensionStructures=45  nbSharedExtensionStructures=23  nbConflictsStructures=45  nbSharedConflictsStructures=23
24.03/24.39	     nbUnbuiltConflictsStructures=250  nbSharedBinaryRepresentations=63425  nbEvaluationManagers=250
24.03/24.39	     nbSharedEvaluationManagers=583  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
24.03/24.39	     nbFusions=0  symmetryWckTime=2.601  symmetryCpuTime=2.36  nbCliques=20
24.03/24.40	       =>  wckTime=24.153  cpuTime=23.06  mem=80M856
24.33/24.67	   
24.33/24.67	   solver IterativeSystematicSolver being built... 
24.44/24.79	   
24.44/24.79	   INFO : Forward propagation technique limited 
24.63/24.97	       =>  wckTime=24.731  cpuTime=23.27  mem=112M363
114.19/115.36	   
114.19/115.36	   preprocessing
114.19/115.36	     nbConstraintChecks=483634361  nbValidityChecks=2420545  nbPropagations=1930  nbRevisions=4775
114.19/115.36	     nbUselessRevisions=3338  nbRemovedValues=765434  detectedInconsistency=no
114.19/115.36	       =>  wckTime=90.339  cpuTime=89.4  mem=138M501
135.28/136.64	   
135.28/136.64	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=116M687)

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097514-1247413202/watcher-2097514-1247413202 -o /tmp/evaluation-result-2097514-1247413202/solver-2097514-1247413202 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097514-1247413202.xml 

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


[startup+0 s]
/proc/loadavg: 2.01 2.06 2.00 4/81 1644
/proc/meminfo: memFree=1685688/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=152 CPUtime=0
/proc/1644/stat : 1644 (java) D 1642 1644 32543 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 28386025 155648 26 996147200 134512640 134550932 4294956128 18446744073709551615 9757476 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/1644/statm: 38 26 19 9 0 4 0

[startup+0.0626391 s]
/proc/loadavg: 2.01 2.06 2.00 4/81 1644
/proc/meminfo: memFree=1685688/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=863936 CPUtime=0.04
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 2656 0 1 0 3 1 0 0 18 0 9 0 28386025 884670464 2218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 215984 2218 1036 9 0 210899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863936

[startup+0.101641 s]
/proc/loadavg: 2.01 2.06 2.00 4/81 1644
/proc/meminfo: memFree=1685688/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=865984 CPUtime=0.08
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 3725 0 1 0 6 2 0 0 18 0 9 0 28386025 886767616 3193 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 216496 3193 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301661 s]
/proc/loadavg: 2.01 2.06 2.00 4/81 1644
/proc/meminfo: memFree=1685688/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=866224 CPUtime=0.28
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 5804 0 1 0 25 3 0 0 18 0 9 0 28386025 887013376 5170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 216556 5170 1980 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.70171 s]
/proc/loadavg: 2.01 2.06 2.00 4/81 1644
/proc/meminfo: memFree=1685688/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=867048 CPUtime=0.68
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 13437 0 1 0 62 6 0 0 18 0 9 0 28386025 887857152 12794 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 216762 12794 2004 9 0 211220 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867048

[startup+1.50281 s]
/proc/loadavg: 2.01 2.06 2.00 3/90 1653
/proc/meminfo: memFree=1630896/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=867628 CPUtime=1.47
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 23895 0 1 0 136 11 0 0 18 0 9 0 28386025 888451072 23223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 216907 23223 2028 9 0 211365 0
[pid=1644/tid=1646] ppid=1642 vsize=867628 CPUtime=1.2
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 15786 0 1 0 113 7 0 0 25 0 9 0 28386027 888451072 23223 996147200 134512640 134550932 4294955968 18446744073709551615 102630410 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1647] ppid=1642 vsize=867628 CPUtime=0.07
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 6720 0 0 0 5 2 0 0 17 0 9 0 28386028 888451072 23223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1648] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28386028 888451072 23223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28386028 888451072 23223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28386031 888451072 23223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=867628 CPUtime=0.17
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 688 0 0 0 17 0 0 0 16 0 9 0 28386031 888451072 23223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1652] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28386031 888451072 23223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1653] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1653/stat : 1653 (java) S 1642 1644 32543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28386031 888451072 23223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867628

[startup+3.10198 s]
/proc/loadavg: 2.01 2.06 2.00 3/90 1653
/proc/meminfo: memFree=1600112/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=867628 CPUtime=3.05
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 23953 0 1 0 293 12 0 0 18 0 9 0 28386025 888451072 23278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 216907 23278 2031 9 0 211365 0
[pid=1644/tid=1646] ppid=1642 vsize=867628 CPUtime=2.76
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 15816 0 1 0 268 8 0 0 25 0 9 0 28386027 888451072 23278 996147200 134512640 134550932 4294955968 18446744073709551615 4126941881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1647] ppid=1642 vsize=867628 CPUtime=0.07
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 6720 0 0 0 5 2 0 0 17 0 9 0 28386028 888451072 23278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1648] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28386028 888451072 23278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28386028 888451072 23278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28386031 888451072 23278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=867628 CPUtime=0.2
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 716 0 0 0 20 0 0 0 16 0 9 0 28386031 888451072 23278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1652] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28386031 888451072 23278 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1653] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1653/stat : 1653 (java) S 1642 1644 32543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28386031 888451072 23278 996147200 134512640 134550932 4294955968 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) 867628

[startup+6.30135 s]
/proc/loadavg: 2.01 2.06 2.00 3/90 1653
/proc/meminfo: memFree=1599792/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=867628 CPUtime=6.22
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 23965 0 1 0 609 13 0 0 18 0 9 0 28386025 888451072 23287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 216907 23287 2031 9 0 211365 0
[pid=1644/tid=1646] ppid=1642 vsize=867628 CPUtime=5.91
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 15820 0 1 0 582 9 0 0 25 0 9 0 28386027 888451072 23287 996147200 134512640 134550932 4294955968 18446744073709551615 4127031713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1647] ppid=1642 vsize=867628 CPUtime=0.07
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 6720 0 0 0 5 2 0 0 17 0 9 0 28386028 888451072 23287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1648] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28386028 888451072 23287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28386028 888451072 23287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28386031 888451072 23287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=867628 CPUtime=0.21
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 724 0 0 0 21 0 0 0 16 0 9 0 28386031 888451072 23287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1652] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28386031 888451072 23287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1653] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1653/stat : 1653 (java) R 1642 1644 32543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28386031 888451072 23287 996147200 134512640 134550932 4294955968 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) 867628

[startup+12.7011 s]
/proc/loadavg: 2.01 2.06 2.00 3/90 1653
/proc/meminfo: memFree=1599728/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=867628 CPUtime=12.56
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 29505 0 1 0 1237 19 0 0 18 0 9 0 28386025 888451072 28825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 216907 28825 2031 9 0 211365 0
[pid=1644/tid=1646] ppid=1642 vsize=867628 CPUtime=12.08
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 15823 0 1 0 1196 12 0 0 25 0 9 0 28386027 888451072 28825 996147200 134512640 134550932 4294955968 18446744073709551615 4126918443 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1647] ppid=1642 vsize=867628 CPUtime=0.23
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 12252 0 0 0 18 5 0 0 17 0 9 0 28386028 888451072 28825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1648] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28386028 888451072 28825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28386028 888451072 28825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28386031 888451072 28825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=867628 CPUtime=0.22
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 729 0 0 0 22 0 0 0 16 0 9 0 28386031 888451072 28825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1652] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28386031 888451072 28825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1653] ppid=1642 vsize=867628 CPUtime=0
/proc/1644/task/1653/stat : 1653 (java) S 1642 1644 32543 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28386031 888451072 28825 996147200 134512640 134550932 4294955968 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) 867628

[startup+25.5026 s]
/proc/loadavg: 2.00 2.06 2.00 4/90 1657
/proc/meminfo: memFree=1534256/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=868040 CPUtime=25.23
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 68102 900 1 0 2472 36 13 2 18 0 9 0 28386025 888872960 40276 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 217010 40276 2662 9 0 211446 0
[pid=1644/tid=1646] ppid=1642 vsize=868040 CPUtime=24.14
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 29922 900 1 0 2378 21 13 2 25 0 9 0 28386027 888872960 40276 996147200 134512640 134550932 4294955968 18446744073709551615 4127166241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1647] ppid=1642 vsize=868040 CPUtime=0.86
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 36390 900 0 0 59 12 13 2 16 0 9 0 28386028 888872960 40276 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1648] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 21 900 0 0 0 0 13 2 16 0 9 0 28386028 888872960 40276 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 22 900 0 0 0 0 13 2 15 0 9 0 28386028 888872960 40276 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 900 0 0 0 0 13 2 18 0 9 0 28386031 888872960 40276 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=868040 CPUtime=0.47
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 926 900 0 0 32 0 13 2 15 0 9 0 28386031 888872960 40276 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1652] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 900 0 0 0 0 13 2 19 0 9 0 28386031 888872960 40276 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1653] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1653/stat : 1653 (java) S 1642 1644 32543 0 -1 64 9 900 0 0 0 0 13 2 15 0 9 0 28386031 888872960 40276 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868040

[startup+51.1025 s]
/proc/loadavg: 2.06 2.07 2.00 3/90 1657
/proc/meminfo: memFree=1534256/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=868040 CPUtime=50.59
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 68463 900 1 0 5007 37 13 2 18 0 9 0 28386025 888872960 40282 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 217010 40282 2662 9 0 211446 0
[pid=1644/tid=1646] ppid=1642 vsize=868040 CPUtime=49.49
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 30272 900 1 0 4913 21 13 2 25 0 9 0 28386027 888872960 40282 996147200 134512640 134550932 4294955968 18446744073709551615 4126918642 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1647] ppid=1642 vsize=868040 CPUtime=0.86
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 36390 900 0 0 59 12 13 2 16 0 9 0 28386028 888872960 40282 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1648] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 21 900 0 0 0 0 13 2 16 0 9 0 28386028 888872960 40282 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 22 900 0 0 0 0 13 2 15 0 9 0 28386028 888872960 40282 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 900 0 0 0 0 13 2 18 0 9 0 28386031 888872960 40282 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=868040 CPUtime=0.49
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 935 900 0 0 34 0 13 2 17 0 9 0 28386031 888872960 40282 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1652] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 900 0 0 0 0 13 2 19 0 9 0 28386031 888872960 40282 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1471.5
Current children cumulated vsize (KiB) 868040

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2285
/proc/meminfo: memFree=1556496/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=868040 CPUtime=1531.48
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 78490 900 1 0 153081 52 13 2 18 0 9 0 28386025 888872960 48202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 217010 48202 2662 9 0 211446 0
[pid=1644/tid=1646] ppid=1642 vsize=868040 CPUtime=1529.42
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 32358 900 1 0 152895 32 13 2 25 0 9 0 28386027 888872960 48202 996147200 134512640 134550932 4294955968 18446744073709551615 4126677912 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1647] ppid=1642 vsize=868040 CPUtime=1.73
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 44281 900 0 0 142 16 13 2 16 0 9 0 28386028 888872960 48202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1648] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 21 900 0 0 0 0 13 2 16 0 9 0 28386028 888872960 48202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 22 900 0 0 0 0 13 2 15 0 9 0 28386028 888872960 48202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 900 0 0 0 0 13 2 18 0 9 0 28386031 888872960 48202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=868040 CPUtime=0.58
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 985 900 0 0 42 1 13 2 16 0 9 0 28386031 888872960 48202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1652] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 900 0 0 0 0 13 2 19 0 9 0 28386031 888872960 48202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1653] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1653/stat : 1653 (java) S 1642 1644 32543 0 -1 64 11 900 0 0 0 0 13 2 15 0 9 0 28386031 888872960 48202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.48
Current children cumulated vsize (KiB) 868040

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2285
/proc/meminfo: memFree=1556440/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=868040 CPUtime=1591.45
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 78499 900 1 0 159078 52 13 2 18 0 9 0 28386025 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 217010 48203 2662 9 0 211446 0
[pid=1644/tid=1646] ppid=1642 vsize=868040 CPUtime=1589.36
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 32366 900 1 0 158889 32 13 2 25 0 9 0 28386027 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4126918462 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1647] ppid=1642 vsize=868040 CPUtime=1.76
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 44281 900 0 0 145 16 13 2 16 0 9 0 28386028 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1648] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 21 900 0 0 0 0 13 2 16 0 9 0 28386028 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 22 900 0 0 0 0 13 2 15 0 9 0 28386028 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 900 0 0 0 0 13 2 18 0 9 0 28386031 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=868040 CPUtime=0.58
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 986 900 0 0 42 1 13 2 16 0 9 0 28386031 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1652] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 900 0 0 0 0 13 2 19 0 9 0 28386031 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1653] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1653/stat : 1653 (java) S 1642 1644 32543 0 -1 64 11 900 0 0 0 0 13 2 15 0 9 0 28386031 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.45
Current children cumulated vsize (KiB) 868040

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2285
/proc/meminfo: memFree=1556440/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=868040 CPUtime=1651.43
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 78508 900 1 0 165075 53 13 2 18 0 9 0 28386025 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 217010 48203 2662 9 0 211446 0
[pid=1644/tid=1646] ppid=1642 vsize=868040 CPUtime=1649.31
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 32375 900 1 0 164883 33 13 2 25 0 9 0 28386027 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1647] ppid=1642 vsize=868040 CPUtime=1.8
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 44281 900 0 0 149 16 13 2 17 0 9 0 28386028 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1648] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 21 900 0 0 0 0 13 2 16 0 9 0 28386028 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 22 900 0 0 0 0 13 2 15 0 9 0 28386028 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 900 0 0 0 0 13 2 18 0 9 0 28386031 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=868040 CPUtime=0.58
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 986 900 0 0 42 1 13 2 16 0 9 0 28386031 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1652] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 900 0 0 0 0 13 2 19 0 9 0 28386031 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1653] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1653/stat : 1653 (java) S 1642 1644 32543 0 -1 64 11 900 0 0 0 0 13 2 15 0 9 0 28386031 888872960 48203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.43
Current children cumulated vsize (KiB) 868040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2285
/proc/meminfo: memFree=1556440/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=868040 CPUtime=1711.41
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 78524 900 1 0 171073 53 13 2 18 0 9 0 28386025 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 217010 48211 2662 9 0 211446 0
[pid=1644/tid=1646] ppid=1642 vsize=868040 CPUtime=1709.25
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 32383 900 1 0 170877 33 13 2 25 0 9 0 28386027 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4127031748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1647] ppid=1642 vsize=868040 CPUtime=1.83
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 44289 900 0 0 152 16 13 2 16 0 9 0 28386028 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1648] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 21 900 0 0 0 0 13 2 16 0 9 0 28386028 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 22 900 0 0 0 0 13 2 15 0 9 0 28386028 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 900 0 0 0 0 13 2 18 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=868040 CPUtime=0.58
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 986 900 0 0 42 1 13 2 16 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1652] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 900 0 0 0 0 13 2 19 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1653] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1653/stat : 1653 (java) S 1642 1644 32543 0 -1 64 11 900 0 0 0 0 13 2 15 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.41
Current children cumulated vsize (KiB) 868040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2285
/proc/meminfo: memFree=1556248/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=868040 CPUtime=1771.38
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 78533 900 1 0 177070 53 13 2 18 0 9 0 28386025 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 217010 48211 2662 9 0 211446 0
[pid=1644/tid=1646] ppid=1642 vsize=868040 CPUtime=1769.19
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 32392 900 1 0 176871 33 13 2 25 0 9 0 28386027 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4125952176 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1647] ppid=1642 vsize=868040 CPUtime=1.86
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 44289 900 0 0 155 16 13 2 16 0 9 0 28386028 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1648] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 21 900 0 0 0 0 13 2 16 0 9 0 28386028 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 22 900 0 0 0 0 13 2 15 0 9 0 28386028 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 900 0 0 0 0 13 2 18 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=868040 CPUtime=0.58
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 986 900 0 0 42 1 13 2 16 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1652] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 900 0 0 0 0 13 2 19 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1653] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1653/stat : 1653 (java) S 1642 1644 32543 0 -1 64 11 900 0 0 0 0 13 2 15 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.38
Current children cumulated vsize (KiB) 868040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2285
/proc/meminfo: memFree=1556120/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=868040 CPUtime=1800.07
/proc/1644/stat : 1644 (java) S 1642 1644 32543 0 -1 0 78536 900 1 0 179939 53 13 2 18 0 9 0 28386025 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 217010 48211 2662 9 0 211446 0
[pid=1644/tid=1646] ppid=1642 vsize=868040 CPUtime=1797.88
/proc/1644/task/1646/stat : 1646 (java) R 1642 1644 32543 0 -1 64 32395 900 1 0 179740 33 13 2 25 0 9 0 28386027 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4127166192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1647] ppid=1642 vsize=868040 CPUtime=1.88
/proc/1644/task/1647/stat : 1647 (java) S 1642 1644 32543 0 -1 64 44289 900 0 0 156 17 13 2 16 0 9 0 28386028 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1648] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1648/stat : 1648 (java) S 1642 1644 32543 0 -1 64 21 900 0 0 0 0 13 2 16 0 9 0 28386028 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1649] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1649/stat : 1649 (java) S 1642 1644 32543 0 -1 64 22 900 0 0 0 0 13 2 15 0 9 0 28386028 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1650] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1650/stat : 1650 (java) S 1642 1644 32543 0 -1 64 2 900 0 0 0 0 13 2 18 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1651] ppid=1642 vsize=868040 CPUtime=0.58
/proc/1644/task/1651/stat : 1651 (java) S 1642 1644 32543 0 -1 64 986 900 0 0 42 1 13 2 16 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1644/tid=1652] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1652/stat : 1652 (java) S 1642 1644 32543 0 -1 64 0 900 0 0 0 0 13 2 19 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1644/tid=1653] ppid=1642 vsize=868040 CPUtime=0.15
/proc/1644/task/1653/stat : 1653 (java) S 1642 1644 32543 0 -1 64 11 900 0 0 0 0 13 2 15 0 9 0 28386031 888872960 48211 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868040

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

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

[startup+1811.11 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2285
/proc/meminfo: memFree=1556120/2055920 swapFree=4192812/4192956
[pid=1644] ppid=1642 vsize=0 CPUtime=1800.18
/proc/1644/stat : 1644 (java) Z 1642 1644 32543 0 -1 1036 78564 900 1 0 179948 55 13 2 15 0 2 0 28386025 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1644/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1811.12
CPU time (s): 1800.21
CPU user time (s): 1799.62
CPU system time (s): 0.59191
CPU usage (%): 99.3977
Max. virtual memory (cumulated for all children) (KiB): 868040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.59191
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79464
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= 40691
involuntary context switches= 66584

runsolver used 2.41863 second user time and 5.83511 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 17:40:02
IDJOB=2097514
IDBENCH=57483
IDSOLVER=774
FILE ID=node74/2097514-1247413202
PBS_JOBID= 9510502
Free space on /tmp= 103136 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-22.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097514-1247413202/watcher-2097514-1247413202 -o /tmp/evaluation-result-2097514-1247413202/solver-2097514-1247413202 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097514-1247413202.xml

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

MD5SUM BENCH= 2dc1ef2385520df4e5d6471c36d68b37
RANDOM SEED=1917110347

node74.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.234
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.234
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:       1686104 kB
Buffers:         38872 kB
Cached:         120112 kB
SwapCached:          0 kB
Active:         246672 kB
Inactive:        64788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3644 kB
Writeback:           0 kB
Mapped:         172888 kB
Slab:            43096 kB
Committed_AS:  1035368 kB
PageTables:       2116 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103136 MiB
End job on node74 at 2009-07-12 18:10:15