Trace number 1095088

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 21.5627 22.0203

DiagnosticValue
CHECKS51072
NODES0

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-10.xml
MD5SUMd91c77ce7b00fdc4c403dfe3f5ffc37c
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.06884
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
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.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1095088-1215280713.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.48/0.54	     nbVariables=260  nbDomainTypes=8  minDomainSize=42  maxDomainSize=302  nbTotalValues=47293
0.48/0.54	       =>  wckTime=0.31  cpuTime=0.23  mem=9M813
0.48/0.54	   
0.48/0.54	   predicates being loaded...
0.57/0.60	   
0.57/0.60	   constraints being loaded...
20.50/20.97	   
20.50/20.97	   INFO : Stopping converting binary constraints (cpu=20.09, mem = 43M557)
21.19/21.61	     nbConstraints=2088  nbMergedConstraints=1839  nbConvertedConstraints=1561  nbConvertConstraintsChecks=43421697
21.19/21.61	     nbExtensionStructures=1206  nbSharedExtensionStructures=898  nbConflictsStructures=1324
21.19/21.61	     nbSharedConflictsStructures=937  nbUnbuiltConflictsStructures=328  nbSharedBinaryRepresentations=432972
21.19/21.61	     nbEvaluationManagers=446  nbSharedEvaluationManagers=81  minDegree=5  maxDegree=20  minArity=2  maxArity=2
21.19/21.61	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.193  symmetryCpuTime=0.11
21.19/21.61	       =>  wckTime=21.383  cpuTime=20.53  mem=17M860
21.28/21.72	   
21.28/21.72	   solver IterativeSystematicSolver being built... 
21.39/21.89	       =>  wckTime=21.66  cpuTime=20.67  mem=33M134
21.48/21.94	   
21.48/21.94	   preprocessing
21.48/21.94	     nbConstraintChecks=51072  nbValidityChecks=157  nbPropagations=22  nbRevisions=471  nbUselessRevisions=265
21.48/21.94	     nbRemovedValues=17284  detectedInconsistency=yes
21.48/21.94	       =>  wckTime=0.044  cpuTime=0.03  mem=33M134
21.48/21.94	   
21.48/21.94	   global
21.48/21.94	     nbConstraintChecks=51072  nbValidityChecks=157  nbPropagations=22  nbRevisions=471  nbUselessRevisions=265
21.48/21.94	     nbRestartNogoods=0  solvingWckTime=0.047  solvingCpuTime=0.04  expiredTime=no  totalExploration=yes
21.48/21.94	     nbFoundSolutions=0  globalCpuTime=20.76
21.48/21.94	       =>  wckTime=21.71  cpuTime=20.71  mem=34M184
21.48/21.95	   
21.48/21.95	s UNSATISFIABLE
21.48/21.95	d NODES 0
21.48/21.95	d CHECKS 51072
21.48/21.95	   
21.48/21.95	   totalWckTime=21.77  totalCpuTime=20.76

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-1095088-1215280713/watcher-1095088-1215280713 -o /tmp/evaluation-result-1095088-1215280713/solver-1095088-1215280713 -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-1095088-1215280713.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.06 2.07 3/98 8021
/proc/meminfo: memFree=870756/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=10616 CPUtime=0
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 683797851 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 2654 472 209 9 0 1184 0
[pid=8021/tid=8022] ppid=8019 vsize=10616 CPUtime=0
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 683797852 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 11108312 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.115585 s]
/proc/loadavg: 2.00 2.06 2.07 3/98 8021
/proc/meminfo: memFree=870756/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=865884 CPUtime=0.1
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 3962 0 1 0 8 2 0 0 18 0 9 0 683797851 886665216 3402 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216471 3402 1774 9 0 211026 0
[pid=8021/tid=8022] ppid=8019 vsize=865884 CPUtime=0.08
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 3059 0 1 0 7 1 0 0 18 0 9 0 683797852 886665216 3402 996147200 134512640 134550740 4294955968 18446744073709551615 104252402 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865884

[startup+0.201602 s]
/proc/loadavg: 2.00 2.06 2.07 3/98 8021
/proc/meminfo: memFree=870756/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=866048 CPUtime=0.18
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 4809 0 1 0 15 3 0 0 18 0 9 0 683797851 886833152 4236 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216512 4236 1852 9 0 211060 0
[pid=8021/tid=8022] ppid=8019 vsize=866048 CPUtime=0.17
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 3906 0 1 0 15 2 0 0 18 0 9 0 683797852 886833152 4236 996147200 134512640 134550740 4294955968 18446744073709551615 4125960482 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.301606 s]
/proc/loadavg: 2.00 2.06 2.07 3/98 8021
/proc/meminfo: memFree=870756/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=866276 CPUtime=0.28
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 5634 0 1 0 25 3 0 0 18 0 9 0 683797851 887066624 5048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216569 5048 1905 9 0 211097 0
[pid=8021/tid=8022] ppid=8019 vsize=866276 CPUtime=0.23
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 4658 0 1 0 21 2 0 0 18 0 9 0 683797852 887066624 5048 996147200 134512640 134550740 4294955968 18446744073709551615 10264679 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866276

[startup+0.701649 s]
/proc/loadavg: 2.00 2.06 2.07 3/98 8021
/proc/meminfo: memFree=870756/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=867068 CPUtime=0.68
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 7997 0 1 0 63 5 0 0 18 0 9 0 683797851 887877632 7357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216767 7357 2007 9 0 211273 0
[pid=8021/tid=8022] ppid=8019 vsize=867068 CPUtime=0.54
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 6816 0 1 0 51 3 0 0 20 0 9 0 683797852 887877632 7357 996147200 134512640 134550740 4294955968 18446744073709551615 102887992 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867068

[startup+1.50273 s]
/proc/loadavg: 2.00 2.06 2.07 3/107 8030
/proc/meminfo: memFree=832348/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=867648 CPUtime=1.47
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 12321 0 1 0 139 8 0 0 18 0 9 0 683797851 888471552 11678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216912 11678 2014 9 0 211418 0
[pid=8021/tid=8022] ppid=8019 vsize=867648 CPUtime=1.26
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 10939 0 1 0 120 6 0 0 25 0 9 0 683797852 888471552 11678 996147200 134512640 134550740 4294955968 18446744073709551615 4126877960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8024] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8024/stat : 8024 (java) S 8019 8021 6351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683797854 888471552 11678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8025] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8025/stat : 8025 (java) S 8019 8021 6351 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 683797854 888471552 11678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8026] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8026/stat : 8026 (java) S 8019 8021 6351 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 683797854 888471552 11678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8027] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8027/stat : 8027 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683797856 888471552 11678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8028] ppid=8019 vsize=867648 CPUtime=0.18
/proc/8021/task/8028/stat : 8028 (java) S 8019 8021 6351 0 -1 64 684 0 0 0 18 0 0 0 16 0 9 0 683797856 888471552 11678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8029] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8029/stat : 8029 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683797856 888471552 11678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8030] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8030/stat : 8030 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683797856 888471552 11678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867648

[startup+3.10289 s]
/proc/loadavg: 2.00 2.06 2.07 3/107 8030
/proc/meminfo: memFree=829788/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=867648 CPUtime=3.05
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 13421 0 1 0 296 9 0 0 18 0 9 0 683797851 888471552 12776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216912 12776 2014 9 0 211418 0
[pid=8021/tid=8022] ppid=8019 vsize=867648 CPUtime=2.81
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 12011 0 1 0 274 7 0 0 25 0 9 0 683797852 888471552 12776 996147200 134512640 134550740 4294955968 18446744073709551615 4126890598 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8024] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8024/stat : 8024 (java) S 8019 8021 6351 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 683797854 888471552 12776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8025] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8025/stat : 8025 (java) S 8019 8021 6351 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 683797854 888471552 12776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8026] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8026/stat : 8026 (java) S 8019 8021 6351 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 683797854 888471552 12776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8027] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8027/stat : 8027 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683797856 888471552 12776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8028] ppid=8019 vsize=867648 CPUtime=0.21
/proc/8021/task/8028/stat : 8028 (java) S 8019 8021 6351 0 -1 64 712 0 0 0 21 0 0 0 15 0 9 0 683797856 888471552 12776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8029] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8029/stat : 8029 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683797856 888471552 12776 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8030] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8030/stat : 8030 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683797856 888471552 12776 996147200 134512640 134550740 4294955968 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) 867648

[startup+6.30123 s]
/proc/loadavg: 2.00 2.06 2.07 3/107 8030
/proc/meminfo: memFree=821660/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=867648 CPUtime=5.9
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 15310 0 1 0 580 10 0 0 18 0 9 0 683797851 888471552 14664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216912 14664 2014 9 0 211418 0
[pid=8021/tid=8022] ppid=8019 vsize=867648 CPUtime=5.67
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 13899 0 1 0 558 9 0 0 25 0 9 0 683797852 888471552 14664 996147200 134512640 134550740 4294955968 18446744073709551615 4126874096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8024] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8024/stat : 8024 (java) S 8019 8021 6351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683797854 888471552 14664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8025] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8025/stat : 8025 (java) S 8019 8021 6351 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 683797854 888471552 14664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8026] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8026/stat : 8026 (java) S 8019 8021 6351 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 683797854 888471552 14664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8027] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8027/stat : 8027 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683797856 888471552 14664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8028] ppid=8019 vsize=867648 CPUtime=0.21
/proc/8021/task/8028/stat : 8028 (java) S 8019 8021 6351 0 -1 64 713 0 0 0 21 0 0 0 16 0 9 0 683797856 888471552 14664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8029] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8029/stat : 8029 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683797856 888471552 14664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8030] ppid=8019 vsize=867648 CPUtime=0
/proc/8021/task/8030/stat : 8030 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683797856 888471552 14664 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 867648

[startup+12.7019 s]
/proc/loadavg: 2.00 2.06 2.07 3/107 8030
/proc/meminfo: memFree=805484/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=867560 CPUtime=12.3
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 18719 0 1 0 1215 15 0 0 18 0 9 0 683797851 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216890 18046 2005 9 0 211418 0
[pid=8021/tid=8022] ppid=8019 vsize=867560 CPUtime=11.99
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 15787 0 1 0 1187 12 0 0 25 0 9 0 683797852 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4126875248 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8024] ppid=8019 vsize=867560 CPUtime=0.04
/proc/8021/task/8024/stat : 8024 (java) S 8019 8021 6351 0 -1 64 1514 0 0 0 4 0 0 0 16 0 9 0 683797854 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8025] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8025/stat : 8025 (java) S 8019 8021 6351 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 683797854 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8026] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8026/stat : 8026 (java) S 8019 8021 6351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683797854 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8027] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8027/stat : 8027 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683797856 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8028] ppid=8019 vsize=867560 CPUtime=0.23
/proc/8021/task/8028/stat : 8028 (java) S 8019 8021 6351 0 -1 64 721 0 0 0 23 0 0 0 16 0 9 0 683797856 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8029] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8029/stat : 8029 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683797856 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8030] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8030/stat : 8030 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683797856 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 867560

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

[startup+12.8019 s]
/proc/loadavg: 2.00 2.06 2.07 3/107 8030
/proc/meminfo: memFree=805484/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=867560 CPUtime=12.4
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 18719 0 1 0 1225 15 0 0 18 0 9 0 683797851 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216890 18046 2005 9 0 211418 0
[pid=8021/tid=8022] ppid=8019 vsize=867560 CPUtime=12.09
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 15787 0 1 0 1197 12 0 0 25 0 9 0 683797852 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4126897591 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8024] ppid=8019 vsize=867560 CPUtime=0.04
/proc/8021/task/8024/stat : 8024 (java) S 8019 8021 6351 0 -1 64 1514 0 0 0 4 0 0 0 16 0 9 0 683797854 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8025] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8025/stat : 8025 (java) S 8019 8021 6351 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 683797854 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8026] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8026/stat : 8026 (java) S 8019 8021 6351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683797854 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8027] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8027/stat : 8027 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683797856 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8028] ppid=8019 vsize=867560 CPUtime=0.23
/proc/8021/task/8028/stat : 8028 (java) S 8019 8021 6351 0 -1 64 721 0 0 0 23 0 0 0 16 0 9 0 683797856 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8029] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8029/stat : 8029 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683797856 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8030] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8030/stat : 8030 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683797856 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 867560

[startup+16.0012 s]
/proc/loadavg: 2.00 2.06 2.07 3/107 8030
/proc/meminfo: memFree=805484/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=867560 CPUtime=15.6
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 18720 0 1 0 1544 16 0 0 18 0 9 0 683797851 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216890 18047 2005 9 0 211418 0
[pid=8021/tid=8022] ppid=8019 vsize=867560 CPUtime=15.29
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 15787 0 1 0 1516 13 0 0 25 0 9 0 683797852 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4126872808 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8024] ppid=8019 vsize=867560 CPUtime=0.04
/proc/8021/task/8024/stat : 8024 (java) S 8019 8021 6351 0 -1 64 1514 0 0 0 4 0 0 0 16 0 9 0 683797854 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8025] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8025/stat : 8025 (java) S 8019 8021 6351 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 683797854 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8026] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8026/stat : 8026 (java) S 8019 8021 6351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683797854 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8027] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8027/stat : 8027 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683797856 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8028] ppid=8019 vsize=867560 CPUtime=0.23
/proc/8021/task/8028/stat : 8028 (java) S 8019 8021 6351 0 -1 64 722 0 0 0 23 0 0 0 15 0 9 0 683797856 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8029] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8029/stat : 8029 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683797856 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8030] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8030/stat : 8030 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683797856 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.6
Current children cumulated vsize (KiB) 867560

[startup+19.2026 s]
/proc/loadavg: 2.00 2.05 2.07 3/107 8030
/proc/meminfo: memFree=805484/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=867560 CPUtime=18.79
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 18721 0 1 0 1863 16 0 0 18 0 9 0 683797851 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216890 18048 2005 9 0 211418 0
[pid=8021/tid=8022] ppid=8019 vsize=867560 CPUtime=18.49
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 15787 0 1 0 1835 14 0 0 25 0 9 0 683797852 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4126872866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8024] ppid=8019 vsize=867560 CPUtime=0.04
/proc/8021/task/8024/stat : 8024 (java) S 8019 8021 6351 0 -1 64 1514 0 0 0 4 0 0 0 16 0 9 0 683797854 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8025] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8025/stat : 8025 (java) S 8019 8021 6351 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 683797854 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8026] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8026/stat : 8026 (java) S 8019 8021 6351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683797854 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8027] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8027/stat : 8027 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683797856 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8028] ppid=8019 vsize=867560 CPUtime=0.23
/proc/8021/task/8028/stat : 8028 (java) S 8019 8021 6351 0 -1 64 723 0 0 0 23 0 0 0 16 0 9 0 683797856 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8029] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8029/stat : 8029 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683797856 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8030] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8030/stat : 8030 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683797856 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 867560

[startup+20.8027 s]
/proc/loadavg: 2.00 2.05 2.07 3/107 8030
/proc/meminfo: memFree=805484/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=867560 CPUtime=20.39
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 18734 0 1 0 2022 17 0 0 18 0 9 0 683797851 888381440 18060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216890 18060 2005 9 0 211418 0
[pid=8021/tid=8022] ppid=8019 vsize=867560 CPUtime=20.07
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 15788 0 1 0 1992 15 0 0 25 0 9 0 683797852 888381440 18060 996147200 134512640 134550740 4294955968 18446744073709551615 4126898236 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8024] ppid=8019 vsize=867560 CPUtime=0.04
/proc/8021/task/8024/stat : 8024 (java) S 8019 8021 6351 0 -1 64 1514 0 0 0 4 0 0 0 17 0 9 0 683797854 888381440 18060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8025] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8025/stat : 8025 (java) S 8019 8021 6351 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 683797854 888381440 18060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8026] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8026/stat : 8026 (java) S 8019 8021 6351 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683797854 888381440 18060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8027] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8027/stat : 8027 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 683797856 888381440 18060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8028] ppid=8019 vsize=867560 CPUtime=0.25
/proc/8021/task/8028/stat : 8028 (java) S 8019 8021 6351 0 -1 64 735 0 0 0 25 0 0 0 16 0 9 0 683797856 888381440 18060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8029] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8029/stat : 8029 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 683797856 888381440 18060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8030] ppid=8019 vsize=867560 CPUtime=0
/proc/8021/task/8030/stat : 8030 (java) S 8019 8021 6351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683797856 888381440 18060 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.39
Current children cumulated vsize (KiB) 867560

[startup+21.6018 s]
/proc/loadavg: 2.00 2.05 2.07 3/107 8030
/proc/meminfo: memFree=805484/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=867884 CPUtime=21.19
/proc/8021/stat : 8021 (java) S 8019 8021 6351 0 -1 0 22418 388 1 0 2096 20 2 1 18 0 10 0 683797851 888713216 20309 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 216971 20309 2018 9 0 211499 0
[pid=8021/tid=8022] ppid=8019 vsize=867884 CPUtime=20.75
/proc/8021/task/8022/stat : 8022 (java) R 8019 8021 6351 0 -1 64 16948 388 1 0 2057 15 2 1 23 0 10 0 683797852 888713216 20309 996147200 134512640 134550740 4294955968 18446744073709551615 4127200728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8024] ppid=8019 vsize=867884 CPUtime=0.14
/proc/8021/task/8024/stat : 8024 (java) S 8019 8021 6351 0 -1 64 3759 388 0 0 10 1 2 1 16 0 10 0 683797854 888713216 20309 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8025] ppid=8019 vsize=867884 CPUtime=0.03
/proc/8021/task/8025/stat : 8025 (java) S 8019 8021 6351 0 -1 64 13 388 0 0 0 0 2 1 16 0 10 0 683797854 888713216 20309 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8026] ppid=8019 vsize=867884 CPUtime=0.03
/proc/8021/task/8026/stat : 8026 (java) S 8019 8021 6351 0 -1 64 5 388 0 0 0 0 2 1 16 0 10 0 683797854 888713216 20309 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=8021/tid=8027] ppid=8019 vsize=867884 CPUtime=0.03
/proc/8021/task/8027/stat : 8027 (java) S 8019 8021 6351 0 -1 64 1 388 0 0 0 0 2 1 18 0 10 0 683797856 888713216 20309 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8028] ppid=8019 vsize=867884 CPUtime=0.32
/proc/8021/task/8028/stat : 8028 (java) S 8019 8021 6351 0 -1 64 874 388 0 0 28 1 2 1 16 0 10 0 683797856 888713216 20309 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8029] ppid=8019 vsize=867884 CPUtime=0.03
/proc/8021/task/8029/stat : 8029 (java) S 8019 8021 6351 0 -1 64 1 388 0 0 0 0 2 1 19 0 10 0 683797856 888713216 20309 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8021/tid=8030] ppid=8019 vsize=867884 CPUtime=0.03
/proc/8021/task/8030/stat : 8030 (java) S 8019 8021 6351 0 -1 64 10 388 0 0 0 0 2 1 15 0 10 0 683797856 888713216 20309 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.19
Current children cumulated vsize (KiB) 867884

[startup+22.0025 s]
/proc/loadavg: 2.00 2.05 2.07 3/100 8034
/proc/meminfo: memFree=803756/2055920 swapFree=4147328/4192956
[pid=8021] ppid=8019 vsize=0 CPUtime=21.54
/proc/8021/stat : 8021 (java) Z 8019 8021 6351 0 -1 12 32737 388 1 0 2128 23 2 1 16 0 2 0 683797851 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8021/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.54
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.0203
CPU time (s): 21.5627
CPU user time (s): 21.3028
CPU system time (s): 0.25996
CPU usage (%): 97.922
Max. virtual memory (cumulated for all children) (KiB): 867972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.3028
system time used= 0.25996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33125
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= 1976
involuntary context switches= 2004

runsolver used 0.124981 second user time and 0.229965 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 19:58:33
IDJOB=1095088
IDBENCH=58877
IDSOLVER=363
FILE ID=node90/1095088-1215280713
PBS_JOBID= 7882203
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-10.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-1095088-1215280713/watcher-1095088-1215280713 -o /tmp/evaluation-result-1095088-1215280713/solver-1095088-1215280713 -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-1095088-1215280713.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d91c77ce7b00fdc4c403dfe3f5ffc37c
RANDOM SEED=1112364913

node90.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.236
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.236
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:        871236 kB
Buffers:         26084 kB
Cached:         978824 kB
SwapCached:      36920 kB
Active:         668200 kB
Inactive:       457932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        871236 kB
SwapTotal:     4192956 kB
SwapFree:      4147328 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:         130836 kB
Slab:            41372 kB
Committed_AS:  1185700 kB
PageTables:       3640 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 node90 at 2008-07-05 19:58:55