Trace number 1057411

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 34.0358 34.3634

DiagnosticValue
CHECKS71149200
NODES245

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-60-3-3.xml
MD5SUM8982742502452a577a9ee0d115d7aa8c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.242962
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity6
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1057411-1215111121.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.41	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96  nbTotalValues=9600
0.38/0.41	       =>  wckTime=0.16  cpuTime=0.13  mem=7M919
0.38/0.41	   
0.38/0.41	   predicates being loaded...
0.47/0.56	   
0.47/0.56	   constraints being loaded...
0.76/0.81	     nbConstraints=64  nbGlobalConstraints=4  nbDisconnectedVariables=5  nbUnbuiltConflictsStructures=60
0.76/0.81	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=60  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=8
0.76/0.81	     minArity=2  avgArity=4.56  maxArity=6  nbGenerators=4  nbFusions=0  symmetryWckTime=0.057  symmetryCpuTime=0.02
0.76/0.81	       =>  wckTime=0.563  cpuTime=0.4  mem=19M761
0.76/0.86	   
0.76/0.86	   solver IterativeSystematicSolver being built... 
0.86/0.94	   
0.86/0.94	   INFO : Forward propagation technique limited 
0.96/1.02	       =>  wckTime=0.773  cpuTime=0.54  mem=22M950
2.84/2.98	   
2.84/2.98	   preprocessing
2.84/2.98	     nbConstraintChecks=5087643  nbValidityChecks=967  nbPropagations=108  nbRevisions=34  nbUselessRevisions=2
2.84/2.98	     nbRemovedValues=1198  detectedInconsistency=no
2.84/2.98	       =>  wckTime=1.957  cpuTime=1.93  mem=22M950
33.97/34.33	   
33.97/34.33	   search
33.97/34.33	     run=3  nbConstraintChecks=66061539  nbValidityChecks=39904  minDepth=0  maxDepth=100  nbPropagations=2568
33.97/34.33	     nbRevisions=2711  nbUselessRevisions=667  nbAssignments=245  nbFailedAssignments=79  nbBacktracks=57
33.97/34.33	     nbVisitedNodes=325  nbRestartNogoods=5  nbFoundSolutions=1  mapSize=24  nbInferences=0  nbTooLargeKeys=0
33.97/34.33	     nbSEliminables=0  nbREliminables=31.81  nbIEliminables=63.89  nbDEliminables=0  nbPEliminables=0
33.97/34.33	       =>  wckTime=33.31  cpuTime=32.97  mem=23M925
33.97/34.33	   
33.97/34.33	   global
33.97/34.33	     nbConstraintChecks=71149182  nbValidityChecks=40871  nbPropagations=2676  nbRevisions=2745  nbUselessRevisions=669
33.97/34.33	     nbRestartNogoods=5  solvingWckTime=33.313  solvingCpuTime=32.98  expiredTime=no  totalExploration=no
33.97/34.33	     nbFoundSolutions=1  firstSolutionCpuTime=33.51  globalCpuTime=33.57
33.97/34.33	       =>  wckTime=34.087  cpuTime=33.52  mem=23M925
33.97/34.33	   
33.97/34.33	s SATISFIABLE
33.97/34.33	v 23 37 5 53 67 31 37 61 97 79 41 5 53 29 43 3 53 3 83 37 37 2 61 11 2 13 41 89 61 31 11 5 83 23 71 61 67 17 37 61 11 89 79 71 29 41 89 2 53 73 43 3 59 13 17 89 41 73 79 17 13 2 2 5 37 13 79 11 43 19 97 73 19 73 47 61 29 47 2 2 41 23 3 7 43 29 7 3 11 97 19 31 3 67 47 41 3 37 71 47 
33.97/34.33	d NODES 245
33.97/34.33	d CHECKS 71149182
33.97/34.33	   
33.97/34.34	   totalWckTime=34.144  totalCpuTime=33.57

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1057411-1215111121/watcher-1057411-1215111121 -o /tmp/evaluation-result-1057411-1215111121/solver-1057411-1215111121 -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-1057411-1215111121.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.99 4/76 14909
/proc/meminfo: memFree=930688/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=18572 CPUtime=0
/proc/14909/stat : 14909 (runsolver) R 14907 14909 14667 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 1990087294 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14909/statm: 4643 292 257 25 0 2626 0

[startup+0.075609 s]
/proc/loadavg: 2.00 2.00 1.99 4/76 14909
/proc/meminfo: memFree=930688/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=865856 CPUtime=0.05
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 3187 0 1 0 4 1 0 0 18 0 9 0 1990087294 886636544 2713 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216464 2713 1429 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101611 s]
/proc/loadavg: 2.00 2.00 1.99 4/76 14909
/proc/meminfo: memFree=930688/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=865884 CPUtime=0.08
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 3698 0 1 0 6 2 0 0 18 0 9 0 1990087294 886665216 3167 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216471 3167 1679 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301634 s]
/proc/loadavg: 2.00 2.00 1.99 4/76 14909
/proc/meminfo: memFree=930688/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=866196 CPUtime=0.28
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 5616 0 1 0 24 4 0 0 18 0 9 0 1990087294 886984704 5030 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216549 5030 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701676 s]
/proc/loadavg: 2.00 2.00 1.99 4/76 14909
/proc/meminfo: memFree=930688/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=867064 CPUtime=0.67
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 8594 0 1 0 61 6 0 0 18 0 9 0 1990087294 887873536 7954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216766 7954 2008 9 0 211272 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867064

[startup+1.50279 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 14922
/proc/meminfo: memFree=898936/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=867852 CPUtime=1.45
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 17445 282 1 0 136 9 0 0 18 0 9 0 1990087294 888680448 10895 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216963 10895 2629 9 0 211469 0
[pid=14909/tid=14911] ppid=14907 vsize=867852 CPUtime=1.21
/proc/14909/task/14911/stat : 14911 (java) R 14907 14909 14667 0 -1 64 13266 282 1 0 114 7 0 0 25 0 9 0 1990087295 888680448 10895 996147200 134512640 134550740 4294955984 18446744073709551615 4126876876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14912] ppid=14907 vsize=867852 CPUtime=0.04
/proc/14909/task/14912/stat : 14912 (java) S 14907 14909 14667 0 -1 64 2668 282 0 0 4 0 0 0 16 0 9 0 1990087297 888680448 10895 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14913] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14913/stat : 14913 (java) S 14907 14909 14667 0 -1 64 16 282 0 0 0 0 0 0 16 0 9 0 1990087297 888680448 10895 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14914] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14914/stat : 14914 (java) S 14907 14909 14667 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 1990087297 888680448 10895 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14915] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14915/stat : 14915 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 1990087299 888680448 10895 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14916] ppid=14907 vsize=867852 CPUtime=0.17
/proc/14909/task/14916/stat : 14916 (java) S 14907 14909 14667 0 -1 64 670 282 0 0 17 0 0 0 16 0 9 0 1990087299 888680448 10895 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14917] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14917/stat : 14917 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 1990087299 888680448 10895 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14918] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14918/stat : 14918 (java) S 14907 14909 14667 0 -1 64 7 282 0 0 0 0 0 0 15 0 9 0 1990087299 888680448 10895 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867852

[startup+3.10296 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 14922
/proc/meminfo: memFree=897080/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=867852 CPUtime=3.04
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 17714 282 1 0 295 9 0 0 18 0 9 0 1990087294 888680448 11162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216963 11162 2631 9 0 211469 0
[pid=14909/tid=14911] ppid=14907 vsize=867852 CPUtime=2.78
/proc/14909/task/14911/stat : 14911 (java) R 14907 14909 14667 0 -1 64 13523 282 1 0 271 7 0 0 25 0 9 0 1990087295 888680448 11162 996147200 134512640 134550740 4294955984 18446744073709551615 4126877927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14912] ppid=14907 vsize=867852 CPUtime=0.04
/proc/14909/task/14912/stat : 14912 (java) S 14907 14909 14667 0 -1 64 2668 282 0 0 4 0 0 0 17 0 9 0 1990087297 888680448 11162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14913] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14913/stat : 14913 (java) S 14907 14909 14667 0 -1 64 16 282 0 0 0 0 0 0 16 0 9 0 1990087297 888680448 11162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14914] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14914/stat : 14914 (java) S 14907 14909 14667 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 1990087297 888680448 11162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14915] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14915/stat : 14915 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 1990087299 888680448 11162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14916] ppid=14907 vsize=867852 CPUtime=0.19
/proc/14909/task/14916/stat : 14916 (java) S 14907 14909 14667 0 -1 64 682 282 0 0 19 0 0 0 16 0 9 0 1990087299 888680448 11162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14917] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14917/stat : 14917 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 1990087299 888680448 11162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14918] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14918/stat : 14918 (java) S 14907 14909 14667 0 -1 64 7 282 0 0 0 0 0 0 15 0 9 0 1990087299 888680448 11162 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867852

[startup+6.30126 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 14922
/proc/meminfo: memFree=895864/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=867852 CPUtime=6.21
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 17729 282 1 0 612 9 0 0 18 0 9 0 1990087294 888680448 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216963 11163 2631 9 0 211469 0
[pid=14909/tid=14911] ppid=14907 vsize=867852 CPUtime=5.95
/proc/14909/task/14911/stat : 14911 (java) R 14907 14909 14667 0 -1 64 13525 282 1 0 588 7 0 0 25 0 9 0 1990087295 888680448 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4126873745 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14912] ppid=14907 vsize=867852 CPUtime=0.04
/proc/14909/task/14912/stat : 14912 (java) S 14907 14909 14667 0 -1 64 2668 282 0 0 4 0 0 0 16 0 9 0 1990087297 888680448 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14913] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14913/stat : 14913 (java) S 14907 14909 14667 0 -1 64 16 282 0 0 0 0 0 0 16 0 9 0 1990087297 888680448 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14914] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14914/stat : 14914 (java) S 14907 14909 14667 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 1990087297 888680448 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14915] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14915/stat : 14915 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 1990087299 888680448 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14916] ppid=14907 vsize=867852 CPUtime=0.19
/proc/14909/task/14916/stat : 14916 (java) S 14907 14909 14667 0 -1 64 683 282 0 0 19 0 0 0 16 0 9 0 1990087299 888680448 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14917] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14917/stat : 14917 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 1990087299 888680448 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14918] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14918/stat : 14918 (java) S 14907 14909 14667 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 1990087299 888680448 11163 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867852

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 14922
/proc/meminfo: memFree=895608/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=867852 CPUtime=12.56
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 17760 282 1 0 1247 9 0 0 18 0 9 0 1990087294 888680448 11168 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216963 11168 2631 9 0 211469 0
[pid=14909/tid=14911] ppid=14907 vsize=867852 CPUtime=12.28
/proc/14909/task/14911/stat : 14911 (java) R 14907 14909 14667 0 -1 64 13529 282 1 0 1221 7 0 0 25 0 9 0 1990087295 888680448 11168 996147200 134512640 134550740 4294955984 18446744073709551615 4126910061 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14912] ppid=14907 vsize=867852 CPUtime=0.04
/proc/14909/task/14912/stat : 14912 (java) S 14907 14909 14667 0 -1 64 2668 282 0 0 4 0 0 0 16 0 9 0 1990087297 888680448 11168 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14913] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14913/stat : 14913 (java) S 14907 14909 14667 0 -1 64 16 282 0 0 0 0 0 0 16 0 9 0 1990087297 888680448 11168 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14914] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14914/stat : 14914 (java) S 14907 14909 14667 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 1990087297 888680448 11168 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14915] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14915/stat : 14915 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 1990087299 888680448 11168 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14916] ppid=14907 vsize=867852 CPUtime=0.2
/proc/14909/task/14916/stat : 14916 (java) S 14907 14909 14667 0 -1 64 710 282 0 0 20 0 0 0 16 0 9 0 1990087299 888680448 11168 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14917] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14917/stat : 14917 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 1990087299 888680448 11168 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14918] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14918/stat : 14918 (java) S 14907 14909 14667 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 1990087299 888680448 11168 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) 867852

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 14922
/proc/meminfo: memFree=895608/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=867852 CPUtime=25.25
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 17767 282 1 0 2516 9 0 0 18 0 9 0 1990087294 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216963 11171 2631 9 0 211469 0
[pid=14909/tid=14911] ppid=14907 vsize=867852 CPUtime=24.97
/proc/14909/task/14911/stat : 14911 (java) R 14907 14909 14667 0 -1 64 13534 282 1 0 2490 7 0 0 25 0 9 0 1990087295 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4126870455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14912] ppid=14907 vsize=867852 CPUtime=0.04
/proc/14909/task/14912/stat : 14912 (java) S 14907 14909 14667 0 -1 64 2668 282 0 0 4 0 0 0 16 0 9 0 1990087297 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14913] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14913/stat : 14913 (java) S 14907 14909 14667 0 -1 64 16 282 0 0 0 0 0 0 16 0 9 0 1990087297 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14914] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14914/stat : 14914 (java) S 14907 14909 14667 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 1990087297 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14915] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14915/stat : 14915 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14916] ppid=14907 vsize=867852 CPUtime=0.2
/proc/14909/task/14916/stat : 14916 (java) S 14907 14909 14667 0 -1 64 712 282 0 0 20 0 0 0 16 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14917] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14917/stat : 14917 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14918] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14918/stat : 14918 (java) S 14907 14909 14667 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867852

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

[startup+28.7026 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 14922
/proc/meminfo: memFree=895608/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=867852 CPUtime=28.42
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 17767 282 1 0 2833 9 0 0 18 0 9 0 1990087294 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216963 11171 2631 9 0 211469 0
[pid=14909/tid=14911] ppid=14907 vsize=867852 CPUtime=28.15
/proc/14909/task/14911/stat : 14911 (java) R 14907 14909 14667 0 -1 64 13534 282 1 0 2808 7 0 0 25 0 9 0 1990087295 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4126870503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14912] ppid=14907 vsize=867852 CPUtime=0.04
/proc/14909/task/14912/stat : 14912 (java) S 14907 14909 14667 0 -1 64 2668 282 0 0 4 0 0 0 16 0 9 0 1990087297 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14913] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14913/stat : 14913 (java) S 14907 14909 14667 0 -1 64 16 282 0 0 0 0 0 0 16 0 9 0 1990087297 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14914] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14914/stat : 14914 (java) S 14907 14909 14667 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 1990087297 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14915] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14915/stat : 14915 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14916] ppid=14907 vsize=867852 CPUtime=0.2
/proc/14909/task/14916/stat : 14916 (java) S 14907 14909 14667 0 -1 64 712 282 0 0 20 0 0 0 16 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14917] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14917/stat : 14917 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14918] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14918/stat : 14918 (java) S 14907 14909 14667 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.42
Current children cumulated vsize (KiB) 867852

[startup+31.9069 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 14922
/proc/meminfo: memFree=895608/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=867852 CPUtime=31.6
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 17767 282 1 0 3151 9 0 0 18 0 9 0 1990087294 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216963 11171 2631 9 0 211469 0
[pid=14909/tid=14911] ppid=14907 vsize=867852 CPUtime=31.32
/proc/14909/task/14911/stat : 14911 (java) R 14907 14909 14667 0 -1 64 13534 282 1 0 3125 7 0 0 25 0 9 0 1990087295 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4126870048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14912] ppid=14907 vsize=867852 CPUtime=0.04
/proc/14909/task/14912/stat : 14912 (java) S 14907 14909 14667 0 -1 64 2668 282 0 0 4 0 0 0 16 0 9 0 1990087297 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14913] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14913/stat : 14913 (java) S 14907 14909 14667 0 -1 64 16 282 0 0 0 0 0 0 16 0 9 0 1990087297 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14914] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14914/stat : 14914 (java) S 14907 14909 14667 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 1990087297 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14915] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14915/stat : 14915 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14916] ppid=14907 vsize=867852 CPUtime=0.2
/proc/14909/task/14916/stat : 14916 (java) S 14907 14909 14667 0 -1 64 712 282 0 0 20 0 0 0 16 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14917] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14917/stat : 14917 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14918] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14918/stat : 14918 (java) S 14907 14909 14667 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 1990087299 888680448 11171 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.6
Current children cumulated vsize (KiB) 867852

[startup+33.5011 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 14922
/proc/meminfo: memFree=895608/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=867852 CPUtime=33.18
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 17771 282 1 0 3309 9 0 0 18 0 9 0 1990087294 888680448 11174 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216963 11174 2631 9 0 211469 0
[pid=14909/tid=14911] ppid=14907 vsize=867852 CPUtime=32.9
/proc/14909/task/14911/stat : 14911 (java) R 14907 14909 14667 0 -1 64 13534 282 1 0 3283 7 0 0 25 0 9 0 1990087295 888680448 11174 996147200 134512640 134550740 4294955984 18446744073709551615 4126867394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14912] ppid=14907 vsize=867852 CPUtime=0.04
/proc/14909/task/14912/stat : 14912 (java) S 14907 14909 14667 0 -1 64 2668 282 0 0 4 0 0 0 17 0 9 0 1990087297 888680448 11174 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14913] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14913/stat : 14913 (java) S 14907 14909 14667 0 -1 64 16 282 0 0 0 0 0 0 16 0 9 0 1990087297 888680448 11174 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14914] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14914/stat : 14914 (java) S 14907 14909 14667 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 1990087297 888680448 11174 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14915] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14915/stat : 14915 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 1990087299 888680448 11174 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14916] ppid=14907 vsize=867852 CPUtime=0.21
/proc/14909/task/14916/stat : 14916 (java) S 14907 14909 14667 0 -1 64 716 282 0 0 21 0 0 0 15 0 9 0 1990087299 888680448 11174 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14917] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14917/stat : 14917 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 1990087299 888680448 11174 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14918] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14918/stat : 14918 (java) S 14907 14909 14667 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 1990087299 888680448 11174 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.18
Current children cumulated vsize (KiB) 867852

[startup+33.9011 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 14922
/proc/meminfo: memFree=895608/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=867852 CPUtime=33.58
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 17791 282 1 0 3349 9 0 0 18 0 9 0 1990087294 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216963 11178 2631 9 0 211469 0
[pid=14909/tid=14911] ppid=14907 vsize=867852 CPUtime=33.29
/proc/14909/task/14911/stat : 14911 (java) R 14907 14909 14667 0 -1 64 13536 282 1 0 3322 7 0 0 25 0 9 0 1990087295 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4126865869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14912] ppid=14907 vsize=867852 CPUtime=0.04
/proc/14909/task/14912/stat : 14912 (java) S 14907 14909 14667 0 -1 64 2668 282 0 0 4 0 0 0 17 0 9 0 1990087297 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14913] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14913/stat : 14913 (java) S 14907 14909 14667 0 -1 64 16 282 0 0 0 0 0 0 16 0 9 0 1990087297 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14914] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14914/stat : 14914 (java) S 14907 14909 14667 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 1990087297 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14915] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14915/stat : 14915 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 1990087299 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14916] ppid=14907 vsize=867852 CPUtime=0.21
/proc/14909/task/14916/stat : 14916 (java) S 14907 14909 14667 0 -1 64 734 282 0 0 21 0 0 0 15 0 9 0 1990087299 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14917] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14917/stat : 14917 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 1990087299 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14918] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14918/stat : 14918 (java) S 14907 14909 14667 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 1990087299 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.58
Current children cumulated vsize (KiB) 867852

[startup+34.3012 s]
/proc/loadavg: 2.00 2.00 1.99 3/85 14922
/proc/meminfo: memFree=895544/2055920 swapFree=4180052/4192956
[pid=14909] ppid=14907 vsize=867852 CPUtime=33.97
/proc/14909/stat : 14909 (java) S 14907 14909 14667 0 -1 0 17791 282 1 0 3388 9 0 0 18 0 9 0 1990087294 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14909/statm: 216963 11178 2631 9 0 211469 0
[pid=14909/tid=14911] ppid=14907 vsize=867852 CPUtime=33.68
/proc/14909/task/14911/stat : 14911 (java) R 14907 14909 14667 0 -1 64 13536 282 1 0 3361 7 0 0 25 0 9 0 1990087295 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4126870538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14912] ppid=14907 vsize=867852 CPUtime=0.04
/proc/14909/task/14912/stat : 14912 (java) S 14907 14909 14667 0 -1 64 2668 282 0 0 4 0 0 0 17 0 9 0 1990087297 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14913] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14913/stat : 14913 (java) S 14907 14909 14667 0 -1 64 16 282 0 0 0 0 0 0 16 0 9 0 1990087297 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14914] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14914/stat : 14914 (java) S 14907 14909 14667 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 1990087297 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14915] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14915/stat : 14915 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 1990087299 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14916] ppid=14907 vsize=867852 CPUtime=0.21
/proc/14909/task/14916/stat : 14916 (java) S 14907 14909 14667 0 -1 64 734 282 0 0 21 0 0 0 15 0 9 0 1990087299 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14917] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14917/stat : 14917 (java) S 14907 14909 14667 0 -1 64 1 282 0 0 0 0 0 0 19 0 9 0 1990087299 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14909/tid=14918] ppid=14907 vsize=867852 CPUtime=0
/proc/14909/task/14918/stat : 14918 (java) S 14907 14909 14667 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 1990087299 888680448 11178 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.97
Current children cumulated vsize (KiB) 867852

Child status: 0
Real time (s): 34.3634
CPU time (s): 34.0358
CPU user time (s): 33.9238
CPU system time (s): 0.111982
CPU usage (%): 99.0467
Max. virtual memory (cumulated for all children) (KiB): 867852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.9238
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18208
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= 1538
involuntary context switches= 2263

runsolver used 0.047992 second user time and 0.120981 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-03 20:52:01
IDJOB=1057411
IDBENCH=54033
IDSOLVER=363
FILE ID=node7/1057411-1215111121
PBS_JOBID= 7877190
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-60-3-3.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-1057411-1215111121/watcher-1057411-1215111121 -o /tmp/evaluation-result-1057411-1215111121/solver-1057411-1215111121 -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-1057411-1215111121.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8982742502452a577a9ee0d115d7aa8c
RANDOM SEED=1673415235

node7.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        931104 kB
Buffers:         90904 kB
Cached:         856992 kB
SwapCached:       7028 kB
Active:         531420 kB
Inactive:       510728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        931104 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:         100912 kB
Slab:            67756 kB
Committed_AS:  3549256 kB
PageTables:       2100 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= 66544 MiB
End job on node7 at 2008-07-03 20:52:36