Trace number 1056788

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.12 1808.87

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-43_ext.xml
MD5SUM1798d73ef16fa85301920495f4ad6e64
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1403.18
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.20/0.22	
0.20/0.22	   configuration
0.20/0.22	     name=esac.xml
0.20/0.25	   
0.20/0.25	   instance
0.20/0.26	     name=HOME/instance-1056788-1215105747.xml
0.20/0.29	   
0.20/0.29	   domains being loaded...
0.32/0.30	   
0.32/0.30	   variables being loaded...
0.32/0.32	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.32/0.32	       =>  wckTime=0.1  cpuTime=0.1  mem=7M919
0.32/0.32	   
0.32/0.32	   relations being loaded...
0.84/0.87	   
0.84/0.87	   constraints being loaded...
1.23/1.23	     nbConstraints=76  nbRelationTypes=76  nbGlobalConstraints=76  nbExtensionStructures=76
1.23/1.23	     nbSharedExtensionStructures=0  nbConflictsStructures=76  nbSharedConflictsStructures=0
1.23/1.23	     nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=14  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
1.23/1.23	     symmetryWckTime=0.047  symmetryCpuTime=0.02
1.23/1.23	       =>  wckTime=1.013  cpuTime=0.87  mem=54M756
1.42/1.40	   
1.42/1.41	   solver IterativeSystematicSolver being built... 
1.42/1.48	   
1.42/1.48	   INFO : Forward propagation technique limited 
1.52/1.55	       =>  wckTime=1.325  cpuTime=1.01  mem=43M12
1.82/1.81	   
1.82/1.81	   preprocessing
1.82/1.81	     nbConstraintChecks=0  nbValidityChecks=3351557  nbPropagations=238  nbRevisions=0  nbUselessRevisions=0
1.82/1.81	     nbSingletonTests=34  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.82/1.81	     detectedInconsistency=no
1.82/1.81	       =>  wckTime=0.266  cpuTime=0.24  mem=43M12
2.93/2.99	   
2.93/2.99	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=44M48)

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-1056788-1215105747/watcher-1056788-1215105747 -o /tmp/evaluation-result-1056788-1215105747/solver-1056788-1215105747 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1056788-1215105747.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: 0.00 0.00 0.00 3/69 2501
/proc/meminfo: memFree=1657088/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=1616 CPUtime=0
/proc/2501/stat : 2501 (java) D 2499 2501 2431 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1989549559 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/2501/statm: 404 145 119 9 0 46 0

[startup+0.0466361 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 2501
/proc/meminfo: memFree=1657088/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=861876 CPUtime=0.04
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 2372 0 1 0 2 2 0 0 18 0 5 0 1989549559 882561024 1956 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 215469 1956 900 9 0 210448 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 861876

[startup+0.101638 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 2501
/proc/meminfo: memFree=1657088/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=865884 CPUtime=0.09
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 3804 0 1 0 7 2 0 0 18 0 9 0 1989549559 886665216 3255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 216471 3255 1720 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301663 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 2501
/proc/meminfo: memFree=1657088/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=867400 CPUtime=0.32
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 6146 0 1 0 28 4 0 0 18 0 9 0 1989549559 888217600 5516 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 216850 5516 1962 9 0 211378 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 867400

[startup+0.701715 s]
/proc/loadavg: 0.00 0.00 0.00 3/69 2501
/proc/meminfo: memFree=1657088/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=867400 CPUtime=0.74
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 14823 0 1 0 66 8 0 0 18 0 9 0 1989549559 888217600 14192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 216850 14192 1969 9 0 211378 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 867400

[startup+1.50281 s]
/proc/loadavg: 0.00 0.00 0.00 3/82 2519
/proc/meminfo: memFree=1558360/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=1.52
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 34066 149 1 0 137 15 0 0 18 0 10 0 1989549559 889106432 24463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24463 2632 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=1.15
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 18000 149 1 0 106 9 0 0 16 0 10 0 1989549561 889106432 24463 996147200 134512640 134550740 4294955968 18446744073709551615 4125969138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.21
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14718 149 0 0 18 3 0 0 17 0 10 0 1989549562 889106432 24463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 149 0 0 0 0 0 0 15 0 10 0 1989549562 889106432 24463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 149 0 0 0 0 0 0 15 0 10 0 1989549562 889106432 24463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 149 0 0 0 0 0 0 23 0 10 0 1989549564 889106432 24463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.12
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 495 149 0 0 12 0 0 0 15 0 10 0 1989549564 889106432 24463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 149 0 0 0 0 0 0 24 0 10 0 1989549564 889106432 24463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 149 0 0 0 0 0 0 15 0 10 0 1989549564 889106432 24463 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 868268

[startup+3.10299 s]
/proc/loadavg: 0.00 0.00 0.00 3/82 2523
/proc/meminfo: memFree=1537240/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=3.13
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 35923 274 1 0 296 16 0 1 18 0 9 0 1989549559 889106432 24536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24536 2634 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=2.69
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 19810 274 1 0 258 10 0 1 25 0 9 0 1989549561 889106432 24536 996147200 134512640 134550740 4294955968 18446744073709551615 4126766018 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14719 274 0 0 19 3 0 1 17 0 9 0 1989549562 889106432 24536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.19
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 540 274 0 0 18 0 0 1 16 0 9 0 1989549564 889106432 24536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 24 0 9 0 1989549564 889106432 24536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1989549564 889106432 24536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 868268

[startup+6.30137 s]
/proc/loadavg: 0.16 0.03 0.01 3/90 2535
/proc/meminfo: memFree=1526296/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=6.31
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 35936 274 1 0 612 18 0 1 18 0 9 0 1989549559 889106432 24542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24542 2634 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=5.86
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 19814 274 1 0 573 12 0 1 25 0 9 0 1989549561 889106432 24542 996147200 134512640 134550740 4294955968 18446744073709551615 4126765825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14719 274 0 0 19 3 0 1 16 0 9 0 1989549562 889106432 24542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.2
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 549 274 0 0 19 0 0 1 15 0 9 0 1989549564 889106432 24542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 24 0 9 0 1989549564 889106432 24542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1989549564 889106432 24542 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 868268

[startup+12.7021 s]
/proc/loadavg: 0.31 0.07 0.02 4/102 2547
/proc/meminfo: memFree=1443704/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=12.66
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 35947 274 1 0 1247 18 0 1 18 0 9 0 1989549559 889106432 24551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24551 2634 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=12.2
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 19815 274 1 0 1207 12 0 1 25 0 9 0 1989549561 889106432 24551 996147200 134512640 134550740 4294955968 18446744073709551615 4126765988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14719 274 0 0 19 3 0 1 16 0 9 0 1989549562 889106432 24551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.22
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 559 274 0 0 21 0 0 1 16 0 9 0 1989549564 889106432 24551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 24 0 9 0 1989549564 889106432 24551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1989549564 889106432 24551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 868268

[startup+25.5026 s]
/proc/loadavg: 0.68 0.16 0.05 4/102 2547
/proc/meminfo: memFree=1443704/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=25.4
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 35955 274 1 0 2521 18 0 1 18 0 9 0 1989549559 889106432 24555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24555 2634 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=24.92
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 19818 274 1 0 2479 12 0 1 25 0 9 0 1989549561 889106432 24555 996147200 134512640 134550740 4294955968 18446744073709551615 4126766450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14719 274 0 0 19 3 0 1 16 0 9 0 1989549562 889106432 24555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 564 274 0 0 22 0 0 1 16 0 9 0 1989549564 889106432 24555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 24 0 9 0 1989549564 889106432 24555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1989549564 889106432 24555 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 868268

[startup+51.1026 s]
/proc/loadavg: 1.13 0.31 0.10 3/102 2547
/proc/meminfo: memFree=1443512/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=50.87
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 36007 274 1 0 5068 18 0 1 18 0 9 0 1989549559 889106432 24556 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24556 2634 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=50.39
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 19868 274 1 0 5026 12 0 1 25 0 9 0 1989549561 889106432 24556 996147200 134512640 134550740 4294955968 18446744073709551615 4126766084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14719 274 0 0 19 3 0 1 16 0 9 0 1989549562 889106432 24556 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24556 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24556 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24556 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 566 274 0 0 22 0 0 1 15 0 9 0 1989549564 889106432 24556 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01

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

/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 568 274 0 0 22 0 0 1 16 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 24 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.02
Current children cumulated vsize (KiB) 868268

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.58 4/93 2552
/proc/meminfo: memFree=1507512/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=1534.72
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 37824 274 1 0 153448 23 0 1 18 0 9 0 1989549559 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24558 2634 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=1534.23
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 21683 274 1 0 153405 17 0 1 25 0 9 0 1989549561 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4126766492 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14719 274 0 0 19 3 0 1 16 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 568 274 0 0 22 0 0 1 16 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 24 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1534.72
Current children cumulated vsize (KiB) 868268

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.60 4/93 2552
/proc/meminfo: memFree=1507512/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=1594.42
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 37898 274 1 0 159418 23 0 1 18 0 9 0 1989549559 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24558 2634 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=1593.94
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 21757 274 1 0 159376 17 0 1 25 0 9 0 1989549561 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4126765653 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14719 274 0 0 19 3 0 1 16 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 568 274 0 0 22 0 0 1 16 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 24 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.42
Current children cumulated vsize (KiB) 868268

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.63 4/93 2552
/proc/meminfo: memFree=1507512/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=1654.14
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 37972 274 1 0 165389 24 0 1 18 0 9 0 1989549559 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24558 2634 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=1653.65
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 21831 274 1 0 165346 18 0 1 25 0 9 0 1989549561 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4126766018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14719 274 0 0 19 3 0 1 16 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 568 274 0 0 22 0 0 1 16 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 24 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.14
Current children cumulated vsize (KiB) 868268

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.65 4/93 2552
/proc/meminfo: memFree=1507448/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=1713.83
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 38046 274 1 0 171358 24 0 1 18 0 9 0 1989549559 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24558 2634 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=1713.35
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 21905 274 1 0 171316 18 0 1 25 0 9 0 1989549561 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4126766018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14719 274 0 0 19 3 0 1 16 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 568 274 0 0 22 0 0 1 16 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 24 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.83
Current children cumulated vsize (KiB) 868268

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.67 2/76 2569
/proc/meminfo: memFree=1572168/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=1773.55
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 38120 274 1 0 177329 25 0 1 18 0 9 0 1989549559 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24558 2634 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=1773.07
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 21979 274 1 0 177287 19 0 1 25 0 9 0 1989549561 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4126765835 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14719 274 0 0 19 3 0 1 16 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 568 274 0 0 22 0 0 1 16 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 24 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.55
Current children cumulated vsize (KiB) 868268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 1.89 1.94 1.66 3/81 2579
/proc/meminfo: memFree=1544608/2055920 swapFree=4179968/4192956
[pid=2501] ppid=2499 vsize=868268 CPUtime=1800.04
/proc/2501/stat : 2501 (java) S 2499 2501 2431 0 -1 0 38149 274 1 0 179978 25 0 1 18 0 9 0 1989549559 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2501/statm: 217067 24558 2634 9 0 211573 0
[pid=2501/tid=2503] ppid=2499 vsize=868268 CPUtime=1799.56
/proc/2501/task/2503/stat : 2503 (java) R 2499 2501 2431 0 -1 64 22008 274 1 0 179936 19 0 1 25 0 9 0 1989549561 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4126766018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2504] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2504/stat : 2504 (java) S 2499 2501 2431 0 -1 64 14719 274 0 0 19 3 0 1 16 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2505] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2505/stat : 2505 (java) S 2499 2501 2431 0 -1 64 17 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2506] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2506/stat : 2506 (java) S 2499 2501 2431 0 -1 64 9 274 0 0 0 0 0 1 15 0 9 0 1989549562 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2501/tid=2507] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2507/stat : 2507 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 23 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2508] ppid=2499 vsize=868268 CPUtime=0.23
/proc/2501/task/2508/stat : 2508 (java) S 2499 2501 2431 0 -1 64 568 274 0 0 22 0 0 1 16 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2509] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2509/stat : 2509 (java) S 2499 2501 2431 0 -1 64 1 274 0 0 0 0 0 1 24 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2501/tid=2510] ppid=2499 vsize=868268 CPUtime=0.01
/proc/2501/task/2510/stat : 2510 (java) S 2499 2501 2431 0 -1 64 2 274 0 0 0 0 0 1 15 0 9 0 1989549564 889106432 24558 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868268

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

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

Child status: 143
Real time (s): 1808.87
CPU time (s): 1800.12
CPU user time (s): 1799.84
CPU system time (s): 0.283956
CPU usage (%): 99.5162
Max. virtual memory (cumulated for all children) (KiB): 868268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38458
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= 37624
involuntary context switches= 60573

runsolver used 2.5986 second user time and 5.63114 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-03 19:22:27
IDJOB=1056788
IDBENCH=53973
IDSOLVER=364
FILE ID=node11/1056788-1215105747
PBS_JOBID= 7877181
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-43_ext.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056788-1215105747/watcher-1056788-1215105747 -o /tmp/evaluation-result-1056788-1215105747/solver-1056788-1215105747 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1056788-1215105747.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1798d73ef16fa85301920495f4ad6e64
RANDOM SEED=1120062962

node11.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.224
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.224
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:       1657640 kB
Buffers:         34604 kB
Cached:         294080 kB
SwapCached:       7100 kB
Active:         166500 kB
Inactive:       175568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657640 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            7316 kB
Writeback:           0 kB
Mapped:          19156 kB
Slab:            41736 kB
Committed_AS:  3167016 kB
PageTables:       1760 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= 66536 MiB
End job on node11 at 2008-07-03 19:52:38