Trace number 1050075

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 ESACSAT 826.24 834.123

DiagnosticValue
CHECKS43264900
NODES198694

General information on the benchmark

Namecsp/pseudo/ttp/
normalized-data-8-3.xml
MD5SUMa80e9ca6f14152a808d5210c0080ccc5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.5573
Satisfiable
(Un)Satisfiability was proved
Number of variables1344
Number of constraints16376
Maximum constraint arity28
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16376
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.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1050075-1215047757.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.47	     nbVariables=1344  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=2688
0.38/0.47	       =>  wckTime=0.226  cpuTime=0.15  mem=10M779
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.48/0.55	   
0.48/0.56	   constraints being loaded...
9.65/9.73	     nbConstraints=16103  nbGlobalConstraints=7  nbMergedConstraints=280  nbConvertedConstraints=1624
9.75/9.85	     nbConvertConstraintsChecks=17048  nbExtensionStructures=2  nbSharedExtensionStructures=1622
9.75/9.85	     nbConflictsStructures=19  nbSharedConflictsStructures=15261  nbUnbuiltConflictsStructures=3
9.75/9.85	     nbSharedBinaryRepresentations=5  nbEvaluationManagers=20  nbSharedEvaluationManagers=14452  minDegree=17
9.75/9.85	     maxDegree=162  minArity=2  avgArity=6.21  maxArity=660  nbGenerators=7  nbFusions=0  symmetryWckTime=3.075
9.75/9.85	     symmetryCpuTime=1.31
9.75/9.85	       =>  wckTime=9.488  cpuTime=6.89  mem=131M708
10.04/10.12	   
10.04/10.12	   solver IterativeSystematicSolver being built... 
10.76/10.84	   
10.76/10.84	   INFO : Forward propagation technique limited 
10.86/10.97	       =>  wckTime=10.725  cpuTime=7.5  mem=129M505
20.36/20.54	   
20.36/20.54	   preprocessing
20.36/20.54	     nbConstraintChecks=208962  nbValidityChecks=1249410  nbPropagations=4686  nbRevisions=921613
20.36/20.54	     nbUselessRevisions=919928  nbSingletonTests=1698  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
20.36/20.54	     nbRemovedValues=0  detectedInconsistency=no
20.36/20.54	       =>  wckTime=9.568  cpuTime=9.43  mem=134M537
25.61/25.83	   
25.61/25.83	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=137M534)
826.11/834.07	   
826.11/834.07	   search
826.11/834.07	     run=15  nbConstraintChecks=43055925  nbValidityChecks=603811788  minDepth=121  maxDepth=1344
826.11/834.07	     nbPropagations=5711551  nbRevisions=1474180783  nbUselessRevisions=1467923282  nbAssignments=198694
826.11/834.07	     nbFailedAssignments=9229  nbBacktracks=181421  nbVisitedNodes=224455  nbRestartNogoods=78  nbFoundSolutions=1
826.11/834.07	     nbSEliminables=0  nbREliminables=1006.86  nbIEliminables=167.9  nbDEliminables=0  nbPEliminables=0
826.11/834.07	       =>  wckTime=823.093  cpuTime=815.13  mem=137M534
826.11/834.07	   
826.11/834.07	   global
826.11/834.07	     nbConstraintChecks=43264887  nbValidityChecks=605061198  nbPropagations=5716237  nbRevisions=1475102396
826.11/834.07	     nbUselessRevisions=1468843210  nbRestartNogoods=78  solvingWckTime=823.095  solvingCpuTime=815.13  expiredTime=no
826.11/834.07	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=822.58  globalCpuTime=822.69
826.11/834.07	       =>  wckTime=833.823  cpuTime=822.64  mem=137M534
826.11/834.07	   
826.11/834.07	s SATISFIABLE
826.11/834.07	v 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 1 0 1 
826.11/834.07	d NODES 198694
826.11/834.07	d CHECKS 43264887
826.11/834.07	   
826.11/834.07	   totalWckTime=833.892  totalCpuTime=822.69

Verifier Data (download as text)

OK

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-1050075-1215047757/watcher-1050075-1215047757 -o /tmp/evaluation-result-1050075-1215047757/solver-1050075-1215047757 -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-1050075-1215047757.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: 2.06 2.08 2.09 3/84 461
/proc/meminfo: memFree=1438608/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=1616 CPUtime=0
/proc/461/stat : 461 (java) R 459 461 32123 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 989178283 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/461/statm: 68 37 28 9 0 6 0

[startup+0.038039 s]
/proc/loadavg: 2.06 2.08 2.09 3/84 461
/proc/meminfo: memFree=1438608/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=861876 CPUtime=0.02
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 2205 0 1 0 1 1 0 0 18 0 5 0 989178283 882561024 1830 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 215469 1831 840 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101047 s]
/proc/loadavg: 2.06 2.08 2.09 3/84 461
/proc/meminfo: memFree=1438608/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=865884 CPUtime=0.08
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 3696 0 1 0 6 2 0 0 18 0 9 0 989178283 886665216 3171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 216471 3172 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301085 s]
/proc/loadavg: 2.06 2.08 2.09 3/84 461
/proc/meminfo: memFree=1438608/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=866284 CPUtime=0.28
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 5896 0 1 0 24 4 0 0 18 0 9 0 989178283 887074816 5270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 216571 5271 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.70116 s]
/proc/loadavg: 2.06 2.08 2.09 3/84 461
/proc/meminfo: memFree=1438608/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=867704 CPUtime=0.68
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 9311 0 1 0 62 6 0 0 18 0 9 0 989178283 888528896 8671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 216926 8671 2009 9 0 211432 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867704

[startup+1.50131 s]
/proc/loadavg: 2.06 2.08 2.09 3/93 470
/proc/meminfo: memFree=1392320/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=867616 CPUtime=1.47
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 18864 0 1 0 135 12 0 0 18 0 9 0 989178283 888438784 18199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 216904 18199 2001 9 0 211432 0
[pid=461/tid=463] ppid=459 vsize=867616 CPUtime=1.21
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 15745 0 1 0 111 10 0 0 25 0 9 0 989178284 888438784 18199 996147200 134512640 134550740 4294955968 18446744073709551615 103778109 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=464] ppid=459 vsize=867616 CPUtime=0.07
/proc/461/task/464/stat : 464 (java) S 459 461 32123 0 -1 64 1766 0 0 0 7 0 0 0 16 0 9 0 989178286 888438784 18199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=465] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989178286 888438784 18199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=466] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 989178286 888438784 18199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=467] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 989178288 888438784 18199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=867616 CPUtime=0.15
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 656 0 0 0 15 0 0 0 16 0 9 0 989178288 888438784 18199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=469] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 989178288 888438784 18199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 989178288 888438784 18199 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) 867616

[startup+3.10262 s]
/proc/loadavg: 2.13 2.10 2.09 3/93 470
/proc/meminfo: memFree=1360896/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=867616 CPUtime=3.08
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 24037 0 1 0 262 46 0 0 18 0 9 0 989178283 888438784 23367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 216904 23367 2006 9 0 211432 0
[pid=461/tid=463] ppid=459 vsize=867616 CPUtime=2.55
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 15786 0 1 0 213 42 0 0 25 0 9 0 989178284 888438784 23367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=464] ppid=459 vsize=867616 CPUtime=0.3
/proc/461/task/464/stat : 464 (java) S 459 461 32123 0 -1 64 6850 0 0 0 28 2 0 0 17 0 9 0 989178286 888438784 23367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=465] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989178286 888438784 23367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=466] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 989178286 888438784 23367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=467] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 989178288 888438784 23367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=867616 CPUtime=0.2
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 704 0 0 0 20 0 0 0 16 0 9 0 989178288 888438784 23367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=469] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 989178288 888438784 23367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 989178288 888438784 23367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867616

[startup+6.30123 s]
/proc/loadavg: 2.13 2.10 2.09 3/93 470
/proc/meminfo: memFree=1314752/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=867616 CPUtime=6.28
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 35376 0 1 0 547 81 0 0 18 0 9 0 989178283 888438784 34701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 216904 34701 2006 9 0 211432 0
[pid=461/tid=463] ppid=459 vsize=867616 CPUtime=5.45
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 15793 0 1 0 473 72 0 0 25 0 9 0 989178284 888438784 34701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=464] ppid=459 vsize=867616 CPUtime=0.57
/proc/461/task/464/stat : 464 (java) S 459 461 32123 0 -1 64 18172 0 0 0 50 7 0 0 16 0 9 0 989178286 888438784 34701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=465] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 989178286 888438784 34701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=466] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 989178286 888438784 34701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=467] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 989178288 888438784 34701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=867616 CPUtime=0.22
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 714 0 0 0 22 0 0 0 15 0 9 0 989178288 888438784 34701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=469] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 989178288 888438784 34701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=867616 CPUtime=0
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 989178288 888438784 34701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867616

[startup+12.7024 s]
/proc/loadavg: 2.19 2.11 2.10 4/93 474
/proc/meminfo: memFree=1273072/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=868352 CPUtime=12.64
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 83322 3569 1 0 1010 97 152 5 18 0 9 0 989178283 889192448 43733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 217088 43733 2637 9 0 211594 0
[pid=461/tid=463] ppid=459 vsize=868352 CPUtime=10.93
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 34910 3569 1 0 857 79 152 5 17 0 9 0 989178284 889192448 43733 996147200 134512640 134550740 4294955968 18446744073709551615 4127403700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=464] ppid=459 vsize=868352 CPUtime=2.85
/proc/461/task/464/stat : 464 (java) R 459 461 32123 0 -1 64 46431 3569 0 0 115 13 152 5 18 0 9 0 989178286 889192448 43733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=465] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 20 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=466] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 12 3569 0 0 0 0 152 5 15 0 9 0 989178286 889192448 43733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=467] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 23 0 9 0 989178288 889192448 43733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=868352 CPUtime=1.94
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 1133 3569 0 0 36 1 152 5 15 0 9 0 989178288 889192448 43733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=469] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 24 0 9 0 989178288 889192448 43733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 7 3569 0 0 0 0 152 5 15 0 9 0 989178288 889192448 43733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 868352

[startup+25.5019 s]
/proc/loadavg: 2.24 2.13 2.10 3/93 474
/proc/meminfo: memFree=1272952/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=868352 CPUtime=25.31
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 83360 3569 1 0 2277 97 152 5 18 0 9 0 989178283 889192448 43755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 217088 43755 2637 9 0 211594 0
[pid=461/tid=463] ppid=459 vsize=868352 CPUtime=23.58
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 34920 3569 1 0 2121 80 152 5 25 0 9 0 989178284 889192448 43755 996147200 134512640 134550740 4294955968 18446744073709551615 4127114910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=464] ppid=459 vsize=868352 CPUtime=2.85
/proc/461/task/464/stat : 464 (java) S 459 461 32123 0 -1 64 46431 3569 0 0 115 13 152 5 16 0 9 0 989178286 889192448 43755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=465] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 20 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=466] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 19 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=467] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 23 0 9 0 989178288 889192448 43755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=868352 CPUtime=1.98
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 1154 3569 0 0 40 1 152 5 16 0 9 0 989178288 889192448 43755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=469] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 24 0 9 0 989178288 889192448 43755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 7 3569 0 0 0 0 152 5 15 0 9 0 989178288 889192448 43755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 868352

[startup+51.1018 s]
/proc/loadavg: 2.16 2.11 2.09 3/93 474
/proc/meminfo: memFree=1272888/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=868352 CPUtime=50.67
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 83382 3569 1 0 4813 97 152 5 18 0 9 0 989178283 889192448 43769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 217088 43769 2637 9 0 211594 0
[pid=461/tid=463] ppid=459 vsize=868352 CPUtime=48.9
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 34924 3569 1 0 4653 80 152 5 25 0 9 0 989178284 889192448 43769 996147200 134512640 134550740 4294955968 18446744073709551615 4127343093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=464] ppid=459 vsize=868352 CPUtime=2.85
/proc/461/task/464/stat : 464 (java) S 459 461 32123 0 -1 64 46431 3569 0 0 115 13 152 5 17 0 9 0 989178286 889192448 43769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=465] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 20 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=466] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 19 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=467] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 23 0 9 0 989178288 889192448 43769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=868352 CPUtime=2.02
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 1172 3569 0 0 44 1 152 5 17 0 9 0 989178288 889192448 43769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=469] ppid=459 vsize=868352 CPUtime=1.57

################
# More data... #
################

/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 23 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=868352 CPUtime=2.02
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 1176 3569 0 0 44 1 152 5 16 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=469] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 24 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 7 3569 0 0 0 0 152 5 15 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 755.1
Current children cumulated vsize (KiB) 868352

[startup+822.303 s]
/proc/loadavg: 2.00 2.04 2.08 3/93 474
/proc/meminfo: memFree=1272632/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=868352 CPUtime=814.53
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 83389 3569 1 0 81198 98 152 5 18 0 9 0 989178283 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 217088 43771 2637 9 0 211594 0
[pid=461/tid=463] ppid=459 vsize=868352 CPUtime=812.75
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 34927 3569 1 0 81037 81 152 5 25 0 9 0 989178284 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4127342027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=464] ppid=459 vsize=868352 CPUtime=2.85
/proc/461/task/464/stat : 464 (java) S 459 461 32123 0 -1 64 46431 3569 0 0 115 13 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=465] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 20 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=466] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 19 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=467] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 23 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=868352 CPUtime=2.02
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 1176 3569 0 0 44 1 152 5 16 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=469] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 24 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 7 3569 0 0 0 0 152 5 15 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 814.53
Current children cumulated vsize (KiB) 868352

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

[startup+825.502 s]
/proc/loadavg: 2.00 2.04 2.08 3/93 474
/proc/meminfo: memFree=1272632/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=868352 CPUtime=817.7
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 83389 3569 1 0 81515 98 152 5 18 0 9 0 989178283 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 217088 43771 2637 9 0 211594 0
[pid=461/tid=463] ppid=459 vsize=868352 CPUtime=815.92
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 34927 3569 1 0 81354 81 152 5 25 0 9 0 989178284 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4127333899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=464] ppid=459 vsize=868352 CPUtime=2.85
/proc/461/task/464/stat : 464 (java) S 459 461 32123 0 -1 64 46431 3569 0 0 115 13 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=465] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 20 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=466] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 19 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=467] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 23 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=868352 CPUtime=2.02
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 1176 3569 0 0 44 1 152 5 16 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=469] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 24 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 7 3569 0 0 0 0 152 5 15 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 817.7
Current children cumulated vsize (KiB) 868352

[startup+828.702 s]
/proc/loadavg: 2.00 2.04 2.08 3/93 474
/proc/meminfo: memFree=1272632/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=868352 CPUtime=820.86
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 83389 3569 1 0 81831 98 152 5 18 0 9 0 989178283 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 217088 43771 2637 9 0 211594 0
[pid=461/tid=463] ppid=459 vsize=868352 CPUtime=819.09
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 34927 3569 1 0 81671 81 152 5 25 0 9 0 989178284 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4126878823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=464] ppid=459 vsize=868352 CPUtime=2.85
/proc/461/task/464/stat : 464 (java) S 459 461 32123 0 -1 64 46431 3569 0 0 115 13 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=465] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 20 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=466] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 19 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=467] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 23 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=868352 CPUtime=2.02
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 1176 3569 0 0 44 1 152 5 16 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=469] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 24 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 7 3569 0 0 0 0 152 5 15 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 820.86
Current children cumulated vsize (KiB) 868352

[startup+831.903 s]
/proc/loadavg: 2.00 2.04 2.08 3/93 474
/proc/meminfo: memFree=1272632/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=868352 CPUtime=824.03
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 83389 3569 1 0 82148 98 152 5 18 0 9 0 989178283 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 217088 43771 2637 9 0 211594 0
[pid=461/tid=463] ppid=459 vsize=868352 CPUtime=822.26
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 34927 3569 1 0 81988 81 152 5 25 0 9 0 989178284 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4126878810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=464] ppid=459 vsize=868352 CPUtime=2.85
/proc/461/task/464/stat : 464 (java) S 459 461 32123 0 -1 64 46431 3569 0 0 115 13 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=465] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 20 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=466] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 19 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=467] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 23 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=868352 CPUtime=2.02
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 1176 3569 0 0 44 1 152 5 16 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=469] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 24 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 7 3569 0 0 0 0 152 5 15 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 824.03
Current children cumulated vsize (KiB) 868352

[startup+833.502 s]
/proc/loadavg: 2.00 2.04 2.08 3/93 474
/proc/meminfo: memFree=1272632/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=868352 CPUtime=825.62
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 83389 3569 1 0 82307 98 152 5 18 0 9 0 989178283 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 217088 43771 2637 9 0 211594 0
[pid=461/tid=463] ppid=459 vsize=868352 CPUtime=823.85
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 34927 3569 1 0 82147 81 152 5 25 0 9 0 989178284 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4127114920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=464] ppid=459 vsize=868352 CPUtime=2.85
/proc/461/task/464/stat : 464 (java) S 459 461 32123 0 -1 64 46431 3569 0 0 115 13 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=465] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 20 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=466] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 19 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=467] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 23 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=868352 CPUtime=2.02
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 1176 3569 0 0 44 1 152 5 16 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=469] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 24 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 7 3569 0 0 0 0 152 5 15 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 825.62
Current children cumulated vsize (KiB) 868352

[startup+833.902 s]
/proc/loadavg: 2.00 2.04 2.08 3/93 474
/proc/meminfo: memFree=1272632/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=868352 CPUtime=826.01
/proc/461/stat : 461 (java) S 459 461 32123 0 -1 0 83389 3569 1 0 82346 98 152 5 18 0 9 0 989178283 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/461/statm: 217088 43771 2637 9 0 211594 0
[pid=461/tid=463] ppid=459 vsize=868352 CPUtime=824.24
/proc/461/task/463/stat : 463 (java) R 459 461 32123 0 -1 64 34927 3569 1 0 82186 81 152 5 25 0 9 0 989178284 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4127042551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=464] ppid=459 vsize=868352 CPUtime=2.85
/proc/461/task/464/stat : 464 (java) S 459 461 32123 0 -1 64 46431 3569 0 0 115 13 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=465] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/465/stat : 465 (java) S 459 461 32123 0 -1 64 20 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=466] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/466/stat : 466 (java) S 459 461 32123 0 -1 64 19 3569 0 0 0 0 152 5 16 0 9 0 989178286 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=467] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/467/stat : 467 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 23 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=468] ppid=459 vsize=868352 CPUtime=2.02
/proc/461/task/468/stat : 468 (java) S 459 461 32123 0 -1 64 1176 3569 0 0 44 1 152 5 16 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=461/tid=469] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/469/stat : 469 (java) S 459 461 32123 0 -1 64 1 3569 0 0 0 0 152 5 24 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=461/tid=470] ppid=459 vsize=868352 CPUtime=1.57
/proc/461/task/470/stat : 470 (java) S 459 461 32123 0 -1 64 7 3569 0 0 0 0 152 5 15 0 9 0 989178288 889192448 43771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 826.01
Current children cumulated vsize (KiB) 868352

[startup+834.102 s]
/proc/loadavg: 2.00 2.04 2.08 3/93 474
/proc/meminfo: memFree=1272632/2055920 swapFree=4174728/4192956
[pid=461] ppid=459 vsize=0 CPUtime=826.2
/proc/461/stat : 461 (java) Z 459 461 32123 0 -1 12 83441 3569 1 0 82364 99 152 5 16 0 2 0 989178283 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/461/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 826.2
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 834.123
CPU time (s): 826.24
CPU user time (s): 825.166
CPU system time (s): 1.07484
CPU usage (%): 99.055
Max. virtual memory (cumulated for all children) (KiB): 885644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 825.166
system time used= 1.07484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87010
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= 19805
involuntary context switches= 22574

runsolver used 0.975851 second user time and 2.82957 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-03 03:15:57
IDJOB=1050075
IDBENCH=54860
IDSOLVER=364
FILE ID=node35/1050075-1215047757
PBS_JOBID= 7875103
Free space on /tmp= 66516 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/ttp/normalized-data-8-3.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-1050075-1215047757/watcher-1050075-1215047757 -o /tmp/evaluation-result-1050075-1215047757/solver-1050075-1215047757 -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-1050075-1215047757.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a80e9ca6f14152a808d5210c0080ccc5
RANDOM SEED=423977838

node35.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.261
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.261
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:       1439088 kB
Buffers:         76780 kB
Cached:         401156 kB
SwapCached:      12276 kB
Active:         274168 kB
Inactive:       259228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1439088 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            5056 kB
Writeback:           0 kB
Mapped:          72716 kB
Slab:            68492 kB
Committed_AS:  1574932 kB
PageTables:       2004 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= 66512 MiB
End job on node35 at 2008-07-03 03:29:52