Trace number 1047729

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 76.1814 76.4072

DiagnosticValue
CHECKS5316
NODES2097

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-6_ext.xml
MD5SUMc1bbc03a0e2fe504ae5c124be8b29a86
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 benchmark22.8875
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.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1047729-1215041326.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.34	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.28/0.34	       =>  wckTime=0.092  cpuTime=0.09  mem=6M878
0.28/0.34	   
0.28/0.34	   relations being loaded...
0.38/0.40	   
0.38/0.40	   constraints being loaded...
1.56/1.66	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.56/1.66	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.56/1.66	     nbSharedBinaryRepresentations=0  minDegree=1893  maxDegree=1975  minArity=15  maxArity=15  nbGenerators=0
1.56/1.66	     nbFusions=0  symmetryWckTime=0.516  symmetryCpuTime=0.24
1.56/1.66	       =>  wckTime=1.413  cpuTime=0.77  mem=110M434
1.76/1.83	   
1.76/1.83	   solver IterativeSystematicSolver being built... 
1.86/1.90	   
1.86/1.90	   INFO : Forward propagation technique limited 
1.86/1.97	       =>  wckTime=1.72  cpuTime=0.9  mem=108M681
6.14/6.21	   
6.14/6.21	   preprocessing
6.14/6.21	     nbConstraintChecks=0  nbValidityChecks=18814655  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.14/6.21	     nbRemovedValues=0  detectedInconsistency=no
6.14/6.21	       =>  wckTime=4.24  cpuTime=4.19  mem=108M681
16.29/16.47	   
16.29/16.47	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=109M667)
76.09/76.34	   
76.09/76.34	   search
76.09/76.34	     run=8  nbConstraintChecks=5316  nbValidityChecks=1336708633  minDepth=0  maxDepth=11  nbPropagations=10631
76.09/76.34	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=2097  nbFailedAssignments=677  nbBacktracks=1358
76.09/76.34	     nbVisitedNodes=3449  nbRestartNogoods=33  nbSEliminables=0  nbREliminables=13.25  nbIEliminables=0
76.09/76.34	     nbDEliminables=0  nbPEliminables=0
76.09/76.34	       =>  wckTime=74.373  cpuTime=74.11  mem=109M667
76.09/76.35	   
76.09/76.35	   global
76.09/76.35	     nbConstraintChecks=5316  nbValidityChecks=1355523288  nbPropagations=10652  nbRestartNogoods=33
76.09/76.35	     solvingWckTime=74.375  solvingCpuTime=74.11  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
76.09/76.35	     globalCpuTime=75.04
76.09/76.35	       =>  wckTime=76.096  cpuTime=75.01  mem=109M667
76.09/76.35	   
76.09/76.35	s UNSATISFIABLE
76.09/76.35	d NODES 2097
76.09/76.35	d CHECKS 5316
76.09/76.35	   
76.09/76.35	   totalWckTime=76.165  totalCpuTime=75.04

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-1047729-1215041326/watcher-1047729-1215041326 -o /tmp/evaluation-result-1047729-1215041326/solver-1047729-1215041326 -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-1047729-1215041326.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: 1.99 2.02 1.73 4/81 12541
/proc/meminfo: memFree=1684056/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=18572 CPUtime=0
/proc/12541/stat : 12541 (runsolver) R 12539 12541 11585 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 237120513 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/12541/statm: 4643 292 257 25 0 2626 0

[startup+0.0278499 s]
/proc/loadavg: 1.99 2.02 1.73 4/81 12541
/proc/meminfo: memFree=1684056/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=860580 CPUtime=0.01
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 1567 0 1 0 0 1 0 0 21 0 2 0 237120513 881233920 1292 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 215145 1292 508 9 0 210124 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 860580

[startup+0.101852 s]
/proc/loadavg: 1.99 2.02 1.73 4/81 12541
/proc/meminfo: memFree=1684056/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=865884 CPUtime=0.09
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 3693 0 1 0 7 2 0 0 21 0 9 0 237120513 886665216 3168 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216471 3168 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301874 s]
/proc/loadavg: 1.99 2.02 1.73 4/81 12541
/proc/meminfo: memFree=1684056/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=866284 CPUtime=0.28
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 5879 0 1 0 25 3 0 0 21 0 9 0 237120513 887074816 5253 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216571 5253 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701918 s]
/proc/loadavg: 1.99 2.02 1.73 4/81 12541
/proc/meminfo: memFree=1684056/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867324 CPUtime=0.68
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 11515 0 1 0 62 6 0 0 21 0 9 0 237120513 888139776 10875 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216831 10875 1979 9 0 211359 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867324

[startup+1.503 s]
/proc/loadavg: 2.07 2.04 1.73 4/90 12550
/proc/meminfo: memFree=1588176/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867776 CPUtime=1.32
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 36025 0 1 0 113 19 0 0 21 0 10 0 237120513 888602624 35256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216944 35256 2005 9 0 211472 0
[pid=12541/tid=12543] ppid=12539 vsize=867776 CPUtime=0.89
/proc/12541/task/12543/stat : 12543 (java) S 12539 12541 11585 0 -1 64 15793 0 1 0 81 8 0 0 24 0 10 0 237120514 888602624 35256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867776 CPUtime=0.19
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 18810 0 0 0 11 8 0 0 17 0 10 0 237120516 888602624 35256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867776 CPUtime=0
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 237120516 888602624 35256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867776 CPUtime=0
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 237120516 888602624 35256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867776 CPUtime=0
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 237120518 888602624 35256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867776 CPUtime=0.21
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 653 0 0 0 21 0 0 0 15 0 10 0 237120518 888602624 35256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867776 CPUtime=0
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 237120518 888602624 35256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867776 CPUtime=0
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 237120518 888602624 35256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 867776

[startup+3.10217 s]
/proc/loadavg: 2.07 2.04 1.73 3/90 12554
/proc/meminfo: memFree=1524304/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867888 CPUtime=3.06
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 57518 982 1 0 258 25 21 2 21 0 9 0 237120513 888717312 42364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216972 42364 2636 9 0 211478 0
[pid=12541/tid=12543] ppid=12539 vsize=867888 CPUtime=2.42
/proc/12541/task/12543/stat : 12543 (java) R 12539 12541 11585 0 -1 64 21352 982 1 0 209 10 21 2 25 0 9 0 237120514 888717312 42364 996147200 134512640 134550740 4294955984 18446744073709551615 4127066436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867888 CPUtime=0.58
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 34479 982 0 0 23 12 21 2 17 0 9 0 237120516 888717312 42364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 18 982 0 0 0 0 21 2 17 0 9 0 237120516 888717312 42364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 9 982 0 0 0 0 21 2 16 0 9 0 237120516 888717312 42364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867888 CPUtime=0.48
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 845 982 0 0 25 0 21 2 15 0 9 0 237120518 888717312 42364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 7 982 0 0 0 0 21 2 15 0 9 0 237120518 888717312 42364 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867888

[startup+6.30152 s]
/proc/loadavg: 2.07 2.04 1.73 3/90 12554
/proc/meminfo: memFree=1524048/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867888 CPUtime=6.24
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 60974 982 1 0 575 26 21 2 21 0 9 0 237120513 888717312 42372 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216972 42372 2636 9 0 211478 0
[pid=12541/tid=12543] ppid=12539 vsize=867888 CPUtime=5.6
/proc/12541/task/12543/stat : 12543 (java) R 12539 12541 11585 0 -1 64 24776 982 1 0 526 11 21 2 25 0 9 0 237120514 888717312 42372 996147200 134512640 134550740 4294955984 18446744073709551615 4127097115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867888 CPUtime=0.58
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 34479 982 0 0 23 12 21 2 16 0 9 0 237120516 888717312 42372 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 18 982 0 0 0 0 21 2 17 0 9 0 237120516 888717312 42372 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 9 982 0 0 0 0 21 2 16 0 9 0 237120516 888717312 42372 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42372 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867888 CPUtime=0.49
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 852 982 0 0 26 0 21 2 16 0 9 0 237120518 888717312 42372 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42372 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 33 982 0 0 0 0 21 2 15 0 9 0 237120518 888717312 42372 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867888

[startup+12.7012 s]
/proc/loadavg: 2.06 2.03 1.73 4/90 12554
/proc/meminfo: memFree=1523856/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867888 CPUtime=12.61
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 66143 982 1 0 1211 27 21 2 21 0 9 0 237120513 888717312 42377 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216972 42377 2636 9 0 211478 0
[pid=12541/tid=12543] ppid=12539 vsize=867888 CPUtime=11.94
/proc/12541/task/12543/stat : 12543 (java) R 12539 12541 11585 0 -1 64 29918 982 1 0 1160 11 21 2 25 0 9 0 237120514 888717312 42377 996147200 134512640 134550740 4294955984 18446744073709551615 4127066187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867888 CPUtime=0.58
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 34479 982 0 0 23 12 21 2 16 0 9 0 237120516 888717312 42377 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 18 982 0 0 0 0 21 2 17 0 9 0 237120516 888717312 42377 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 9 982 0 0 0 0 21 2 16 0 9 0 237120516 888717312 42377 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42377 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867888 CPUtime=0.5
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 878 982 0 0 27 0 21 2 16 0 9 0 237120518 888717312 42377 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42377 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 33 982 0 0 0 0 21 2 15 0 9 0 237120518 888717312 42377 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867888

[startup+25.5026 s]
/proc/loadavg: 2.05 2.03 1.74 2/77 12571
/proc/meminfo: memFree=1685368/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867888 CPUtime=25.31
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 66193 982 1 0 2481 27 21 2 21 0 9 0 237120513 888717312 42388 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216972 42388 2636 9 0 211478 0
[pid=12541/tid=12543] ppid=12539 vsize=867888 CPUtime=24.63
/proc/12541/task/12543/stat : 12543 (java) R 12539 12541 11585 0 -1 64 29927 982 1 0 2428 12 21 2 25 0 9 0 237120514 888717312 42388 996147200 134512640 134550740 4294955984 18446744073709551615 4127066226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867888 CPUtime=0.58
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 34479 982 0 0 23 12 21 2 16 0 9 0 237120516 888717312 42388 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 18 982 0 0 0 0 21 2 17 0 9 0 237120516 888717312 42388 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 9 982 0 0 0 0 21 2 16 0 9 0 237120516 888717312 42388 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42388 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867888 CPUtime=0.52
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 919 982 0 0 29 0 21 2 16 0 9 0 237120518 888717312 42388 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42388 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 33 982 0 0 0 0 21 2 15 0 9 0 237120518 888717312 42388 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 867888

[startup+51.1023 s]
/proc/loadavg: 2.03 2.03 1.74 3/90 12593
/proc/meminfo: memFree=1522704/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867888 CPUtime=50.9
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 66210 982 1 0 5040 27 21 2 21 0 9 0 237120513 888717312 42393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216972 42393 2636 9 0 211478 0
[pid=12541/tid=12543] ppid=12539 vsize=867888 CPUtime=50.21
/proc/12541/task/12543/stat : 12543 (java) R 12539 12541 11585 0 -1 64 29934 982 1 0 4986 12 21 2 25 0 9 0 237120514 888717312 42393 996147200 134512640 134550740 4294955984 18446744073709551615 4127066187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867888 CPUtime=0.58
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 34479 982 0 0 23 12 21 2 16 0 9 0 237120516 888717312 42393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 18 982 0 0 0 0 21 2 17 0 9 0 237120516 888717312 42393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 9 982 0 0 0 0 21 2 16 0 9 0 237120516 888717312 42393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867888 CPUtime=0.54
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 929 982 0 0 30 1 21 2 15 0 9 0 237120518 888717312 42393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 33 982 0 0 0 0 21 2 15 0 9 0 237120518 888717312 42393 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 867888

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

[startup+63.9017 s]
/proc/loadavg: 2.02 2.03 1.74 3/90 12593
/proc/meminfo: memFree=1522640/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867888 CPUtime=63.69
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 66225 982 1 0 6318 28 21 2 21 0 9 0 237120513 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216972 42402 2636 9 0 211478 0
[pid=12541/tid=12543] ppid=12539 vsize=867888 CPUtime=62.98
/proc/12541/task/12543/stat : 12543 (java) R 12539 12541 11585 0 -1 64 29940 982 1 0 6263 12 21 2 25 0 9 0 237120514 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4127078430 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867888 CPUtime=0.58
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 34479 982 0 0 23 12 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 18 982 0 0 0 0 21 2 17 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 9 982 0 0 0 0 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867888 CPUtime=0.56
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 938 982 0 0 32 1 21 2 15 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 33 982 0 0 0 0 21 2 15 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.69
Current children cumulated vsize (KiB) 867888

[startup+70.3023 s]
/proc/loadavg: 2.02 2.03 1.75 3/90 12593
/proc/meminfo: memFree=1522640/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867888 CPUtime=70.1
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 66227 982 1 0 6959 28 21 2 21 0 9 0 237120513 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216972 42402 2636 9 0 211478 0
[pid=12541/tid=12543] ppid=12539 vsize=867888 CPUtime=69.38
/proc/12541/task/12543/stat : 12543 (java) R 12539 12541 11585 0 -1 64 29941 982 1 0 6903 12 21 2 25 0 9 0 237120514 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4127097125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867888 CPUtime=0.58
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 34479 982 0 0 23 12 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 18 982 0 0 0 0 21 2 17 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 9 982 0 0 0 0 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867888 CPUtime=0.56
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 939 982 0 0 32 1 21 2 16 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 33 982 0 0 0 0 21 2 15 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 70.1
Current children cumulated vsize (KiB) 867888

[startup+73.5017 s]
/proc/loadavg: 2.02 2.03 1.75 3/90 12593
/proc/meminfo: memFree=1522640/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867888 CPUtime=73.29
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 66228 982 1 0 7278 28 21 2 21 0 9 0 237120513 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216972 42402 2636 9 0 211478 0
[pid=12541/tid=12543] ppid=12539 vsize=867888 CPUtime=72.57
/proc/12541/task/12543/stat : 12543 (java) R 12539 12541 11585 0 -1 64 29942 982 1 0 7222 12 21 2 25 0 9 0 237120514 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4127066303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867888 CPUtime=0.58
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 34479 982 0 0 23 12 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 18 982 0 0 0 0 21 2 17 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 9 982 0 0 0 0 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867888 CPUtime=0.56
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 939 982 0 0 32 1 21 2 16 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 33 982 0 0 0 0 21 2 15 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.29
Current children cumulated vsize (KiB) 867888

[startup+75.1018 s]
/proc/loadavg: 2.02 2.03 1.75 3/90 12593
/proc/meminfo: memFree=1522640/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867888 CPUtime=74.89
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 66229 982 1 0 7438 28 21 2 21 0 9 0 237120513 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216972 42402 2636 9 0 211478 0
[pid=12541/tid=12543] ppid=12539 vsize=867888 CPUtime=74.17
/proc/12541/task/12543/stat : 12543 (java) R 12539 12541 11585 0 -1 64 29943 982 1 0 7382 12 21 2 25 0 9 0 237120514 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4127066239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867888 CPUtime=0.58
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 34479 982 0 0 23 12 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 18 982 0 0 0 0 21 2 17 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 9 982 0 0 0 0 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867888 CPUtime=0.56
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 939 982 0 0 32 1 21 2 16 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 33 982 0 0 0 0 21 2 15 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 74.89
Current children cumulated vsize (KiB) 867888

[startup+75.9069 s]
/proc/loadavg: 2.02 2.03 1.75 3/90 12593
/proc/meminfo: memFree=1522640/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867888 CPUtime=75.69
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 66229 982 1 0 7518 28 21 2 21 0 9 0 237120513 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216972 42402 2636 9 0 211478 0
[pid=12541/tid=12543] ppid=12539 vsize=867888 CPUtime=74.98
/proc/12541/task/12543/stat : 12543 (java) R 12539 12541 11585 0 -1 64 29943 982 1 0 7463 12 21 2 25 0 9 0 237120514 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4127066380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867888 CPUtime=0.58
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 34479 982 0 0 23 12 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 18 982 0 0 0 0 21 2 17 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 9 982 0 0 0 0 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867888 CPUtime=0.56
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 939 982 0 0 32 1 21 2 16 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 33 982 0 0 0 0 21 2 15 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.69
Current children cumulated vsize (KiB) 867888

[startup+76.303 s]
/proc/loadavg: 2.02 2.03 1.75 3/90 12593
/proc/meminfo: memFree=1522640/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=867888 CPUtime=76.09
/proc/12541/stat : 12541 (java) S 12539 12541 11585 0 -1 0 66229 982 1 0 7558 28 21 2 21 0 9 0 237120513 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12541/statm: 216972 42402 2636 9 0 211478 0
[pid=12541/tid=12543] ppid=12539 vsize=867888 CPUtime=75.37
/proc/12541/task/12543/stat : 12543 (java) R 12539 12541 11585 0 -1 64 29943 982 1 0 7502 12 21 2 25 0 9 0 237120514 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4127066303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12544] ppid=12539 vsize=867888 CPUtime=0.58
/proc/12541/task/12544/stat : 12544 (java) S 12539 12541 11585 0 -1 64 34479 982 0 0 23 12 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12545] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12545/stat : 12545 (java) S 12539 12541 11585 0 -1 64 18 982 0 0 0 0 21 2 17 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12546] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12546/stat : 12546 (java) S 12539 12541 11585 0 -1 64 9 982 0 0 0 0 21 2 16 0 9 0 237120516 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12547] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12547/stat : 12547 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12548] ppid=12539 vsize=867888 CPUtime=0.56
/proc/12541/task/12548/stat : 12548 (java) S 12539 12541 11585 0 -1 64 939 982 0 0 32 1 21 2 16 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12541/tid=12549] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12549/stat : 12549 (java) S 12539 12541 11585 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12541/tid=12550] ppid=12539 vsize=867888 CPUtime=0.23
/proc/12541/task/12550/stat : 12550 (java) S 12539 12541 11585 0 -1 64 33 982 0 0 0 0 21 2 15 0 9 0 237120518 888717312 42402 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.09
Current children cumulated vsize (KiB) 867888

[startup+76.403 s]
/proc/loadavg: 2.02 2.03 1.75 3/90 12593
/proc/meminfo: memFree=1522640/2055920 swapFree=4154836/4192956
[pid=12541] ppid=12539 vsize=0 CPUtime=76.16
/proc/12541/stat : 12541 (java) Z 12539 12541 11585 0 -1 12 66322 982 1 0 7563 30 21 2 16 0 2 0 237120513 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12541/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 76.16
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 76.4072
CPU time (s): 76.1814
CPU user time (s): 75.8525
CPU system time (s): 0.328949
CPU usage (%): 99.7045
Max. virtual memory (cumulated for all children) (KiB): 868076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.8525
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67304
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= 3129
involuntary context switches= 2577

runsolver used 0.095985 second user time and 0.26296 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 01:28:46
IDJOB=1047729
IDBENCH=54159
IDSOLVER=363
FILE ID=node81/1047729-1215041326
PBS_JOBID= 7875016
Free space on /tmp= 126852 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-6_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-1047729-1215041326/watcher-1047729-1215041326 -o /tmp/evaluation-result-1047729-1215041326/solver-1047729-1215041326 -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-1047729-1215041326.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c1bbc03a0e2fe504ae5c124be8b29a86
RANDOM SEED=1749148596

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1684536 kB
Buffers:         15796 kB
Cached:         107776 kB
SwapCached:      30856 kB
Active:         201208 kB
Inactive:       115132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684536 kB
SwapTotal:     4192956 kB
SwapFree:      4154836 kB
Dirty:            2736 kB
Writeback:           0 kB
Mapped:         184916 kB
Slab:            40156 kB
Committed_AS:  1261132 kB
PageTables:       1928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126848 MiB
End job on node81 at 2008-07-03 01:30:02