Trace number 1082190

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 30.5314 30.8492

DiagnosticValue
CHECKS46169400
NODES153762

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-12.xml
MD5SUMdee4599863daae352af5f2661ac2dee6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.9454
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints654
Maximum constraint arity2
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension654
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1082190-1215221204.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.28/0.34	     nbVariables=36  nbDomainTypes=1  minDomainSize=36  maxDomainSize=36  nbTotalValues=1296
0.28/0.34	       =>  wckTime=0.102  cpuTime=0.09  mem=7M919
0.28/0.34	   
0.28/0.34	   predicates being loaded...
0.38/0.40	   
0.38/0.40	   constraints being loaded...
0.69/0.80	     nbConstraints=631  nbGlobalConstraints=1  nbMergedConstraints=24  nbConvertedConstraints=630
0.77/0.80	     nbConvertConstraintsChecks=16848  nbExtensionStructures=13  nbSharedExtensionStructures=617
0.77/0.80	     nbConflictsStructures=13  nbSharedConflictsStructures=617  nbSharedBinaryRepresentations=863  minDegree=36
0.77/0.80	     maxDegree=36  minArity=2  avgArity=2.05  maxArity=36  nbGenerators=0  nbFusions=0  symmetryWckTime=0.089
0.77/0.80	     symmetryCpuTime=0.06  nbCliques=1
0.77/0.80	       =>  wckTime=0.554  cpuTime=0.41  mem=17M811
0.77/0.86	   
0.77/0.86	   solver IterativeSystematicSolver being built... 
0.87/0.92	   
0.87/0.92	   INFO : Forward propagation technique limited 
0.87/0.98	       =>  wckTime=0.737  cpuTime=0.52  mem=20M48
0.97/1.05	   
0.97/1.05	   preprocessing
0.97/1.05	     nbConstraintChecks=43396  nbPropagations=801  nbRevisions=3684  nbUselessRevisions=2555  nbSingletonTests=49
0.97/1.05	     nbEffectiveSingletonTests=0  nbACRemovals=540  nbFoundSingletons=0  nbRemovedValues=540  detectedInconsistency=no
0.97/1.05	       =>  wckTime=0.073  cpuTime=0.05  mem=21M56
1.17/1.25	   
1.17/1.25	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M96)
30.49/30.81	   
30.49/30.81	   search
30.49/30.81	     run=18  nbConstraintChecks=46126045  minDepth=0  maxDepth=27  nbPropagations=5747722  nbRevisions=38831170
30.49/30.81	     nbUselessRevisions=31999742  nbAssignments=153762  nbFailedAssignments=34572  nbBacktracks=118957
30.49/30.81	     nbVisitedNodes=214593  nbRestartNogoods=177  nbSEliminables=0  nbREliminables=0  nbIEliminables=31.13
30.49/30.81	     nbDEliminables=0  nbPEliminables=0
30.49/30.81	       =>  wckTime=29.826  cpuTime=29.45  mem=22M96
30.49/30.81	   
30.49/30.81	   global
30.49/30.81	     nbConstraintChecks=46169441  nbPropagations=5748523  nbRevisions=38834854  nbUselessRevisions=32002297
30.49/30.81	     nbRestartNogoods=177  solvingWckTime=29.828  solvingCpuTime=29.45  expiredTime=no  totalExploration=yes
30.49/30.81	     nbFoundSolutions=0  globalCpuTime=30.0
30.49/30.81	       =>  wckTime=30.567  cpuTime=29.97  mem=22M96
30.49/30.81	   
30.49/30.81	s UNSATISFIABLE
30.49/30.81	d NODES 153762
30.49/30.81	d CHECKS 46169441
30.49/30.81	   
30.49/30.81	   totalWckTime=30.633  totalCpuTime=30.0

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-1082190-1215221204/watcher-1082190-1215221204 -o /tmp/evaluation-result-1082190-1215221204/solver-1082190-1215221204 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1082190-1215221204.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.92 1.95 1.98 4/81 26432
/proc/meminfo: memFree=1692496/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=1616 CPUtime=0
/proc/26432/stat : 26432 (java) R 26430 26432 25978 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 2001095729 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26432/statm: 404 148 122 9 0 46 0

[startup+0.0283929 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 26432
/proc/meminfo: memFree=1692496/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=861876 CPUtime=0.02
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 1934 0 1 0 1 1 0 0 18 0 5 0 2001095729 882561024 1614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 215469 1615 726 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101399 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 26432
/proc/meminfo: memFree=1692496/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=865884 CPUtime=0.08
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 3728 0 1 0 6 2 0 0 18 0 9 0 2001095729 886665216 3194 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 216471 3195 1692 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301443 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 26432
/proc/meminfo: memFree=1692496/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=866284 CPUtime=0.28
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 6009 0 1 0 24 4 0 0 18 0 9 0 2001095729 887074816 5383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 216571 5383 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.70152 s]
/proc/loadavg: 1.92 1.95 1.98 4/81 26432
/proc/meminfo: memFree=1692496/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=867076 CPUtime=0.69
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 8334 0 1 0 61 8 0 0 18 0 9 0 2001095729 887885824 7692 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 216770 7692 2011 9 0 211276 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867076

[startup+1.50268 s]
/proc/loadavg: 1.92 1.95 1.98 4/90 26445
/proc/meminfo: memFree=1661576/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=868540 CPUtime=1.47
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 16337 303 1 0 136 11 0 0 18 0 9 0 2001095729 889384960 10644 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 217135 10644 2631 9 0 211641 0
[pid=26432/tid=26434] ppid=26430 vsize=868540 CPUtime=1.12
/proc/26432/task/26434/stat : 26434 (java) R 26430 26432 25978 0 -1 64 12081 303 1 0 104 8 0 0 21 0 9 0 2001095730 889384960 10644 996147200 134512640 134550740 4294955968 18446744073709551615 4126872637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26435] ppid=26430 vsize=868540 CPUtime=0.04
/proc/26432/task/26435/stat : 26435 (java) S 26430 26432 25978 0 -1 64 2666 303 0 0 4 0 0 0 17 0 9 0 2001095731 889384960 10644 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26436] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26436/stat : 26436 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10644 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26437] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26437/stat : 26437 (java) S 26430 26432 25978 0 -1 64 10 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10644 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26438] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26438/stat : 26438 (java) S 26430 26432 25978 0 -1 64 1 303 0 0 0 0 0 0 23 0 9 0 2001095733 889384960 10644 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26439] ppid=26430 vsize=868540 CPUtime=0.27
/proc/26432/task/26439/stat : 26439 (java) S 26430 26432 25978 0 -1 64 757 303 0 0 27 0 0 0 15 0 9 0 2001095733 889384960 10644 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26440] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26440/stat : 26440 (java) S 26430 26432 25978 0 -1 64 2 303 0 0 0 0 0 0 24 0 9 0 2001095733 889384960 10644 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26441] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26441/stat : 26441 (java) S 26430 26432 25978 0 -1 64 4 303 0 0 0 0 0 0 15 0 9 0 2001095733 889384960 10644 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868540

[startup+3.10199 s]
/proc/loadavg: 1.92 1.95 1.98 3/90 26445
/proc/meminfo: memFree=1660104/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=868540 CPUtime=3.05
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 16350 303 1 0 294 11 0 0 18 0 9 0 2001095729 889384960 10655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 217135 10655 2631 9 0 211641 0
[pid=26432/tid=26434] ppid=26430 vsize=868540 CPUtime=2.69
/proc/26432/task/26434/stat : 26434 (java) R 26430 26432 25978 0 -1 64 12086 303 1 0 261 8 0 0 25 0 9 0 2001095730 889384960 10655 996147200 134512640 134550740 4294955968 18446744073709551615 4126949007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26435] ppid=26430 vsize=868540 CPUtime=0.04
/proc/26432/task/26435/stat : 26435 (java) S 26430 26432 25978 0 -1 64 2666 303 0 0 4 0 0 0 17 0 9 0 2001095731 889384960 10655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26436] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26436/stat : 26436 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26437] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26437/stat : 26437 (java) S 26430 26432 25978 0 -1 64 10 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26438] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26438/stat : 26438 (java) S 26430 26432 25978 0 -1 64 1 303 0 0 0 0 0 0 23 0 9 0 2001095733 889384960 10655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26439] ppid=26430 vsize=868540 CPUtime=0.27
/proc/26432/task/26439/stat : 26439 (java) S 26430 26432 25978 0 -1 64 765 303 0 0 27 0 0 0 16 0 9 0 2001095733 889384960 10655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26440] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26440/stat : 26440 (java) S 26430 26432 25978 0 -1 64 2 303 0 0 0 0 0 0 24 0 9 0 2001095733 889384960 10655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26441] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26441/stat : 26441 (java) S 26430 26432 25978 0 -1 64 4 303 0 0 0 0 0 0 15 0 9 0 2001095733 889384960 10655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868540

[startup+6.30262 s]
/proc/loadavg: 1.93 1.95 1.98 3/90 26445
/proc/meminfo: memFree=1659848/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=868540 CPUtime=6.21
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 16366 303 1 0 610 11 0 0 18 0 9 0 2001095729 889384960 10658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 217135 10658 2631 9 0 211641 0
[pid=26432/tid=26434] ppid=26430 vsize=868540 CPUtime=5.87
/proc/26432/task/26434/stat : 26434 (java) R 26430 26432 25978 0 -1 64 12090 303 1 0 578 9 0 0 25 0 9 0 2001095730 889384960 10658 996147200 134512640 134550740 4294955968 18446744073709551615 4126949037 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26435] ppid=26430 vsize=868540 CPUtime=0.04
/proc/26432/task/26435/stat : 26435 (java) S 26430 26432 25978 0 -1 64 2666 303 0 0 4 0 0 0 16 0 9 0 2001095731 889384960 10658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26436] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26436/stat : 26436 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26437] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26437/stat : 26437 (java) S 26430 26432 25978 0 -1 64 10 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26438] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26438/stat : 26438 (java) S 26430 26432 25978 0 -1 64 1 303 0 0 0 0 0 0 23 0 9 0 2001095733 889384960 10658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26439] ppid=26430 vsize=868540 CPUtime=0.28
/proc/26432/task/26439/stat : 26439 (java) S 26430 26432 25978 0 -1 64 767 303 0 0 28 0 0 0 16 0 9 0 2001095733 889384960 10658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26440] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26440/stat : 26440 (java) S 26430 26432 25978 0 -1 64 2 303 0 0 0 0 0 0 24 0 9 0 2001095733 889384960 10658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26441] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26441/stat : 26441 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 15 0 9 0 2001095733 889384960 10658 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868540

[startup+12.7029 s]
/proc/loadavg: 1.93 1.96 1.98 3/90 26445
/proc/meminfo: memFree=1659656/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=868540 CPUtime=12.56
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 16368 303 1 0 1245 11 0 0 18 0 9 0 2001095729 889384960 10660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 217135 10660 2631 9 0 211641 0
[pid=26432/tid=26434] ppid=26430 vsize=868540 CPUtime=12.21
/proc/26432/task/26434/stat : 26434 (java) R 26430 26432 25978 0 -1 64 12092 303 1 0 1212 9 0 0 25 0 9 0 2001095730 889384960 10660 996147200 134512640 134550740 4294955968 18446744073709551615 4126995683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26435] ppid=26430 vsize=868540 CPUtime=0.04
/proc/26432/task/26435/stat : 26435 (java) S 26430 26432 25978 0 -1 64 2666 303 0 0 4 0 0 0 16 0 9 0 2001095731 889384960 10660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26436] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26436/stat : 26436 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26437] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26437/stat : 26437 (java) S 26430 26432 25978 0 -1 64 10 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26438] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26438/stat : 26438 (java) S 26430 26432 25978 0 -1 64 1 303 0 0 0 0 0 0 23 0 9 0 2001095733 889384960 10660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26439] ppid=26430 vsize=868540 CPUtime=0.28
/proc/26432/task/26439/stat : 26439 (java) S 26430 26432 25978 0 -1 64 767 303 0 0 28 0 0 0 16 0 9 0 2001095733 889384960 10660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26440] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26440/stat : 26440 (java) S 26430 26432 25978 0 -1 64 2 303 0 0 0 0 0 0 24 0 9 0 2001095733 889384960 10660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26441] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26441/stat : 26441 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 15 0 9 0 2001095733 889384960 10660 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868540

[startup+25.5014 s]
/proc/loadavg: 1.95 1.96 1.98 3/90 26445
/proc/meminfo: memFree=1659592/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=868540 CPUtime=25.23
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 16376 303 1 0 2512 11 0 0 18 0 9 0 2001095729 889384960 10662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 217135 10662 2631 9 0 211641 0
[pid=26432/tid=26434] ppid=26430 vsize=868540 CPUtime=24.88
/proc/26432/task/26434/stat : 26434 (java) R 26430 26432 25978 0 -1 64 12093 303 1 0 2479 9 0 0 25 0 9 0 2001095730 889384960 10662 996147200 134512640 134550740 4294955968 18446744073709551615 4126949001 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26435] ppid=26430 vsize=868540 CPUtime=0.04
/proc/26432/task/26435/stat : 26435 (java) S 26430 26432 25978 0 -1 64 2666 303 0 0 4 0 0 0 16 0 9 0 2001095731 889384960 10662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26436] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26436/stat : 26436 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26437] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26437/stat : 26437 (java) S 26430 26432 25978 0 -1 64 10 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26438] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26438/stat : 26438 (java) S 26430 26432 25978 0 -1 64 1 303 0 0 0 0 0 0 23 0 9 0 2001095733 889384960 10662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26439] ppid=26430 vsize=868540 CPUtime=0.28
/proc/26432/task/26439/stat : 26439 (java) S 26430 26432 25978 0 -1 64 774 303 0 0 28 0 0 0 16 0 9 0 2001095733 889384960 10662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26440] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26440/stat : 26440 (java) S 26430 26432 25978 0 -1 64 2 303 0 0 0 0 0 0 24 0 9 0 2001095733 889384960 10662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26441] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26441/stat : 26441 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 15 0 9 0 2001095733 889384960 10662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868540

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

[startup+28.702 s]
/proc/loadavg: 1.95 1.96 1.98 3/90 26445
/proc/meminfo: memFree=1659592/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=868540 CPUtime=28.41
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 16378 303 1 0 2829 12 0 0 18 0 9 0 2001095729 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 217135 10663 2631 9 0 211641 0
[pid=26432/tid=26434] ppid=26430 vsize=868540 CPUtime=28.05
/proc/26432/task/26434/stat : 26434 (java) R 26430 26432 25978 0 -1 64 12095 303 1 0 2796 9 0 0 25 0 9 0 2001095730 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4126963490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26435] ppid=26430 vsize=868540 CPUtime=0.04
/proc/26432/task/26435/stat : 26435 (java) S 26430 26432 25978 0 -1 64 2666 303 0 0 4 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26436] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26436/stat : 26436 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26437] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26437/stat : 26437 (java) S 26430 26432 25978 0 -1 64 10 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26438] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26438/stat : 26438 (java) S 26430 26432 25978 0 -1 64 1 303 0 0 0 0 0 0 23 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26439] ppid=26430 vsize=868540 CPUtime=0.28
/proc/26432/task/26439/stat : 26439 (java) S 26430 26432 25978 0 -1 64 774 303 0 0 28 0 0 0 16 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26440] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26440/stat : 26440 (java) S 26430 26432 25978 0 -1 64 2 303 0 0 0 0 0 0 24 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26441] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26441/stat : 26441 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 15 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.41
Current children cumulated vsize (KiB) 868540

[startup+29.5012 s]
/proc/loadavg: 1.95 1.96 1.98 3/90 26445
/proc/meminfo: memFree=1659592/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=868540 CPUtime=29.2
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 16378 303 1 0 2908 12 0 0 18 0 9 0 2001095729 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 217135 10663 2631 9 0 211641 0
[pid=26432/tid=26434] ppid=26430 vsize=868540 CPUtime=28.84
/proc/26432/task/26434/stat : 26434 (java) R 26430 26432 25978 0 -1 64 12095 303 1 0 2875 9 0 0 25 0 9 0 2001095730 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4126951781 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26435] ppid=26430 vsize=868540 CPUtime=0.04
/proc/26432/task/26435/stat : 26435 (java) S 26430 26432 25978 0 -1 64 2666 303 0 0 4 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26436] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26436/stat : 26436 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26437] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26437/stat : 26437 (java) S 26430 26432 25978 0 -1 64 10 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26438] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26438/stat : 26438 (java) S 26430 26432 25978 0 -1 64 1 303 0 0 0 0 0 0 23 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26439] ppid=26430 vsize=868540 CPUtime=0.28
/proc/26432/task/26439/stat : 26439 (java) S 26430 26432 25978 0 -1 64 774 303 0 0 28 0 0 0 16 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26440] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26440/stat : 26440 (java) S 26430 26432 25978 0 -1 64 2 303 0 0 0 0 0 0 24 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26441] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26441/stat : 26441 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 15 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.2
Current children cumulated vsize (KiB) 868540

[startup+30.3013 s]
/proc/loadavg: 1.95 1.96 1.98 3/90 26445
/proc/meminfo: memFree=1659528/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=868540 CPUtime=30
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 16378 303 1 0 2988 12 0 0 18 0 9 0 2001095729 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 217135 10663 2631 9 0 211641 0
[pid=26432/tid=26434] ppid=26430 vsize=868540 CPUtime=29.64
/proc/26432/task/26434/stat : 26434 (java) R 26430 26432 25978 0 -1 64 12095 303 1 0 2955 9 0 0 25 0 9 0 2001095730 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4126951917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26435] ppid=26430 vsize=868540 CPUtime=0.04
/proc/26432/task/26435/stat : 26435 (java) S 26430 26432 25978 0 -1 64 2666 303 0 0 4 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26436] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26436/stat : 26436 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26437] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26437/stat : 26437 (java) S 26430 26432 25978 0 -1 64 10 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26438] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26438/stat : 26438 (java) S 26430 26432 25978 0 -1 64 1 303 0 0 0 0 0 0 23 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26439] ppid=26430 vsize=868540 CPUtime=0.28
/proc/26432/task/26439/stat : 26439 (java) S 26430 26432 25978 0 -1 64 774 303 0 0 28 0 0 0 16 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26440] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26440/stat : 26440 (java) S 26430 26432 25978 0 -1 64 2 303 0 0 0 0 0 0 24 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26441] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26441/stat : 26441 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 15 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30
Current children cumulated vsize (KiB) 868540

[startup+30.7014 s]
/proc/loadavg: 1.95 1.96 1.98 3/90 26445
/proc/meminfo: memFree=1659528/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=868540 CPUtime=30.39
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 16378 303 1 0 3027 12 0 0 18 0 9 0 2001095729 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 217135 10663 2631 9 0 211641 0
[pid=26432/tid=26434] ppid=26430 vsize=868540 CPUtime=30.03
/proc/26432/task/26434/stat : 26434 (java) R 26430 26432 25978 0 -1 64 12095 303 1 0 2994 9 0 0 25 0 9 0 2001095730 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4126950002 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26435] ppid=26430 vsize=868540 CPUtime=0.04
/proc/26432/task/26435/stat : 26435 (java) S 26430 26432 25978 0 -1 64 2666 303 0 0 4 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26436] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26436/stat : 26436 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26437] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26437/stat : 26437 (java) S 26430 26432 25978 0 -1 64 10 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26438] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26438/stat : 26438 (java) S 26430 26432 25978 0 -1 64 1 303 0 0 0 0 0 0 23 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26439] ppid=26430 vsize=868540 CPUtime=0.28
/proc/26432/task/26439/stat : 26439 (java) S 26430 26432 25978 0 -1 64 774 303 0 0 28 0 0 0 16 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26440] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26440/stat : 26440 (java) S 26430 26432 25978 0 -1 64 2 303 0 0 0 0 0 0 24 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26441] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26441/stat : 26441 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 15 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.39
Current children cumulated vsize (KiB) 868540

[startup+30.8064 s]
/proc/loadavg: 1.95 1.96 1.98 3/90 26445
/proc/meminfo: memFree=1659528/2055924 swapFree=4180432/4192956
[pid=26432] ppid=26430 vsize=868540 CPUtime=30.49
/proc/26432/stat : 26432 (java) S 26430 26432 25978 0 -1 0 16378 303 1 0 3037 12 0 0 18 0 9 0 2001095729 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26432/statm: 217135 10663 2631 9 0 211641 0
[pid=26432/tid=26434] ppid=26430 vsize=868540 CPUtime=30.13
/proc/26432/task/26434/stat : 26434 (java) R 26430 26432 25978 0 -1 64 12095 303 1 0 3004 9 0 0 25 0 9 0 2001095730 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4126963392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26435] ppid=26430 vsize=868540 CPUtime=0.04
/proc/26432/task/26435/stat : 26435 (java) S 26430 26432 25978 0 -1 64 2666 303 0 0 4 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26436] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26436/stat : 26436 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26437] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26437/stat : 26437 (java) S 26430 26432 25978 0 -1 64 10 303 0 0 0 0 0 0 16 0 9 0 2001095731 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26438] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26438/stat : 26438 (java) S 26430 26432 25978 0 -1 64 1 303 0 0 0 0 0 0 23 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26439] ppid=26430 vsize=868540 CPUtime=0.28
/proc/26432/task/26439/stat : 26439 (java) S 26430 26432 25978 0 -1 64 774 303 0 0 28 0 0 0 16 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26432/tid=26440] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26440/stat : 26440 (java) S 26430 26432 25978 0 -1 64 2 303 0 0 0 0 0 0 24 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26432/tid=26441] ppid=26430 vsize=868540 CPUtime=0
/proc/26432/task/26441/stat : 26441 (java) S 26430 26432 25978 0 -1 64 14 303 0 0 0 0 0 0 15 0 9 0 2001095733 889384960 10663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.49
Current children cumulated vsize (KiB) 868540

Child status: 0
Real time (s): 30.8492
CPU time (s): 30.5314
CPU user time (s): 30.3964
CPU system time (s): 0.134979
CPU usage (%): 98.9698
Max. virtual memory (cumulated for all children) (KiB): 868540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.3964
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16800
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= 2058
involuntary context switches= 2645

runsolver used 0.034994 second user time and 0.116982 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-05 03:26:44
IDJOB=1082190
IDBENCH=57188
IDSOLVER=364
FILE ID=node6/1082190-1215221204
PBS_JOBID= 7881827
Free space on /tmp= 66492 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/langford3/normalized-langford-3-12.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082190-1215221204/watcher-1082190-1215221204 -o /tmp/evaluation-result-1082190-1215221204/solver-1082190-1215221204 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1082190-1215221204.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= dee4599863daae352af5f2661ac2dee6
RANDOM SEED=1101981662

node6.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.265
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.265
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:      2055924 kB
MemFree:       1692976 kB
Buffers:         61300 kB
Cached:         219196 kB
SwapCached:       6328 kB
Active:         236340 kB
Inactive:        72148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1692976 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            2112 kB
Writeback:           0 kB
Mapped:          44504 kB
Slab:            39432 kB
Committed_AS:  3382660 kB
PageTables:       2012 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= 66488 MiB
End job on node6 at 2008-07-05 03:27:15