Trace number 1052019

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 63.6543 63.7657

DiagnosticValue
CHECKS65648
NODES17331

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-29_ext.xml
MD5SUM2034138d66778207fd18551b97ae971b
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 benchmark12.1302
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-1052019-1215055427.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.36	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.28/0.36	       =>  wckTime=0.099  cpuTime=0.09  mem=6M878
0.28/0.36	   
0.28/0.36	   relations being loaded...
0.68/0.76	   
0.68/0.76	   constraints being loaded...
1.27/1.32	     nbConstraints=133  nbRelationTypes=1  nbGlobalConstraints=133  nbExtensionStructures=1
1.27/1.32	     nbSharedExtensionStructures=132  nbConflictsStructures=1  nbSharedConflictsStructures=132
1.27/1.32	     nbSharedBinaryRepresentations=0  minDegree=109  maxDegree=120  minArity=18  maxArity=18  nbGenerators=0
1.27/1.32	     nbFusions=0  symmetryWckTime=0.105  symmetryCpuTime=0.06
1.27/1.32	       =>  wckTime=1.054  cpuTime=0.8  mem=55M169
1.37/1.42	   
1.37/1.42	   solver IterativeSystematicSolver being built... 
1.37/1.48	   
1.37/1.49	   INFO : Forward propagation technique limited 
1.48/1.56	       =>  wckTime=1.298  cpuTime=0.92  mem=69M280
3.55/3.62	   
3.55/3.62	   preprocessing
3.55/3.62	     nbConstraintChecks=0  nbValidityChecks=7712936  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
3.55/3.62	     nbRemovedValues=0  detectedInconsistency=no
3.55/3.62	       =>  wckTime=2.061  cpuTime=2.03  mem=70M35
9.65/9.78	   
9.65/9.78	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=70M774)
63.60/63.72	   
63.60/63.72	   search
63.60/63.72	     run=13  nbConstraintChecks=65648  nbValidityChecks=653863319  minDepth=0  maxDepth=14  nbPropagations=89233
63.60/63.72	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=17331  nbFailedAssignments=5697  nbBacktracks=11503
63.60/63.72	     nbVisitedNodes=28732  nbRestartNogoods=56  nbSEliminables=0  nbREliminables=10.68  nbIEliminables=0
63.60/63.72	     nbDEliminables=0  nbPEliminables=0
63.60/63.72	       =>  wckTime=62.156  cpuTime=61.97  mem=71M496
63.60/63.72	   
63.60/63.72	   global
63.60/63.72	     nbConstraintChecks=65648  nbValidityChecks=661576255  nbPropagations=89254  nbRestartNogoods=56
63.60/63.72	     solvingWckTime=62.159  solvingCpuTime=61.98  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
63.60/63.72	     globalCpuTime=62.95
63.60/63.72	       =>  wckTime=63.458  cpuTime=62.9  mem=71M496
63.60/63.72	   
63.60/63.72	s UNSATISFIABLE
63.60/63.72	d NODES 17331
63.60/63.72	d CHECKS 65648
63.60/63.72	   
63.60/63.72	   totalWckTime=63.53  totalCpuTime=62.95

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-1052019-1215055427/watcher-1052019-1215055427 -o /tmp/evaluation-result-1052019-1215055427/solver-1052019-1215055427 -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-1052019-1215055427.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.18 2.05 2.02 3/82 30422
/proc/meminfo: memFree=977176/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=0 CPUtime=0
/proc/30422/stat : 30422 (java) R 30420 30422 27538 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1984514972 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30422/statm: 12 1 0 0 0 1 0

[startup+0.061455 s]
/proc/loadavg: 2.18 2.05 2.02 3/82 30422
/proc/meminfo: memFree=977176/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=864076 CPUtime=0.04
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 2728 0 1 0 2 2 0 0 18 0 9 0 1984514972 884813824 2283 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216019 2287 1089 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.101462 s]
/proc/loadavg: 2.18 2.05 2.02 3/82 30422
/proc/meminfo: memFree=977176/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=865884 CPUtime=0.08
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 3682 0 1 0 6 2 0 0 18 0 9 0 1984514972 886665216 3157 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216471 3157 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301496 s]
/proc/loadavg: 2.18 2.05 2.02 3/82 30422
/proc/meminfo: memFree=977176/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866284 CPUtime=0.28
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 5777 0 1 0 23 5 0 0 18 0 9 0 1984514972 887074816 5151 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216571 5152 1951 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701571 s]
/proc/loadavg: 2.18 2.05 2.02 3/82 30422
/proc/meminfo: memFree=977176/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866400 CPUtime=0.68
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 21096 0 1 0 55 13 0 0 18 0 9 0 1984514972 887193600 20465 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216600 20465 1978 9 0 211128 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866400

[startup+1.50273 s]
/proc/loadavg: 2.18 2.05 2.02 3/91 30431
/proc/meminfo: memFree=902736/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=1.48
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 39509 321 1 0 124 22 1 1 18 0 9 0 1984514972 887738368 32491 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32491 2632 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=1.09
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 18026 321 1 0 96 11 1 1 16 0 9 0 1984514973 887738368 32491 996147200 134512640 134550740 4294955984 18446744073709551615 102715030 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 17 0 9 0 1984514975 887738368 32491 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32491 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32491 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32491 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.16
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 511 321 0 0 14 0 1 1 16 0 9 0 1984514977 887738368 32491 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32491 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32491 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 866932

[startup+3.10302 s]
/proc/loadavg: 2.25 2.06 2.02 3/91 30435
/proc/meminfo: memFree=867152/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=3.07
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 42911 321 1 0 282 23 1 1 18 0 9 0 1984514972 887738368 32527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32527 2633 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=2.66
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 21410 321 1 0 253 11 1 1 25 0 9 0 1984514973 887738368 32527 996147200 134512640 134550740 4294955984 18446744073709551615 4126809267 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 17 0 9 0 1984514975 887738368 32527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.17
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 524 321 0 0 15 0 1 1 15 0 9 0 1984514977 887738368 32527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 866932

[startup+6.30263 s]
/proc/loadavg: 2.25 2.06 2.02 3/91 30435
/proc/meminfo: memFree=856656/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=6.25
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 48961 321 1 0 599 24 1 1 18 0 9 0 1984514972 887738368 32539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32539 2633 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=5.83
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 27452 321 1 0 569 12 1 1 25 0 9 0 1984514973 887738368 32539 996147200 134512640 134550740 4294955984 18446744073709551615 4126809132 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 16 0 9 0 1984514975 887738368 32539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.18
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 532 321 0 0 16 0 1 1 15 0 9 0 1984514977 887738368 32539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32539 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 866932

[startup+12.7028 s]
/proc/loadavg: 2.21 2.06 2.02 3/91 30435
/proc/meminfo: memFree=866704/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=12.65
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 48987 321 1 0 1239 24 1 1 18 0 9 0 1984514972 887738368 32554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32554 2634 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=12.19
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 27462 321 1 0 1205 12 1 1 25 0 9 0 1984514973 887738368 32554 996147200 134512640 134550740 4294955984 18446744073709551615 4126809205 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 17 0 9 0 1984514975 887738368 32554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.22
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 548 321 0 0 20 0 1 1 15 0 9 0 1984514977 887738368 32554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32554 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 866932

[startup+25.5012 s]
/proc/loadavg: 2.18 2.06 2.02 3/91 30435
/proc/meminfo: memFree=866704/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=25.44
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 49037 321 1 0 2518 24 1 1 18 0 9 0 1984514972 887738368 32574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32574 2634 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=24.95
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 27490 321 1 0 2480 13 1 1 25 0 9 0 1984514973 887738368 32574 996147200 134512640 134550740 4294955984 18446744073709551615 4126809205 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 16 0 9 0 1984514975 887738368 32574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.26
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 570 321 0 0 24 0 1 1 15 0 9 0 1984514977 887738368 32574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32574 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 866932

[startup+51.1011 s]
/proc/loadavg: 2.12 2.05 2.02 3/91 30435
/proc/meminfo: memFree=856336/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=51.01
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 49092 321 1 0 5075 24 1 1 18 0 9 0 1984514972 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32575 2634 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=50.52
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 27543 321 1 0 5037 13 1 1 25 0 9 0 1984514973 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4126809732 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.26
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 572 321 0 0 24 0 1 1 16 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 866932

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

[startup+57.5023 s]
/proc/loadavg: 2.10 2.05 2.02 3/91 30435
/proc/meminfo: memFree=866512/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=57.42
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 49108 321 1 0 5715 25 1 1 18 0 9 0 1984514972 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32575 2634 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=56.92
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 27559 321 1 0 5677 13 1 1 25 0 9 0 1984514973 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4126809330 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.26
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 572 321 0 0 24 0 1 1 16 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 57.42
Current children cumulated vsize (KiB) 866932

[startup+60.7019 s]
/proc/loadavg: 2.10 2.05 2.02 3/91 30435
/proc/meminfo: memFree=856272/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=60.61
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 49116 321 1 0 6034 25 1 1 18 0 9 0 1984514972 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32575 2634 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=60.11
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 27567 321 1 0 5996 13 1 1 25 0 9 0 1984514973 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4126842330 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.26
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 572 321 0 0 24 0 1 1 16 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 60.61
Current children cumulated vsize (KiB) 866932

[startup+62.3022 s]
/proc/loadavg: 2.09 2.05 2.02 3/91 30435
/proc/meminfo: memFree=866576/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=62.21
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 49120 321 1 0 6194 25 1 1 18 0 9 0 1984514972 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32575 2634 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=61.71
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 27571 321 1 0 6156 13 1 1 25 0 9 0 1984514973 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4126809163 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.26
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 572 321 0 0 24 0 1 1 16 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 62.21
Current children cumulated vsize (KiB) 866932

[startup+63.1023 s]
/proc/loadavg: 2.09 2.05 2.02 3/91 30435
/proc/meminfo: memFree=856272/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=63
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 49122 321 1 0 6273 25 1 1 18 0 9 0 1984514972 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32575 2634 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=62.5
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 27573 321 1 0 6235 13 1 1 25 0 9 0 1984514973 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4126809205 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.26
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 572 321 0 0 24 0 1 1 16 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63
Current children cumulated vsize (KiB) 866932

[startup+63.5024 s]
/proc/loadavg: 2.09 2.05 2.02 3/91 30435
/proc/meminfo: memFree=856272/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=63.4
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 49123 321 1 0 6313 25 1 1 18 0 9 0 1984514972 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32575 2634 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=62.9
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 27574 321 1 0 6275 13 1 1 25 0 9 0 1984514973 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4126809163 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.26
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 572 321 0 0 24 0 1 1 16 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.4
Current children cumulated vsize (KiB) 866932

[startup+63.7024 s]
/proc/loadavg: 2.09 2.05 2.02 3/91 30435
/proc/meminfo: memFree=856272/2055920 swapFree=4116764/4192956
[pid=30422] ppid=30420 vsize=866932 CPUtime=63.6
/proc/30422/stat : 30422 (java) S 30420 30422 27538 0 -1 0 49124 321 1 0 6333 25 1 1 18 0 9 0 1984514972 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30422/statm: 216733 32575 2634 9 0 211239 0
[pid=30422/tid=30424] ppid=30420 vsize=866932 CPUtime=63.1
/proc/30422/task/30424/stat : 30424 (java) R 30420 30422 27538 0 -1 64 27575 321 1 0 6295 13 1 1 25 0 9 0 1984514973 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4126820835 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30425] ppid=30420 vsize=866932 CPUtime=0.23
/proc/30422/task/30425/stat : 30425 (java) S 30420 30422 27538 0 -1 64 20138 321 0 0 12 9 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30426] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30426/stat : 30426 (java) S 30420 30422 27538 0 -1 64 16 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30427] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30427/stat : 30427 (java) S 30420 30422 27538 0 -1 64 9 321 0 0 0 0 1 1 16 0 9 0 1984514975 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30422/tid=30428] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30428/stat : 30428 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 23 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30429] ppid=30420 vsize=866932 CPUtime=0.26
/proc/30422/task/30429/stat : 30429 (java) S 30420 30422 27538 0 -1 64 572 321 0 0 24 0 1 1 16 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30430] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30430/stat : 30430 (java) S 30420 30422 27538 0 -1 64 1 321 0 0 0 0 1 1 24 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30422/tid=30431] ppid=30420 vsize=866932 CPUtime=0.02
/proc/30422/task/30431/stat : 30431 (java) S 30420 30422 27538 0 -1 64 8 321 0 0 0 0 1 1 15 0 9 0 1984514977 887738368 32575 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.6
Current children cumulated vsize (KiB) 866932

Child status: 0
Real time (s): 63.7657
CPU time (s): 63.6543
CPU user time (s): 63.3694
CPU system time (s): 0.284956
CPU usage (%): 99.8254
Max. virtual memory (cumulated for all children) (KiB): 866932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.3694
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49563
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= 2516
involuntary context switches= 2751

runsolver used 0.091986 second user time and 0.213967 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-03 05:23:47
IDJOB=1052019
IDBENCH=55961
IDSOLVER=363
FILE ID=node47/1052019-1215055427
PBS_JOBID= 7875081
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-29_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-1052019-1215055427/watcher-1052019-1215055427 -o /tmp/evaluation-result-1052019-1215055427/solver-1052019-1215055427 -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-1052019-1215055427.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2034138d66778207fd18551b97ae971b
RANDOM SEED=791744369

node47.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.281
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.281
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:        977656 kB
Buffers:         33532 kB
Cached:         151316 kB
SwapCached:      70084 kB
Active:         937244 kB
Inactive:        81348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        977656 kB
SwapTotal:     4192956 kB
SwapFree:      4116764 kB
Dirty:            4088 kB
Writeback:           0 kB
Mapped:         850580 kB
Slab:            42980 kB
Committed_AS:  4689880 kB
PageTables:       3632 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= 66532 MiB
End job on node47 at 2008-07-03 05:24:51