Trace number 2095967

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 59.482 60.0711

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 benchmark15.0807
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

0.07/0.09	
0.07/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.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2095967-1247409765.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.101  cpuTime=0.1  mem=7M892
0.28/0.36	   
0.28/0.36	   relations being loaded...
0.67/0.75	   
0.67/0.75	   constraints being loaded...
1.17/1.25	     nbConstraints=133  nbRelationTypes=1  nbGlobalConstraints=133  nbExtensionStructures=1
1.17/1.25	     nbSharedExtensionStructures=132  nbConflictsStructures=1  nbSharedConflictsStructures=132
1.17/1.25	     nbSharedBinaryRepresentations=0  minDegree=109  maxDegree=120  minArity=18  maxArity=18  nbGenerators=0
1.17/1.25	     nbFusions=0  symmetryWckTime=0.094  symmetryCpuTime=0.04
1.17/1.25	       =>  wckTime=0.992  cpuTime=0.74  mem=54M821
1.26/1.34	   
1.26/1.34	   solver IterativeSystematicSolver being built... 
1.36/1.41	   
1.36/1.41	   INFO : Forward propagation technique limited 
1.36/1.48	       =>  wckTime=1.224  cpuTime=0.86  mem=69M527
3.54/3.69	   
3.54/3.69	   preprocessing
3.54/3.69	     nbConstraintChecks=0  nbValidityChecks=7712936  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
3.54/3.69	     nbRemovedValues=0  detectedInconsistency=no
3.54/3.69	       =>  wckTime=2.206  cpuTime=2.18  mem=69M527
8.59/8.79	   
8.59/8.79	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=71M222)
59.41/60.03	   
59.41/60.03	   search
59.41/60.03	     run=13  nbConstraintChecks=65648  nbValidityChecks=653863319  minDepth=0  maxDepth=14  nbPropagations=89233
59.41/60.03	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=17331  nbFailedAssignments=5697  nbBacktracks=11503
59.41/60.03	     nbVisitedNodes=28732  nbRestartNogoods=56  nbSEliminables=0  nbREliminables=10.68  nbIEliminables=0
59.41/60.03	     nbDEliminables=0  nbPEliminables=0
59.41/60.03	       =>  wckTime=58.545  cpuTime=57.9  mem=71M222
59.41/60.03	   
59.41/60.03	   global
59.41/60.03	     nbConstraintChecks=65648  nbValidityChecks=661576255  nbPropagations=89254  nbRestartNogoods=56
59.41/60.03	     solvingWckTime=58.547  solvingCpuTime=57.9  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
59.41/60.03	     globalCpuTime=58.8
59.41/60.03	       =>  wckTime=59.772  cpuTime=58.76  mem=71M222
59.41/60.03	   
59.41/60.03	s UNSATISFIABLE
59.41/60.03	d NODES 17331
59.41/60.03	d CHECKS 65648
59.41/60.03	   
59.41/60.03	   totalWckTime=59.844  totalCpuTime=58.8

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095967-1247409765/watcher-2095967-1247409765 -o /tmp/evaluation-result-2095967-1247409765/solver-2095967-1247409765 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095967-1247409765.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.09 2.01 4/80 26810
/proc/meminfo: memFree=1765188/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=1616 CPUtime=0
/proc/26810/stat : 26810 (java) R 26808 26810 24991 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28043602 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 9028538 0 0 4096 0 0 0 0 17 0 0 0
/proc/26810/statm: 404 148 122 9 0 46 0

[startup+0.0795039 s]
/proc/loadavg: 2.13 2.09 2.01 4/80 26810
/proc/meminfo: memFree=1765188/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=864148 CPUtime=0.07
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 3093 0 1 0 5 2 0 0 18 0 9 0 28043602 884887552 2578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216037 2578 1231 9 0 210930 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 864148

[startup+0.102503 s]
/proc/loadavg: 2.13 2.09 2.01 4/80 26810
/proc/meminfo: memFree=1765188/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=865984 CPUtime=0.09
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 3739 0 1 0 7 2 0 0 18 0 9 0 28043602 886767616 3205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216496 3205 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301518 s]
/proc/loadavg: 2.13 2.09 2.01 4/80 26810
/proc/meminfo: memFree=1765188/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=866380 CPUtime=0.28
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 5868 0 1 0 24 4 0 0 18 0 9 0 28043602 887173120 5234 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216595 5234 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701563 s]
/proc/loadavg: 2.13 2.09 2.01 4/80 26810
/proc/meminfo: memFree=1765188/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=866492 CPUtime=0.67
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 21161 0 1 0 57 10 0 0 18 0 9 0 28043602 887287808 20522 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216623 20522 2008 9 0 211081 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866492

[startup+1.50166 s]
/proc/loadavg: 2.13 2.09 2.01 3/89 26819
/proc/meminfo: memFree=1690500/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=1.46
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 42451 322 1 0 126 18 1 1 18 0 9 0 28043602 888172544 32585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32585 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=1.08
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 20908 322 1 0 98 8 1 1 23 0 9 0 28043603 888172544 32585 996147200 134512640 134550932 4294955968 18446744073709551615 4126825983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 16 0 9 0 28043605 888172544 32585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.17
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 534 322 0 0 15 0 1 1 15 0 9 0 28043607 888172544 32585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867356

[startup+3.10183 s]
/proc/loadavg: 2.13 2.09 2.01 3/89 26823
/proc/meminfo: memFree=1644804/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=3.05
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 43009 322 1 0 284 19 1 1 18 0 9 0 28043602 888172544 32590 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32590 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=2.66
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 21460 322 1 0 255 9 1 1 25 0 9 0 28043603 888172544 32590 996147200 134512640 134550932 4294955968 18446744073709551615 4126824484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 17 0 9 0 28043605 888172544 32590 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32590 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32590 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32590 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.18
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 540 322 0 0 16 0 1 1 15 0 9 0 28043607 888172544 32590 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32590 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32590 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867356

[startup+6.30219 s]
/proc/loadavg: 2.12 2.08 2.00 3/89 26823
/proc/meminfo: memFree=1644484/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=6.22
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 49075 322 1 0 600 20 1 1 18 0 9 0 28043602 888172544 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32605 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=5.81
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 27517 322 1 0 569 10 1 1 25 0 9 0 28043603 888172544 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4126861993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 16 0 9 0 28043605 888172544 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 549 322 0 0 18 0 1 1 16 0 9 0 28043607 888172544 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32605 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867356

[startup+12.7029 s]
/proc/loadavg: 2.11 2.08 2.00 3/89 26823
/proc/meminfo: memFree=1644292/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=12.55
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 49103 322 1 0 1233 20 1 1 18 0 9 0 28043602 888172544 32619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32619 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=12.12
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 27528 322 1 0 1200 10 1 1 25 0 9 0 28043603 888172544 32619 996147200 134512640 134550932 4294955968 18446744073709551615 4126835151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 17 0 9 0 28043605 888172544 32619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.23
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 566 322 0 0 21 0 1 1 15 0 9 0 28043607 888172544 32619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867356

[startup+25.5023 s]
/proc/loadavg: 2.23 2.11 2.01 3/89 26823
/proc/meminfo: memFree=1644292/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=25.23
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 49150 322 1 0 2501 20 1 1 18 0 9 0 28043602 888172544 32637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32637 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=24.77
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 27552 322 1 0 2465 10 1 1 25 0 9 0 28043603 888172544 32637 996147200 134512640 134550932 4294955968 18446744073709551615 4126864898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 16 0 9 0 28043605 888172544 32637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.26
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 589 322 0 0 24 0 1 1 16 0 9 0 28043607 888172544 32637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32637 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867356

[startup+51.1022 s]
/proc/loadavg: 2.29 2.13 2.02 3/89 26823
/proc/meminfo: memFree=1644356/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=50.59
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 49213 322 1 0 5037 20 1 1 18 0 9 0 28043602 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32638 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=50.12
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 27612 322 1 0 5000 10 1 1 25 0 9 0 28043603 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4126835099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.26
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 592 322 0 0 24 0 1 1 16 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 867356

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

[startup+54.3016 s]
/proc/loadavg: 2.35 2.15 2.03 3/89 26823
/proc/meminfo: memFree=1644356/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=53.76
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 49219 322 1 0 5354 20 1 1 18 0 9 0 28043602 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32638 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=53.29
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 27618 322 1 0 5317 10 1 1 25 0 9 0 28043603 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4126835151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.26
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 592 322 0 0 24 0 1 1 16 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.76
Current children cumulated vsize (KiB) 867356

[startup+57.5029 s]
/proc/loadavg: 2.35 2.15 2.03 3/89 26823
/proc/meminfo: memFree=1644356/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=56.93
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 49227 322 1 0 5671 20 1 1 18 0 9 0 28043602 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32638 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=56.47
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 27626 322 1 0 5635 10 1 1 25 0 9 0 28043603 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4126835714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.26
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 592 322 0 0 24 0 1 1 16 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.93
Current children cumulated vsize (KiB) 867356

[startup+59.1021 s]
/proc/loadavg: 2.40 2.16 2.03 3/89 26823
/proc/meminfo: memFree=1644356/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=58.52
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 49231 322 1 0 5830 20 1 1 18 0 9 0 28043602 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32638 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=58.05
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 27630 322 1 0 5793 10 1 1 25 0 9 0 28043603 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4126835141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.26
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 592 322 0 0 24 0 1 1 16 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.52
Current children cumulated vsize (KiB) 867356

[startup+59.5021 s]
/proc/loadavg: 2.40 2.16 2.03 3/89 26823
/proc/meminfo: memFree=1644356/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=58.91
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 49233 322 1 0 5869 20 1 1 18 0 9 0 28043602 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32638 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=58.44
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 27632 322 1 0 5832 10 1 1 25 0 9 0 28043603 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4126835099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.26
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 592 322 0 0 24 0 1 1 16 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 58.91
Current children cumulated vsize (KiB) 867356

[startup+59.9022 s]
/proc/loadavg: 2.40 2.16 2.03 3/89 26823
/proc/meminfo: memFree=1644356/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=59.31
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 49234 322 1 0 5909 20 1 1 18 0 9 0 28043602 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32638 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=58.84
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 27633 322 1 0 5872 10 1 1 25 0 9 0 28043603 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4126835099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.26
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 592 322 0 0 24 0 1 1 16 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.31
Current children cumulated vsize (KiB) 867356

[startup+60.0022 s]
/proc/loadavg: 2.40 2.16 2.03 3/89 26823
/proc/meminfo: memFree=1644356/2055920 swapFree=4192812/4192956
[pid=26810] ppid=26808 vsize=867356 CPUtime=59.41
/proc/26810/stat : 26810 (java) S 26808 26810 24991 0 -1 0 49234 322 1 0 5919 20 1 1 18 0 9 0 28043602 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26810/statm: 216839 32638 2659 9 0 211275 0
[pid=26810/tid=26812] ppid=26808 vsize=867356 CPUtime=58.94
/proc/26810/task/26812/stat : 26812 (java) R 26808 26810 24991 0 -1 64 27633 322 1 0 5882 10 1 1 25 0 9 0 28043603 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4126824417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26813] ppid=26808 vsize=867356 CPUtime=0.2
/proc/26810/task/26813/stat : 26813 (java) S 26808 26810 24991 0 -1 64 20147 322 0 0 11 7 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26814] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26814/stat : 26814 (java) S 26808 26810 24991 0 -1 64 21 322 0 0 0 0 1 1 17 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26815] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26815/stat : 26815 (java) S 26808 26810 24991 0 -1 64 7 322 0 0 0 0 1 1 16 0 9 0 28043605 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26816] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26816/stat : 26816 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 18 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26817] ppid=26808 vsize=867356 CPUtime=0.26
/proc/26810/task/26817/stat : 26817 (java) S 26808 26810 24991 0 -1 64 592 322 0 0 24 0 1 1 16 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26818] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26818/stat : 26818 (java) S 26808 26810 24991 0 -1 64 1 322 0 0 0 0 1 1 19 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26810/tid=26819] ppid=26808 vsize=867356 CPUtime=0.02
/proc/26810/task/26819/stat : 26819 (java) S 26808 26810 24991 0 -1 64 13 322 0 0 0 0 1 1 15 0 9 0 28043607 888172544 32638 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.41
Current children cumulated vsize (KiB) 867356

Child status: 0
Real time (s): 60.0711
CPU time (s): 59.482
CPU user time (s): 59.239
CPU system time (s): 0.242963
CPU usage (%): 99.0192
Max. virtual memory (cumulated for all children) (KiB): 867356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.239
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49674
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= 2621
involuntary context switches= 5028

runsolver used 0.084987 second user time and 0.199969 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 16:42:45
IDJOB=2095967
IDBENCH=55961
IDSOLVER=773
FILE ID=node9/2095967-1247409765
PBS_JOBID= 9510626
Free space on /tmp= 66396 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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095967-1247409765/watcher-2095967-1247409765 -o /tmp/evaluation-result-2095967-1247409765/solver-2095967-1247409765 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095967-1247409765.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 2034138d66778207fd18551b97ae971b
RANDOM SEED=1008971441

node9.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.216
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.216
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:       1765668 kB
Buffers:         37492 kB
Cached:         109660 kB
SwapCached:          0 kB
Active:         174444 kB
Inactive:        58884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765668 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4104 kB
Writeback:           0 kB
Mapped:         106628 kB
Slab:            42144 kB
Committed_AS:   993744 kB
PageTables:       1928 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= 66396 MiB
End job on node9 at 2009-07-12 16:43:45