Trace number 2099139

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 ACSAT 20.9618 21.2035

DiagnosticValue
CHECKS153323000
NODES80537

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-80_ext.xml
MD5SUM5367c7c46e8c0df63f703bc954f69548
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.736887
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2099139-1247417571.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40  nbTotalValues=1600
0.28/0.38	       =>  wckTime=0.114  cpuTime=0.09  mem=7M892
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.38/0.50	   
0.38/0.50	   constraints being loaded...
0.59/0.65	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.59/0.65	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=3
0.59/0.65	     maxDegree=12  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.047  symmetryCpuTime=0.03
0.59/0.65	       =>  wckTime=0.38  cpuTime=0.29  mem=20M752
0.68/0.71	   
0.68/0.71	   solver IterativeSystematicSolver being built... 
0.78/0.86	       =>  wckTime=0.592  cpuTime=0.4  mem=22M156
0.78/0.86	   
0.78/0.86	   preprocessing
0.78/0.86	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78/0.86	     detectedInconsistency=no
0.78/0.86	       =>  wckTime=0.0040  cpuTime=0.01  mem=22M156
0.97/1.04	   
0.97/1.04	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M164)
20.88/21.16	   
20.88/21.16	   search
20.88/21.16	     run=19  nbConstraintChecks=153323253  minDepth=0  maxDepth=40  nbPropagations=7985503  nbRevisions=48322870
20.88/21.16	     nbUselessRevisions=29768742  nbAssignments=80537  nbFailedAssignments=46455  nbInferredBacktracks=4
20.88/21.16	     nbBacktracks=33955  nbVisitedNodes=150160  nbRestartNogoods=202  nbFoundSolutions=1  nbSEliminables=5.83
20.88/21.16	     nbREliminables=4.19  nbIEliminables=9.05  nbDEliminables=0  nbPEliminables=0
20.88/21.16	       =>  wckTime=20.294  cpuTime=20.02  mem=23M164
20.88/21.16	   
20.88/21.16	   global
20.88/21.16	     nbConstraintChecks=153323253  nbPropagations=7985543  nbRevisions=48322870  nbUselessRevisions=29768742
20.88/21.16	     nbRestartNogoods=202  solvingWckTime=20.297  solvingCpuTime=20.02  expiredTime=no  totalExploration=no
20.88/21.16	     nbFoundSolutions=1  firstSolutionCpuTime=20.42  globalCpuTime=20.47
20.88/21.16	       =>  wckTime=20.892  cpuTime=20.42  mem=23M164
20.88/21.16	   
20.88/21.16	s SATISFIABLE
20.88/21.16	v 26 39 36 33 30 22 22 23 22 1 1 7 13 24 23 1 39 37 34 1 9 9 14 10 11 25 28 11 27 4 37 23 24 13 11 29 2 12 4 24 
20.88/21.16	d NODES 80537
20.88/21.16	d CHECKS 153323253
20.88/21.16	   
20.88/21.16	   totalWckTime=20.965  totalCpuTime=20.48

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2099139-1247417571/watcher-2099139-1247417571 -o /tmp/evaluation-result-2099139-1247417571/solver-2099139-1247417571 -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-2099139-1247417571.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.90 1.98 1.99 3/80 5702
/proc/meminfo: memFree=1719456/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=862776 CPUtime=0.03
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 2419 0 1 0 2 1 0 0 18 0 7 0 28820559 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 215694 1992 910 9 0 210609 0
[pid=5702/tid=5703] ppid=5700 vsize=862776 CPUtime=0.02
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 1707 0 1 0 2 0 0 0 18 0 7 0 28820560 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=862776 CPUtime=0
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 2 0 0 0 0 0 0 0 19 0 7 0 28820561 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=862776 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 11 0 0 0 0 0 0 0 19 0 7 0 28820561 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=862776 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 4 0 0 0 0 0 0 0 20 0 7 0 28820561 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=862776 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 0 0 0 0 0 0 0 18 0 7 0 28820564 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=862776 CPUtime=0
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 15 0 0 0 0 0 0 0 19 0 7 0 28820564 883482624 1992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.0623881 s]
/proc/loadavg: 1.90 1.98 1.99 3/80 5702
/proc/meminfo: memFree=1719456/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=864024 CPUtime=0.04
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 2696 0 1 0 3 1 0 0 18 0 9 0 28820559 884760576 2255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216006 2255 1066 9 0 210899 0
[pid=5702/tid=5703] ppid=5700 vsize=864024 CPUtime=0.02
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 1790 0 1 0 2 0 0 0 20 0 9 0 28820560 884760576 2255 996147200 134512640 134550932 4294955968 18446744073709551615 102829283 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=864024 CPUtime=0
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28820561 884760576 2255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=864024 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28820561 884760576 2255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=864024 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28820561 884760576 2255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=864024 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28820564 884760576 2255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=864024 CPUtime=0
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 209 0 0 0 0 0 0 0 19 0 9 0 28820564 884760576 2255 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864024

[startup+0.102358 s]
/proc/loadavg: 1.90 1.98 1.99 3/80 5702
/proc/meminfo: memFree=1719456/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=865984 CPUtime=0.09
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 3726 0 1 0 7 2 0 0 18 0 9 0 28820559 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216496 3194 1695 9 0 210981 0
[pid=5702/tid=5703] ppid=5700 vsize=865984 CPUtime=0.06
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 2809 0 1 0 5 1 0 0 20 0 9 0 28820560 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4125972411 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=865984 CPUtime=0
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28820561 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=865984 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28820561 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=865984 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28820561 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=865984 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28820564 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=865984 CPUtime=0.01
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 220 0 0 0 1 0 0 0 18 0 9 0 28820564 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.302382 s]
/proc/loadavg: 1.90 1.98 1.99 3/80 5702
/proc/meminfo: memFree=1719456/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=866380 CPUtime=0.28
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 5818 0 1 0 25 3 0 0 18 0 9 0 28820559 887173120 5194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216595 5194 1976 9 0 211053 0
[pid=5702/tid=5703] ppid=5700 vsize=866380 CPUtime=0.22
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 4836 0 1 0 20 2 0 0 21 0 9 0 28820560 887173120 5194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=866380 CPUtime=0
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 28820561 887173120 5194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=866380 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28820561 887173120 5194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=866380 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28820561 887173120 5194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=866380 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28820564 887173120 5194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=866380 CPUtime=0.04
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 285 0 0 0 4 0 0 0 16 0 9 0 28820564 887173120 5194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.702417 s]
/proc/loadavg: 1.90 1.98 1.99 3/80 5702
/proc/meminfo: memFree=1719456/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=867268 CPUtime=0.68
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 13410 275 1 0 61 7 0 0 18 0 9 0 28820559 888082432 9665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216817 9665 2630 9 0 211275 0
[pid=5702/tid=5703] ppid=5700 vsize=867268 CPUtime=0.49
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 9158 275 1 0 44 5 0 0 24 0 9 0 28820560 888082432 9665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=867268 CPUtime=0.04
/proc/5702/task/5704/stat : 5704 (java) R 5700 5702 5119 0 -1 64 3048 275 0 0 4 0 0 0 16 0 9 0 28820561 888082432 9665 996147200 134512640 134550932 4294955968 18446744073709551615 103831011 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=867268 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 11 275 0 0 0 0 0 0 19 0 9 0 28820561 888082432 9665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=867268 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 4 275 0 0 0 0 0 0 20 0 9 0 28820561 888082432 9665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=867268 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28820564 888082432 9665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=867268 CPUtime=0.11
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 378 275 0 0 11 0 0 0 16 0 9 0 28820564 888082432 9665 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867268

[startup+1.50248 s]
/proc/loadavg: 1.90 1.98 1.99 3/89 5715
/proc/meminfo: memFree=1686680/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=867356 CPUtime=1.47
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 17656 275 1 0 138 9 0 0 18 0 9 0 28820559 888172544 10823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216839 10823 2656 9 0 211275 0
[pid=5702/tid=5703] ppid=5700 vsize=867356 CPUtime=1.17
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 12427 275 1 0 111 6 0 0 25 0 9 0 28820560 888172544 10823 996147200 134512640 134550932 4294955968 18446744073709551615 4126814991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=867356 CPUtime=0.05
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 3842 275 0 0 5 0 0 0 16 0 9 0 28820561 888172544 10823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=867356 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28820561 888172544 10823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=867356 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28820561 888172544 10823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=867356 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28820564 888172544 10823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=867356 CPUtime=0.21
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 548 275 0 0 20 1 0 0 15 0 9 0 28820564 888172544 10823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5710] ppid=5700 vsize=867356 CPUtime=0
/proc/5702/task/5710/stat : 5710 (java) S 5700 5702 5119 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28820564 888172544 10823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5711] ppid=5700 vsize=867356 CPUtime=0
/proc/5702/task/5711/stat : 5711 (java) S 5700 5702 5119 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28820564 888172544 10823 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867356

[startup+3.10162 s]
/proc/loadavg: 1.91 1.98 1.99 3/89 5715
/proc/meminfo: memFree=1686360/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=867484 CPUtime=3.05
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 17669 275 1 0 296 9 0 0 18 0 9 0 28820559 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216871 10834 2656 9 0 211307 0
[pid=5702/tid=5703] ppid=5700 vsize=867484 CPUtime=2.74
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 12433 275 1 0 268 6 0 0 25 0 9 0 28820560 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4126780013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=867484 CPUtime=0.05
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 3842 275 0 0 5 0 0 0 17 0 9 0 28820561 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28820561 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28820561 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28820564 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=867484 CPUtime=0.23
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 555 275 0 0 22 1 0 0 15 0 9 0 28820564 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5710] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5710/stat : 5710 (java) S 5700 5702 5119 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28820564 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5711] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5711/stat : 5711 (java) S 5700 5702 5119 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28820564 888303616 10834 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867484

[startup+6.30191 s]
/proc/loadavg: 1.91 1.98 1.99 3/89 5715
/proc/meminfo: memFree=1686168/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=867484 CPUtime=6.22
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 17672 275 1 0 613 9 0 0 18 0 9 0 28820559 888303616 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216871 10836 2656 9 0 211307 0
[pid=5702/tid=5703] ppid=5700 vsize=867484 CPUtime=5.91
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 12436 275 1 0 585 6 0 0 25 0 9 0 28820560 888303616 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4126815848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=867484 CPUtime=0.05
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 3842 275 0 0 5 0 0 0 16 0 9 0 28820561 888303616 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28820561 888303616 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28820561 888303616 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28820564 888303616 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=867484 CPUtime=0.23
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 555 275 0 0 22 1 0 0 15 0 9 0 28820564 888303616 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5710] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5710/stat : 5710 (java) S 5700 5702 5119 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28820564 888303616 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5711] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5711/stat : 5711 (java) S 5700 5702 5119 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28820564 888303616 10836 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867484

[startup+12.7015 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 5715
/proc/meminfo: memFree=1685976/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=867484 CPUtime=12.56
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 17674 275 1 0 1247 9 0 0 18 0 9 0 28820559 888303616 10838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216871 10838 2656 9 0 211307 0
[pid=5702/tid=5703] ppid=5700 vsize=867484 CPUtime=12.25
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 12438 275 1 0 1219 6 0 0 25 0 9 0 28820560 888303616 10838 996147200 134512640 134550932 4294955968 18446744073709551615 4126790048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=867484 CPUtime=0.05
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 3842 275 0 0 5 0 0 0 16 0 9 0 28820561 888303616 10838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28820561 888303616 10838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28820561 888303616 10838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28820564 888303616 10838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=867484 CPUtime=0.23
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 555 275 0 0 22 1 0 0 15 0 9 0 28820564 888303616 10838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5710] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5710/stat : 5710 (java) S 5700 5702 5119 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28820564 888303616 10838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5711] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5711/stat : 5711 (java) S 5700 5702 5119 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28820564 888303616 10838 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867484

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

[startup+15.9028 s]
/proc/loadavg: 1.92 1.98 1.99 3/89 5715
/proc/meminfo: memFree=1686040/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=867484 CPUtime=15.73
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 17675 275 1 0 1564 9 0 0 18 0 9 0 28820559 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216871 10839 2656 9 0 211307 0
[pid=5702/tid=5703] ppid=5700 vsize=867484 CPUtime=15.42
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 12439 275 1 0 1536 6 0 0 25 0 9 0 28820560 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=867484 CPUtime=0.05
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 3842 275 0 0 5 0 0 0 16 0 9 0 28820561 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28820561 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28820561 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=867484 CPUtime=0.23
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 555 275 0 0 22 1 0 0 15 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5710] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5710/stat : 5710 (java) S 5700 5702 5119 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5711] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5711/stat : 5711 (java) S 5700 5702 5119 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 867484

[startup+19.1021 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 5715
/proc/meminfo: memFree=1686040/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=867484 CPUtime=18.9
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 17675 275 1 0 1881 9 0 0 18 0 9 0 28820559 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216871 10839 2656 9 0 211307 0
[pid=5702/tid=5703] ppid=5700 vsize=867484 CPUtime=18.59
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 12439 275 1 0 1853 6 0 0 25 0 9 0 28820560 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4126798533 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=867484 CPUtime=0.05
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 3842 275 0 0 5 0 0 0 16 0 9 0 28820561 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28820561 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28820561 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=867484 CPUtime=0.23
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 555 275 0 0 22 1 0 0 15 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5710] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5710/stat : 5710 (java) S 5700 5702 5119 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5711] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5711/stat : 5711 (java) S 5700 5702 5119 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867484

[startup+19.9011 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 5715
/proc/meminfo: memFree=1685976/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=867484 CPUtime=19.69
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 17675 275 1 0 1960 9 0 0 18 0 9 0 28820559 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216871 10839 2656 9 0 211307 0
[pid=5702/tid=5703] ppid=5700 vsize=867484 CPUtime=19.37
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 12439 275 1 0 1931 6 0 0 25 0 9 0 28820560 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4126882589 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=867484 CPUtime=0.05
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 3842 275 0 0 5 0 0 0 16 0 9 0 28820561 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28820561 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28820561 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=867484 CPUtime=0.23
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 555 275 0 0 22 1 0 0 15 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5710] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5710/stat : 5710 (java) S 5700 5702 5119 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5711] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5711/stat : 5711 (java) S 5700 5702 5119 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28820564 888303616 10839 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.69
Current children cumulated vsize (KiB) 867484

[startup+20.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 5715
/proc/meminfo: memFree=1685976/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=867484 CPUtime=20.49
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 17676 275 1 0 2040 9 0 0 18 0 9 0 28820559 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216871 10840 2656 9 0 211307 0
[pid=5702/tid=5703] ppid=5700 vsize=867484 CPUtime=20.17
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 12440 275 1 0 2011 6 0 0 25 0 9 0 28820560 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4126790084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=867484 CPUtime=0.05
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 3842 275 0 0 5 0 0 0 16 0 9 0 28820561 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28820561 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28820561 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28820564 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=867484 CPUtime=0.23
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 555 275 0 0 22 1 0 0 15 0 9 0 28820564 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5710] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5710/stat : 5710 (java) S 5700 5702 5119 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28820564 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5711] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5711/stat : 5711 (java) S 5700 5702 5119 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28820564 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 867484

[startup+21.1012 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 5715
/proc/meminfo: memFree=1685976/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=867484 CPUtime=20.88
/proc/5702/stat : 5702 (java) S 5700 5702 5119 0 -1 0 17676 275 1 0 2079 9 0 0 18 0 9 0 28820559 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 216871 10840 2656 9 0 211307 0
[pid=5702/tid=5703] ppid=5700 vsize=867484 CPUtime=20.56
/proc/5702/task/5703/stat : 5703 (java) R 5700 5702 5119 0 -1 64 12440 275 1 0 2050 6 0 0 25 0 9 0 28820560 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4126817280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5704] ppid=5700 vsize=867484 CPUtime=0.05
/proc/5702/task/5704/stat : 5704 (java) S 5700 5702 5119 0 -1 64 3842 275 0 0 5 0 0 0 16 0 9 0 28820561 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5705] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5705/stat : 5705 (java) S 5700 5702 5119 0 -1 64 19 275 0 0 0 0 0 0 16 0 9 0 28820561 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5706] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5706/stat : 5706 (java) S 5700 5702 5119 0 -1 64 9 275 0 0 0 0 0 0 15 0 9 0 28820561 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5707] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5707/stat : 5707 (java) S 5700 5702 5119 0 -1 64 2 275 0 0 0 0 0 0 18 0 9 0 28820564 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5708] ppid=5700 vsize=867484 CPUtime=0.23
/proc/5702/task/5708/stat : 5708 (java) S 5700 5702 5119 0 -1 64 555 275 0 0 22 1 0 0 15 0 9 0 28820564 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5710] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5710/stat : 5710 (java) S 5700 5702 5119 0 -1 64 0 275 0 0 0 0 0 0 19 0 9 0 28820564 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5702/tid=5711] ppid=5700 vsize=867484 CPUtime=0
/proc/5702/task/5711/stat : 5711 (java) S 5700 5702 5119 0 -1 64 7 275 0 0 0 0 0 0 15 0 9 0 28820564 888303616 10840 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.88
Current children cumulated vsize (KiB) 867484

[startup+21.2016 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 5715
/proc/meminfo: memFree=1685976/2055920 swapFree=4192812/4192956
[pid=5702] ppid=5700 vsize=0 CPUtime=20.94
/proc/5702/stat : 5702 (java) Z 5700 5702 5119 0 -1 12 17797 275 1 0 2085 9 0 0 16 0 2 0 28820559 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5702/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.94
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 21.2035
CPU time (s): 20.9618
CPU user time (s): 20.8548
CPU system time (s): 0.106983
CPU usage (%): 98.8602
Max. virtual memory (cumulated for all children) (KiB): 867484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8548
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18072
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= 1650
involuntary context switches= 2539

runsolver used 0.031995 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 18:52:51
IDJOB=2099139
IDBENCH=59861
IDSOLVER=773
FILE ID=node51/2099139-1247417571
PBS_JOBID= 9510690
Free space on /tmp= 66204 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-80_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2099139-1247417571/watcher-2099139-1247417571 -o /tmp/evaluation-result-2099139-1247417571/solver-2099139-1247417571 -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-2099139-1247417571.xml

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

MD5SUM BENCH= 5367c7c46e8c0df63f703bc954f69548
RANDOM SEED=1814330209

node51.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.225
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.225
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:       1719936 kB
Buffers:         50764 kB
Cached:         114476 kB
SwapCached:          0 kB
Active:         211316 kB
Inactive:        64368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1719936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2884 kB
Writeback:           0 kB
Mapped:         130936 kB
Slab:            45316 kB
Committed_AS:  1025272 kB
PageTables:       1984 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= 66200 MiB
End job on node51 at 2009-07-12 18:53:12