Trace number 1057810

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 24.3433 24.6407

DiagnosticValue
CHECKS14446400
NODES66

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-12.xml
MD5SUMac7c0d475342b35cf3d84a60d71b9c13
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.068988
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity22
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.15	
0.03/0.15	Abscon 112 (May, 2008)
0.22/0.30	
0.22/0.30	   configuration
0.22/0.30	     name=mac.xml
0.22/0.34	   
0.22/0.34	   instance
0.22/0.34	     name=HOME/instance-1057810-1215111662.xml
0.22/0.37	   
0.22/0.37	   domains being loaded...
0.22/0.38	   
0.22/0.38	   variables being loaded...
0.32/0.43	     nbVariables=168  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=840
0.32/0.43	       =>  wckTime=0.126  cpuTime=0.1  mem=7M919
0.32/0.43	   
0.32/0.43	   predicates being loaded...
0.52/0.65	   
0.52/0.65	   constraints being loaded...
1.82/1.99	     nbConstraints=95  nbGlobalConstraints=14  nbDisconnectedVariables=15  nbConflictsStructures=2
1.82/1.99	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=79  nbSharedBinaryRepresentations=0
1.82/1.99	     nbEvaluationManagers=81  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=10  minArity=2  avgArity=12.24
1.82/1.99	     maxArity=22  nbGenerators=14  nbFusions=0  symmetryWckTime=0.088  symmetryCpuTime=0.05
1.82/1.99	       =>  wckTime=1.681  cpuTime=1.5  mem=7M235
1.90/2.05	   
1.90/2.05	   solver IterativeSystematicSolver being built... 
2.00/2.13	   
2.00/2.14	   INFO : Forward propagation technique limited 
2.00/2.20	       =>  wckTime=1.896  cpuTime=1.64  mem=23M287
2.11/2.28	   
2.11/2.28	   preprocessing
2.11/2.28	     nbConstraintChecks=63491  nbValidityChecks=62  nbPropagations=168  nbRevisions=62  nbUselessRevisions=62
2.11/2.28	     nbRemovedValues=0  detectedInconsistency=no
2.11/2.28	       =>  wckTime=0.079  cpuTime=0.07  mem=24M281
24.30/24.61	   
24.30/24.61	   search
24.30/24.61	     run=2  nbConstraintChecks=14382923  nbValidityChecks=5549  minDepth=0  maxDepth=1  nbPropagations=861
24.30/24.61	     nbRevisions=2707  nbUselessRevisions=2241  nbAssignments=66  nbFailedAssignments=35  nbBacktracks=7
24.30/24.61	     nbVisitedNodes=101  nbRestartNogoods=1  mapSize=7  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
24.30/24.61	     nbREliminables=156.52  nbIEliminables=0.03  nbDEliminables=0  nbPEliminables=0
24.30/24.61	       =>  wckTime=22.405  cpuTime=22.17  mem=25M276
24.30/24.61	   
24.30/24.61	   global
24.30/24.61	     nbConstraintChecks=14446414  nbValidityChecks=5611  nbPropagations=1029  nbRevisions=2769  nbUselessRevisions=2303
24.30/24.61	     nbRestartNogoods=1  solvingWckTime=22.407  solvingCpuTime=22.17  expiredTime=no  totalExploration=yes
24.30/24.61	     nbFoundSolutions=0  globalCpuTime=23.84
24.30/24.61	       =>  wckTime=24.305  cpuTime=23.81  mem=25M276
24.30/24.61	   
24.30/24.61	s UNSATISFIABLE
24.30/24.61	d NODES 66
24.30/24.61	d CHECKS 14446414
24.30/24.61	   
24.30/24.61	   totalWckTime=24.37  totalCpuTime=23.84

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-1057810-1215111662/watcher-1057810-1215111662 -o /tmp/evaluation-result-1057810-1215111662/solver-1057810-1215111662 -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-1057810-1215111662.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.07 2.07 2.02 4/82 7299
/proc/meminfo: memFree=1618608/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=18572 CPUtime=0
/proc/7299/stat : 7299 (runsolver) R 7297 7299 6625 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1540837956 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7299/statm: 4643 292 257 25 0 2626 0

[startup+0.096666 s]
/proc/loadavg: 2.07 2.07 2.02 4/82 7299
/proc/meminfo: memFree=1618608/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=861876 CPUtime=0.03
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 2218 0 1 0 2 1 0 0 18 0 5 0 1540837956 882561024 1839 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 215469 1839 843 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.101664 s]
/proc/loadavg: 2.07 2.07 2.02 4/82 7299
/proc/meminfo: memFree=1618608/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=861876 CPUtime=0.03
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 2299 0 1 0 2 1 0 0 18 0 5 0 1540837956 882561024 1900 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 215469 1900 869 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.301686 s]
/proc/loadavg: 2.07 2.07 2.02 4/82 7299
/proc/meminfo: memFree=1618608/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=866204 CPUtime=0.22
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 5267 0 1 0 19 3 0 0 18 0 9 0 1540837956 886992896 4694 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 216551 4694 1862 9 0 211099 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 866204

[startup+0.701738 s]
/proc/loadavg: 2.07 2.07 2.02 4/82 7299
/proc/meminfo: memFree=1618608/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=868108 CPUtime=0.62
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 10169 0 1 0 56 6 0 0 18 0 9 0 1540837956 888942592 9529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 217027 9529 2008 9 0 211533 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 868108

[startup+1.50284 s]
/proc/loadavg: 2.07 2.07 2.02 3/89 7312
/proc/meminfo: memFree=1574312/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=868020 CPUtime=1.41
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 17298 0 1 0 132 9 0 0 18 0 9 0 1540837956 888852480 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 217005 16633 2003 9 0 211533 0
[pid=7299/tid=7301] ppid=7297 vsize=868020 CPUtime=1.24
/proc/7299/task/7301/stat : 7301 (java) R 7297 7299 6625 0 -1 64 15777 0 1 0 115 9 0 0 20 0 9 0 1540837958 888852480 16633 996147200 134512640 134550740 4294955984 18446744073709551615 102065161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7299/tid=7302] ppid=7297 vsize=868020 CPUtime=0.01
/proc/7299/task/7302/stat : 7302 (java) S 7297 7299 6625 0 -1 64 306 0 0 0 1 0 0 0 16 0 9 0 1540837964 888852480 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7299/tid=7303] ppid=7297 vsize=868020 CPUtime=0
/proc/7299/task/7303/stat : 7303 (java) S 7297 7299 6625 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1540837964 888852480 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7299/tid=7304] ppid=7297 vsize=868020 CPUtime=0
/proc/7299/task/7304/stat : 7304 (java) S 7297 7299 6625 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1540837964 888852480 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7299/tid=7305] ppid=7297 vsize=868020 CPUtime=0
/proc/7299/task/7305/stat : 7305 (java) S 7297 7299 6625 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1540837967 888852480 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7306] ppid=7297 vsize=868020 CPUtime=0.15
/proc/7299/task/7306/stat : 7306 (java) S 7297 7299 6625 0 -1 64 517 0 0 0 15 0 0 0 15 0 9 0 1540837967 888852480 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7299/tid=7307] ppid=7297 vsize=868020 CPUtime=0
/proc/7299/task/7307/stat : 7307 (java) S 7297 7299 6625 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1540837967 888852480 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7308] ppid=7297 vsize=868020 CPUtime=0
/proc/7299/task/7308/stat : 7308 (java) S 7297 7299 6625 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1540837967 888852480 16633 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 868020

[startup+3.10206 s]
/proc/loadavg: 2.07 2.07 2.02 6/91 7316
/proc/meminfo: memFree=1555864/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=868552 CPUtime=3
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 26697 307 1 0 286 13 0 1 18 0 9 0 1540837956 889397248 18301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 217138 18301 2637 9 0 211644 0
[pid=7299/tid=7301] ppid=7297 vsize=868552 CPUtime=2.7
/proc/7299/task/7301/stat : 7301 (java) R 7297 7299 6625 0 -1 64 22125 307 1 0 259 10 0 1 24 0 9 0 1540837958 889397248 18301 996147200 134512640 134550740 4294955984 18446744073709551615 4126710706 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7302] ppid=7297 vsize=868552 CPUtime=0.07
/proc/7299/task/7302/stat : 7302 (java) S 7297 7299 6625 0 -1 64 3028 307 0 0 6 0 0 1 17 0 9 0 1540837964 889397248 18301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7303] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7303/stat : 7303 (java) S 7297 7299 6625 0 -1 64 16 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7304] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7304/stat : 7304 (java) S 7297 7299 6625 0 -1 64 8 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7305] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7305/stat : 7305 (java) S 7297 7299 6625 0 -1 64 0 307 0 0 0 0 0 1 18 0 9 0 1540837967 889397248 18301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7306] ppid=7297 vsize=868552 CPUtime=0.21
/proc/7299/task/7306/stat : 7306 (java) S 7297 7299 6625 0 -1 64 702 307 0 0 20 0 0 1 15 0 9 0 1540837967 889397248 18301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7307] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7307/stat : 7307 (java) S 7297 7299 6625 0 -1 64 2 307 0 0 0 0 0 1 19 0 9 0 1540837967 889397248 18301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7308] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7308/stat : 7308 (java) S 7297 7299 6625 0 -1 64 9 307 0 0 0 0 0 1 15 0 9 0 1540837967 889397248 18301 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 868552

[startup+6.30148 s]
/proc/loadavg: 2.07 2.06 2.02 3/89 7316
/proc/meminfo: memFree=1555552/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=868552 CPUtime=6.17
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 26714 307 1 0 603 13 0 1 18 0 9 0 1540837956 889397248 18302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 217138 18302 2637 9 0 211644 0
[pid=7299/tid=7301] ppid=7297 vsize=868552 CPUtime=5.87
/proc/7299/task/7301/stat : 7301 (java) R 7297 7299 6625 0 -1 64 22125 307 1 0 576 10 0 1 25 0 9 0 1540837958 889397248 18302 996147200 134512640 134550740 4294955984 18446744073709551615 4126967759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7302] ppid=7297 vsize=868552 CPUtime=0.07
/proc/7299/task/7302/stat : 7302 (java) S 7297 7299 6625 0 -1 64 3029 307 0 0 6 0 0 1 16 0 9 0 1540837964 889397248 18302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7303] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7303/stat : 7303 (java) S 7297 7299 6625 0 -1 64 16 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7304] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7304/stat : 7304 (java) S 7297 7299 6625 0 -1 64 8 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7305] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7305/stat : 7305 (java) S 7297 7299 6625 0 -1 64 0 307 0 0 0 0 0 1 18 0 9 0 1540837967 889397248 18302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7306] ppid=7297 vsize=868552 CPUtime=0.21
/proc/7299/task/7306/stat : 7306 (java) S 7297 7299 6625 0 -1 64 706 307 0 0 20 0 0 1 15 0 9 0 1540837967 889397248 18302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7307] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7307/stat : 7307 (java) S 7297 7299 6625 0 -1 64 2 307 0 0 0 0 0 1 19 0 9 0 1540837967 889397248 18302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7308] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7308/stat : 7308 (java) S 7297 7299 6625 0 -1 64 21 307 0 0 0 0 0 1 15 0 9 0 1540837967 889397248 18302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 868552

[startup+12.7023 s]
/proc/loadavg: 2.06 2.06 2.02 3/89 7316
/proc/meminfo: memFree=1555432/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=868552 CPUtime=12.51
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 26720 307 1 0 1237 13 0 1 18 0 9 0 1540837956 889397248 18304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 217138 18304 2637 9 0 211644 0
[pid=7299/tid=7301] ppid=7297 vsize=868552 CPUtime=12.2
/proc/7299/task/7301/stat : 7301 (java) R 7297 7299 6625 0 -1 64 22128 307 1 0 1209 10 0 1 25 0 9 0 1540837958 889397248 18304 996147200 134512640 134550740 4294955984 18446744073709551615 4126713981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7302] ppid=7297 vsize=868552 CPUtime=0.07
/proc/7299/task/7302/stat : 7302 (java) S 7297 7299 6625 0 -1 64 3029 307 0 0 6 0 0 1 16 0 9 0 1540837964 889397248 18304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7303] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7303/stat : 7303 (java) S 7297 7299 6625 0 -1 64 16 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7304] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7304/stat : 7304 (java) S 7297 7299 6625 0 -1 64 8 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7305] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7305/stat : 7305 (java) S 7297 7299 6625 0 -1 64 0 307 0 0 0 0 0 1 18 0 9 0 1540837967 889397248 18304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7306] ppid=7297 vsize=868552 CPUtime=0.22
/proc/7299/task/7306/stat : 7306 (java) S 7297 7299 6625 0 -1 64 709 307 0 0 21 0 0 1 17 0 9 0 1540837967 889397248 18304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7307] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7307/stat : 7307 (java) S 7297 7299 6625 0 -1 64 2 307 0 0 0 0 0 1 19 0 9 0 1540837967 889397248 18304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7308] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7308/stat : 7308 (java) S 7297 7299 6625 0 -1 64 21 307 0 0 0 0 0 1 15 0 9 0 1540837967 889397248 18304 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 868552

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

[startup+19.1022 s]
/proc/loadavg: 2.06 2.06 2.02 3/89 7316
/proc/meminfo: memFree=1555496/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=868552 CPUtime=18.85
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 26724 307 1 0 1871 13 0 1 18 0 9 0 1540837956 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 217138 18305 2637 9 0 211644 0
[pid=7299/tid=7301] ppid=7297 vsize=868552 CPUtime=18.54
/proc/7299/task/7301/stat : 7301 (java) R 7297 7299 6625 0 -1 64 22131 307 1 0 1843 10 0 1 25 0 9 0 1540837958 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4126709353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7302] ppid=7297 vsize=868552 CPUtime=0.07
/proc/7299/task/7302/stat : 7302 (java) S 7297 7299 6625 0 -1 64 3029 307 0 0 6 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7303] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7303/stat : 7303 (java) S 7297 7299 6625 0 -1 64 16 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7304] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7304/stat : 7304 (java) S 7297 7299 6625 0 -1 64 8 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7305] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7305/stat : 7305 (java) S 7297 7299 6625 0 -1 64 0 307 0 0 0 0 0 1 18 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7306] ppid=7297 vsize=868552 CPUtime=0.22
/proc/7299/task/7306/stat : 7306 (java) S 7297 7299 6625 0 -1 64 710 307 0 0 21 0 0 1 16 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7307] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7307/stat : 7307 (java) S 7297 7299 6625 0 -1 64 2 307 0 0 0 0 0 1 19 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7308] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7308/stat : 7308 (java) S 7297 7299 6625 0 -1 64 21 307 0 0 0 0 0 1 15 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.85
Current children cumulated vsize (KiB) 868552

[startup+22.3016 s]
/proc/loadavg: 2.05 2.06 2.01 3/89 7316
/proc/meminfo: memFree=1555496/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=868552 CPUtime=22.02
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 26724 307 1 0 2188 13 0 1 18 0 9 0 1540837956 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 217138 18305 2637 9 0 211644 0
[pid=7299/tid=7301] ppid=7297 vsize=868552 CPUtime=21.71
/proc/7299/task/7301/stat : 7301 (java) R 7297 7299 6625 0 -1 64 22131 307 1 0 2160 10 0 1 25 0 9 0 1540837958 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4126709316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7302] ppid=7297 vsize=868552 CPUtime=0.07
/proc/7299/task/7302/stat : 7302 (java) S 7297 7299 6625 0 -1 64 3029 307 0 0 6 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7303] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7303/stat : 7303 (java) S 7297 7299 6625 0 -1 64 16 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7304] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7304/stat : 7304 (java) S 7297 7299 6625 0 -1 64 8 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7305] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7305/stat : 7305 (java) S 7297 7299 6625 0 -1 64 0 307 0 0 0 0 0 1 18 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7306] ppid=7297 vsize=868552 CPUtime=0.22
/proc/7299/task/7306/stat : 7306 (java) S 7297 7299 6625 0 -1 64 710 307 0 0 21 0 0 1 16 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7307] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7307/stat : 7307 (java) S 7297 7299 6625 0 -1 64 2 307 0 0 0 0 0 1 19 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7308] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7308/stat : 7308 (java) S 7297 7299 6625 0 -1 64 21 307 0 0 0 0 0 1 15 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.02
Current children cumulated vsize (KiB) 868552

[startup+23.9018 s]
/proc/loadavg: 2.05 2.06 2.01 3/89 7316
/proc/meminfo: memFree=1555496/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=868552 CPUtime=23.61
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 26724 307 1 0 2347 13 0 1 18 0 9 0 1540837956 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 217138 18305 2637 9 0 211644 0
[pid=7299/tid=7301] ppid=7297 vsize=868552 CPUtime=23.3
/proc/7299/task/7301/stat : 7301 (java) R 7297 7299 6625 0 -1 64 22131 307 1 0 2319 10 0 1 25 0 9 0 1540837958 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4126715186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7302] ppid=7297 vsize=868552 CPUtime=0.07
/proc/7299/task/7302/stat : 7302 (java) S 7297 7299 6625 0 -1 64 3029 307 0 0 6 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7303] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7303/stat : 7303 (java) S 7297 7299 6625 0 -1 64 16 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7304] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7304/stat : 7304 (java) S 7297 7299 6625 0 -1 64 8 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7305] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7305/stat : 7305 (java) S 7297 7299 6625 0 -1 64 0 307 0 0 0 0 0 1 18 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7306] ppid=7297 vsize=868552 CPUtime=0.22
/proc/7299/task/7306/stat : 7306 (java) S 7297 7299 6625 0 -1 64 710 307 0 0 21 0 0 1 16 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7307] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7307/stat : 7307 (java) S 7297 7299 6625 0 -1 64 2 307 0 0 0 0 0 1 19 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7308] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7308/stat : 7308 (java) S 7297 7299 6625 0 -1 64 21 307 0 0 0 0 0 1 15 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.61
Current children cumulated vsize (KiB) 868552

[startup+24.3019 s]
/proc/loadavg: 2.05 2.06 2.01 3/89 7316
/proc/meminfo: memFree=1555496/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=868552 CPUtime=24
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 26724 307 1 0 2386 13 0 1 18 0 9 0 1540837956 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 217138 18305 2637 9 0 211644 0
[pid=7299/tid=7301] ppid=7297 vsize=868552 CPUtime=23.69
/proc/7299/task/7301/stat : 7301 (java) R 7297 7299 6625 0 -1 64 22131 307 1 0 2358 10 0 1 25 0 9 0 1540837958 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4126716361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7302] ppid=7297 vsize=868552 CPUtime=0.07
/proc/7299/task/7302/stat : 7302 (java) S 7297 7299 6625 0 -1 64 3029 307 0 0 6 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7303] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7303/stat : 7303 (java) S 7297 7299 6625 0 -1 64 16 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7304] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7304/stat : 7304 (java) S 7297 7299 6625 0 -1 64 8 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7305] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7305/stat : 7305 (java) S 7297 7299 6625 0 -1 64 0 307 0 0 0 0 0 1 18 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7306] ppid=7297 vsize=868552 CPUtime=0.22
/proc/7299/task/7306/stat : 7306 (java) S 7297 7299 6625 0 -1 64 710 307 0 0 21 0 0 1 16 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7307] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7307/stat : 7307 (java) S 7297 7299 6625 0 -1 64 2 307 0 0 0 0 0 1 19 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7308] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7308/stat : 7308 (java) S 7297 7299 6625 0 -1 64 21 307 0 0 0 0 0 1 15 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24
Current children cumulated vsize (KiB) 868552

[startup+24.5019 s]
/proc/loadavg: 2.05 2.06 2.01 3/89 7316
/proc/meminfo: memFree=1555496/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=868552 CPUtime=24.2
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 26724 307 1 0 2406 13 0 1 18 0 9 0 1540837956 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 217138 18305 2637 9 0 211644 0
[pid=7299/tid=7301] ppid=7297 vsize=868552 CPUtime=23.89
/proc/7299/task/7301/stat : 7301 (java) R 7297 7299 6625 0 -1 64 22131 307 1 0 2378 10 0 1 25 0 9 0 1540837958 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4126710757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7302] ppid=7297 vsize=868552 CPUtime=0.07
/proc/7299/task/7302/stat : 7302 (java) S 7297 7299 6625 0 -1 64 3029 307 0 0 6 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7303] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7303/stat : 7303 (java) S 7297 7299 6625 0 -1 64 16 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7304] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7304/stat : 7304 (java) S 7297 7299 6625 0 -1 64 8 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7305] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7305/stat : 7305 (java) S 7297 7299 6625 0 -1 64 0 307 0 0 0 0 0 1 18 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7306] ppid=7297 vsize=868552 CPUtime=0.22
/proc/7299/task/7306/stat : 7306 (java) S 7297 7299 6625 0 -1 64 710 307 0 0 21 0 0 1 16 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7307] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7307/stat : 7307 (java) S 7297 7299 6625 0 -1 64 2 307 0 0 0 0 0 1 19 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7308] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7308/stat : 7308 (java) S 7297 7299 6625 0 -1 64 21 307 0 0 0 0 0 1 15 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.2
Current children cumulated vsize (KiB) 868552

[startup+24.6019 s]
/proc/loadavg: 2.05 2.06 2.01 3/89 7316
/proc/meminfo: memFree=1555496/2055920 swapFree=4180424/4192956
[pid=7299] ppid=7297 vsize=868552 CPUtime=24.3
/proc/7299/stat : 7299 (java) S 7297 7299 6625 0 -1 0 26724 307 1 0 2416 13 0 1 18 0 9 0 1540837956 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7299/statm: 217138 18305 2637 9 0 211644 0
[pid=7299/tid=7301] ppid=7297 vsize=868552 CPUtime=23.99
/proc/7299/task/7301/stat : 7301 (java) R 7297 7299 6625 0 -1 64 22131 307 1 0 2388 10 0 1 25 0 9 0 1540837958 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4126715063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7302] ppid=7297 vsize=868552 CPUtime=0.07
/proc/7299/task/7302/stat : 7302 (java) S 7297 7299 6625 0 -1 64 3029 307 0 0 6 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7303] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7303/stat : 7303 (java) S 7297 7299 6625 0 -1 64 16 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7304] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7304/stat : 7304 (java) S 7297 7299 6625 0 -1 64 8 307 0 0 0 0 0 1 16 0 9 0 1540837964 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7305] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7305/stat : 7305 (java) S 7297 7299 6625 0 -1 64 0 307 0 0 0 0 0 1 18 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7306] ppid=7297 vsize=868552 CPUtime=0.22
/proc/7299/task/7306/stat : 7306 (java) S 7297 7299 6625 0 -1 64 710 307 0 0 21 0 0 1 16 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7307] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7307/stat : 7307 (java) S 7297 7299 6625 0 -1 64 2 307 0 0 0 0 0 1 19 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7299/tid=7308] ppid=7297 vsize=868552 CPUtime=0.01
/proc/7299/task/7308/stat : 7308 (java) S 7297 7299 6625 0 -1 64 21 307 0 0 0 0 0 1 15 0 9 0 1540837967 889397248 18305 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.3
Current children cumulated vsize (KiB) 868552

Child status: 0
Real time (s): 24.6407
CPU time (s): 24.3433
CPU user time (s): 24.1833
CPU system time (s): 0.159975
CPU usage (%): 98.793
Max. virtual memory (cumulated for all children) (KiB): 868596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1833
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27150
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= 1594
involuntary context switches= 2062

runsolver used 0.042993 second user time and 0.081987 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-03 21:01:02
IDJOB=1057810
IDBENCH=54075
IDSOLVER=363
FILE ID=node13/1057810-1215111662
PBS_JOBID= 7877178
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-12.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-1057810-1215111662/watcher-1057810-1215111662 -o /tmp/evaluation-result-1057810-1215111662/solver-1057810-1215111662 -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-1057810-1215111662.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ac7c0d475342b35cf3d84a60d71b9c13
RANDOM SEED=1160582558

node13.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.238
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.238
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:       1619088 kB
Buffers:         55708 kB
Cached:         258312 kB
SwapCached:       6668 kB
Active:         197564 kB
Inactive:       161304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619088 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2216 kB
Writeback:           0 kB
Mapped:          61456 kB
Slab:            62936 kB
Committed_AS:  3705412 kB
PageTables:       2116 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= 66552 MiB
End job on node13 at 2008-07-03 21:01:26