Trace number 2095854

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 ESACUNSAT 54.0538 54.3651

DiagnosticValue
CHECKS2616420
NODES471627

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-25-20.xml
MD5SUM54884e30cd74fd87585bd325880eb693
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark54.0538
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints6025
Maximum constraint arity20
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(6025)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2095854-1247408810.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.37/0.45	     nbVariables=500  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1000
0.37/0.45	       =>  wckTime=0.208  cpuTime=0.17  mem=8M868
0.37/0.45	   
0.37/0.45	   constraints being loaded...
1.75/1.83	     nbConstraints=6068  nbGlobalConstraints=6068  nbSharedBinaryRepresentations=0  minDegree=27  maxDegree=29
1.75/1.83	     minArity=2  avgArity=2.37  maxArity=50  nbGenerators=43  nbFusions=0  symmetryWckTime=0.961  symmetryCpuTime=0.36
1.75/1.83	       =>  wckTime=1.583  cpuTime=0.8  mem=37M222
1.85/1.94	   
1.85/1.94	   solver IterativeSystematicSolver being built... 
1.95/2.01	   
1.95/2.01	   INFO : Forward propagation technique limited 
2.05/2.11	       =>  wckTime=1.868  cpuTime=0.96  mem=26M194
2.36/2.40	   
2.36/2.40	   preprocessing
2.36/2.40	     nbConstraintChecks=0  nbPropagations=2290  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=556
2.36/2.40	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
2.36/2.40	       =>  wckTime=0.286  cpuTime=0.26  mem=26M194
3.16/3.21	   
3.16/3.21	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=28M89)
54.00/54.31	   
54.00/54.31	   search
54.00/54.31	     run=19  nbConstraintChecks=2616415  minDepth=0  maxDepth=84  nbPropagations=5515717  nbRevisions=0
54.00/54.31	     nbUselessRevisions=0  nbAssignments=471627  nbFailedAssignments=66289  nbBacktracks=402815  nbVisitedNodes=771601
54.00/54.31	     nbRestartNogoods=137  nbSEliminables=0  nbREliminables=338.76  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
54.00/54.31	       =>  wckTime=52.195  cpuTime=51.85  mem=28M89
54.00/54.31	   
54.00/54.31	   global
54.00/54.31	     nbConstraintChecks=2616415  nbPropagations=5518007  nbRestartNogoods=137  solvingWckTime=52.197
54.00/54.31	     solvingCpuTime=51.86  expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=52.87
54.00/54.31	       =>  wckTime=54.067  cpuTime=52.82  mem=28M89
54.00/54.31	   
54.00/54.31	s UNSATISFIABLE
54.00/54.31	d NODES 471627
54.00/54.31	d CHECKS 2616415
54.00/54.31	   
54.00/54.31	   totalWckTime=54.125  totalCpuTime=52.87

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-2095854-1247408810/watcher-2095854-1247408810 -o /tmp/evaluation-result-2095854-1247408810/solver-2095854-1247408810 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095854-1247408810.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: 1.99 1.99 1.99 4/80 30281
/proc/meminfo: memFree=1776048/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=18576 CPUtime=0
/proc/30281/stat : 30281 (runsolver) R 30279 30281 28915 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 27945055 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 272836914471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30281/statm: 4644 284 249 26 0 2626 0

[startup+0.0838839 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 30281
/proc/meminfo: memFree=1776048/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=864148 CPUtime=0.06
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 3111 0 1 0 5 1 0 0 18 0 9 0 27945055 884887552 2596 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 216037 2596 1235 9 0 210930 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.101883 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 30281
/proc/meminfo: memFree=1776048/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=865984 CPUtime=0.07
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 3723 0 1 0 6 1 0 0 18 0 9 0 27945055 886767616 3191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 216496 3191 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.3019 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 30281
/proc/meminfo: memFree=1776048/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=866296 CPUtime=0.28
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 5697 0 1 0 25 3 0 0 18 0 9 0 27945055 887087104 5100 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 216574 5100 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701927 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 30281
/proc/meminfo: memFree=1776048/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=867584 CPUtime=0.67
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 7869 0 1 0 63 4 0 0 18 0 9 0 27945055 888406016 7231 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 216896 7231 2005 9 0 211354 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867584

[startup+1.50298 s]
/proc/loadavg: 2.07 2.00 2.00 3/91 30292
/proc/meminfo: memFree=1738840/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=868028 CPUtime=0.99
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 13053 0 1 0 92 7 0 0 18 0 10 0 27945055 888860672 12151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 217007 12151 2017 9 0 211465 0
[pid=30292] ppid=30281 vsize=4380 CPUtime=0.47
/proc/30292/stat : 30292 (saucy) R 30281 30281 28915 0 -1 4194304 769 0 0 0 47 0 0 0 25 0 1 0 27945154 4485120 740 996147200 134512640 134531332 4294956000 18446744073709551615 134521663 0 4 0 0 0 0 0 17 1 0 0
/proc/30292/statm: 1095 740 104 4 0 771 0
[pid=30281/tid=30283] ppid=30279 vsize=868028 CPUtime=0.78
/proc/30281/task/30283/stat : 30283 (java) S 30279 30281 28915 0 -1 64 11489 0 1 0 72 6 0 0 15 0 10 0 27945056 888860672 12151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=30281/tid=30284] ppid=30279 vsize=868028 CPUtime=0
/proc/30281/task/30284/stat : 30284 (java) S 30279 30281 28915 0 -1 64 64 0 0 0 0 0 0 0 16 0 10 0 27945058 888860672 12151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30285] ppid=30279 vsize=868028 CPUtime=0
/proc/30281/task/30285/stat : 30285 (java) S 30279 30281 28915 0 -1 64 10 0 0 0 0 0 0 0 19 0 10 0 27945058 888860672 12151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30286] ppid=30279 vsize=868028 CPUtime=0
/proc/30281/task/30286/stat : 30286 (java) S 30279 30281 28915 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 27945058 888860672 12151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30287] ppid=30279 vsize=868028 CPUtime=0
/proc/30281/task/30287/stat : 30287 (java) S 30279 30281 28915 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 27945060 888860672 12151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30288] ppid=30279 vsize=868028 CPUtime=0.19
/proc/30281/task/30288/stat : 30288 (java) S 30279 30281 28915 0 -1 64 732 0 0 0 19 0 0 0 15 0 10 0 27945060 888860672 12151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30289] ppid=30279 vsize=868028 CPUtime=0
/proc/30281/task/30289/stat : 30289 (java) S 30279 30281 28915 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 27945060 888860672 12151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30290] ppid=30279 vsize=868028 CPUtime=0
/proc/30281/task/30290/stat : 30290 (java) S 30279 30281 28915 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 27945060 888860672 12151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30291] ppid=30279 vsize=868028 CPUtime=0
/proc/30281/task/30291/stat : 30291 (java) S 30279 30281 28915 0 -1 64 65 0 0 0 0 0 0 0 23 0 10 0 27945153 888860672 12151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 872408

[startup+3.10209 s]
/proc/loadavg: 2.07 2.00 2.00 5/91 30294
/proc/meminfo: memFree=1725264/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=868116 CPUtime=3.06
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 23444 921 1 0 242 10 53 1 18 0 9 0 27945055 888950784 15222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 217029 15222 2659 9 0 211465 0
[pid=30281/tid=30283] ppid=30279 vsize=868116 CPUtime=2.65
/proc/30281/task/30283/stat : 30283 (java) R 30279 30281 28915 0 -1 64 18414 921 1 0 204 7 53 1 17 0 9 0 27945056 888950784 15222 996147200 134512640 134550932 4294955968 18446744073709551615 4127100035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30284] ppid=30279 vsize=868116 CPUtime=0.62
/proc/30281/task/30284/stat : 30284 (java) S 30279 30281 28915 0 -1 64 3213 921 0 0 8 0 53 1 16 0 9 0 27945058 888950784 15222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30285] ppid=30279 vsize=868116 CPUtime=0.54
/proc/30281/task/30285/stat : 30285 (java) S 30279 30281 28915 0 -1 64 17 921 0 0 0 0 53 1 16 0 9 0 27945058 888950784 15222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30286] ppid=30279 vsize=868116 CPUtime=0.54
/proc/30281/task/30286/stat : 30286 (java) S 30279 30281 28915 0 -1 64 8 921 0 0 0 0 53 1 16 0 9 0 27945058 888950784 15222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30287] ppid=30279 vsize=868116 CPUtime=0.54
/proc/30281/task/30287/stat : 30287 (java) S 30279 30281 28915 0 -1 64 2 921 0 0 0 0 53 1 18 0 9 0 27945060 888950784 15222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30288] ppid=30279 vsize=868116 CPUtime=0.82
/proc/30281/task/30288/stat : 30288 (java) S 30279 30281 28915 0 -1 64 975 921 0 0 28 0 53 1 15 0 9 0 27945060 888950784 15222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30289] ppid=30279 vsize=868116 CPUtime=0.54
/proc/30281/task/30289/stat : 30289 (java) S 30279 30281 28915 0 -1 64 1 921 0 0 0 0 53 1 19 0 9 0 27945060 888950784 15222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30290] ppid=30279 vsize=868116 CPUtime=0.54
/proc/30281/task/30290/stat : 30290 (java) S 30279 30281 28915 0 -1 64 13 921 0 0 0 0 53 1 15 0 9 0 27945060 888950784 15222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868116

[startup+6.30229 s]
/proc/loadavg: 2.07 2.00 2.00 3/89 30294
/proc/meminfo: memFree=1724632/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=868248 CPUtime=6.24
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 23528 921 1 0 560 10 53 1 18 0 9 0 27945055 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 217062 15251 2659 9 0 211498 0
[pid=30281/tid=30283] ppid=30279 vsize=868248 CPUtime=5.78
/proc/30281/task/30283/stat : 30283 (java) R 30279 30281 28915 0 -1 64 18440 921 1 0 517 7 53 1 21 0 9 0 27945056 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4127207808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30284] ppid=30279 vsize=868248 CPUtime=0.62
/proc/30281/task/30284/stat : 30284 (java) S 30279 30281 28915 0 -1 64 3213 921 0 0 8 0 53 1 16 0 9 0 27945058 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30285] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30285/stat : 30285 (java) S 30279 30281 28915 0 -1 64 17 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30286] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30286/stat : 30286 (java) S 30279 30281 28915 0 -1 64 8 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30287] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30287/stat : 30287 (java) S 30279 30281 28915 0 -1 64 2 921 0 0 0 0 53 1 18 0 9 0 27945060 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30288] ppid=30279 vsize=868248 CPUtime=0.87
/proc/30281/task/30288/stat : 30288 (java) S 30279 30281 28915 0 -1 64 1003 921 0 0 33 0 53 1 16 0 9 0 27945060 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30289] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30289/stat : 30289 (java) S 30279 30281 28915 0 -1 64 1 921 0 0 0 0 53 1 19 0 9 0 27945060 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30290] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30290/stat : 30290 (java) S 30279 30281 28915 0 -1 64 43 921 0 0 0 0 53 1 15 0 9 0 27945060 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868248

[startup+12.7027 s]
/proc/loadavg: 2.06 2.00 2.00 3/89 30294
/proc/meminfo: memFree=1724568/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=868248 CPUtime=12.6
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 23534 921 1 0 1196 10 53 1 18 0 9 0 27945055 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 217062 15251 2659 9 0 211498 0
[pid=30281/tid=30283] ppid=30279 vsize=868248 CPUtime=12.15
/proc/30281/task/30283/stat : 30283 (java) R 30279 30281 28915 0 -1 64 18446 921 1 0 1154 7 53 1 25 0 9 0 27945056 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4127118930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30284] ppid=30279 vsize=868248 CPUtime=0.62
/proc/30281/task/30284/stat : 30284 (java) S 30279 30281 28915 0 -1 64 3213 921 0 0 8 0 53 1 16 0 9 0 27945058 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30285] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30285/stat : 30285 (java) S 30279 30281 28915 0 -1 64 17 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30286] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30286/stat : 30286 (java) S 30279 30281 28915 0 -1 64 8 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30287] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30287/stat : 30287 (java) S 30279 30281 28915 0 -1 64 2 921 0 0 0 0 53 1 18 0 9 0 27945060 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30288] ppid=30279 vsize=868248 CPUtime=0.87
/proc/30281/task/30288/stat : 30288 (java) S 30279 30281 28915 0 -1 64 1003 921 0 0 33 0 53 1 16 0 9 0 27945060 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30289] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30289/stat : 30289 (java) S 30279 30281 28915 0 -1 64 1 921 0 0 0 0 53 1 19 0 9 0 27945060 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30290] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30290/stat : 30290 (java) S 30279 30281 28915 0 -1 64 43 921 0 0 0 0 53 1 15 0 9 0 27945060 889085952 15251 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 868248

[startup+25.5016 s]
/proc/loadavg: 2.05 2.00 2.00 3/89 30294
/proc/meminfo: memFree=1724760/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=868248 CPUtime=25.34
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 23537 921 1 0 2470 10 53 1 18 0 9 0 27945055 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 217062 15252 2659 9 0 211498 0
[pid=30281/tid=30283] ppid=30279 vsize=868248 CPUtime=24.88
/proc/30281/task/30283/stat : 30283 (java) R 30279 30281 28915 0 -1 64 18448 921 1 0 2427 7 53 1 25 0 9 0 27945056 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4127081942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30284] ppid=30279 vsize=868248 CPUtime=0.62
/proc/30281/task/30284/stat : 30284 (java) S 30279 30281 28915 0 -1 64 3213 921 0 0 8 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30285] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30285/stat : 30285 (java) S 30279 30281 28915 0 -1 64 17 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30286] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30286/stat : 30286 (java) S 30279 30281 28915 0 -1 64 8 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30287] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30287/stat : 30287 (java) S 30279 30281 28915 0 -1 64 2 921 0 0 0 0 53 1 18 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30288] ppid=30279 vsize=868248 CPUtime=0.87
/proc/30281/task/30288/stat : 30288 (java) S 30279 30281 28915 0 -1 64 1004 921 0 0 33 0 53 1 16 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30289] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30289/stat : 30289 (java) S 30279 30281 28915 0 -1 64 1 921 0 0 0 0 53 1 19 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30290] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30290/stat : 30290 (java) S 30279 30281 28915 0 -1 64 43 921 0 0 0 0 53 1 15 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868248

[startup+51.1013 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 30294
/proc/meminfo: memFree=1724696/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=868248 CPUtime=50.82
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 23538 921 1 0 5018 10 53 1 18 0 9 0 27945055 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 217062 15252 2659 9 0 211498 0
[pid=30281/tid=30283] ppid=30279 vsize=868248 CPUtime=50.37
/proc/30281/task/30283/stat : 30283 (java) R 30279 30281 28915 0 -1 64 18449 921 1 0 4975 8 53 1 25 0 9 0 27945056 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4127119025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30284] ppid=30279 vsize=868248 CPUtime=0.62
/proc/30281/task/30284/stat : 30284 (java) S 30279 30281 28915 0 -1 64 3213 921 0 0 8 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30285] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30285/stat : 30285 (java) S 30279 30281 28915 0 -1 64 17 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30286] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30286/stat : 30286 (java) S 30279 30281 28915 0 -1 64 8 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30287] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30287/stat : 30287 (java) S 30279 30281 28915 0 -1 64 2 921 0 0 0 0 53 1 18 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30288] ppid=30279 vsize=868248 CPUtime=0.87
/proc/30281/task/30288/stat : 30288 (java) S 30279 30281 28915 0 -1 64 1004 921 0 0 33 0 53 1 16 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30289] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30289/stat : 30289 (java) S 30279 30281 28915 0 -1 64 1 921 0 0 0 0 53 1 19 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30290] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30290/stat : 30290 (java) S 30279 30281 28915 0 -1 64 43 921 0 0 0 0 53 1 15 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 868248

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

[startup+52.7014 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 30294
/proc/meminfo: memFree=1724760/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=868248 CPUtime=52.41
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 23538 921 1 0 5177 10 53 1 18 0 9 0 27945055 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 217062 15252 2659 9 0 211498 0
[pid=30281/tid=30283] ppid=30279 vsize=868248 CPUtime=51.97
/proc/30281/task/30283/stat : 30283 (java) R 30279 30281 28915 0 -1 64 18449 921 1 0 5135 8 53 1 25 0 9 0 27945056 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4127094764 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30284] ppid=30279 vsize=868248 CPUtime=0.62
/proc/30281/task/30284/stat : 30284 (java) S 30279 30281 28915 0 -1 64 3213 921 0 0 8 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30285] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30285/stat : 30285 (java) S 30279 30281 28915 0 -1 64 17 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30286] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30286/stat : 30286 (java) S 30279 30281 28915 0 -1 64 8 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30287] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30287/stat : 30287 (java) S 30279 30281 28915 0 -1 64 2 921 0 0 0 0 53 1 18 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30288] ppid=30279 vsize=868248 CPUtime=0.87
/proc/30281/task/30288/stat : 30288 (java) S 30279 30281 28915 0 -1 64 1004 921 0 0 33 0 53 1 16 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30289] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30289/stat : 30289 (java) S 30279 30281 28915 0 -1 64 1 921 0 0 0 0 53 1 19 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30290] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30290/stat : 30290 (java) S 30279 30281 28915 0 -1 64 43 921 0 0 0 0 53 1 15 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.41
Current children cumulated vsize (KiB) 868248

[startup+53.5025 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 30294
/proc/meminfo: memFree=1724760/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=868248 CPUtime=53.21
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 23538 921 1 0 5257 10 53 1 18 0 9 0 27945055 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 217062 15252 2659 9 0 211498 0
[pid=30281/tid=30283] ppid=30279 vsize=868248 CPUtime=52.76
/proc/30281/task/30283/stat : 30283 (java) R 30279 30281 28915 0 -1 64 18449 921 1 0 5214 8 53 1 25 0 9 0 27945056 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4127169555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30284] ppid=30279 vsize=868248 CPUtime=0.62
/proc/30281/task/30284/stat : 30284 (java) S 30279 30281 28915 0 -1 64 3213 921 0 0 8 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30285] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30285/stat : 30285 (java) S 30279 30281 28915 0 -1 64 17 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30286] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30286/stat : 30286 (java) S 30279 30281 28915 0 -1 64 8 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30287] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30287/stat : 30287 (java) S 30279 30281 28915 0 -1 64 2 921 0 0 0 0 53 1 18 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30288] ppid=30279 vsize=868248 CPUtime=0.87
/proc/30281/task/30288/stat : 30288 (java) S 30279 30281 28915 0 -1 64 1004 921 0 0 33 0 53 1 16 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30289] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30289/stat : 30289 (java) S 30279 30281 28915 0 -1 64 1 921 0 0 0 0 53 1 19 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30290] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30290/stat : 30290 (java) S 30279 30281 28915 0 -1 64 43 921 0 0 0 0 53 1 15 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.21
Current children cumulated vsize (KiB) 868248

[startup+53.9065 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 30294
/proc/meminfo: memFree=1724760/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=868248 CPUtime=53.61
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 23538 921 1 0 5297 10 53 1 18 0 9 0 27945055 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 217062 15252 2659 9 0 211498 0
[pid=30281/tid=30283] ppid=30279 vsize=868248 CPUtime=53.16
/proc/30281/task/30283/stat : 30283 (java) R 30279 30281 28915 0 -1 64 18449 921 1 0 5254 8 53 1 25 0 9 0 27945056 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4127167761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30284] ppid=30279 vsize=868248 CPUtime=0.62
/proc/30281/task/30284/stat : 30284 (java) S 30279 30281 28915 0 -1 64 3213 921 0 0 8 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30285] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30285/stat : 30285 (java) S 30279 30281 28915 0 -1 64 17 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30286] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30286/stat : 30286 (java) S 30279 30281 28915 0 -1 64 8 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30287] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30287/stat : 30287 (java) S 30279 30281 28915 0 -1 64 2 921 0 0 0 0 53 1 18 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30288] ppid=30279 vsize=868248 CPUtime=0.87
/proc/30281/task/30288/stat : 30288 (java) S 30279 30281 28915 0 -1 64 1004 921 0 0 33 0 53 1 16 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30289] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30289/stat : 30289 (java) S 30279 30281 28915 0 -1 64 1 921 0 0 0 0 53 1 19 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30290] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30290/stat : 30290 (java) S 30279 30281 28915 0 -1 64 43 921 0 0 0 0 53 1 15 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.61
Current children cumulated vsize (KiB) 868248

[startup+54.3025 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 30294
/proc/meminfo: memFree=1724760/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=868248 CPUtime=54
/proc/30281/stat : 30281 (java) S 30279 30281 28915 0 -1 0 23538 921 1 0 5336 10 53 1 18 0 9 0 27945055 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30281/statm: 217062 15252 2659 9 0 211498 0
[pid=30281/tid=30283] ppid=30279 vsize=868248 CPUtime=53.56
/proc/30281/task/30283/stat : 30283 (java) R 30279 30281 28915 0 -1 64 18449 921 1 0 5294 8 53 1 25 0 9 0 27945056 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4127100071 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30284] ppid=30279 vsize=868248 CPUtime=0.62
/proc/30281/task/30284/stat : 30284 (java) S 30279 30281 28915 0 -1 64 3213 921 0 0 8 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30285] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30285/stat : 30285 (java) S 30279 30281 28915 0 -1 64 17 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30286] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30286/stat : 30286 (java) S 30279 30281 28915 0 -1 64 8 921 0 0 0 0 53 1 16 0 9 0 27945058 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30287] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30287/stat : 30287 (java) S 30279 30281 28915 0 -1 64 2 921 0 0 0 0 53 1 18 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30288] ppid=30279 vsize=868248 CPUtime=0.87
/proc/30281/task/30288/stat : 30288 (java) S 30279 30281 28915 0 -1 64 1004 921 0 0 33 0 53 1 16 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30289] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30289/stat : 30289 (java) S 30279 30281 28915 0 -1 64 1 921 0 0 0 0 53 1 19 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30281/tid=30290] ppid=30279 vsize=868248 CPUtime=0.54
/proc/30281/task/30290/stat : 30290 (java) R 30279 30281 28915 0 -1 64 43 921 0 0 0 0 53 1 15 0 9 0 27945060 889085952 15252 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54
Current children cumulated vsize (KiB) 868248

Child status: 0
Real time (s): 54.3651
CPU time (s): 54.0538
CPU user time (s): 53.9218
CPU system time (s): 0.131979
CPU usage (%): 99.4274
Max. virtual memory (cumulated for all children) (KiB): 872408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.9218
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24575
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= 2101
involuntary context switches= 2643

runsolver used 0.082987 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 16:26:50
IDJOB=2095854
IDBENCH=55784
IDSOLVER=774
FILE ID=node39/2095854-1247408810
PBS_JOBID= 9510565
Free space on /tmp= 66428 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-25-20.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095854-1247408810/watcher-2095854-1247408810 -o /tmp/evaluation-result-2095854-1247408810/solver-2095854-1247408810 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095854-1247408810.xml

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

MD5SUM BENCH= 54884e30cd74fd87585bd325880eb693
RANDOM SEED=1897168731

node39.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1776528 kB
Buffers:         34296 kB
Cached:         101160 kB
SwapCached:          0 kB
Active:         166056 kB
Inactive:        48832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3000 kB
Writeback:           0 kB
Mapped:          99852 kB
Slab:            49728 kB
Committed_AS:   993492 kB
PageTables:       1916 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= 66428 MiB
End job on node39 at 2009-07-12 16:27:45