Trace number 1047798

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 ACUNSAT 77.7912 78.7372

DiagnosticValue
CHECKS2796
NODES1534

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-17_ext.xml
MD5SUM09e9dbfe6991434f4a81d909ca1e4192
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 benchmark17.9013
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.28	
0.04/0.28	Abscon 112 (May, 2008)
0.26/0.53	
0.26/0.53	   configuration
0.26/0.53	     name=mac.xml
0.26/0.59	   
0.26/0.59	   instance
0.26/0.59	     name=HOME/instance-1047798-1215041424.xml
0.34/0.62	   
0.34/0.62	   domains being loaded...
0.34/0.63	   
0.34/0.63	   variables being loaded...
0.34/0.65	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.34/0.65	       =>  wckTime=0.115  cpuTime=0.09  mem=6M878
0.34/0.65	   
0.34/0.65	   relations being loaded...
0.44/0.71	   
0.44/0.71	   constraints being loaded...
1.62/1.94	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.62/1.95	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.62/1.95	     nbSharedBinaryRepresentations=0  minDegree=1882  maxDegree=1993  minArity=15  maxArity=15  nbGenerators=0
1.62/1.95	     nbFusions=0  symmetryWckTime=0.545  symmetryCpuTime=0.25
1.62/1.95	       =>  wckTime=1.41  cpuTime=0.76  mem=110M849
1.83/2.11	   
1.83/2.11	   solver IterativeSystematicSolver being built... 
1.83/2.18	   
1.83/2.18	   INFO : Forward propagation technique limited 
1.93/2.25	       =>  wckTime=1.72  cpuTime=0.89  mem=109M209
6.48/6.81	   
6.48/6.81	   preprocessing
6.48/6.81	     nbConstraintChecks=0  nbValidityChecks=18915036  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.48/6.81	     nbRemovedValues=0  detectedInconsistency=no
6.48/6.81	       =>  wckTime=4.554  cpuTime=4.5  mem=109M209
18.18/18.67	   
18.18/18.67	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=110M224)
77.66/78.68	   
77.66/78.68	   search
77.66/78.68	     run=8  nbConstraintChecks=2796  nbValidityChecks=1257463415  minDepth=0  maxDepth=9  nbPropagations=9739
77.66/78.68	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1534  nbFailedAssignments=493  nbBacktracks=982
77.66/78.68	     nbVisitedNodes=2513  nbRestartNogoods=30  nbSEliminables=0  nbREliminables=13.43  nbIEliminables=0
77.66/78.68	     nbDEliminables=0  nbPEliminables=0
77.66/78.68	       =>  wckTime=76.42  cpuTime=75.67  mem=110M224
77.66/78.68	   
77.66/78.68	   global
77.66/78.68	     nbConstraintChecks=2796  nbValidityChecks=1276378451  nbPropagations=9760  nbRestartNogoods=30
77.66/78.68	     solvingWckTime=76.423  solvingCpuTime=75.67  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
77.66/78.68	     globalCpuTime=76.6
77.66/78.68	       =>  wckTime=78.145  cpuTime=76.56  mem=110M224
77.66/78.68	   
77.66/78.68	s UNSATISFIABLE
77.66/78.68	d NODES 1534
77.66/78.68	d CHECKS 2796
77.66/78.68	   
77.66/78.68	   totalWckTime=78.215  totalCpuTime=76.62

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1047798-1215041424/watcher-1047798-1215041424 -o /tmp/evaluation-result-1047798-1215041424/solver-1047798-1215041424 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1047798-1215041424.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.00 2.00 1.72 4/72 31112
/proc/meminfo: memFree=1146656/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=18572 CPUtime=0
/proc/31112/stat : 31112 (runsolver) R 31110 31112 30913 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 1983117282 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 262907428338 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31112/statm: 4643 292 257 25 0 2626 0

[startup+0.0753679 s]
/proc/loadavg: 2.00 2.00 1.72 4/72 31112
/proc/meminfo: memFree=1146656/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=10732 CPUtime=0.01
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 701 0 38 0 0 1 0 0 18 0 2 0 1983117282 10989568 519 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 2683 519 243 9 0 1196 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10732

[startup+0.102366 s]
/proc/loadavg: 2.00 2.00 1.72 4/72 31112
/proc/meminfo: memFree=1146656/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=10780 CPUtime=0.01
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 710 0 39 0 0 1 0 0 18 0 2 0 1983117282 11038720 529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 2695 529 252 9 0 1196 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10780

[startup+0.301393 s]
/proc/loadavg: 2.00 2.00 1.72 4/72 31112
/proc/meminfo: memFree=1146656/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=866748 CPUtime=0.12
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 3665 0 70 0 7 5 0 0 18 0 9 0 1983117282 887549952 3197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 216687 3197 1690 9 0 211242 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 866748

[startup+0.701441 s]
/proc/loadavg: 2.00 2.00 1.72 4/72 31112
/proc/meminfo: memFree=1146656/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=867132 CPUtime=0.44
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 7237 0 83 0 34 10 0 0 18 0 9 0 1983117282 887943168 6689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 216783 6690 1966 9 0 211311 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 867132

[startup+1.50253 s]
/proc/loadavg: 2.00 2.00 1.72 3/81 31121
/proc/meminfo: memFree=1096344/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868064 CPUtime=1.24
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 35839 0 83 0 100 24 0 0 18 0 9 0 1983117282 888897536 35277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217016 35277 2001 9 0 211544 0
[pid=31112/tid=31114] ppid=31110 vsize=868064 CPUtime=0.83
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 15701 0 45 0 70 13 0 0 23 0 9 0 1983117287 888897536 35277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868064 CPUtime=0.16
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 18836 0 0 0 9 7 0 0 16 0 9 0 1983117299 888897536 35277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868064 CPUtime=0
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983117300 888897536 35277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868064 CPUtime=0
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983117300 888897536 35277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868064 CPUtime=0
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1983117303 888897536 35277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868064 CPUtime=0.21
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 642 0 0 0 20 1 0 0 15 0 9 0 1983117303 888897536 35277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868064 CPUtime=0
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 1983117303 888897536 35277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868064 CPUtime=0
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983117303 888897536 35277 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 868064

[startup+3.10172 s]
/proc/loadavg: 2.08 2.02 1.72 5/81 31125
/proc/meminfo: memFree=972312/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868556 CPUtime=2.82
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 56184 982 85 0 227 30 23 2 18 0 9 0 1983117282 889401344 42482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42482 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=2.2
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 20832 982 46 0 181 14 23 2 23 0 9 0 1983117287 889401344 42482 996147200 134512640 134550740 4294955984 18446744073709551615 4127066575 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 18 0 9 0 1983117299 889401344 42482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.5
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 837 982 0 0 24 1 23 2 15 0 9 0 1983117303 889401344 42482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 982 0 0 0 0 23 2 21 0 9 0 1983117303 889401344 42482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 9 982 0 0 0 0 23 2 15 0 9 0 1983117303 889401344 42482 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 868556

[startup+6.30209 s]
/proc/loadavg: 2.08 2.02 1.72 3/81 31125
/proc/meminfo: memFree=972056/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868556 CPUtime=5.98
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 60118 982 85 0 543 30 23 2 18 0 9 0 1983117282 889401344 42485 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42485 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=5.37
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 24734 982 46 0 497 15 23 2 24 0 9 0 1983117287 889401344 42485 996147200 134512640 134550740 4294955984 18446744073709551615 4127056084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 16 0 9 0 1983117299 889401344 42485 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42485 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42485 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42485 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.51
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 843 982 0 0 25 1 23 2 15 0 9 0 1983117303 889401344 42485 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 982 0 0 0 0 23 2 21 0 9 0 1983117303 889401344 42485 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 35 982 0 0 0 0 23 2 15 0 9 0 1983117303 889401344 42485 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 868556

[startup+12.7018 s]
/proc/loadavg: 2.07 2.02 1.73 3/81 31125
/proc/meminfo: memFree=971864/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868556 CPUtime=12.33
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 66224 982 85 0 1176 32 23 2 18 0 9 0 1983117282 889401344 42495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42495 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=11.69
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 30814 982 46 0 1128 16 23 2 25 0 9 0 1983117287 889401344 42495 996147200 134512640 134550740 4294955984 18446744073709551615 4127066472 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 16 0 9 0 1983117299 889401344 42495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.52
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 869 982 0 0 26 1 23 2 15 0 9 0 1983117303 889401344 42495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 982 0 0 0 0 23 2 21 0 9 0 1983117303 889401344 42495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 35 982 0 0 0 0 23 2 15 0 9 0 1983117303 889401344 42495 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 868556

[startup+25.5023 s]
/proc/loadavg: 2.06 2.01 1.73 3/81 31125
/proc/meminfo: memFree=971928/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868556 CPUtime=25.01
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 66260 982 85 0 2444 32 23 2 18 0 9 0 1983117282 889401344 42505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42505 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=24.35
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 30825 982 46 0 2394 16 23 2 17 0 9 0 1983117287 889401344 42505 996147200 134512640 134550740 4294955984 18446744073709551615 4127066379 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 16 0 9 0 1983117299 889401344 42505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.54
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 894 982 0 0 28 1 23 2 15 0 9 0 1983117303 889401344 42505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 982 0 0 0 0 23 2 21 0 9 0 1983117303 889401344 42505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 35 982 0 0 0 0 23 2 15 0 9 0 1983117303 889401344 42505 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 868556

[startup+51.1023 s]
/proc/loadavg: 2.04 2.01 1.73 3/81 31125
/proc/meminfo: memFree=971928/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868556 CPUtime=50.4
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 66270 982 85 0 4983 32 23 2 18 0 9 0 1983117282 889401344 42507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42507 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=49.73
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 30830 982 46 0 4932 16 23 2 25 0 9 0 1983117287 889401344 42507 996147200 134512640 134550740 4294955984 18446744073709551615 4127066421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 16 0 9 0 1983117299 889401344 42507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.55
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 899 982 0 0 29 1 23 2 16 0 9 0 1983117303 889401344 42507 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25

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

/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 66278 982 85 0 6251 32 23 2 18 0 9 0 1983117282 889401344 42510 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42510 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=62.41
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 30832 982 46 0 6200 16 23 2 25 0 9 0 1983117287 889401344 42510 996147200 134512640 134550740 4294955984 18446744073709551615 4127066427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 16 0 9 0 1983117299 889401344 42510 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42510 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42510 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42510 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.56
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 905 982 0 0 29 2 23 2 16 0 9 0 1983117303 889401344 42510 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 982 0 0 0 0 23 2 21 0 9 0 1983117303 889401344 42510 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 35 982 0 0 0 0 23 2 15 0 9 0 1983117303 889401344 42510 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.08
Current children cumulated vsize (KiB) 868556

[startup+70.3026 s]
/proc/loadavg: 2.03 2.01 1.74 3/81 31125
/proc/meminfo: memFree=971864/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868556 CPUtime=69.43
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 66283 982 85 0 6886 32 23 2 18 0 9 0 1983117282 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42511 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=68.76
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 30834 982 46 0 6835 16 23 2 25 0 9 0 1983117287 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4127102624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 16 0 9 0 1983117299 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.56
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 908 982 0 0 29 2 23 2 17 0 9 0 1983117303 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 982 0 0 0 0 23 2 21 0 9 0 1983117303 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 35 982 0 0 0 0 23 2 15 0 9 0 1983117303 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.43
Current children cumulated vsize (KiB) 868556

[startup+73.5019 s]
/proc/loadavg: 2.02 2.01 1.74 3/81 31125
/proc/meminfo: memFree=971864/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868556 CPUtime=72.6
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 66283 982 85 0 7203 32 23 2 18 0 9 0 1983117282 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42511 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=71.93
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 30834 982 46 0 7152 16 23 2 25 0 9 0 1983117287 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4127066379 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 16 0 9 0 1983117299 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.56
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 908 982 0 0 29 2 23 2 17 0 9 0 1983117303 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 982 0 0 0 0 23 2 21 0 9 0 1983117303 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 35 982 0 0 0 0 23 2 15 0 9 0 1983117303 889401344 42511 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.6
Current children cumulated vsize (KiB) 868556

[startup+76.7023 s]
/proc/loadavg: 2.02 2.01 1.74 3/81 31125
/proc/meminfo: memFree=971864/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868556 CPUtime=75.78
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 66290 982 85 0 7521 32 23 2 18 0 9 0 1983117282 889401344 42515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42515 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=75.09
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 30837 982 46 0 7468 16 23 2 18 0 9 0 1983117287 889401344 42515 996147200 134512640 134550740 4294955984 18446744073709551615 4127078622 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 16 0 9 0 1983117299 889401344 42515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 912 982 0 0 30 2 23 2 15 0 9 0 1983117303 889401344 42515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 982 0 0 0 0 23 2 21 0 9 0 1983117303 889401344 42515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 35 982 0 0 0 0 23 2 15 0 9 0 1983117303 889401344 42515 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.78
Current children cumulated vsize (KiB) 868556

[startup+77.5024 s]
/proc/loadavg: 2.02 2.01 1.74 3/81 31125
/proc/meminfo: memFree=971800/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868556 CPUtime=76.57
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 66293 982 85 0 7600 32 23 2 18 0 9 0 1983117282 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42518 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=75.88
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 30837 982 46 0 7547 16 23 2 25 0 9 0 1983117287 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4127066483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 16 0 9 0 1983117299 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.58
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 915 982 0 0 31 2 23 2 15 0 9 0 1983117303 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 982 0 0 0 0 23 2 21 0 9 0 1983117303 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 35 982 0 0 0 0 23 2 15 0 9 0 1983117303 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.57
Current children cumulated vsize (KiB) 868556

[startup+78.3025 s]
/proc/loadavg: 2.02 2.01 1.74 3/81 31125
/proc/meminfo: memFree=971800/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868556 CPUtime=77.36
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 66294 982 85 0 7679 32 23 2 18 0 9 0 1983117282 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42518 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=76.67
/proc/31112/task/31114/stat : 31114 (java) R 31110 31112 30913 0 -1 64 30838 982 46 0 7626 16 23 2 23 0 9 0 1983117287 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4127076033 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 16 0 9 0 1983117299 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.58
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 915 982 0 0 31 2 23 2 15 0 9 0 1983117303 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 982 0 0 0 0 23 2 21 0 9 0 1983117303 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 35 982 0 0 0 0 23 2 15 0 9 0 1983117303 889401344 42518 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.36
Current children cumulated vsize (KiB) 868556

[startup+78.7025 s]
/proc/loadavg: 2.02 2.01 1.74 3/81 31125
/proc/meminfo: memFree=971800/2055920 swapFree=4179968/4192956
[pid=31112] ppid=31110 vsize=868556 CPUtime=77.75
/proc/31112/stat : 31112 (java) S 31110 31112 30913 0 -1 0 66358 982 85 0 7717 33 23 2 18 0 9 0 1983117282 889401344 42520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31112/statm: 217139 42520 2636 9 0 211645 0
[pid=31112/tid=31114] ppid=31110 vsize=868556 CPUtime=77.06
/proc/31112/task/31114/stat : 31114 (java) S 31110 31112 30913 0 -1 64 30902 982 46 0 7664 17 23 2 23 0 9 0 1983117287 889401344 42520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31115] ppid=31110 vsize=868556 CPUtime=0.57
/proc/31112/task/31115/stat : 31115 (java) S 31110 31112 30913 0 -1 64 33705 982 1 0 21 11 23 2 16 0 9 0 1983117299 889401344 42520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31116] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31116/stat : 31116 (java) S 31110 31112 30913 0 -1 64 17 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31117] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31117/stat : 31117 (java) S 31110 31112 30913 0 -1 64 8 982 0 0 0 0 23 2 16 0 9 0 1983117300 889401344 42520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31118] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31118/stat : 31118 (java) S 31110 31112 30913 0 -1 64 1 982 0 0 0 0 23 2 20 0 9 0 1983117303 889401344 42520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31119] ppid=31110 vsize=868556 CPUtime=0.58
/proc/31112/task/31119/stat : 31119 (java) S 31110 31112 30913 0 -1 64 915 982 0 0 31 2 23 2 16 0 9 0 1983117303 889401344 42520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31112/tid=31120] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31120/stat : 31120 (java) S 31110 31112 30913 0 -1 64 2 982 0 0 0 0 23 2 21 0 9 0 1983117303 889401344 42520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31112/tid=31121] ppid=31110 vsize=868556 CPUtime=0.25
/proc/31112/task/31121/stat : 31121 (java) S 31110 31112 30913 0 -1 64 35 982 0 0 0 0 23 2 15 0 9 0 1983117303 889401344 42520 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.75
Current children cumulated vsize (KiB) 868556

Child status: 0
Real time (s): 78.7372
CPU time (s): 77.7912
CPU user time (s): 77.4112
CPU system time (s): 0.379942
CPU usage (%): 98.7985
Max. virtual memory (cumulated for all children) (KiB): 868744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.4112
system time used= 0.379942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67367
page faults= 85
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3589
involuntary context switches= 3420

runsolver used 0.093985 second user time and 0.273958 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-03 01:30:24
IDJOB=1047798
IDBENCH=54162
IDSOLVER=363
FILE ID=node11/1047798-1215041424
PBS_JOBID= 7875151
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-17_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047798-1215041424/watcher-1047798-1215041424 -o /tmp/evaluation-result-1047798-1215041424/solver-1047798-1215041424 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1047798-1215041424.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 09e9dbfe6991434f4a81d909ca1e4192
RANDOM SEED=1997116341

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:       1147136 kB
Buffers:          1964 kB
Cached:          32756 kB
SwapCached:       6828 kB
Active:         837844 kB
Inactive:        18596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1147136 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            2516 kB
Writeback:           0 kB
Mapped:         829772 kB
Slab:            36012 kB
Committed_AS:  4036636 kB
PageTables:       3384 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= 66540 MiB
End job on node11 at 2008-07-03 01:31:43