Trace number 1063486

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 20.6579 20.8224

DiagnosticValue
CHECKS5302800
NODES265

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-flugpl.xml
MD5SUMa3667df7e591448b4043207f6356c865
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 benchmark1.52577
Satisfiable
(Un)Satisfiability was proved
Number of variables265
Number of constraints35
Maximum constraint arity65
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension35
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1063486-1215137540.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.39	     nbVariables=265  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=462
0.28/0.39	       =>  wckTime=0.143  cpuTime=0.12  mem=8M829
0.28/0.39	   
0.28/0.39	   predicates being loaded...
0.38/0.48	   
0.38/0.48	   constraints being loaded...
0.68/0.75	     nbConstraints=29  nbMergedConstraints=6  nbSingletonDomainVariables=68  nbConflictsStructures=1
0.68/0.75	     nbSharedConflictsStructures=10  nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0
0.68/0.75	     nbEvaluationManagers=11  nbSharedEvaluationManagers=18  minDegree=2  maxDegree=5  minArity=5  avgArity=23.62
0.68/0.75	     maxArity=65  nbGenerators=0  nbFusions=0  symmetryWckTime=0.073  symmetryCpuTime=0.04
0.68/0.75	       =>  wckTime=0.507  cpuTime=0.4  mem=24M469
0.77/0.81	   
0.77/0.81	   solver IterativeSystematicSolver being built... 
0.77/0.88	   
0.77/0.88	   INFO : Forward propagation technique limited 
0.86/0.96	       =>  wckTime=0.711  cpuTime=0.52  mem=23M145
1.26/1.31	   
1.26/1.31	   preprocessing
1.26/1.31	     nbConstraintChecks=149783  nbValidityChecks=203  nbPropagations=265  nbRevisions=144  nbUselessRevisions=140
1.26/1.31	     nbRemovedValues=4  detectedInconsistency=no
1.26/1.31	       =>  wckTime=0.357  cpuTime=0.35  mem=24M96
20.57/20.76	   
20.57/20.76	   search
20.57/20.76	     run=0  nbConstraintChecks=5153012  nbValidityChecks=6936  minDepth=266  maxDepth=265  nbPropagations=579
20.57/20.76	     nbRevisions=3944  nbUselessRevisions=3891  nbAssignments=265  nbFailedAssignments=0  nbBacktracks=0
20.57/20.76	     nbVisitedNodes=266  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
20.57/20.76	     nbSEliminables=0  nbREliminables=177.97  nbIEliminables=31.55  nbDEliminables=0  nbPEliminables=0
20.57/20.76	       =>  wckTime=19.799  cpuTime=19.67  mem=25M47
20.57/20.76	   
20.57/20.76	   global
20.57/20.76	     nbConstraintChecks=5302795  nbValidityChecks=7139  nbPropagations=844  nbRevisions=4088  nbUselessRevisions=4031
20.57/20.76	     nbRestartNogoods=0  solvingWckTime=19.801  solvingCpuTime=19.67  expiredTime=no  totalExploration=no
20.57/20.76	     nbFoundSolutions=1  firstSolutionCpuTime=20.18  globalCpuTime=20.22
20.57/20.76	       =>  wckTime=20.514  cpuTime=20.19  mem=25M47
20.57/20.76	   
20.57/20.76	s SATISFIABLE
20.57/20.76	v 0 1 1 1 0 1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 1 1 0 1 0 1 1 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 
20.57/20.76	d NODES 265
20.57/20.76	d CHECKS 5302795
20.57/20.76	   
20.57/20.76	   totalWckTime=20.577  totalCpuTime=20.22

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-1063486-1215137540/watcher-1063486-1215137540 -o /tmp/evaluation-result-1063486-1215137540/solver-1063486-1215137540 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1063486-1215137540.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/89 25528
/proc/meminfo: memFree=1778512/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=18572 CPUtime=0
/proc/25528/stat : 25528 (runsolver) R 25526 25528 23976 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 1992721131 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25528/statm: 4643 292 257 25 0 2626 0

[startup+0.049234 s]
/proc/loadavg: 1.92 1.98 1.99 4/89 25528
/proc/meminfo: memFree=1778512/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=861876 CPUtime=0.03
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 2360 0 1 0 2 1 0 0 20 0 5 0 1992721131 882561024 1947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 215469 1947 898 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.101237 s]
/proc/loadavg: 1.92 1.98 1.99 4/89 25528
/proc/meminfo: memFree=1778512/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=865884 CPUtime=0.09
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 3692 0 1 0 7 2 0 0 20 0 9 0 1992721131 886665216 3167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301261 s]
/proc/loadavg: 1.92 1.98 1.99 4/89 25528
/proc/meminfo: memFree=1778512/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=866284 CPUtime=0.28
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 5925 0 1 0 25 3 0 0 20 0 9 0 1992721131 887074816 5299 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216571 5299 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701304 s]
/proc/loadavg: 1.92 1.98 1.99 4/89 25528
/proc/meminfo: memFree=1778512/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=866604 CPUtime=0.68
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 10169 0 1 0 63 5 0 0 20 0 9 0 1992721131 887402496 9527 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216651 9527 2010 9 0 211157 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866604

[startup+1.50139 s]
/proc/loadavg: 1.92 1.98 1.99 3/98 25541
/proc/meminfo: memFree=1744200/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=867252 CPUtime=1.46
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 18960 288 1 0 139 7 0 0 20 0 9 0 1992721131 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216813 11395 2631 9 0 211319 0
[pid=25528/tid=25530] ppid=25526 vsize=867252 CPUtime=1.22
/proc/25528/task/25530/stat : 25530 (java) R 25526 25528 23976 0 -1 64 14850 288 1 0 117 5 0 0 25 0 9 0 1992721132 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4126848516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25531] ppid=25526 vsize=867252 CPUtime=0.04
/proc/25528/task/25531/stat : 25531 (java) S 25526 25528 23976 0 -1 64 2729 288 0 0 4 0 0 0 16 0 9 0 1992721134 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25532] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25532/stat : 25532 (java) S 25526 25528 23976 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 1992721134 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25533] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25533/stat : 25533 (java) S 25526 25528 23976 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1992721134 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25534] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25534/stat : 25534 (java) S 25526 25528 23976 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25535] ppid=25526 vsize=867252 CPUtime=0.17
/proc/25528/task/25535/stat : 25535 (java) S 25526 25528 23976 0 -1 64 545 288 0 0 17 0 0 0 15 0 9 0 1992721136 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25536] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25536/stat : 25536 (java) S 25526 25528 23976 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25537] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25537/stat : 25537 (java) S 25526 25528 23976 0 -1 64 4 288 0 0 0 0 0 0 15 0 9 0 1992721136 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867252

[startup+3.10157 s]
/proc/loadavg: 1.93 1.98 1.99 3/98 25541
/proc/meminfo: memFree=1742984/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=867252 CPUtime=3.05
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 18960 288 1 0 298 7 0 0 20 0 9 0 1992721131 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216813 11395 2631 9 0 211319 0
[pid=25528/tid=25530] ppid=25526 vsize=867252 CPUtime=2.81
/proc/25528/task/25530/stat : 25530 (java) R 25526 25528 23976 0 -1 64 14850 288 1 0 276 5 0 0 25 0 9 0 1992721132 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4126846240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25531] ppid=25526 vsize=867252 CPUtime=0.04
/proc/25528/task/25531/stat : 25531 (java) S 25526 25528 23976 0 -1 64 2729 288 0 0 4 0 0 0 16 0 9 0 1992721134 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25532] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25532/stat : 25532 (java) S 25526 25528 23976 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 1992721134 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25533] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25533/stat : 25533 (java) S 25526 25528 23976 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1992721134 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25534] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25534/stat : 25534 (java) S 25526 25528 23976 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25535] ppid=25526 vsize=867252 CPUtime=0.17
/proc/25528/task/25535/stat : 25535 (java) S 25526 25528 23976 0 -1 64 545 288 0 0 17 0 0 0 15 0 9 0 1992721136 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25536] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25536/stat : 25536 (java) S 25526 25528 23976 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25537] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25537/stat : 25537 (java) S 25526 25528 23976 0 -1 64 4 288 0 0 0 0 0 0 15 0 9 0 1992721136 888066048 11395 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867252

[startup+6.30292 s]
/proc/loadavg: 1.93 1.98 1.99 3/98 25541
/proc/meminfo: memFree=1742856/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=867252 CPUtime=6.24
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 18963 288 1 0 617 7 0 0 20 0 9 0 1992721131 888066048 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216813 11396 2631 9 0 211319 0
[pid=25528/tid=25530] ppid=25526 vsize=867252 CPUtime=5.99
/proc/25528/task/25530/stat : 25530 (java) R 25526 25528 23976 0 -1 64 14851 288 1 0 594 5 0 0 25 0 9 0 1992721132 888066048 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4126845400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25531] ppid=25526 vsize=867252 CPUtime=0.04
/proc/25528/task/25531/stat : 25531 (java) S 25526 25528 23976 0 -1 64 2729 288 0 0 4 0 0 0 16 0 9 0 1992721134 888066048 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25532] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25532/stat : 25532 (java) S 25526 25528 23976 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 1992721134 888066048 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25533] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25533/stat : 25533 (java) S 25526 25528 23976 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1992721134 888066048 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25534] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25534/stat : 25534 (java) S 25526 25528 23976 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25535] ppid=25526 vsize=867252 CPUtime=0.17
/proc/25528/task/25535/stat : 25535 (java) S 25526 25528 23976 0 -1 64 547 288 0 0 17 0 0 0 16 0 9 0 1992721136 888066048 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25536] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25536/stat : 25536 (java) S 25526 25528 23976 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25537] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25537/stat : 25537 (java) S 25526 25528 23976 0 -1 64 4 288 0 0 0 0 0 0 15 0 9 0 1992721136 888066048 11396 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867252

[startup+12.7016 s]
/proc/loadavg: 1.94 1.98 1.99 3/98 25541
/proc/meminfo: memFree=1742664/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=867252 CPUtime=12.61
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 18967 288 1 0 1253 8 0 0 20 0 9 0 1992721131 888066048 11398 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216813 11398 2631 9 0 211319 0
[pid=25528/tid=25530] ppid=25526 vsize=867252 CPUtime=12.36
/proc/25528/task/25530/stat : 25530 (java) R 25526 25528 23976 0 -1 64 14852 288 1 0 1230 6 0 0 25 0 9 0 1992721132 888066048 11398 996147200 134512640 134550740 4294955984 18446744073709551615 4126856518 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25531] ppid=25526 vsize=867252 CPUtime=0.04
/proc/25528/task/25531/stat : 25531 (java) S 25526 25528 23976 0 -1 64 2729 288 0 0 4 0 0 0 16 0 9 0 1992721134 888066048 11398 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25532] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25532/stat : 25532 (java) S 25526 25528 23976 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 1992721134 888066048 11398 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25533] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25533/stat : 25533 (java) S 25526 25528 23976 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1992721134 888066048 11398 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25534] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25534/stat : 25534 (java) S 25526 25528 23976 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11398 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25535] ppid=25526 vsize=867252 CPUtime=0.18
/proc/25528/task/25535/stat : 25535 (java) S 25526 25528 23976 0 -1 64 550 288 0 0 18 0 0 0 16 0 9 0 1992721136 888066048 11398 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25536] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25536/stat : 25536 (java) S 25526 25528 23976 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11398 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25537] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25537/stat : 25537 (java) S 25526 25528 23976 0 -1 64 4 288 0 0 0 0 0 0 15 0 9 0 1992721136 888066048 11398 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867252

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

[startup+15.903 s]
/proc/loadavg: 1.94 1.98 1.99 3/98 25541
/proc/meminfo: memFree=1742600/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=867252 CPUtime=15.8
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 18976 288 1 0 1572 8 0 0 20 0 9 0 1992721131 888066048 11407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216813 11407 2631 9 0 211319 0
[pid=25528/tid=25530] ppid=25526 vsize=867252 CPUtime=15.54
/proc/25528/task/25530/stat : 25530 (java) R 25526 25528 23976 0 -1 64 14857 288 1 0 1548 6 0 0 25 0 9 0 1992721132 888066048 11407 996147200 134512640 134550740 4294955984 18446744073709551615 4126821501 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25531] ppid=25526 vsize=867252 CPUtime=0.04
/proc/25528/task/25531/stat : 25531 (java) S 25526 25528 23976 0 -1 64 2729 288 0 0 4 0 0 0 16 0 9 0 1992721134 888066048 11407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25532] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25532/stat : 25532 (java) S 25526 25528 23976 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 1992721134 888066048 11407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25533] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25533/stat : 25533 (java) S 25526 25528 23976 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1992721134 888066048 11407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25534] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25534/stat : 25534 (java) S 25526 25528 23976 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25535] ppid=25526 vsize=867252 CPUtime=0.18
/proc/25528/task/25535/stat : 25535 (java) S 25526 25528 23976 0 -1 64 554 288 0 0 18 0 0 0 16 0 9 0 1992721136 888066048 11407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25536] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25536/stat : 25536 (java) S 25526 25528 23976 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25537] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25537/stat : 25537 (java) S 25526 25528 23976 0 -1 64 4 288 0 0 0 0 0 0 15 0 9 0 1992721136 888066048 11407 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.8
Current children cumulated vsize (KiB) 867252

[startup+19.1014 s]
/proc/loadavg: 2.02 2.00 2.00 3/98 25541
/proc/meminfo: memFree=1742536/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=867252 CPUtime=18.98
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 18998 288 1 0 1890 8 0 0 20 0 9 0 1992721131 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216813 11426 2631 9 0 211319 0
[pid=25528/tid=25530] ppid=25526 vsize=867252 CPUtime=18.72
/proc/25528/task/25530/stat : 25530 (java) R 25526 25528 23976 0 -1 64 14875 288 1 0 1866 6 0 0 24 0 9 0 1992721132 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4126848516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25531] ppid=25526 vsize=867252 CPUtime=0.04
/proc/25528/task/25531/stat : 25531 (java) S 25526 25528 23976 0 -1 64 2729 288 0 0 4 0 0 0 16 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25532] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25532/stat : 25532 (java) S 25526 25528 23976 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25533] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25533/stat : 25533 (java) S 25526 25528 23976 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25534] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25534/stat : 25534 (java) S 25526 25528 23976 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25535] ppid=25526 vsize=867252 CPUtime=0.19
/proc/25528/task/25535/stat : 25535 (java) S 25526 25528 23976 0 -1 64 558 288 0 0 19 0 0 0 16 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25536] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25536/stat : 25536 (java) S 25526 25528 23976 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25537] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25537/stat : 25537 (java) S 25526 25528 23976 0 -1 64 4 288 0 0 0 0 0 0 15 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.98
Current children cumulated vsize (KiB) 867252

[startup+19.9014 s]
/proc/loadavg: 2.02 2.00 2.00 3/98 25541
/proc/meminfo: memFree=1742536/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=867252 CPUtime=19.77
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 18998 288 1 0 1969 8 0 0 20 0 9 0 1992721131 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216813 11426 2631 9 0 211319 0
[pid=25528/tid=25530] ppid=25526 vsize=867252 CPUtime=19.51
/proc/25528/task/25530/stat : 25530 (java) R 25526 25528 23976 0 -1 64 14875 288 1 0 1945 6 0 0 25 0 9 0 1992721132 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4126821473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25531] ppid=25526 vsize=867252 CPUtime=0.04
/proc/25528/task/25531/stat : 25531 (java) S 25526 25528 23976 0 -1 64 2729 288 0 0 4 0 0 0 16 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25532] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25532/stat : 25532 (java) S 25526 25528 23976 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25533] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25533/stat : 25533 (java) S 25526 25528 23976 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25534] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25534/stat : 25534 (java) S 25526 25528 23976 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25535] ppid=25526 vsize=867252 CPUtime=0.19
/proc/25528/task/25535/stat : 25535 (java) S 25526 25528 23976 0 -1 64 558 288 0 0 19 0 0 0 16 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25536] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25536/stat : 25536 (java) S 25526 25528 23976 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25537] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25537/stat : 25537 (java) S 25526 25528 23976 0 -1 64 4 288 0 0 0 0 0 0 15 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.77
Current children cumulated vsize (KiB) 867252

[startup+20.3015 s]
/proc/loadavg: 2.02 2.00 2.00 3/98 25541
/proc/meminfo: memFree=1742536/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=867252 CPUtime=20.17
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 18998 288 1 0 2009 8 0 0 20 0 9 0 1992721131 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216813 11426 2631 9 0 211319 0
[pid=25528/tid=25530] ppid=25526 vsize=867252 CPUtime=19.91
/proc/25528/task/25530/stat : 25530 (java) R 25526 25528 23976 0 -1 64 14875 288 1 0 1985 6 0 0 25 0 9 0 1992721132 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4126848457 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25531] ppid=25526 vsize=867252 CPUtime=0.04
/proc/25528/task/25531/stat : 25531 (java) S 25526 25528 23976 0 -1 64 2729 288 0 0 4 0 0 0 16 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25532] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25532/stat : 25532 (java) S 25526 25528 23976 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25533] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25533/stat : 25533 (java) S 25526 25528 23976 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25534] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25534/stat : 25534 (java) S 25526 25528 23976 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25535] ppid=25526 vsize=867252 CPUtime=0.19
/proc/25528/task/25535/stat : 25535 (java) S 25526 25528 23976 0 -1 64 558 288 0 0 19 0 0 0 16 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25536] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25536/stat : 25536 (java) S 25526 25528 23976 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25537] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25537/stat : 25537 (java) S 25526 25528 23976 0 -1 64 4 288 0 0 0 0 0 0 15 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.17
Current children cumulated vsize (KiB) 867252

[startup+20.7015 s]
/proc/loadavg: 2.02 2.00 2.00 3/98 25541
/proc/meminfo: memFree=1742536/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=867252 CPUtime=20.57
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 18998 288 1 0 2049 8 0 0 20 0 9 0 1992721131 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216813 11426 2631 9 0 211319 0
[pid=25528/tid=25530] ppid=25526 vsize=867252 CPUtime=20.31
/proc/25528/task/25530/stat : 25530 (java) R 25526 25528 23976 0 -1 64 14875 288 1 0 2025 6 0 0 25 0 9 0 1992721132 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4126846300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25531] ppid=25526 vsize=867252 CPUtime=0.04
/proc/25528/task/25531/stat : 25531 (java) S 25526 25528 23976 0 -1 64 2729 288 0 0 4 0 0 0 16 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25532] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25532/stat : 25532 (java) S 25526 25528 23976 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25533] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25533/stat : 25533 (java) S 25526 25528 23976 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1992721134 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25534] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25534/stat : 25534 (java) S 25526 25528 23976 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25535] ppid=25526 vsize=867252 CPUtime=0.19
/proc/25528/task/25535/stat : 25535 (java) S 25526 25528 23976 0 -1 64 558 288 0 0 19 0 0 0 16 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25536] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25536/stat : 25536 (java) S 25526 25528 23976 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25537] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25537/stat : 25537 (java) S 25526 25528 23976 0 -1 64 4 288 0 0 0 0 0 0 15 0 9 0 1992721136 888066048 11426 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.57
Current children cumulated vsize (KiB) 867252

[startup+20.8015 s]
/proc/loadavg: 2.02 2.00 2.00 2/98 25541
/proc/meminfo: memFree=1742408/2055920 swapFree=4176356/4192956
[pid=25528] ppid=25526 vsize=867252 CPUtime=20.63
/proc/25528/stat : 25528 (java) S 25526 25528 23976 0 -1 0 19031 288 1 0 2055 8 0 0 20 0 9 0 1992721131 888066048 11457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25528/statm: 216813 11457 2631 9 0 211319 0
[pid=25528/tid=25530] ppid=25526 vsize=867252 CPUtime=20.37
/proc/25528/task/25530/stat : 25530 (java) S 25526 25528 23976 0 -1 64 14908 288 1 0 2031 6 0 0 25 0 9 0 1992721132 888066048 11457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25531] ppid=25526 vsize=867252 CPUtime=0.04
/proc/25528/task/25531/stat : 25531 (java) S 25526 25528 23976 0 -1 64 2729 288 0 0 4 0 0 0 16 0 9 0 1992721134 888066048 11457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25532] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25532/stat : 25532 (java) S 25526 25528 23976 0 -1 64 14 288 0 0 0 0 0 0 16 0 9 0 1992721134 888066048 11457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25533] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25533/stat : 25533 (java) S 25526 25528 23976 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1992721134 888066048 11457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25534] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25534/stat : 25534 (java) S 25526 25528 23976 0 -1 64 1 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25535] ppid=25526 vsize=867252 CPUtime=0.19
/proc/25528/task/25535/stat : 25535 (java) S 25526 25528 23976 0 -1 64 558 288 0 0 19 0 0 0 16 0 9 0 1992721136 888066048 11457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25528/tid=25536] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25536/stat : 25536 (java) S 25526 25528 23976 0 -1 64 2 288 0 0 0 0 0 0 25 0 9 0 1992721136 888066048 11457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25528/tid=25537] ppid=25526 vsize=867252 CPUtime=0
/proc/25528/task/25537/stat : 25537 (java) S 25526 25528 23976 0 -1 64 4 288 0 0 0 0 0 0 15 0 9 0 1992721136 888066048 11457 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.63
Current children cumulated vsize (KiB) 867252

Child status: 0
Real time (s): 20.8224
CPU time (s): 20.6579
CPU user time (s): 20.5599
CPU system time (s): 0.097985
CPU usage (%): 99.2099
Max. virtual memory (cumulated for all children) (KiB): 867252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5599
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19346
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= 1612
involuntary context switches= 1828

runsolver used 0.036994 second user time and 0.070989 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 04:12:20
IDJOB=1063486
IDBENCH=54758
IDSOLVER=363
FILE ID=node91/1063486-1215137540
PBS_JOBID= 7877326
Free space on /tmp= 66560 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-flugpl.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1063486-1215137540/watcher-1063486-1215137540 -o /tmp/evaluation-result-1063486-1215137540/solver-1063486-1215137540 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1063486-1215137540.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a3667df7e591448b4043207f6356c865
RANDOM SEED=1628769792

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1778928 kB
Buffers:         19748 kB
Cached:         136504 kB
SwapCached:       7696 kB
Active:         176980 kB
Inactive:        55472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778928 kB
SwapTotal:     4192956 kB
SwapFree:      4176356 kB
Dirty:            2180 kB
Writeback:           0 kB
Mapped:          91896 kB
Slab:            28888 kB
Committed_AS: 13095972 kB
PageTables:       2384 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= 66556 MiB
End job on node91 at 2008-07-04 04:12:41