Trace number 1084799

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 23.2395 23.4244

DiagnosticValue
CHECKS11473
NODES3942

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-2_ext.xml
MD5SUMdaaccdaea9f79723e1ba03f679f57036
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.574
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	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-1084799-1215231981.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.34	     nbVariables=20  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=100
0.28/0.34	       =>  wckTime=0.098  cpuTime=0.1  mem=7M919
0.28/0.34	   
0.28/0.34	   relations being loaded...
2.98/3.00	   
2.98/3.00	   INFO : Contraction of relations, mem = 107M884
4.68/4.73	   
4.68/4.73	   constraints being loaded...
7.28/7.39	     nbConstraints=18  nbRelationTypes=18  nbGlobalConstraints=18  nbExtensionStructures=18
7.28/7.39	     nbSharedExtensionStructures=0  nbConflictsStructures=18  nbSharedConflictsStructures=0
7.28/7.39	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=11  minArity=8  maxArity=8  nbGenerators=0  nbFusions=0
7.28/7.39	     symmetryWckTime=0.07  symmetryCpuTime=0.02
7.28/7.39	       =>  wckTime=7.136  cpuTime=5.89  mem=182M877
8.26/8.33	   
8.26/8.34	   solver IterativeSystematicSolver being built... 
8.36/8.40	   
8.36/8.40	   INFO : Forward propagation technique limited 
8.36/8.47	       =>  wckTime=8.22  cpuTime=6.01  mem=179M877
8.75/8.87	   
8.75/8.87	   preprocessing
8.75/8.87	     nbConstraintChecks=0  nbValidityChecks=4939316  nbPropagations=64  nbRevisions=0  nbUselessRevisions=0
8.75/8.87	     nbSingletonTests=23  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
8.75/8.87	     detectedInconsistency=no
8.75/8.87	       =>  wckTime=0.401  cpuTime=0.37  mem=179M877
10.14/10.24	   
10.14/10.24	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=181M651)
23.11/23.36	   
23.11/23.36	   search
23.11/23.37	     run=11  nbConstraintChecks=11473  nbValidityChecks=94094892  minDepth=4  maxDepth=20  nbPropagations=83641
23.11/23.37	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=3942  nbFailedAssignments=1843  nbBacktracks=1989
23.11/23.37	     nbVisitedNodes=6871  nbRestartNogoods=65  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=8.07
23.11/23.37	     nbIEliminables=3.62  nbDEliminables=0  nbPEliminables=0
23.11/23.37	       =>  wckTime=14.896  cpuTime=14.64  mem=181M651
23.11/23.37	   
23.11/23.37	   global
23.11/23.37	     nbConstraintChecks=11473  nbValidityChecks=99034208  nbPropagations=83705  nbRestartNogoods=65
23.11/23.37	     solvingWckTime=14.899  solvingCpuTime=14.65  expiredTime=no  totalExploration=no  nbFoundSolutions=1
23.11/23.37	     firstSolutionCpuTime=20.65  globalCpuTime=20.7
23.11/23.37	       =>  wckTime=23.12  cpuTime=20.66  mem=181M651
23.11/23.37	   
23.11/23.37	s SATISFIABLE
23.11/23.37	v 0 3 2 2 1 2 3 4 3 1 4 4 0 3 2 3 2 0 1 0 
23.11/23.37	d NODES 3942
23.11/23.37	d CHECKS 11473
23.11/23.37	   
23.11/23.37	   totalWckTime=23.185  totalCpuTime=20.7

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-1084799-1215231981/watcher-1084799-1215231981 -o /tmp/evaluation-result-1084799-1215231981/solver-1084799-1215231981 -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-1084799-1215231981.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.00 2.00 2.00 4/85 26494
/proc/meminfo: memFree=1354952/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=10616 CPUtime=0
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 2002169895 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 2654 472 209 9 0 1184 0
[pid=26494/tid=26495] ppid=26492 vsize=10616 CPUtime=0
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2002169896 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 12779480 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.071645 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 26494
/proc/meminfo: memFree=1354952/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=864076 CPUtime=0.05
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 2847 0 1 0 4 1 0 0 18 0 9 0 2002169895 884813824 2373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216019 2373 1137 9 0 210976 0
[pid=26494/tid=26495] ppid=26492 vsize=864076 CPUtime=0.04
/proc/26494/task/26495/stat : 26495 (java) D 26492 26494 25867 0 -1 64 1948 0 1 0 3 1 0 0 18 0 9 0 2002169896 884813824 2373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 18446744072099781622 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.102114 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 26494
/proc/meminfo: memFree=1354952/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=865884 CPUtime=0.09
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 3689 0 1 0 7 2 0 0 18 0 9 0 2002169895 886665216 3164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216471 3164 1685 9 0 211026 0
[pid=26494/tid=26495] ppid=26492 vsize=865884 CPUtime=0.06
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 2773 0 1 0 5 1 0 0 18 0 9 0 2002169896 886665216 3164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.30115 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 26494
/proc/meminfo: memFree=1354952/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=866284 CPUtime=0.28
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 5900 0 1 0 24 4 0 0 18 0 9 0 2002169895 887074816 5274 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216571 5274 1954 9 0 211099 0
[pid=26494/tid=26495] ppid=26492 vsize=866284 CPUtime=0.23
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 4928 0 1 0 20 3 0 0 19 0 9 0 2002169896 887074816 5274 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.70222 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 26494
/proc/meminfo: memFree=1354952/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=866400 CPUtime=0.69
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 20389 0 1 0 58 11 0 0 18 0 9 0 2002169895 887193600 19758 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216600 19759 1981 9 0 211128 0
[pid=26494/tid=26495] ppid=26492 vsize=866400 CPUtime=0.56
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 15651 0 1 0 48 8 0 0 22 0 9 0 2002169896 887193600 19759 996147200 134512640 134550740 4294955968 18446744073709551615 4126560721 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866400

[startup+1.50136 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 26503
/proc/meminfo: memFree=1283584/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=866400 CPUtime=1.48
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 25247 0 1 0 135 13 0 0 18 0 9 0 2002169895 887193600 24614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216600 24614 1981 9 0 211128 0
[pid=26494/tid=26495] ppid=26492 vsize=866400 CPUtime=1.28
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 15657 0 1 0 119 9 0 0 25 0 9 0 2002169896 887193600 24614 996147200 134512640 134550740 4294955968 18446744073709551615 4126398645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26494/tid=26497] ppid=26492 vsize=866400 CPUtime=0.11
/proc/26494/task/26497/stat : 26497 (java) S 26492 26494 25867 0 -1 64 8580 0 0 0 8 3 0 0 16 0 9 0 2002169898 887193600 24614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26494/tid=26498] ppid=26492 vsize=866400 CPUtime=0
/proc/26494/task/26498/stat : 26498 (java) S 26492 26494 25867 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002169898 887193600 24614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26499] ppid=26492 vsize=866400 CPUtime=0
/proc/26494/task/26499/stat : 26499 (java) S 26492 26494 25867 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002169898 887193600 24614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26500] ppid=26492 vsize=866400 CPUtime=0
/proc/26494/task/26500/stat : 26500 (java) S 26492 26494 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002169900 887193600 24614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26501] ppid=26492 vsize=866400 CPUtime=0.06
/proc/26494/task/26501/stat : 26501 (java) S 26492 26494 25867 0 -1 64 318 0 0 0 6 0 0 0 16 0 9 0 2002169900 887193600 24614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26494/tid=26502] ppid=26492 vsize=866400 CPUtime=0
/proc/26494/task/26502/stat : 26502 (java) S 26492 26494 25867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002169900 887193600 24614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26503] ppid=26492 vsize=866400 CPUtime=0
/proc/26494/task/26503/stat : 26503 (java) S 26492 26494 25867 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002169900 887193600 24614 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 866400

[startup+3.10165 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 26503
/proc/meminfo: memFree=1249664/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=866984 CPUtime=3.08
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 34478 0 1 0 290 18 0 0 18 0 9 0 2002169895 887791616 33839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216746 33839 1982 9 0 211274 0
[pid=26494/tid=26495] ppid=26492 vsize=866984 CPUtime=2.67
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 15668 0 1 0 257 10 0 0 25 0 9 0 2002169896 887791616 33839 996147200 134512640 134550740 4294955968 18446744073709551615 4126629207 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26494/tid=26497] ppid=26492 vsize=866984 CPUtime=0.3
/proc/26494/task/26497/stat : 26497 (java) S 26492 26494 25867 0 -1 64 17671 0 0 0 24 6 0 0 16 0 9 0 2002169898 887791616 33839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26494/tid=26498] ppid=26492 vsize=866984 CPUtime=0
/proc/26494/task/26498/stat : 26498 (java) S 26492 26494 25867 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002169898 887791616 33839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26499] ppid=26492 vsize=866984 CPUtime=0
/proc/26494/task/26499/stat : 26499 (java) S 26492 26494 25867 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002169898 887791616 33839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26500] ppid=26492 vsize=866984 CPUtime=0
/proc/26494/task/26500/stat : 26500 (java) S 26492 26494 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002169900 887791616 33839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26501] ppid=26492 vsize=866984 CPUtime=0.08
/proc/26494/task/26501/stat : 26501 (java) S 26492 26494 25867 0 -1 64 447 0 0 0 8 0 0 0 16 0 9 0 2002169900 887791616 33839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26494/tid=26502] ppid=26492 vsize=866984 CPUtime=0
/proc/26494/task/26502/stat : 26502 (java) S 26492 26494 25867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002169900 887791616 33839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26503] ppid=26492 vsize=866984 CPUtime=0
/proc/26494/task/26503/stat : 26503 (java) S 26492 26494 25867 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002169900 887791616 33839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 866984

[startup+6.30122 s]
/proc/loadavg: 2.24 2.05 2.02 3/94 26503
/proc/meminfo: memFree=1192256/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=867052 CPUtime=6.28
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 51160 0 1 0 602 26 0 0 18 0 9 0 2002169895 887861248 48362 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216763 48362 2608 9 0 211291 0
[pid=26494/tid=26495] ppid=26492 vsize=867052 CPUtime=5.15
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 15713 0 1 0 503 12 0 0 25 0 9 0 2002169896 887861248 48362 996147200 134512640 134550740 4294955968 18446744073709551615 4126704996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26494/tid=26497] ppid=26492 vsize=867052 CPUtime=1
/proc/26494/task/26497/stat : 26497 (java) S 26492 26494 25867 0 -1 64 34284 0 0 0 87 13 0 0 16 0 9 0 2002169898 887861248 48362 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26494/tid=26498] ppid=26492 vsize=867052 CPUtime=0
/proc/26494/task/26498/stat : 26498 (java) S 26492 26494 25867 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002169898 887861248 48362 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26494/tid=26499] ppid=26492 vsize=867052 CPUtime=0
/proc/26494/task/26499/stat : 26499 (java) S 26492 26494 25867 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002169898 887861248 48362 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26494/tid=26500] ppid=26492 vsize=867052 CPUtime=0
/proc/26494/task/26500/stat : 26500 (java) S 26492 26494 25867 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002169900 887861248 48362 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26501] ppid=26492 vsize=867052 CPUtime=0.11
/proc/26494/task/26501/stat : 26501 (java) S 26492 26494 25867 0 -1 64 468 0 0 0 11 0 0 0 15 0 9 0 2002169900 887861248 48362 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26494/tid=26502] ppid=26492 vsize=867052 CPUtime=0
/proc/26494/task/26502/stat : 26502 (java) S 26492 26494 25867 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002169900 887861248 48362 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26503] ppid=26492 vsize=867052 CPUtime=0
/proc/26494/task/26503/stat : 26503 (java) S 26492 26494 25867 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002169900 887861248 48362 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867052

[startup+12.7014 s]
/proc/loadavg: 2.30 2.07 2.02 3/94 26507
/proc/meminfo: memFree=1125496/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=867788 CPUtime=12.62
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 107543 271 1 0 1219 41 0 2 18 0 9 0 2002169895 888614912 59781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216947 59781 2635 9 0 211453 0
[pid=26494/tid=26495] ppid=26492 vsize=867788 CPUtime=10.33
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 19267 271 1 0 1018 13 0 2 25 0 9 0 2002169896 888614912 59781 996147200 134512640 134550740 4294955968 18446744073709551615 4126820588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26497] ppid=26492 vsize=867788 CPUtime=2.04
/proc/26494/task/26497/stat : 26497 (java) S 26492 26494 25867 0 -1 64 86781 271 0 0 178 24 0 2 16 0 9 0 2002169898 888614912 59781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26498] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26498/stat : 26498 (java) S 26492 26494 25867 0 -1 64 17 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26499] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26499/stat : 26499 (java) S 26492 26494 25867 0 -1 64 9 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26500] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26500/stat : 26500 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 18 0 9 0 2002169900 888614912 59781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26501] ppid=26492 vsize=867788 CPUtime=0.24
/proc/26494/task/26501/stat : 26501 (java) S 26492 26494 25867 0 -1 64 652 271 0 0 22 0 0 2 15 0 9 0 2002169900 888614912 59781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26502] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26502/stat : 26502 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 19 0 9 0 2002169900 888614912 59781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26503] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26503/stat : 26503 (java) S 26492 26494 25867 0 -1 64 5 271 0 0 0 0 0 2 15 0 9 0 2002169900 888614912 59781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867788

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

[startup+19.1025 s]
/proc/loadavg: 2.28 2.06 2.02 3/94 26507
/proc/meminfo: memFree=1125496/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=867788 CPUtime=18.95
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 107583 271 1 0 1852 41 0 2 18 0 9 0 2002169895 888614912 59795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216947 59795 2635 9 0 211453 0
[pid=26494/tid=26495] ppid=26492 vsize=867788 CPUtime=16.63
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 19281 271 1 0 1648 13 0 2 25 0 9 0 2002169896 888614912 59795 996147200 134512640 134550740 4294955968 18446744073709551615 4126820674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26497] ppid=26492 vsize=867788 CPUtime=2.04
/proc/26494/task/26497/stat : 26497 (java) S 26492 26494 25867 0 -1 64 86781 271 0 0 178 24 0 2 17 0 9 0 2002169898 888614912 59795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26498] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26498/stat : 26498 (java) S 26492 26494 25867 0 -1 64 17 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26499] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26499/stat : 26499 (java) S 26492 26494 25867 0 -1 64 9 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26500] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26500/stat : 26500 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 18 0 9 0 2002169900 888614912 59795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26501] ppid=26492 vsize=867788 CPUtime=0.28
/proc/26494/task/26501/stat : 26501 (java) S 26492 26494 25867 0 -1 64 678 271 0 0 25 1 0 2 17 0 9 0 2002169900 888614912 59795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26502] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26502/stat : 26502 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 19 0 9 0 2002169900 888614912 59795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26503] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26503/stat : 26503 (java) S 26492 26494 25867 0 -1 64 5 271 0 0 0 0 0 2 15 0 9 0 2002169900 888614912 59795 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.95
Current children cumulated vsize (KiB) 867788

[startup+20.7028 s]
/proc/loadavg: 2.25 2.06 2.02 3/94 26507
/proc/meminfo: memFree=1125368/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=867788 CPUtime=20.54
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 107585 271 1 0 2011 41 0 2 18 0 9 0 2002169895 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216947 59796 2635 9 0 211453 0
[pid=26494/tid=26495] ppid=26492 vsize=867788 CPUtime=18.22
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 19282 271 1 0 1807 13 0 2 25 0 9 0 2002169896 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4126820588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26497] ppid=26492 vsize=867788 CPUtime=2.04
/proc/26494/task/26497/stat : 26497 (java) S 26492 26494 25867 0 -1 64 86781 271 0 0 178 24 0 2 17 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26498] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26498/stat : 26498 (java) S 26492 26494 25867 0 -1 64 17 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26499] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26499/stat : 26499 (java) S 26492 26494 25867 0 -1 64 9 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26500] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26500/stat : 26500 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 18 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26501] ppid=26492 vsize=867788 CPUtime=0.28
/proc/26494/task/26501/stat : 26501 (java) S 26492 26494 25867 0 -1 64 679 271 0 0 25 1 0 2 17 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26502] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26502/stat : 26502 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 19 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26503] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26503/stat : 26503 (java) S 26492 26494 25867 0 -1 64 5 271 0 0 0 0 0 2 15 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.54
Current children cumulated vsize (KiB) 867788

[startup+22.3011 s]
/proc/loadavg: 2.25 2.06 2.02 3/94 26507
/proc/meminfo: memFree=1125368/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=867788 CPUtime=22.12
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 107589 271 1 0 2169 41 0 2 18 0 9 0 2002169895 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216947 59796 2635 9 0 211453 0
[pid=26494/tid=26495] ppid=26492 vsize=867788 CPUtime=19.8
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 19286 271 1 0 1965 13 0 2 25 0 9 0 2002169896 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4126820674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26497] ppid=26492 vsize=867788 CPUtime=2.04
/proc/26494/task/26497/stat : 26497 (java) S 26492 26494 25867 0 -1 64 86781 271 0 0 178 24 0 2 17 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26498] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26498/stat : 26498 (java) S 26492 26494 25867 0 -1 64 17 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26499] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26499/stat : 26499 (java) S 26492 26494 25867 0 -1 64 9 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26500] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26500/stat : 26500 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 18 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26501] ppid=26492 vsize=867788 CPUtime=0.28
/proc/26494/task/26501/stat : 26501 (java) S 26492 26494 25867 0 -1 64 679 271 0 0 25 1 0 2 16 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26502] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26502/stat : 26502 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 19 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26503] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26503/stat : 26503 (java) S 26492 26494 25867 0 -1 64 5 271 0 0 0 0 0 2 15 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.12
Current children cumulated vsize (KiB) 867788

[startup+23.1062 s]
/proc/loadavg: 2.25 2.06 2.02 3/94 26507
/proc/meminfo: memFree=1125368/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=867788 CPUtime=22.91
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 107590 271 1 0 2248 41 0 2 18 0 9 0 2002169895 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216947 59796 2635 9 0 211453 0
[pid=26494/tid=26495] ppid=26492 vsize=867788 CPUtime=20.59
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 19287 271 1 0 2044 13 0 2 25 0 9 0 2002169896 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4126810173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26497] ppid=26492 vsize=867788 CPUtime=2.04
/proc/26494/task/26497/stat : 26497 (java) S 26492 26494 25867 0 -1 64 86781 271 0 0 178 24 0 2 17 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26498] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26498/stat : 26498 (java) S 26492 26494 25867 0 -1 64 17 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26499] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26499/stat : 26499 (java) S 26492 26494 25867 0 -1 64 9 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26500] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26500/stat : 26500 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 18 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26501] ppid=26492 vsize=867788 CPUtime=0.28
/proc/26494/task/26501/stat : 26501 (java) S 26492 26494 25867 0 -1 64 679 271 0 0 25 1 0 2 16 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26502] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26502/stat : 26502 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 19 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26503] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26503/stat : 26503 (java) S 26492 26494 25867 0 -1 64 5 271 0 0 0 0 0 2 15 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.91
Current children cumulated vsize (KiB) 867788

[startup+23.3013 s]
/proc/loadavg: 2.25 2.06 2.02 3/94 26507
/proc/meminfo: memFree=1125368/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=867788 CPUtime=23.11
/proc/26494/stat : 26494 (java) S 26492 26494 25867 0 -1 0 107590 271 1 0 2268 41 0 2 18 0 9 0 2002169895 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 216947 59796 2635 9 0 211453 0
[pid=26494/tid=26495] ppid=26492 vsize=867788 CPUtime=20.79
/proc/26494/task/26495/stat : 26495 (java) R 26492 26494 25867 0 -1 64 19287 271 1 0 2064 13 0 2 25 0 9 0 2002169896 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4126844248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26497] ppid=26492 vsize=867788 CPUtime=2.04
/proc/26494/task/26497/stat : 26497 (java) S 26492 26494 25867 0 -1 64 86781 271 0 0 178 24 0 2 16 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26498] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26498/stat : 26498 (java) S 26492 26494 25867 0 -1 64 17 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26499] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26499/stat : 26499 (java) S 26492 26494 25867 0 -1 64 9 271 0 0 0 0 0 2 16 0 9 0 2002169898 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26500] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26500/stat : 26500 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 18 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26501] ppid=26492 vsize=867788 CPUtime=0.28
/proc/26494/task/26501/stat : 26501 (java) S 26492 26494 25867 0 -1 64 679 271 0 0 25 1 0 2 16 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26502] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26502/stat : 26502 (java) S 26492 26494 25867 0 -1 64 1 271 0 0 0 0 0 2 19 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26494/tid=26503] ppid=26492 vsize=867788 CPUtime=0.02
/proc/26494/task/26503/stat : 26503 (java) S 26492 26494 25867 0 -1 64 5 271 0 0 0 0 0 2 15 0 9 0 2002169900 888614912 59796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.11
Current children cumulated vsize (KiB) 867788

[startup+23.4019 s]
/proc/loadavg: 2.25 2.06 2.02 3/94 26507
/proc/meminfo: memFree=1125368/2055920 swapFree=4179784/4192956
[pid=26494] ppid=26492 vsize=0 CPUtime=23.2
/proc/26494/stat : 26494 (java) Z 26492 26494 25867 0 -1 12 107720 271 1 0 2275 43 0 2 16 0 2 0 2002169895 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 23.4244
CPU time (s): 23.2395
CPU user time (s): 22.7565
CPU system time (s): 0.482926
CPU usage (%): 99.2104
Max. virtual memory (cumulated for all children) (KiB): 871056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.7565
system time used= 0.482926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107991
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= 1908
involuntary context switches= 2427

runsolver used 0.034994 second user time and 0.082987 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-05 06:26:23
IDJOB=1084799
IDBENCH=57583
IDSOLVER=364
FILE ID=node56/1084799-1215231981
PBS_JOBID= 7881897
Free space on /tmp= 103196 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-2_ext.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-1084799-1215231981/watcher-1084799-1215231981 -o /tmp/evaluation-result-1084799-1215231981/solver-1084799-1215231981 -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-1084799-1215231981.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= daaccdaea9f79723e1ba03f679f57036
RANDOM SEED=263755858

node56.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1355368 kB
Buffers:         24104 kB
Cached:         572828 kB
SwapCached:       7316 kB
Active:         181880 kB
Inactive:       455060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355368 kB
SwapTotal:     4192956 kB
SwapFree:      4179784 kB
Dirty:           24072 kB
Writeback:           0 kB
Mapped:          57092 kB
Slab:            48364 kB
Committed_AS:  4029636 kB
PageTables:       2084 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= 103192 MiB
End job on node56 at 2008-07-05 06:26:47