Trace number 2097357

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 27.7628 27.95

DiagnosticValue
CHECKS46124200
NODES153737

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.42848
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

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2097357-1247412181.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.36	     nbVariables=36  nbDomainTypes=1  minDomainSize=36  maxDomainSize=36  nbTotalValues=1296
0.28/0.36	       =>  wckTime=0.105  cpuTime=0.1  mem=7M892
0.28/0.36	   
0.28/0.36	   predicates being loaded...
0.37/0.42	   
0.37/0.42	   constraints being loaded...
0.76/0.81	     nbConstraints=631  nbGlobalConstraints=1  nbMergedConstraints=24  nbConvertedConstraints=630
0.76/0.81	     nbConvertConstraintsChecks=16848  nbExtensionStructures=13  nbSharedExtensionStructures=617
0.76/0.81	     nbConflictsStructures=13  nbSharedConflictsStructures=617  nbSharedBinaryRepresentations=863  minDegree=36
0.76/0.81	     maxDegree=36  minArity=2  avgArity=2.05  maxArity=36  nbGenerators=0  nbFusions=0  symmetryWckTime=0.085
0.76/0.81	     symmetryCpuTime=0.05  nbCliques=1
0.76/0.81	       =>  wckTime=0.558  cpuTime=0.4  mem=17M850
0.76/0.86	   
0.76/0.86	   solver IterativeSystematicSolver being built... 
0.86/0.93	   
0.86/0.93	   INFO : Forward propagation technique limited 
0.86/0.99	       =>  wckTime=0.736  cpuTime=0.5  mem=20M127
0.96/1.01	   
0.96/1.01	   preprocessing
0.96/1.01	     nbConstraintChecks=1980  nbPropagations=60  nbRevisions=60  nbUselessRevisions=0  nbRemovedValues=540
0.96/1.01	     detectedInconsistency=no
0.96/1.01	       =>  wckTime=0.02  cpuTime=0.01  mem=20M127
1.15/1.22	   
1.15/1.22	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M86)
27.72/27.90	   
27.72/27.90	   search
27.72/27.90	     run=18  nbConstraintChecks=46122237  minDepth=0  maxDepth=27  nbPropagations=5735998  nbRevisions=38782638
27.72/27.90	     nbUselessRevisions=31968248  nbAssignments=153737  nbFailedAssignments=34553  nbBacktracks=118954
27.72/27.90	     nbVisitedNodes=214551  nbRestartNogoods=168  nbSEliminables=0  nbREliminables=0  nbIEliminables=31.12
27.72/27.90	     nbDEliminables=0  nbPEliminables=0
27.72/27.90	       =>  wckTime=26.914  cpuTime=26.69  mem=22M86
27.72/27.90	   
27.72/27.90	   global
27.72/27.90	     nbConstraintChecks=46124217  nbPropagations=5736058  nbRevisions=38782698  nbUselessRevisions=31968248
27.72/27.90	     nbRestartNogoods=168  solvingWckTime=26.916  solvingCpuTime=26.69  expiredTime=no  totalExploration=yes
27.72/27.90	     nbFoundSolutions=0  globalCpuTime=27.23
27.72/27.90	       =>  wckTime=27.654  cpuTime=27.19  mem=22M86
27.72/27.91	   
27.72/27.91	s UNSATISFIABLE
27.72/27.91	d NODES 153737
27.72/27.91	d CHECKS 46124217
27.72/27.91	   
27.72/27.91	   totalWckTime=27.72  totalCpuTime=27.24

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-2097357-1247412181/watcher-2097357-1247412181 -o /tmp/evaluation-result-2097357-1247412181/solver-2097357-1247412181 -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-2097357-1247412181.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.00 2.00 1.95 4/81 1225
/proc/meminfo: memFree=1741680/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=18576 CPUtime=0
/proc/1225/stat : 1225 (runsolver) R 1223 1225 30726 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28283455 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 265674091815 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1225/statm: 4644 284 249 26 0 2626 0

[startup+0.105133 s]
/proc/loadavg: 2.00 2.00 1.95 4/81 1225
/proc/meminfo: memFree=1741680/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=865980 CPUtime=0.08
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 3737 0 1 0 7 1 0 0 20 0 9 0 28283455 886763520 3205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216495 3205 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.20115 s]
/proc/loadavg: 2.00 2.00 1.95 4/81 1225
/proc/meminfo: memFree=1741680/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=866144 CPUtime=0.18
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 4738 0 1 0 16 2 0 0 20 0 9 0 28283455 886931456 4155 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216536 4155 1888 9 0 211014 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301167 s]
/proc/loadavg: 2.00 2.00 1.95 4/81 1225
/proc/meminfo: memFree=1741680/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=866380 CPUtime=0.28
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 5939 0 1 0 25 3 0 0 20 0 9 0 28283455 887173120 5305 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216595 5305 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701244 s]
/proc/loadavg: 2.00 2.00 1.95 4/81 1225
/proc/meminfo: memFree=1741680/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=867176 CPUtime=0.67
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 8398 0 1 0 61 6 0 0 20 0 9 0 28283455 887988224 7750 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216794 7750 2037 9 0 211230 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867176

[startup+1.5024 s]
/proc/loadavg: 2.00 2.00 1.95 4/90 1238
/proc/meminfo: memFree=1709416/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=867940 CPUtime=1.45
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 16601 306 1 0 135 10 0 0 20 0 9 0 28283455 888770560 10687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216985 10687 2657 9 0 211421 0
[pid=1225/tid=1227] ppid=1223 vsize=867940 CPUtime=1.11
/proc/1225/task/1227/stat : 1227 (java) R 1223 1225 30726 0 -1 64 12294 306 1 0 103 8 0 0 25 0 9 0 28283457 888770560 10687 996147200 134512640 134550932 4294955968 18446744073709551615 4127005699 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1228] ppid=1223 vsize=867940 CPUtime=0.04
/proc/1225/task/1228/stat : 1228 (java) S 1223 1225 30726 0 -1 64 2687 306 0 0 4 0 0 0 16 0 9 0 28283458 888770560 10687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1229] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1229/stat : 1229 (java) S 1223 1225 30726 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1230] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1230/stat : 1230 (java) S 1223 1225 30726 0 -1 64 12 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1231] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1231/stat : 1231 (java) S 1223 1225 30726 0 -1 64 2 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1232] ppid=1223 vsize=867940 CPUtime=0.27
/proc/1225/task/1232/stat : 1232 (java) S 1223 1225 30726 0 -1 64 778 306 0 0 27 0 0 0 15 0 9 0 28283461 888770560 10687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1233] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1233/stat : 1233 (java) S 1223 1225 30726 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1234] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1234/stat : 1234 (java) S 1223 1225 30726 0 -1 64 5 306 0 0 0 0 0 0 15 0 9 0 28283461 888770560 10687 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867940

[startup+3.1017 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1238
/proc/meminfo: memFree=1709096/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=867940 CPUtime=3.04
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 16611 306 1 0 294 10 0 0 20 0 9 0 28283455 888770560 10695 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216985 10695 2657 9 0 211421 0
[pid=1225/tid=1227] ppid=1223 vsize=867940 CPUtime=2.69
/proc/1225/task/1227/stat : 1227 (java) R 1223 1225 30726 0 -1 64 12298 306 1 0 261 8 0 0 25 0 9 0 28283457 888770560 10695 996147200 134512640 134550932 4294955968 18446744073709551615 4126999559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1228] ppid=1223 vsize=867940 CPUtime=0.04
/proc/1225/task/1228/stat : 1228 (java) S 1223 1225 30726 0 -1 64 2687 306 0 0 4 0 0 0 17 0 9 0 28283458 888770560 10695 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1229] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1229/stat : 1229 (java) S 1223 1225 30726 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10695 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1230] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1230/stat : 1230 (java) S 1223 1225 30726 0 -1 64 12 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10695 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1231] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1231/stat : 1231 (java) S 1223 1225 30726 0 -1 64 2 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10695 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1232] ppid=1223 vsize=867940 CPUtime=0.28
/proc/1225/task/1232/stat : 1232 (java) S 1223 1225 30726 0 -1 64 784 306 0 0 28 0 0 0 15 0 9 0 28283461 888770560 10695 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1233] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1233/stat : 1233 (java) S 1223 1225 30726 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10695 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1234] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1234/stat : 1234 (java) S 1223 1225 30726 0 -1 64 5 306 0 0 0 0 0 0 15 0 9 0 28283461 888770560 10695 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867940

[startup+6.30232 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1238
/proc/meminfo: memFree=1708784/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=867940 CPUtime=6.23
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 16632 306 1 0 613 10 0 0 20 0 9 0 28283455 888770560 10699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216985 10699 2657 9 0 211421 0
[pid=1225/tid=1227] ppid=1223 vsize=867940 CPUtime=5.87
/proc/1225/task/1227/stat : 1227 (java) R 1223 1225 30726 0 -1 64 12303 306 1 0 579 8 0 0 25 0 9 0 28283457 888770560 10699 996147200 134512640 134550932 4294955968 18446744073709551615 4126997938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1228] ppid=1223 vsize=867940 CPUtime=0.04
/proc/1225/task/1228/stat : 1228 (java) S 1223 1225 30726 0 -1 64 2687 306 0 0 4 0 0 0 16 0 9 0 28283458 888770560 10699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1229] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1229/stat : 1229 (java) S 1223 1225 30726 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1230] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1230/stat : 1230 (java) S 1223 1225 30726 0 -1 64 12 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1231] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1231/stat : 1231 (java) S 1223 1225 30726 0 -1 64 2 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1232] ppid=1223 vsize=867940 CPUtime=0.28
/proc/1225/task/1232/stat : 1232 (java) S 1223 1225 30726 0 -1 64 785 306 0 0 28 0 0 0 16 0 9 0 28283461 888770560 10699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1233] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1233/stat : 1233 (java) S 1223 1225 30726 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1234] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1234/stat : 1234 (java) S 1223 1225 30726 0 -1 64 20 306 0 0 0 0 0 0 15 0 9 0 28283461 888770560 10699 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867940

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1238
/proc/meminfo: memFree=1708656/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=867940 CPUtime=12.6
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 16634 306 1 0 1250 10 0 0 20 0 9 0 28283455 888770560 10701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216985 10701 2657 9 0 211421 0
[pid=1225/tid=1227] ppid=1223 vsize=867940 CPUtime=12.24
/proc/1225/task/1227/stat : 1227 (java) R 1223 1225 30726 0 -1 64 12305 306 1 0 1216 8 0 0 25 0 9 0 28283457 888770560 10701 996147200 134512640 134550932 4294955968 18446744073709551615 4127058387 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1228] ppid=1223 vsize=867940 CPUtime=0.04
/proc/1225/task/1228/stat : 1228 (java) S 1223 1225 30726 0 -1 64 2687 306 0 0 4 0 0 0 16 0 9 0 28283458 888770560 10701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1229] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1229/stat : 1229 (java) S 1223 1225 30726 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1230] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1230/stat : 1230 (java) S 1223 1225 30726 0 -1 64 12 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1231] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1231/stat : 1231 (java) S 1223 1225 30726 0 -1 64 2 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1232] ppid=1223 vsize=867940 CPUtime=0.28
/proc/1225/task/1232/stat : 1232 (java) S 1223 1225 30726 0 -1 64 785 306 0 0 28 0 0 0 16 0 9 0 28283461 888770560 10701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1233] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1233/stat : 1233 (java) S 1223 1225 30726 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1234] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1234/stat : 1234 (java) S 1223 1225 30726 0 -1 64 20 306 0 0 0 0 0 0 15 0 9 0 28283461 888770560 10701 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 867940

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1238
/proc/meminfo: memFree=1708656/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=867940 CPUtime=25.33
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 16643 306 1 0 2523 10 0 0 20 0 9 0 28283455 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216985 10704 2657 9 0 211421 0
[pid=1225/tid=1227] ppid=1223 vsize=867940 CPUtime=24.98
/proc/1225/task/1227/stat : 1227 (java) R 1223 1225 30726 0 -1 64 12308 306 1 0 2490 8 0 0 25 0 9 0 28283457 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4126999556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1228] ppid=1223 vsize=867940 CPUtime=0.04
/proc/1225/task/1228/stat : 1228 (java) S 1223 1225 30726 0 -1 64 2687 306 0 0 4 0 0 0 16 0 9 0 28283458 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1229] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1229/stat : 1229 (java) S 1223 1225 30726 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1230] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1230/stat : 1230 (java) S 1223 1225 30726 0 -1 64 12 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1231] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1231/stat : 1231 (java) S 1223 1225 30726 0 -1 64 2 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1232] ppid=1223 vsize=867940 CPUtime=0.28
/proc/1225/task/1232/stat : 1232 (java) S 1223 1225 30726 0 -1 64 791 306 0 0 28 0 0 0 16 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1233] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1233/stat : 1233 (java) S 1223 1225 30726 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1234] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1234/stat : 1234 (java) S 1223 1225 30726 0 -1 64 20 306 0 0 0 0 0 0 15 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 867940

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

[startup+25.603 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1238
/proc/meminfo: memFree=1708656/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=867940 CPUtime=25.43
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 16643 306 1 0 2533 10 0 0 20 0 9 0 28283455 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216985 10704 2657 9 0 211421 0
[pid=1225/tid=1227] ppid=1223 vsize=867940 CPUtime=25.08
/proc/1225/task/1227/stat : 1227 (java) R 1223 1225 30726 0 -1 64 12308 306 1 0 2500 8 0 0 25 0 9 0 28283457 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4126988601 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1228] ppid=1223 vsize=867940 CPUtime=0.04
/proc/1225/task/1228/stat : 1228 (java) S 1223 1225 30726 0 -1 64 2687 306 0 0 4 0 0 0 16 0 9 0 28283458 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1229] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1229/stat : 1229 (java) S 1223 1225 30726 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1230] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1230/stat : 1230 (java) S 1223 1225 30726 0 -1 64 12 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1231] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1231/stat : 1231 (java) S 1223 1225 30726 0 -1 64 2 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1232] ppid=1223 vsize=867940 CPUtime=0.28
/proc/1225/task/1232/stat : 1232 (java) S 1223 1225 30726 0 -1 64 791 306 0 0 28 0 0 0 16 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1233] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1233/stat : 1233 (java) S 1223 1225 30726 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1234] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1234/stat : 1234 (java) S 1223 1225 30726 0 -1 64 20 306 0 0 0 0 0 0 15 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 867940

[startup+27.2023 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1238
/proc/meminfo: memFree=1708656/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=867940 CPUtime=27.03
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 16643 306 1 0 2693 10 0 0 20 0 9 0 28283455 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216985 10704 2657 9 0 211421 0
[pid=1225/tid=1227] ppid=1223 vsize=867940 CPUtime=26.67
/proc/1225/task/1227/stat : 1227 (java) R 1223 1225 30726 0 -1 64 12308 306 1 0 2659 8 0 0 25 0 9 0 28283457 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4126982879 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1228] ppid=1223 vsize=867940 CPUtime=0.04
/proc/1225/task/1228/stat : 1228 (java) S 1223 1225 30726 0 -1 64 2687 306 0 0 4 0 0 0 16 0 9 0 28283458 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1229] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1229/stat : 1229 (java) S 1223 1225 30726 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1230] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1230/stat : 1230 (java) S 1223 1225 30726 0 -1 64 12 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1231] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1231/stat : 1231 (java) S 1223 1225 30726 0 -1 64 2 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1232] ppid=1223 vsize=867940 CPUtime=0.28
/proc/1225/task/1232/stat : 1232 (java) S 1223 1225 30726 0 -1 64 791 306 0 0 28 0 0 0 16 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1233] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1233/stat : 1233 (java) S 1223 1225 30726 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1234] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1234/stat : 1234 (java) S 1223 1225 30726 0 -1 64 20 306 0 0 0 0 0 0 15 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.03
Current children cumulated vsize (KiB) 867940

[startup+27.6064 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1238
/proc/meminfo: memFree=1708656/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=867940 CPUtime=27.43
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 16643 306 1 0 2733 10 0 0 20 0 9 0 28283455 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216985 10704 2657 9 0 211421 0
[pid=1225/tid=1227] ppid=1223 vsize=867940 CPUtime=27.07
/proc/1225/task/1227/stat : 1227 (java) R 1223 1225 30726 0 -1 64 12308 306 1 0 2699 8 0 0 25 0 9 0 28283457 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4126982999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1228] ppid=1223 vsize=867940 CPUtime=0.04
/proc/1225/task/1228/stat : 1228 (java) S 1223 1225 30726 0 -1 64 2687 306 0 0 4 0 0 0 16 0 9 0 28283458 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1229] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1229/stat : 1229 (java) S 1223 1225 30726 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1230] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1230/stat : 1230 (java) S 1223 1225 30726 0 -1 64 12 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1231] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1231/stat : 1231 (java) S 1223 1225 30726 0 -1 64 2 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1232] ppid=1223 vsize=867940 CPUtime=0.28
/proc/1225/task/1232/stat : 1232 (java) S 1223 1225 30726 0 -1 64 791 306 0 0 28 0 0 0 16 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1233] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1233/stat : 1233 (java) S 1223 1225 30726 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1234] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1234/stat : 1234 (java) S 1223 1225 30726 0 -1 64 20 306 0 0 0 0 0 0 15 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.43
Current children cumulated vsize (KiB) 867940

[startup+27.8025 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1238
/proc/meminfo: memFree=1708656/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=867940 CPUtime=27.62
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 16643 306 1 0 2752 10 0 0 20 0 9 0 28283455 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216985 10704 2657 9 0 211421 0
[pid=1225/tid=1227] ppid=1223 vsize=867940 CPUtime=27.27
/proc/1225/task/1227/stat : 1227 (java) R 1223 1225 30726 0 -1 64 12308 306 1 0 2719 8 0 0 25 0 9 0 28283457 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4126382999 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1228] ppid=1223 vsize=867940 CPUtime=0.04
/proc/1225/task/1228/stat : 1228 (java) S 1223 1225 30726 0 -1 64 2687 306 0 0 4 0 0 0 16 0 9 0 28283458 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1229] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1229/stat : 1229 (java) S 1223 1225 30726 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1230] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1230/stat : 1230 (java) S 1223 1225 30726 0 -1 64 12 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1231] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1231/stat : 1231 (java) S 1223 1225 30726 0 -1 64 2 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1232] ppid=1223 vsize=867940 CPUtime=0.28
/proc/1225/task/1232/stat : 1232 (java) S 1223 1225 30726 0 -1 64 791 306 0 0 28 0 0 0 16 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1233] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1233/stat : 1233 (java) S 1223 1225 30726 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1234] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1234/stat : 1234 (java) S 1223 1225 30726 0 -1 64 20 306 0 0 0 0 0 0 15 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.62
Current children cumulated vsize (KiB) 867940

[startup+27.9025 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1238
/proc/meminfo: memFree=1708656/2055920 swapFree=4192812/4192956
[pid=1225] ppid=1223 vsize=867940 CPUtime=27.72
/proc/1225/stat : 1225 (java) S 1223 1225 30726 0 -1 0 16643 306 1 0 2762 10 0 0 20 0 9 0 28283455 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1225/statm: 216985 10704 2657 9 0 211421 0
[pid=1225/tid=1227] ppid=1223 vsize=867940 CPUtime=27.37
/proc/1225/task/1227/stat : 1227 (java) R 1223 1225 30726 0 -1 64 12308 306 1 0 2729 8 0 0 25 0 9 0 28283457 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4126997926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1228] ppid=1223 vsize=867940 CPUtime=0.04
/proc/1225/task/1228/stat : 1228 (java) S 1223 1225 30726 0 -1 64 2687 306 0 0 4 0 0 0 16 0 9 0 28283458 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1229] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1229/stat : 1229 (java) S 1223 1225 30726 0 -1 64 16 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1230] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1230/stat : 1230 (java) S 1223 1225 30726 0 -1 64 12 306 0 0 0 0 0 0 16 0 9 0 28283459 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1231] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1231/stat : 1231 (java) S 1223 1225 30726 0 -1 64 2 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1232] ppid=1223 vsize=867940 CPUtime=0.28
/proc/1225/task/1232/stat : 1232 (java) S 1223 1225 30726 0 -1 64 791 306 0 0 28 0 0 0 16 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1233] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1233/stat : 1233 (java) S 1223 1225 30726 0 -1 64 1 306 0 0 0 0 0 0 25 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1225/tid=1234] ppid=1223 vsize=867940 CPUtime=0
/proc/1225/task/1234/stat : 1234 (java) S 1223 1225 30726 0 -1 64 20 306 0 0 0 0 0 0 15 0 9 0 28283461 888770560 10704 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.72
Current children cumulated vsize (KiB) 867940

Child status: 0
Real time (s): 27.95
CPU time (s): 27.7628
CPU user time (s): 27.6418
CPU system time (s): 0.120981
CPU usage (%): 99.3303
Max. virtual memory (cumulated for all children) (KiB): 867940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.6418
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17066
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= 2108
involuntary context switches= 2501

runsolver used 0.041993 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-12 17:23:01
IDJOB=2097357
IDBENCH=57188
IDSOLVER=773
FILE ID=node76/2097357-1247412181
PBS_JOBID= 9510498
Free space on /tmp= 66428 MiB

SOLVER NAME= Abscon 112v4 AC
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 mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097357-1247412181/watcher-2097357-1247412181 -o /tmp/evaluation-result-2097357-1247412181/solver-2097357-1247412181 -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-2097357-1247412181.xml

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

MD5SUM BENCH= dee4599863daae352af5f2661ac2dee6
RANDOM SEED=204932578

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1742160 kB
Buffers:         42136 kB
Cached:         125280 kB
SwapCached:          0 kB
Active:         180276 kB
Inactive:        73548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1742160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2116 kB
Writeback:           0 kB
Mapped:         106768 kB
Slab:            45048 kB
Committed_AS:   999820 kB
PageTables:       1992 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= 66424 MiB
End job on node76 at 2009-07-12 17:23:29