Trace number 1083132

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.17 1813.89

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-23.xml
MD5SUMf282a7bc045af28efe9331ccc5efb812
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.5772
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1171
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1083132-1215225337.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.46	     nbVariables=450  nbDomainTypes=89  minDomainSize=1073  maxDomainSize=1171  nbTotalValues=505038
0.38/0.46	       =>  wckTime=0.207  cpuTime=0.16  mem=19M613
0.38/0.46	   
0.38/0.46	   predicates being loaded...
0.48/0.51	   
0.48/0.51	   constraints being loaded...
20.60/20.84	   
20.60/20.84	   INFO : Stopping converting binary constraints (cpu=20.13, mem = 58M909)
21.68/21.98	     nbConstraints=5595  nbGlobalConstraints=5118  nbConvertedConstraints=176  nbConvertConstraintsChecks=109839553
21.68/21.98	     nbExtensionStructures=87  nbSharedExtensionStructures=89  nbConflictsStructures=87  nbSharedConflictsStructures=89
21.68/21.98	     nbUnbuiltConflictsStructures=133  nbSharedBinaryRepresentations=102036  nbEvaluationManagers=133
21.68/21.98	     nbSharedEvaluationManagers=168  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04  maxArity=16  nbGenerators=0
21.68/21.98	     nbFusions=0  symmetryWckTime=1.065  symmetryCpuTime=0.74  nbCliques=15
21.68/21.98	       =>  wckTime=21.732  cpuTime=20.9  mem=47M290
21.86/22.15	   
21.86/22.15	   solver IterativeSystematicSolver being built... 
21.97/22.23	   
21.97/22.23	   INFO : Forward propagation technique limited 
22.07/22.33	       =>  wckTime=22.083  cpuTime=21.05  mem=78M420
40.02/40.42	   
40.02/40.42	   preprocessing
40.02/40.42	     nbConstraintChecks=101158411  nbValidityChecks=590203  nbPropagations=955  nbRevisions=1855
40.02/40.42	     nbUselessRevisions=1188  nbRemovedValues=313068  detectedInconsistency=no
40.02/40.42	       =>  wckTime=18.072  cpuTime=17.85  mem=73M614
60.43/61.08	   
60.43/61.08	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=101, mem=100M164)

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-1083132-1215225337/watcher-1083132-1215225337 -o /tmp/evaluation-result-1083132-1215225337/solver-1083132-1215225337 -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-1083132-1215225337.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: 2.12 2.18 2.08 4/81 1192
/proc/meminfo: memFree=1578256/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=18572 CPUtime=0
/proc/1192/stat : 1192 (runsolver) R 1190 1192 31516 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 634789418 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1192/statm: 4643 292 257 25 0 2626 0

[startup+0.022516 s]
/proc/loadavg: 2.12 2.18 2.08 4/81 1192
/proc/meminfo: memFree=1578256/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=860508 CPUtime=0.01
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 987 0 1 0 0 1 0 0 20 0 2 0 634789418 881160192 736 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 215127 736 381 9 0 213525 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 860508

[startup+0.102523 s]
/proc/loadavg: 2.12 2.18 2.08 4/81 1192
/proc/meminfo: memFree=1578256/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=865884 CPUtime=0.08
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 3692 0 1 0 6 2 0 0 20 0 9 0 634789418 886665216 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302549 s]
/proc/loadavg: 2.12 2.18 2.08 4/81 1192
/proc/meminfo: memFree=1578256/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=866284 CPUtime=0.28
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 5888 0 1 0 25 3 0 0 20 0 9 0 634789418 887074816 5262 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 216571 5262 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702607 s]
/proc/loadavg: 2.12 2.18 2.08 4/81 1192
/proc/meminfo: memFree=1578256/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=867708 CPUtime=0.68
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 11300 0 1 0 61 7 0 0 20 0 9 0 634789418 888532992 10660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 216927 10660 2010 9 0 211433 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.50167 s]
/proc/loadavg: 2.12 2.18 2.08 3/90 1203
/proc/meminfo: memFree=1531144/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=867708 CPUtime=1.47
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 14770 0 1 0 139 8 0 0 20 0 9 0 634789418 888532992 14127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 216927 14127 2014 9 0 211433 0
[pid=1192/tid=1194] ppid=1190 vsize=867708 CPUtime=1.28
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 13400 0 1 0 121 7 0 0 25 0 9 0 634789419 888532992 14127 996147200 134512640 134550740 4294955968 18446744073709551615 4126876217 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 634789421 888532992 14127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 9 0 0 0 0 0 0 0 23 0 9 0 634789421 888532992 14127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 634789421 888532992 14127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634789423 888532992 14127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=867708 CPUtime=0.17
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 673 0 0 0 17 0 0 0 16 0 9 0 634789423 888532992 14127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634789423 888532992 14127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634789423 888532992 14127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867708

[startup+3.10186 s]
/proc/loadavg: 2.12 2.18 2.08 3/90 1203
/proc/meminfo: memFree=1527240/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=867708 CPUtime=3.05
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 15829 0 1 0 296 9 0 0 20 0 9 0 634789418 888532992 15184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 216927 15184 2014 9 0 211433 0
[pid=1192/tid=1194] ppid=1190 vsize=867708 CPUtime=2.85
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 14445 0 1 0 277 8 0 0 25 0 9 0 634789419 888532992 15184 996147200 134512640 134550740 4294955968 18446744073709551615 4126876193 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 634789421 888532992 15184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 9 0 0 0 0 0 0 0 23 0 9 0 634789421 888532992 15184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 634789421 888532992 15184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634789423 888532992 15184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=867708 CPUtime=0.18
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 687 0 0 0 18 0 0 0 16 0 9 0 634789423 888532992 15184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634789423 888532992 15184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=867708 CPUtime=0
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634789423 888532992 15184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867708

[startup+6.30221 s]
/proc/loadavg: 2.19 2.20 2.09 4/90 1203
/proc/meminfo: memFree=1511432/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=867620 CPUtime=6.23
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 22011 0 1 0 608 15 0 0 20 0 9 0 634789418 888442880 21340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 216905 21340 2005 9 0 211433 0
[pid=1192/tid=1194] ppid=1190 vsize=867620 CPUtime=5.9
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 15781 0 1 0 579 11 0 0 25 0 9 0 634789419 888442880 21340 996147200 134512640 134550740 4294955968 18446744073709551615 4126877377 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=867620 CPUtime=0.1
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 4836 0 0 0 8 2 0 0 17 0 9 0 634789421 888442880 21340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=867620 CPUtime=0
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 634789421 888442880 21340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=867620 CPUtime=0
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634789421 888442880 21340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=867620 CPUtime=0
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634789423 888442880 21340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=867620 CPUtime=0.2
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 696 0 0 0 20 0 0 0 15 0 9 0 634789423 888442880 21340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=867620 CPUtime=0
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634789423 888442880 21340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=867620 CPUtime=0
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634789423 888442880 21340 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867620

[startup+12.7019 s]
/proc/loadavg: 2.17 2.19 2.09 3/90 1203
/proc/meminfo: memFree=1499912/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=867620 CPUtime=12.57
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 22029 0 1 0 1237 20 0 0 20 0 9 0 634789418 888442880 21355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 216905 21355 2005 9 0 211433 0
[pid=1192/tid=1194] ppid=1190 vsize=867620 CPUtime=12.22
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 15786 0 1 0 1206 16 0 0 25 0 9 0 634789419 888442880 21355 996147200 134512640 134550740 4294955968 18446744073709551615 4126908581 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=867620 CPUtime=0.1
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 4836 0 0 0 8 2 0 0 16 0 9 0 634789421 888442880 21355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=867620 CPUtime=0
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 634789421 888442880 21355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=867620 CPUtime=0
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634789421 888442880 21355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=867620 CPUtime=0
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634789423 888442880 21355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=867620 CPUtime=0.22
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 709 0 0 0 22 0 0 0 15 0 9 0 634789423 888442880 21355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=867620 CPUtime=0
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 634789423 888442880 21355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=867620 CPUtime=0
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 634789423 888442880 21355 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867620

[startup+25.5024 s]
/proc/loadavg: 2.13 2.18 2.08 3/90 1207
/proc/meminfo: memFree=1467272/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=868032 CPUtime=25.24
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 51888 599 1 0 2484 34 5 1 20 0 9 0 634789418 888864768 30148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 217008 30148 2638 9 0 211514 0
[pid=1192/tid=1194] ppid=1190 vsize=868032 CPUtime=24.41
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 27622 599 1 0 2411 24 5 1 25 0 9 0 634789419 888864768 30148 996147200 134512640 134550740 4294955968 18446744073709551615 4127213327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=868032 CPUtime=0.52
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 22492 599 0 0 40 6 5 1 17 0 9 0 634789421 888864768 30148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 16 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 30148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 14 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 30148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 30148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=868032 CPUtime=0.39
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 915 599 0 0 32 1 5 1 15 0 9 0 634789423 888864768 30148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 30148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 11 599 0 0 0 0 5 1 15 0 9 0 634789423 888864768 30148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868032

[startup+51.1022 s]
/proc/loadavg: 2.09 2.17 2.08 3/90 1207
/proc/meminfo: memFree=1445000/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=868032 CPUtime=50.63
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 60804 599 1 0 5020 37 5 1 20 0 9 0 634789418 888864768 35664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 217008 35664 2638 9 0 211514 0
[pid=1192/tid=1194] ppid=1190 vsize=868032 CPUtime=49.69
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 29593 599 1 0 4938 25 5 1 25 0 9 0 634789419 888864768 35664 996147200 134512640 134550740 4294955968 18446744073709551615 4126909628 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=868032 CPUtime=0.58
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 29397 599 0 0 44 8 5 1 16 0 9 0 634789421 888864768 35664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 16 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=868032 CPUtime=0.43
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 947 599 0 0 36 1 5 1 15 0 9 0 634789423 888864768 35664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=868032 CPUtime=0.06

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

/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=868032 CPUtime=0.48
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 975 599 0 0 41 1 5 1 16 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 12 599 0 0 0 0 5 1 15 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.21
Current children cumulated vsize (KiB) 868032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/102 1326
/proc/meminfo: memFree=1394344/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=868032 CPUtime=1529.91
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 61382 599 1 0 152941 44 5 1 20 0 9 0 634789418 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 217008 35898 2638 9 0 211514 0
[pid=1192/tid=1194] ppid=1190 vsize=868032 CPUtime=1528.34
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 29897 599 1 0 152797 31 5 1 25 0 9 0 634789419 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4127228823 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=868032 CPUtime=1.17
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 29643 599 0 0 102 9 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 16 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=868032 CPUtime=0.48
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 975 599 0 0 41 1 5 1 16 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 12 599 0 0 0 0 5 1 15 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.91
Current children cumulated vsize (KiB) 868032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/102 1326
/proc/meminfo: memFree=1394344/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=868032 CPUtime=1589.62
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 61389 599 1 0 158912 44 5 1 20 0 9 0 634789418 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 217008 35898 2638 9 0 211514 0
[pid=1192/tid=1194] ppid=1190 vsize=868032 CPUtime=1588.03
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 29904 599 1 0 158766 31 5 1 25 0 9 0 634789419 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4127118625 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=868032 CPUtime=1.19
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 29643 599 0 0 104 9 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 16 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=868032 CPUtime=0.48
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 975 599 0 0 41 1 5 1 16 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 12 599 0 0 0 0 5 1 15 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.62
Current children cumulated vsize (KiB) 868032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/102 1326
/proc/meminfo: memFree=1394344/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=868032 CPUtime=1649.32
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 61396 599 1 0 164882 44 5 1 20 0 9 0 634789418 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 217008 35898 2638 9 0 211514 0
[pid=1192/tid=1194] ppid=1190 vsize=868032 CPUtime=1647.72
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 29911 599 1 0 164735 31 5 1 25 0 9 0 634789419 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4127239187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=868032 CPUtime=1.2
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 29643 599 0 0 105 9 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 16 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=868032 CPUtime=0.48
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 975 599 0 0 41 1 5 1 16 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 12 599 0 0 0 0 5 1 15 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.32
Current children cumulated vsize (KiB) 868032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 1326
/proc/meminfo: memFree=1394344/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=868032 CPUtime=1709.03
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 61404 599 1 0 170853 44 5 1 20 0 9 0 634789418 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 217008 35898 2638 9 0 211514 0
[pid=1192/tid=1194] ppid=1190 vsize=868032 CPUtime=1707.41
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 29919 599 1 0 170704 31 5 1 25 0 9 0 634789419 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4127230030 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=868032 CPUtime=1.22
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 29643 599 0 0 107 9 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 16 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=868032 CPUtime=0.48
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 975 599 0 0 41 1 5 1 16 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 12 599 0 0 0 0 5 1 15 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.03
Current children cumulated vsize (KiB) 868032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 1326
/proc/meminfo: memFree=1394280/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=868032 CPUtime=1768.72
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 61412 599 1 0 176822 44 5 1 20 0 9 0 634789418 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 217008 35898 2638 9 0 211514 0
[pid=1192/tid=1194] ppid=1190 vsize=868032 CPUtime=1767.09
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 29927 599 1 0 176672 31 5 1 25 0 9 0 634789419 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4127262198 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=868032 CPUtime=1.23
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 29643 599 0 0 108 9 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 16 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=868032 CPUtime=0.48
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 975 599 0 0 41 1 5 1 16 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 12 599 0 0 0 0 5 1 15 0 9 0 634789423 888864768 35898 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1768.72
Current children cumulated vsize (KiB) 868032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/102 1326
/proc/meminfo: memFree=1394280/2055920 swapFree=4179368/4192956
[pid=1192] ppid=1190 vsize=868032 CPUtime=1800.07
/proc/1192/stat : 1192 (java) S 1190 1192 31516 0 -1 0 61422 599 1 0 179957 44 5 1 20 0 9 0 634789418 888864768 35900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1192/statm: 217008 35900 2638 9 0 211514 0
[pid=1192/tid=1194] ppid=1190 vsize=868032 CPUtime=1798.42
/proc/1192/task/1194/stat : 1194 (java) R 1190 1192 31516 0 -1 64 29935 599 1 0 179805 31 5 1 25 0 9 0 634789419 888864768 35900 996147200 134512640 134550740 4294955968 18446744073709551615 4126874769 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1195] ppid=1190 vsize=868032 CPUtime=1.24
/proc/1192/task/1195/stat : 1195 (java) S 1190 1192 31516 0 -1 64 29645 599 0 0 109 9 5 1 16 0 9 0 634789421 888864768 35900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1196] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1196/stat : 1196 (java) S 1190 1192 31516 0 -1 64 16 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1197] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1197/stat : 1197 (java) S 1190 1192 31516 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 634789421 888864768 35900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1198] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1198/stat : 1198 (java) S 1190 1192 31516 0 -1 64 1 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1201] ppid=1190 vsize=868032 CPUtime=0.48
/proc/1192/task/1201/stat : 1201 (java) S 1190 1192 31516 0 -1 64 975 599 0 0 41 1 5 1 16 0 9 0 634789423 888864768 35900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1202] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1202/stat : 1202 (java) S 1190 1192 31516 0 -1 64 2 599 0 0 0 0 5 1 25 0 9 0 634789423 888864768 35900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1192/tid=1203] ppid=1190 vsize=868032 CPUtime=0.06
/proc/1192/task/1203/stat : 1203 (java) S 1190 1192 31516 0 -1 64 12 599 0 0 0 0 5 1 15 0 9 0 634789423 888864768 35900 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868032

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): 1813.89
CPU time (s): 1800.17
CPU user time (s): 1799.68
CPU system time (s): 0.487925
CPU usage (%): 99.2439
Max. virtual memory (cumulated for all children) (KiB): 868032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62053
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= 40942
involuntary context switches= 83666

runsolver used 2.40363 second user time and 5.82711 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-05 04:35:37
IDJOB=1083132
IDBENCH=57413
IDSOLVER=364
FILE ID=node87/1083132-1215225337
PBS_JOBID= 7881786
Free space on /tmp= 66476 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-23.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-1083132-1215225337/watcher-1083132-1215225337 -o /tmp/evaluation-result-1083132-1215225337/solver-1083132-1215225337 -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-1083132-1215225337.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f282a7bc045af28efe9331ccc5efb812
RANDOM SEED=1309917899

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1578672 kB
Buffers:         61564 kB
Cached:         263256 kB
SwapCached:       7632 kB
Active:         251436 kB
Inactive:       174356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578672 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:            2732 kB
Writeback:           0 kB
Mapped:         114460 kB
Slab:            36408 kB
Committed_AS:  2437216 kB
PageTables:       2064 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66456 MiB
End job on node87 at 2008-07-05 05:05:53