Trace number 1055546

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 30.1124 30.3623

DiagnosticValue
CHECKS16358100
NODES15419

General information on the benchmark

Namecsp/nengfa/
normalized-color.xml
MD5SUM868270618e65ac29a05492ece46ae30f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.57376
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints12458
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12458
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-1055546-1215059760.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.39/0.47	     nbVariables=500  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=2500
0.39/0.47	       =>  wckTime=0.242  cpuTime=0.16  mem=9M869
0.39/0.47	   
0.39/0.47	   predicates being loaded...
1.18/1.24	   
1.18/1.24	   constraints being loaded...
3.65/3.75	     nbConstraints=12472  nbGlobalConstraints=14  nbConvertedConstraints=12458  nbConvertConstraintsChecks=25
3.65/3.75	     nbExtensionStructures=1  nbSharedExtensionStructures=12457  nbConflictsStructures=1
3.65/3.75	     nbSharedConflictsStructures=12457  nbSharedBinaryRepresentations=5  minDegree=34  maxDegree=69  minArity=2
3.65/3.75	     avgArity=2  maxArity=4  nbGenerators=0  nbFusions=0  symmetryWckTime=0.593  symmetryCpuTime=0.24  nbCliques=14
3.65/3.75	       =>  wckTime=3.52  cpuTime=2.73  mem=34M999
3.85/3.94	   
3.85/3.94	   solver IterativeSystematicSolver being built... 
3.94/4.02	   
3.94/4.02	   INFO : Forward propagation technique limited 
4.04/4.11	       =>  wckTime=3.879  cpuTime=2.86  mem=36M131
4.04/4.15	   
4.04/4.15	   preprocessing
4.04/4.15	     nbConstraintChecks=0  nbPropagations=500  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
4.04/4.15	     detectedInconsistency=no
4.04/4.15	       =>  wckTime=0.037  cpuTime=0.03  mem=36M131
4.54/4.69	   
4.54/4.69	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=37M159)
30.05/30.33	   
30.05/30.33	   search
30.05/30.33	     run=13  nbConstraintChecks=16358095  minDepth=0  maxDepth=12  nbPropagations=2306671  nbRevisions=17158249
30.05/30.33	     nbUselessRevisions=5673820  nbAssignments=15419  nbFailedAssignments=4182  nbBacktracks=11131  nbVisitedNodes=23644
30.05/30.33	     nbRestartNogoods=66  nbSEliminables=0  nbREliminables=168.8  nbIEliminables=322.43  nbDEliminables=0
30.05/30.33	     nbPEliminables=0
30.05/30.33	       =>  wckTime=26.222  cpuTime=25.93  mem=37M159
30.05/30.33	   
30.05/30.33	   global
30.05/30.33	     nbConstraintChecks=16358095  nbPropagations=2307171  nbRevisions=17158249  nbUselessRevisions=5673820
30.05/30.33	     nbRestartNogoods=66  solvingWckTime=26.224  solvingCpuTime=25.93  expiredTime=no  totalExploration=yes
30.05/30.33	     nbFoundSolutions=0  globalCpuTime=28.84
30.05/30.33	       =>  wckTime=30.104  cpuTime=28.79  mem=37M159
30.05/30.34	   
30.05/30.34	s UNSATISFIABLE
30.05/30.34	d NODES 15419
30.05/30.34	d CHECKS 16358095
30.05/30.34	   
30.05/30.34	   totalWckTime=30.159  totalCpuTime=28.85

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1055546-1215059760/watcher-1055546-1215059760 -o /tmp/evaluation-result-1055546-1215059760/solver-1055546-1215059760 -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-1055546-1215059760.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.01 2.00 4/73 8546
/proc/meminfo: memFree=1593528/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=10616 CPUtime=0
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 689942378 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 2654 472 209 9 0 1184 0
[pid=8546/tid=8547] ppid=8544 vsize=10616 CPUtime=0
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 689942379 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 5717976 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0945379 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 8546
/proc/meminfo: memFree=1593528/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=865884 CPUtime=0.08
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 3724 0 1 0 7 1 0 0 18 0 9 0 689942378 886665216 3187 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 216471 3187 1691 9 0 211026 0
[pid=8546/tid=8547] ppid=8544 vsize=865884 CPUtime=0.07
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 2817 0 1 0 6 1 0 0 18 0 9 0 689942379 886665216 3187 996147200 134512640 134550740 4294955984 18446744073709551615 4125966895 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101499 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 8546
/proc/meminfo: memFree=1593528/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=865884 CPUtime=0.08
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 3831 0 1 0 7 1 0 0 18 0 9 0 689942378 886665216 3280 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 216471 3280 1736 9 0 211026 0
[pid=8546/tid=8547] ppid=8544 vsize=865884 CPUtime=0.07
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 2924 0 1 0 6 1 0 0 18 0 9 0 689942379 886665216 3280 996147200 134512640 134550740 4294955984 18446744073709551615 104523928 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301534 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 8546
/proc/meminfo: memFree=1593528/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=866272 CPUtime=0.29
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 5656 0 1 0 26 3 0 0 18 0 9 0 689942378 887062528 5065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 216568 5065 1916 9 0 211096 0
[pid=8546/tid=8547] ppid=8544 vsize=866272 CPUtime=0.24
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 4675 0 1 0 22 2 0 0 19 0 9 0 689942379 887062528 5065 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866272

[startup+0.7016 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 8546
/proc/meminfo: memFree=1593528/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=867704 CPUtime=0.68
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 8703 0 1 0 63 5 0 0 18 0 9 0 689942378 888528896 8063 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 216926 8063 2012 9 0 211432 0
[pid=8546/tid=8547] ppid=8544 vsize=867704 CPUtime=0.51
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 7342 0 1 0 48 3 0 0 20 0 9 0 689942379 888528896 8063 996147200 134512640 134550740 4294955984 18446744073709551615 4126704132 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867704

[startup+1.50273 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 8555
/proc/meminfo: memFree=1552752/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=867616 CPUtime=1.47
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 18118 0 1 0 136 11 0 0 18 0 9 0 689942378 888438784 17453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 216904 17453 2004 9 0 211432 0
[pid=8546/tid=8547] ppid=8544 vsize=867616 CPUtime=1.24
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 15739 0 1 0 115 9 0 0 25 0 9 0 689942379 888438784 17453 996147200 134512640 134550740 4294955984 18446744073709551615 102888582 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8549] ppid=8544 vsize=867616 CPUtime=0.03
/proc/8546/task/8549/stat : 8549 (java) S 8544 8546 1320 0 -1 64 1007 0 0 0 3 0 0 0 16 0 9 0 689942381 888438784 17453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8550] ppid=8544 vsize=867616 CPUtime=0
/proc/8546/task/8550/stat : 8550 (java) S 8544 8546 1320 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 689942381 888438784 17453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8551] ppid=8544 vsize=867616 CPUtime=0
/proc/8546/task/8551/stat : 8551 (java) S 8544 8546 1320 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 689942381 888438784 17453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8552] ppid=8544 vsize=867616 CPUtime=0
/proc/8546/task/8552/stat : 8552 (java) S 8544 8546 1320 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 689942383 888438784 17453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8553] ppid=8544 vsize=867616 CPUtime=0.17
/proc/8546/task/8553/stat : 8553 (java) S 8544 8546 1320 0 -1 64 675 0 0 0 17 0 0 0 16 0 9 0 689942383 888438784 17453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8554] ppid=8544 vsize=867616 CPUtime=0
/proc/8546/task/8554/stat : 8554 (java) S 8544 8546 1320 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 689942383 888438784 17453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8555] ppid=8544 vsize=867616 CPUtime=0
/proc/8546/task/8555/stat : 8555 (java) S 8544 8546 1320 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689942383 888438784 17453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867616

[startup+3.103 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 8555
/proc/meminfo: memFree=1530928/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=867616 CPUtime=3.06
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 21606 0 1 0 248 58 0 0 18 0 9 0 689942378 888438784 20937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 216904 20937 2006 9 0 211432 0
[pid=8546/tid=8547] ppid=8544 vsize=867616 CPUtime=2.63
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 15774 0 1 0 209 54 0 0 25 0 9 0 689942379 888438784 20937 996147200 134512640 134550740 4294955984 18446744073709551615 102887901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8549] ppid=8544 vsize=867616 CPUtime=0.18
/proc/8546/task/8549/stat : 8549 (java) S 8544 8546 1320 0 -1 64 4420 0 0 0 16 2 0 0 17 0 9 0 689942381 888438784 20937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8550] ppid=8544 vsize=867616 CPUtime=0
/proc/8546/task/8550/stat : 8550 (java) S 8544 8546 1320 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 689942381 888438784 20937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8551] ppid=8544 vsize=867616 CPUtime=0
/proc/8546/task/8551/stat : 8551 (java) S 8544 8546 1320 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 689942381 888438784 20937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8552] ppid=8544 vsize=867616 CPUtime=0
/proc/8546/task/8552/stat : 8552 (java) S 8544 8546 1320 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 689942383 888438784 20937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8553] ppid=8544 vsize=867616 CPUtime=0.23
/proc/8546/task/8553/stat : 8553 (java) S 8544 8546 1320 0 -1 64 715 0 0 0 22 1 0 0 16 0 9 0 689942383 888438784 20937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8554] ppid=8544 vsize=867616 CPUtime=0
/proc/8546/task/8554/stat : 8554 (java) S 8544 8546 1320 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 689942383 888438784 20937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8555] ppid=8544 vsize=867616 CPUtime=0
/proc/8546/task/8555/stat : 8555 (java) S 8544 8546 1320 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 689942383 888438784 20937 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867616

[startup+6.30254 s]
/proc/loadavg: 2.08 2.03 2.01 3/82 8559
/proc/meminfo: memFree=1507568/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=868104 CPUtime=6.22
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 34945 843 1 0 526 66 29 1 18 0 9 0 689942378 888938496 23929 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 217026 23929 2637 9 0 211532 0
[pid=8546/tid=8547] ppid=8544 vsize=868104 CPUtime=5.47
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 22720 843 1 0 459 58 29 1 25 0 9 0 689942379 888938496 23929 996147200 134512640 134550740 4294955984 18446744073709551615 4126095823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8549] ppid=8544 vsize=868104 CPUtime=0.66
/proc/8546/task/8549/stat : 8549 (java) S 8544 8546 1320 0 -1 64 10387 843 0 0 32 4 29 1 17 0 9 0 689942381 888938496 23929 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8550] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8550/stat : 8550 (java) S 8544 8546 1320 0 -1 64 19 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23929 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8551] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8551/stat : 8551 (java) S 8544 8546 1320 0 -1 64 8 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23929 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8552] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8552/stat : 8552 (java) S 8544 8546 1320 0 -1 64 0 843 0 0 0 0 29 1 18 0 9 0 689942383 888938496 23929 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8553] ppid=8544 vsize=868104 CPUtime=0.65
/proc/8546/task/8553/stat : 8553 (java) S 8544 8546 1320 0 -1 64 969 843 0 0 34 1 29 1 15 0 9 0 689942383 888938496 23929 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8554] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8554/stat : 8554 (java) S 8544 8546 1320 0 -1 64 2 843 0 0 0 0 29 1 19 0 9 0 689942383 888938496 23929 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8555] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8555/stat : 8555 (java) S 8544 8546 1320 0 -1 64 36 843 0 0 0 0 29 1 15 0 9 0 689942383 888938496 23929 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868104

[startup+12.7026 s]
/proc/loadavg: 2.07 2.03 2.00 3/82 8559
/proc/meminfo: memFree=1506616/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=868104 CPUtime=12.56
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 34989 843 1 0 1160 66 29 1 18 0 9 0 689942378 888938496 23942 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 217026 23942 2637 9 0 211532 0
[pid=8546/tid=8547] ppid=8544 vsize=868104 CPUtime=11.79
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 22726 843 1 0 1090 59 29 1 25 0 9 0 689942379 888938496 23942 996147200 134512640 134550740 4294955984 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8549] ppid=8544 vsize=868104 CPUtime=0.66
/proc/8546/task/8549/stat : 8549 (java) S 8544 8546 1320 0 -1 64 10387 843 0 0 32 4 29 1 17 0 9 0 689942381 888938496 23942 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8550] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8550/stat : 8550 (java) S 8544 8546 1320 0 -1 64 19 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23942 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8551] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8551/stat : 8551 (java) S 8544 8546 1320 0 -1 64 8 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23942 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8552] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8552/stat : 8552 (java) S 8544 8546 1320 0 -1 64 0 843 0 0 0 0 29 1 18 0 9 0 689942383 888938496 23942 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8553] ppid=8544 vsize=868104 CPUtime=0.68
/proc/8546/task/8553/stat : 8553 (java) S 8544 8546 1320 0 -1 64 1007 843 0 0 37 1 29 1 16 0 9 0 689942383 888938496 23942 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8554] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8554/stat : 8554 (java) S 8544 8546 1320 0 -1 64 2 843 0 0 0 0 29 1 19 0 9 0 689942383 888938496 23942 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8555] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8555/stat : 8555 (java) S 8544 8546 1320 0 -1 64 36 843 0 0 0 0 29 1 15 0 9 0 689942383 888938496 23942 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868104

[startup+25.5018 s]
/proc/loadavg: 2.06 2.03 2.00 2/79 8569
/proc/meminfo: memFree=1618960/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=868104 CPUtime=25.24
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 34995 843 1 0 2428 66 29 1 18 0 9 0 689942378 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 217026 23943 2637 9 0 211532 0
[pid=8546/tid=8547] ppid=8544 vsize=868104 CPUtime=24.46
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 22729 843 1 0 2357 59 29 1 25 0 9 0 689942379 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4127178556 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8546/tid=8549] ppid=8544 vsize=868104 CPUtime=0.66
/proc/8546/task/8549/stat : 8549 (java) S 8544 8546 1320 0 -1 64 10387 843 0 0 32 4 29 1 16 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8550] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8550/stat : 8550 (java) S 8544 8546 1320 0 -1 64 19 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8551] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8551/stat : 8551 (java) S 8544 8546 1320 0 -1 64 8 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8552] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8552/stat : 8552 (java) S 8544 8546 1320 0 -1 64 0 843 0 0 0 0 29 1 18 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8553] ppid=8544 vsize=868104 CPUtime=0.68
/proc/8546/task/8553/stat : 8553 (java) S 8544 8546 1320 0 -1 64 1010 843 0 0 37 1 29 1 16 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8554] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8554/stat : 8554 (java) S 8544 8546 1320 0 -1 64 2 843 0 0 0 0 29 1 19 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8555] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8555/stat : 8555 (java) S 8544 8546 1320 0 -1 64 36 843 0 0 0 0 29 1 15 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868104

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

[startup+28.7023 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 8596
/proc/meminfo: memFree=1619328/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=868104 CPUtime=28.44
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 34996 843 1 0 2748 66 29 1 18 0 9 0 689942378 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 217026 23943 2637 9 0 211532 0
[pid=8546/tid=8547] ppid=8544 vsize=868104 CPUtime=27.66
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 22730 843 1 0 2677 59 29 1 25 0 9 0 689942379 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4127221133 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8546/tid=8549] ppid=8544 vsize=868104 CPUtime=0.66
/proc/8546/task/8549/stat : 8549 (java) S 8544 8546 1320 0 -1 64 10387 843 0 0 32 4 29 1 16 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8550] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8550/stat : 8550 (java) S 8544 8546 1320 0 -1 64 19 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8551] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8551/stat : 8551 (java) S 8544 8546 1320 0 -1 64 8 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8552] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8552/stat : 8552 (java) S 8544 8546 1320 0 -1 64 0 843 0 0 0 0 29 1 18 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8553] ppid=8544 vsize=868104 CPUtime=0.68
/proc/8546/task/8553/stat : 8553 (java) S 8544 8546 1320 0 -1 64 1010 843 0 0 37 1 29 1 16 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8554] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8554/stat : 8554 (java) S 8544 8546 1320 0 -1 64 2 843 0 0 0 0 29 1 19 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8555] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8555/stat : 8555 (java) S 8544 8546 1320 0 -1 64 36 843 0 0 0 0 29 1 15 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.44
Current children cumulated vsize (KiB) 868104

[startup+29.5014 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 8596
/proc/meminfo: memFree=1619328/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=868104 CPUtime=29.25
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 34996 843 1 0 2828 67 29 1 18 0 9 0 689942378 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 217026 23943 2637 9 0 211532 0
[pid=8546/tid=8547] ppid=8544 vsize=868104 CPUtime=28.46
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 22730 843 1 0 2757 59 29 1 25 0 9 0 689942379 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4127193402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8546/tid=8549] ppid=8544 vsize=868104 CPUtime=0.66
/proc/8546/task/8549/stat : 8549 (java) S 8544 8546 1320 0 -1 64 10387 843 0 0 32 4 29 1 16 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8550] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8550/stat : 8550 (java) S 8544 8546 1320 0 -1 64 19 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8551] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8551/stat : 8551 (java) S 8544 8546 1320 0 -1 64 8 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8552] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8552/stat : 8552 (java) S 8544 8546 1320 0 -1 64 0 843 0 0 0 0 29 1 18 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8553] ppid=8544 vsize=868104 CPUtime=0.68
/proc/8546/task/8553/stat : 8553 (java) S 8544 8546 1320 0 -1 64 1010 843 0 0 37 1 29 1 16 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8554] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8554/stat : 8554 (java) S 8544 8546 1320 0 -1 64 2 843 0 0 0 0 29 1 19 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8555] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8555/stat : 8555 (java) S 8544 8546 1320 0 -1 64 36 843 0 0 0 0 29 1 15 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.25
Current children cumulated vsize (KiB) 868104

[startup+29.9015 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 8596
/proc/meminfo: memFree=1619328/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=868104 CPUtime=29.65
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 34996 843 1 0 2868 67 29 1 18 0 9 0 689942378 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 217026 23943 2637 9 0 211532 0
[pid=8546/tid=8547] ppid=8544 vsize=868104 CPUtime=28.86
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 22730 843 1 0 2797 59 29 1 25 0 9 0 689942379 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4127178037 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8546/tid=8549] ppid=8544 vsize=868104 CPUtime=0.66
/proc/8546/task/8549/stat : 8549 (java) S 8544 8546 1320 0 -1 64 10387 843 0 0 32 4 29 1 16 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8550] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8550/stat : 8550 (java) S 8544 8546 1320 0 -1 64 19 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8551] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8551/stat : 8551 (java) S 8544 8546 1320 0 -1 64 8 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8552] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8552/stat : 8552 (java) S 8544 8546 1320 0 -1 64 0 843 0 0 0 0 29 1 18 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8553] ppid=8544 vsize=868104 CPUtime=0.68
/proc/8546/task/8553/stat : 8553 (java) S 8544 8546 1320 0 -1 64 1010 843 0 0 37 1 29 1 16 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8554] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8554/stat : 8554 (java) S 8544 8546 1320 0 -1 64 2 843 0 0 0 0 29 1 19 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8555] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8555/stat : 8555 (java) S 8544 8546 1320 0 -1 64 36 843 0 0 0 0 29 1 15 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.65
Current children cumulated vsize (KiB) 868104

[startup+30.3016 s]
/proc/loadavg: 2.05 2.03 2.00 3/81 8596
/proc/meminfo: memFree=1619328/2055920 swapFree=4156320/4192956
[pid=8546] ppid=8544 vsize=868104 CPUtime=30.05
/proc/8546/stat : 8546 (java) S 8544 8546 1320 0 -1 0 34996 843 1 0 2908 67 29 1 18 0 9 0 689942378 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8546/statm: 217026 23943 2637 9 0 211532 0
[pid=8546/tid=8547] ppid=8544 vsize=868104 CPUtime=29.26
/proc/8546/task/8547/stat : 8547 (java) R 8544 8546 1320 0 -1 64 22730 843 1 0 2837 59 29 1 25 0 9 0 689942379 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4127224270 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8546/tid=8549] ppid=8544 vsize=868104 CPUtime=0.66
/proc/8546/task/8549/stat : 8549 (java) S 8544 8546 1320 0 -1 64 10387 843 0 0 32 4 29 1 16 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8550] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8550/stat : 8550 (java) S 8544 8546 1320 0 -1 64 19 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8551] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8551/stat : 8551 (java) S 8544 8546 1320 0 -1 64 8 843 0 0 0 0 29 1 17 0 9 0 689942381 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8552] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8552/stat : 8552 (java) S 8544 8546 1320 0 -1 64 0 843 0 0 0 0 29 1 18 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8553] ppid=8544 vsize=868104 CPUtime=0.68
/proc/8546/task/8553/stat : 8553 (java) S 8544 8546 1320 0 -1 64 1010 843 0 0 37 1 29 1 16 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8554] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8554/stat : 8554 (java) S 8544 8546 1320 0 -1 64 2 843 0 0 0 0 29 1 19 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8546/tid=8555] ppid=8544 vsize=868104 CPUtime=0.3
/proc/8546/task/8555/stat : 8555 (java) S 8544 8546 1320 0 -1 64 36 843 0 0 0 0 29 1 15 0 9 0 689942383 888938496 23943 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.05
Current children cumulated vsize (KiB) 868104

Child status: 0
Real time (s): 30.3623
CPU time (s): 30.1124
CPU user time (s): 29.4105
CPU system time (s): 0.701893
CPU usage (%): 99.1772
Max. virtual memory (cumulated for all children) (KiB): 868124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.4105
system time used= 0.701893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35957
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= 2194
involuntary context switches= 2723

runsolver used 0.048992 second user time and 0.099984 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-03 06:36:00
IDJOB=1055546
IDBENCH=56825
IDSOLVER=363
FILE ID=node58/1055546-1215059760
PBS_JOBID= 7875060
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/nengfa/normalized-color.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-1055546-1215059760/watcher-1055546-1215059760 -o /tmp/evaluation-result-1055546-1215059760/solver-1055546-1215059760 -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-1055546-1215059760.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 868270618e65ac29a05492ece46ae30f
RANDOM SEED=996347868

node58.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:       1593944 kB
Buffers:         55468 kB
Cached:         198544 kB
SwapCached:      30976 kB
Active:         305748 kB
Inactive:        97020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1593944 kB
SwapTotal:     4192956 kB
SwapFree:      4156320 kB
Dirty:            5312 kB
Writeback:           0 kB
Mapped:         154884 kB
Slab:            44228 kB
Committed_AS:  1105180 kB
PageTables:       2020 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= 66540 MiB
End job on node58 at 2008-07-03 06:36:30