Trace number 1044078

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 20.038 20.2349

DiagnosticValue
CHECKS670262
NODES88

General information on the benchmark

Namecsp/lard/
normalized-lard-88-88.xml
MD5SUM137c0b8c9147cb33e9f21d52d50de0cb
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.17
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints3828
Maximum constraint arity2
Maximum domain size89
Number of constraints which are defined in extension3828
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.17/0.27	
0.17/0.27	   configuration
0.17/0.27	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1044078-1215019112.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.39	     nbVariables=88  nbDomainTypes=1  minDomainSize=89  maxDomainSize=89  nbTotalValues=7832
0.28/0.39	       =>  wckTime=0.12  cpuTime=0.11  mem=7M854
0.28/0.39	   
0.28/0.39	   relations being loaded...
2.96/3.04	   
2.96/3.04	   INFO : Contraction of relations, mem = 100M386
14.38/14.53	   
14.38/14.53	   constraints being loaded...
19.24/19.45	     nbConstraints=3828  nbRelationTypes=3828  nbExtensionStructures=3828  nbSharedExtensionStructures=0
19.34/19.53	     nbConflictsStructures=3828  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=681161  minDegree=87
19.34/19.53	     maxDegree=87  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.192  symmetryCpuTime=0.09
19.34/19.53	       =>  wckTime=19.185  cpuTime=17.6  mem=122M156
19.62/19.88	   
19.62/19.88	   solver IterativeSystematicSolver being built... 
19.84/20.02	       =>  wckTime=19.746  cpuTime=17.73  mem=126M953
19.84/20.06	   
19.84/20.06	   preprocessing
19.84/20.06	     nbConstraintChecks=442699  nbPropagations=92  nbRevisions=9555  nbUselessRevisions=9312  nbRemovedValues=3987
19.84/20.06	     detectedInconsistency=no
19.84/20.06	       =>  wckTime=0.041  cpuTime=0.02  mem=126M953
19.93/20.15	   
19.93/20.15	   search
19.93/20.15	     run=0  nbConstraintChecks=227563  minDepth=89  maxDepth=88  nbPropagations=196  nbRevisions=14757
19.93/20.15	     nbUselessRevisions=14498  nbAssignments=88  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=89
19.93/20.15	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=44
19.93/20.15	     nbREliminables=0  nbIEliminables=31.2  nbDEliminables=0  nbPEliminables=0
19.93/20.15	       =>  wckTime=0.132  cpuTime=0.1  mem=128M156
19.93/20.15	   
19.93/20.15	   global
19.93/20.15	     nbConstraintChecks=670262  nbPropagations=288  nbRevisions=24312  nbUselessRevisions=23810  nbRestartNogoods=0
19.93/20.15	     solvingWckTime=0.135  solvingCpuTime=0.1  expiredTime=no  totalExploration=no  nbFoundSolutions=1
19.93/20.15	     firstSolutionCpuTime=17.81  globalCpuTime=17.86
19.93/20.15	       =>  wckTime=19.884  cpuTime=17.83  mem=128M156
19.93/20.15	   
19.93/20.15	s SATISFIABLE
19.93/20.15	v 0 1 1 1 1 2 3 1 2 3 4 1 2 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 21 22 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 2 3 4 5 6 7 8 8 9 10 1 1 2 1 2 3 4 5 6 7 1 1 1 2 1 2 3 1 2 3 4 
19.93/20.15	d NODES 88
19.93/20.15	d CHECKS 670262
19.93/20.16	   
19.93/20.16	   totalWckTime=19.953  totalCpuTime=17.87

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-1044078-1215019112/watcher-1044078-1215019112 -o /tmp/evaluation-result-1044078-1215019112/solver-1044078-1215019112 -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-1044078-1215019112.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: 0.66 0.15 0.28 3/70 14984
/proc/meminfo: memFree=1543296/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=10616 CPUtime=0
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 113923476 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 2654 472 209 9 0 1184 0
[pid=14984/tid=14985] ppid=14982 vsize=10616 CPUtime=0
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 113923478 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 8556504 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.117158 s]
/proc/loadavg: 0.66 0.15 0.28 3/70 14984
/proc/meminfo: memFree=1543296/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=865884 CPUtime=0.09
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 3751 0 1 0 7 2 0 0 18 0 9 0 113923476 886665216 3212 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216471 3212 1706 9 0 211026 0
[pid=14984/tid=14985] ppid=14982 vsize=865884 CPUtime=0.07
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 2835 0 1 0 6 1 0 0 18 0 9 0 113923478 886665216 3212 996147200 134512640 134550740 4294955984 18446744073709551615 103782258 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.202168 s]
/proc/loadavg: 0.66 0.15 0.28 3/70 14984
/proc/meminfo: memFree=1543296/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=866032 CPUtime=0.17
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 4539 0 1 0 15 2 0 0 18 0 9 0 113923476 886816768 3969 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216508 3969 1856 9 0 211056 0
[pid=14984/tid=14985] ppid=14982 vsize=866032 CPUtime=0.15
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 3619 0 1 0 13 2 0 0 18 0 9 0 113923478 886816768 3969 996147200 134512640 134550740 4294955984 18446744073709551615 4125969533 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 866032

[startup+0.30218 s]
/proc/loadavg: 0.66 0.15 0.28 3/70 14984
/proc/meminfo: memFree=1543296/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=866368 CPUtime=0.28
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 5652 0 1 0 24 4 0 0 18 0 9 0 113923476 887160832 5062 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216592 5062 1915 9 0 211120 0
[pid=14984/tid=14985] ppid=14982 vsize=866368 CPUtime=0.23
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 4699 0 1 0 20 3 0 0 19 0 9 0 113923478 887160832 5062 996147200 134512640 134550740 4294955984 18446744073709551615 8169389 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866368

[startup+0.702228 s]
/proc/loadavg: 0.66 0.15 0.28 3/70 14984
/proc/meminfo: memFree=1543296/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=866500 CPUtime=0.67
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 12961 0 1 0 58 9 0 0 18 0 9 0 113923476 887296000 12331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216625 12331 1968 9 0 211153 0
[pid=14984/tid=14985] ppid=14982 vsize=866500 CPUtime=0.58
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 11963 0 1 0 50 8 0 0 21 0 9 0 113923478 887296000 12331 996147200 134512640 134550740 4294955984 18446744073709551615 4126570039 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866500

[startup+1.50233 s]
/proc/loadavg: 0.85 0.19 0.29 4/79 14993
/proc/meminfo: memFree=1462392/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=866952 CPUtime=1.47
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 24042 0 1 0 131 16 0 0 18 0 9 0 113923476 887758848 23409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216738 23409 1982 9 0 211266 0
[pid=14984/tid=14985] ppid=14982 vsize=866952 CPUtime=1.19
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 15674 0 1 0 107 12 0 0 25 0 9 0 113923478 887758848 23409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14987] ppid=14982 vsize=866952 CPUtime=0.15
/proc/14984/task/14987/stat : 14987 (java) R 14982 14984 14848 0 -1 64 7241 0 0 0 13 2 0 0 16 0 9 0 113923479 887758848 23409 996147200 134512640 134550740 4294955984 18446744073709551615 102516779 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14988] ppid=14982 vsize=866952 CPUtime=0
/proc/14984/task/14988/stat : 14988 (java) S 14982 14984 14848 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 113923479 887758848 23409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14989] ppid=14982 vsize=866952 CPUtime=0
/proc/14984/task/14989/stat : 14989 (java) S 14982 14984 14848 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 113923479 887758848 23409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14990] ppid=14982 vsize=866952 CPUtime=0
/proc/14984/task/14990/stat : 14990 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 113923482 887758848 23409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14991] ppid=14982 vsize=866952 CPUtime=0.09
/proc/14984/task/14991/stat : 14991 (java) S 14982 14984 14848 0 -1 64 429 0 0 0 9 0 0 0 16 0 9 0 113923482 887758848 23409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14992] ppid=14982 vsize=866952 CPUtime=0
/proc/14984/task/14992/stat : 14992 (java) S 14982 14984 14848 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 113923482 887758848 23409 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14993] ppid=14982 vsize=866952 CPUtime=0
/proc/14984/task/14993/stat : 14993 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 113923482 887758848 23409 996147200 134512640 134550740 4294955984 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) 866952

[startup+3.10151 s]
/proc/loadavg: 0.85 0.19 0.29 4/82 14999
/proc/meminfo: memFree=1417752/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=866952 CPUtime=3.06
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 33260 0 1 0 282 24 0 0 18 0 9 0 113923476 887758848 32623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216738 32623 1983 9 0 211266 0
[pid=14984/tid=14985] ppid=14982 vsize=866952 CPUtime=2.46
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 15684 0 1 0 231 15 0 0 24 0 9 0 113923478 887758848 32623 996147200 134512640 134550740 4294955984 18446744073709551615 4126706326 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14987] ppid=14982 vsize=866952 CPUtime=0.45
/proc/14984/task/14987/stat : 14987 (java) S 14982 14984 14848 0 -1 64 16421 0 0 0 38 7 0 0 17 0 9 0 113923479 887758848 32623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14988] ppid=14982 vsize=866952 CPUtime=0
/proc/14984/task/14988/stat : 14988 (java) S 14982 14984 14848 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 113923479 887758848 32623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14989] ppid=14982 vsize=866952 CPUtime=0
/proc/14984/task/14989/stat : 14989 (java) S 14982 14984 14848 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 113923479 887758848 32623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14990] ppid=14982 vsize=866952 CPUtime=0
/proc/14984/task/14990/stat : 14990 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 113923482 887758848 32623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14991] ppid=14982 vsize=866952 CPUtime=0.12
/proc/14984/task/14991/stat : 14991 (java) S 14982 14984 14848 0 -1 64 457 0 0 0 12 0 0 0 16 0 9 0 113923482 887758848 32623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14992] ppid=14982 vsize=866952 CPUtime=0
/proc/14984/task/14992/stat : 14992 (java) S 14982 14984 14848 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 113923482 887758848 32623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14993] ppid=14982 vsize=866952 CPUtime=0
/proc/14984/task/14993/stat : 14993 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 113923482 887758848 32623 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 866952

[startup+6.30288 s]
/proc/loadavg: 0.85 0.19 0.29 3/82 14999
/proc/meminfo: memFree=1302616/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=867396 CPUtime=6.22
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 34384 0 1 0 595 27 0 0 18 0 9 0 113923476 888213504 33561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216849 33561 2609 9 0 211377 0
[pid=14984/tid=14985] ppid=14982 vsize=867396 CPUtime=5.39
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 15691 0 1 0 520 19 0 0 25 0 9 0 113923478 888213504 33561 996147200 134512640 134550740 4294955984 18446744073709551615 4126574308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14987] ppid=14982 vsize=867396 CPUtime=0.66
/proc/14984/task/14987/stat : 14987 (java) S 14982 14984 14848 0 -1 64 17419 0 0 0 59 7 0 0 16 0 9 0 113923479 888213504 33561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14988] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14988/stat : 14988 (java) S 14982 14984 14848 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 33561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14989] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14989/stat : 14989 (java) S 14982 14984 14848 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 33561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14990] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14990/stat : 14990 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 113923482 888213504 33561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14991] ppid=14982 vsize=867396 CPUtime=0.15
/proc/14984/task/14991/stat : 14991 (java) S 14982 14984 14848 0 -1 64 576 0 0 0 15 0 0 0 16 0 9 0 113923482 888213504 33561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14992] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14992/stat : 14992 (java) S 14982 14984 14848 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 113923482 888213504 33561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14993] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14993/stat : 14993 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 113923482 888213504 33561 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867396

[startup+12.7016 s]
/proc/loadavg: 1.10 0.27 0.31 3/82 14999
/proc/meminfo: memFree=1072216/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=867396 CPUtime=12.59
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 41573 0 1 0 1225 34 0 0 18 0 9 0 113923476 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216849 40737 2610 9 0 211377 0
[pid=14984/tid=14985] ppid=14982 vsize=867396 CPUtime=11.43
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 15705 0 1 0 1120 23 0 0 25 0 9 0 113923478 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4126706265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14987] ppid=14982 vsize=867396 CPUtime=0.97
/proc/14984/task/14987/stat : 14987 (java) S 14982 14984 14848 0 -1 64 24590 0 0 0 88 9 0 0 16 0 9 0 113923479 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14988] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14988/stat : 14988 (java) S 14982 14984 14848 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14989] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14989/stat : 14989 (java) S 14982 14984 14848 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14990] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14990/stat : 14990 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 113923482 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14991] ppid=14982 vsize=867396 CPUtime=0.15
/proc/14984/task/14991/stat : 14991 (java) S 14982 14984 14848 0 -1 64 580 0 0 0 15 0 0 0 16 0 9 0 113923482 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14992] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14992/stat : 14992 (java) S 14982 14984 14848 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 113923482 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14993] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14993/stat : 14993 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 113923482 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 867396

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

[startup+12.8026 s]
/proc/loadavg: 1.10 0.27 0.31 3/82 14999
/proc/meminfo: memFree=1072216/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=867396 CPUtime=12.69
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 41573 0 1 0 1235 34 0 0 18 0 9 0 113923476 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216849 40737 2610 9 0 211377 0
[pid=14984/tid=14985] ppid=14982 vsize=867396 CPUtime=11.53
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 15705 0 1 0 1130 23 0 0 25 0 9 0 113923478 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4126576987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14987] ppid=14982 vsize=867396 CPUtime=0.97
/proc/14984/task/14987/stat : 14987 (java) S 14982 14984 14848 0 -1 64 24590 0 0 0 88 9 0 0 16 0 9 0 113923479 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14988] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14988/stat : 14988 (java) S 14982 14984 14848 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14989] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14989/stat : 14989 (java) S 14982 14984 14848 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14990] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14990/stat : 14990 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 113923482 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14991] ppid=14982 vsize=867396 CPUtime=0.15
/proc/14984/task/14991/stat : 14991 (java) S 14982 14984 14848 0 -1 64 580 0 0 0 15 0 0 0 16 0 9 0 113923482 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14992] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14992/stat : 14992 (java) S 14982 14984 14848 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 113923482 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14993] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14993/stat : 14993 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 113923482 888213504 40737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 867396

[startup+16.003 s]
/proc/loadavg: 1.10 0.27 0.31 3/90 15034
/proc/meminfo: memFree=1462424/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=867396 CPUtime=15.85
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 43857 0 1 0 1548 37 0 0 18 0 9 0 113923476 888213504 43007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216849 43007 2612 9 0 211377 0
[pid=14984/tid=14985] ppid=14982 vsize=867396 CPUtime=14.53
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 15748 0 1 0 1428 25 0 0 25 0 9 0 113923478 888213504 43007 996147200 134512640 134550740 4294955984 18446744073709551615 4126869735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14984/tid=14987] ppid=14982 vsize=867396 CPUtime=1.08
/proc/14984/task/14987/stat : 14987 (java) S 14982 14984 14848 0 -1 64 26797 0 0 0 98 10 0 0 17 0 9 0 113923479 888213504 43007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14988] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14988/stat : 14988 (java) S 14982 14984 14848 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 43007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14989] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14989/stat : 14989 (java) S 14982 14984 14848 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 43007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14990] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14990/stat : 14990 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 113923482 888213504 43007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14991] ppid=14982 vsize=867396 CPUtime=0.21
/proc/14984/task/14991/stat : 14991 (java) S 14982 14984 14848 0 -1 64 614 0 0 0 21 0 0 0 15 0 9 0 113923482 888213504 43007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14992] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14992/stat : 14992 (java) S 14982 14984 14848 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 113923482 888213504 43007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14993] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14993/stat : 14993 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 113923482 888213504 43007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.85
Current children cumulated vsize (KiB) 867396

[startup+17.6022 s]
/proc/loadavg: 1.17 0.30 0.32 3/82 15065
/proc/meminfo: memFree=1460176/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=867396 CPUtime=17.46
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 43870 0 1 0 1708 38 0 0 18 0 9 0 113923476 888213504 43019 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216849 43019 2612 9 0 211377 0
[pid=14984/tid=14985] ppid=14982 vsize=867396 CPUtime=16.12
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 15749 0 1 0 1586 26 0 0 25 0 9 0 113923478 888213504 43019 996147200 134512640 134550740 4294955984 18446744073709551615 4126869709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14984/tid=14987] ppid=14982 vsize=867396 CPUtime=1.08
/proc/14984/task/14987/stat : 14987 (java) S 14982 14984 14848 0 -1 64 26797 0 0 0 98 10 0 0 16 0 9 0 113923479 888213504 43019 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14988] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14988/stat : 14988 (java) S 14982 14984 14848 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 43019 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14989] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14989/stat : 14989 (java) S 14982 14984 14848 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 43019 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14990] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14990/stat : 14990 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 113923482 888213504 43019 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14991] ppid=14982 vsize=867396 CPUtime=0.23
/proc/14984/task/14991/stat : 14991 (java) S 14982 14984 14848 0 -1 64 626 0 0 0 23 0 0 0 16 0 9 0 113923482 888213504 43019 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14984/tid=14992] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14992/stat : 14992 (java) S 14982 14984 14848 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 113923482 888213504 43019 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14993] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14993/stat : 14993 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 113923482 888213504 43019 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.46
Current children cumulated vsize (KiB) 867396

[startup+19.2014 s]
/proc/loadavg: 1.17 0.30 0.32 3/82 15065
/proc/meminfo: memFree=1460112/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=867396 CPUtime=19.05
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 45814 0 1 0 1867 38 0 0 18 0 9 0 113923476 888213504 44961 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 216849 44961 2612 9 0 211377 0
[pid=14984/tid=14985] ppid=14982 vsize=867396 CPUtime=17.64
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 15751 0 1 0 1738 26 0 0 25 0 9 0 113923478 888213504 44961 996147200 134512640 134550740 4294955984 18446744073709551615 4126869709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14984/tid=14987] ppid=14982 vsize=867396 CPUtime=1.16
/proc/14984/task/14987/stat : 14987 (java) S 14982 14984 14848 0 -1 64 28739 0 0 0 105 11 0 0 17 0 9 0 113923479 888213504 44961 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14984/tid=14988] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14988/stat : 14988 (java) S 14982 14984 14848 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 44961 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14989] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14989/stat : 14989 (java) S 14982 14984 14848 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 113923479 888213504 44961 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14990] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14990/stat : 14990 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 113923482 888213504 44961 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14991] ppid=14982 vsize=867396 CPUtime=0.23
/proc/14984/task/14991/stat : 14991 (java) S 14982 14984 14848 0 -1 64 626 0 0 0 23 0 0 0 16 0 9 0 113923482 888213504 44961 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14984/tid=14992] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14992/stat : 14992 (java) S 14982 14984 14848 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 113923482 888213504 44961 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14993] ppid=14982 vsize=867396 CPUtime=0
/proc/14984/task/14993/stat : 14993 (java) S 14982 14984 14848 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 113923482 888213504 44961 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.05
Current children cumulated vsize (KiB) 867396

[startup+20.0015 s]
/proc/loadavg: 1.17 0.30 0.32 4/84 15069
/proc/meminfo: memFree=1451456/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=868132 CPUtime=19.84
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 69191 444 1 0 1934 45 3 2 18 0 9 0 113923476 888967168 46759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 217033 46759 2636 9 0 211539 0
[pid=14984/tid=14985] ppid=14982 vsize=868132 CPUtime=17.95
/proc/14984/task/14985/stat : 14985 (java) R 14982 14984 14848 0 -1 64 19730 444 1 0 1763 27 3 2 17 0 9 0 113923478 888967168 46759 996147200 134512640 134550740 4294955984 18446744073709551615 102715042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14987] ppid=14982 vsize=868132 CPUtime=1.6
/proc/14984/task/14987/stat : 14987 (java) R 14982 14984 14848 0 -1 64 47801 444 0 0 141 14 3 2 19 0 9 0 113923479 888967168 46759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14988] ppid=14982 vsize=868132 CPUtime=0.05
/proc/14984/task/14988/stat : 14988 (java) S 14982 14984 14848 0 -1 64 17 444 0 0 0 0 3 2 16 0 9 0 113923479 888967168 46759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14989] ppid=14982 vsize=868132 CPUtime=0.05
/proc/14984/task/14989/stat : 14989 (java) S 14982 14984 14848 0 -1 64 8 444 0 0 0 0 3 2 16 0 9 0 113923479 888967168 46759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14990] ppid=14982 vsize=868132 CPUtime=0.05
/proc/14984/task/14990/stat : 14990 (java) S 14982 14984 14848 0 -1 64 1 444 0 0 0 0 3 2 18 0 9 0 113923482 888967168 46759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14991] ppid=14982 vsize=868132 CPUtime=0.33
/proc/14984/task/14991/stat : 14991 (java) S 14982 14984 14848 0 -1 64 817 444 0 0 28 0 3 2 15 0 9 0 113923482 888967168 46759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14992] ppid=14982 vsize=868132 CPUtime=0.05
/proc/14984/task/14992/stat : 14992 (java) S 14982 14984 14848 0 -1 64 2 444 0 0 0 0 3 2 19 0 9 0 113923482 888967168 46759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14993] ppid=14982 vsize=868132 CPUtime=0.05
/proc/14984/task/14993/stat : 14993 (java) S 14982 14984 14848 0 -1 64 8 444 0 0 0 0 3 2 15 0 9 0 113923482 888967168 46759 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.84
Current children cumulated vsize (KiB) 868132

[startup+20.2015 s]
/proc/loadavg: 1.17 0.30 0.32 4/84 15069
/proc/meminfo: memFree=1451456/2055920 swapFree=4181372/4192956
[pid=14984] ppid=14982 vsize=868132 CPUtime=19.99
/proc/14984/stat : 14984 (java) S 14982 14984 14848 0 -1 0 70717 444 1 0 1949 45 3 2 18 0 9 0 113923476 888967168 46796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14984/statm: 217033 46796 2636 9 0 211539 0
[pid=14984/tid=14985] ppid=14982 vsize=868132 CPUtime=18.08
/proc/14984/task/14985/stat : 14985 (java) S 14982 14984 14848 0 -1 64 21232 444 1 0 1775 28 3 2 18 0 9 0 113923478 888967168 46796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14987] ppid=14982 vsize=868132 CPUtime=1.6
/proc/14984/task/14987/stat : 14987 (java) S 14982 14984 14848 0 -1 64 47801 444 0 0 141 14 3 2 19 0 9 0 113923479 888967168 46796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14988] ppid=14982 vsize=868132 CPUtime=0.05
/proc/14984/task/14988/stat : 14988 (java) S 14982 14984 14848 0 -1 64 17 444 0 0 0 0 3 2 16 0 9 0 113923479 888967168 46796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14989] ppid=14982 vsize=868132 CPUtime=0.05
/proc/14984/task/14989/stat : 14989 (java) S 14982 14984 14848 0 -1 64 12 444 0 0 0 0 3 2 16 0 9 0 113923479 888967168 46796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14990] ppid=14982 vsize=868132 CPUtime=0.05
/proc/14984/task/14990/stat : 14990 (java) S 14982 14984 14848 0 -1 64 1 444 0 0 0 0 3 2 18 0 9 0 113923482 888967168 46796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14991] ppid=14982 vsize=868132 CPUtime=0.37
/proc/14984/task/14991/stat : 14991 (java) S 14982 14984 14848 0 -1 64 837 444 0 0 31 1 3 2 15 0 9 0 113923482 888967168 46796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14992] ppid=14982 vsize=868132 CPUtime=0.05
/proc/14984/task/14992/stat : 14992 (java) S 14982 14984 14848 0 -1 64 2 444 0 0 0 0 3 2 19 0 9 0 113923482 888967168 46796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14984/tid=14993] ppid=14982 vsize=868132 CPUtime=0.05
/proc/14984/task/14993/stat : 14993 (java) S 14982 14984 14848 0 -1 64 8 444 0 0 0 0 3 2 15 0 9 0 113923482 888967168 46796 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.99
Current children cumulated vsize (KiB) 868132

Child status: 0
Real time (s): 20.2349
CPU time (s): 20.038
CPU user time (s): 19.532
CPU system time (s): 0.505923
CPU usage (%): 99.0267
Max. virtual memory (cumulated for all children) (KiB): 868132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.532
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71190
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= 2048
involuntary context switches= 2025

runsolver used 0.029995 second user time and 0.081987 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-02 19:18:44
IDJOB=1044078
IDBENCH=53346
IDSOLVER=363
FILE ID=node73/1044078-1215019112
PBS_JOBID= 7874325
Free space on /tmp= 66372 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lard/normalized-lard-88-88.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-1044078-1215019112/watcher-1044078-1215019112 -o /tmp/evaluation-result-1044078-1215019112/solver-1044078-1215019112 -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-1044078-1215019112.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 137c0b8c9147cb33e9f21d52d50de0cb
RANDOM SEED=1012338709

node73.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.230
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.230
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:       1543840 kB
Buffers:         50676 kB
Cached:         376832 kB
SwapCached:       5380 kB
Active:         192820 kB
Inactive:       247368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1543840 kB
SwapTotal:     4192956 kB
SwapFree:      4181372 kB
Dirty:          172088 kB
Writeback:           0 kB
Mapped:          18360 kB
Slab:            57472 kB
Committed_AS:   218960 kB
PageTables:       1672 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= 66452 MiB
End job on node73 at 2008-07-02 19:19:05