Trace number 2094201

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 13.099 13.2831

DiagnosticValue
CHECKS28756700
NODES142

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-3-1.xml
MD5SUM32efc87603a59a730f2d44b108641616
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.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity4
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.31	     name=HOME/instance-2094201-1247402988.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.40	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96  nbTotalValues=9600
0.28/0.40	       =>  wckTime=0.133  cpuTime=0.11  mem=7M892
0.37/0.40	   
0.37/0.40	   predicates being loaded...
0.37/0.49	   
0.37/0.49	   constraints being loaded...
0.58/0.64	     nbConstraints=65  nbGlobalConstraints=25  nbDisconnectedVariables=26  nbUnbuiltConflictsStructures=40
0.58/0.64	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=40  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=5
0.58/0.64	     minArity=2  avgArity=2.95  maxArity=4  nbGenerators=25  nbFusions=0  symmetryWckTime=0.049  symmetryCpuTime=0.03
0.58/0.64	       =>  wckTime=0.379  cpuTime=0.29  mem=15M724
0.66/0.70	   
0.66/0.70	   solver IterativeSystematicSolver being built... 
0.66/0.78	   
0.66/0.78	   INFO : Forward propagation technique limited 
0.77/0.85	       =>  wckTime=0.584  cpuTime=0.42  mem=21M788
4.34/4.45	   
4.34/4.45	   preprocessing
4.34/4.45	     nbConstraintChecks=9361202  nbValidityChecks=2021  nbPropagations=118  nbRevisions=74  nbUselessRevisions=11
4.34/4.45	     nbRemovedValues=2656  detectedInconsistency=no
4.34/4.45	       =>  wckTime=3.597  cpuTime=3.54  mem=21M788
13.06/13.22	   
13.06/13.22	   search
13.06/13.22	     run=1  nbConstraintChecks=19395512  nbValidityChecks=20018  minDepth=0  maxDepth=100  nbPropagations=926
13.06/13.22	     nbRevisions=1069  nbUselessRevisions=423  nbAssignments=142  nbFailedAssignments=15  nbBacktracks=27
13.06/13.22	     nbVisitedNodes=158  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=15  nbInferences=0  nbTooLargeKeys=0
13.06/13.22	     nbSEliminables=0  nbREliminables=25.27  nbIEliminables=61.82  nbDEliminables=0  nbPEliminables=0
13.06/13.22	       =>  wckTime=12.367  cpuTime=12.2  mem=23M739
13.06/13.22	   
13.06/13.22	   global
13.06/13.22	     nbConstraintChecks=28756714  nbValidityChecks=22039  nbPropagations=1044  nbRevisions=1143  nbUselessRevisions=434
13.06/13.22	     nbRestartNogoods=0  solvingWckTime=12.369  solvingCpuTime=12.21  expiredTime=no  totalExploration=no
13.06/13.22	     nbFoundSolutions=1  firstSolutionCpuTime=12.62  globalCpuTime=12.67
13.06/13.22	       =>  wckTime=12.956  cpuTime=12.63  mem=23M739
13.06/13.22	   
13.06/13.22	s SATISFIABLE
13.06/13.22	v 2 96 5 53 67 31 37 61 2 2 41 2 2 13 43 3 53 3 83 37 2 67 88 2 19 13 41 2 67 31 11 5 2 23 71 2 28 17 37 61 2 2 79 71 29 41 2 97 53 73 35 31 59 13 2 89 2 73 79 17 2 2 2 2 2 13 2 11 43 19 2 73 2 73 6 61 29 47 2 2 41 23 3 7 43 2 7 10 2 97 32 31 3 67 2 41 3 2 54 37 
13.06/13.22	d NODES 142
13.06/13.22	d CHECKS 28756714
13.06/13.22	   
13.06/13.22	   totalWckTime=13.028  totalCpuTime=12.68

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094201-1247402988/watcher-2094201-1247402988 -o /tmp/evaluation-result-2094201-1247402988/solver-2094201-1247402988 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094201-1247402988.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.88 1.94 1.70 3/80 30106
/proc/meminfo: memFree=1753448/2055920 swapFree=4192812/4192956
[pid=30106] ppid=30104 vsize=10676 CPUtime=0
/proc/30106/stat : 30106 (java) S 30104 30106 29819 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27365288 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30106/statm: 2669 474 207 9 0 1184 0
[pid=30106/tid=30107] ppid=30104 vsize=10676 CPUtime=0
/proc/30106/task/30107/stat : 30107 (java) R 30104 30106 29819 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27365290 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 9285592 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0746961 s]
/proc/loadavg: 1.88 1.94 1.70 3/80 30106
/proc/meminfo: memFree=1753448/2055920 swapFree=4192812/4192956
[pid=30106] ppid=30104 vsize=864024 CPUtime=0.06
/proc/30106/stat : 30106 (java) S 30104 30106 29819 0 -1 0 2929 0 1 0 4 2 0 0 18 0 9 0 27365288 884760576 2439 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30106/statm: 216006 2439 1157 9 0 210899 0
[pid=30106/tid=30107] ppid=30104 vsize=864024 CPUtime=0.04
/proc/30106/task/30107/stat : 30107 (java) R 30104 30106 29819 0 -1 64 2015 0 1 0 3 1 0 0 20 0 9 0 27365290 884760576 2439 996147200 134512640 134550932 4294955968 18446744073709551615 4125950889 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864024

[startup+0.101701 s]
/proc/loadavg: 1.88 1.94 1.70 3/80 30106
/proc/meminfo: memFree=1753448/2055920 swapFree=4192812/4192956
[pid=30106] ppid=30104 vsize=865984 CPUtime=0.08
/proc/30106/stat : 30106 (java) S 30104 30106 29819 0 -1 0 3731 0 1 0 6 2 0 0 18 0 9 0 27365288 886767616 3199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30106/statm: 216496 3199 1700 9 0 210981 0
[pid=30106/tid=30107] ppid=30104 vsize=865984 CPUtime=0.06
/proc/30106/task/30107/stat : 30107 (java) R 30104 30106 29819 0 -1 64 2810 0 1 0 5 1 0 0 20 0 9 0 27365290 886767616 3199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301724 s]
/proc/loadavg: 1.88 1.94 1.70 3/80 30106
/proc/meminfo: memFree=1753448/2055920 swapFree=4192812/4192956
[pid=30106] ppid=30104 vsize=866300 CPUtime=0.28
/proc/30106/stat : 30106 (java) S 30104 30106 29819 0 -1 0 5698 0 1 0 25 3 0 0 18 0 9 0 27365288 887091200 5105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30106/statm: 216575 5105 1923 9 0 211053 0
[pid=30106/tid=30107] ppid=30104 vsize=866300 CPUtime=0.22
/proc/30106/task/30107/stat : 30107 (java) R 30104 30106 29819 0 -1 64 4717 0 1 0 20 2 0 0 20 0 9 0 27365290 887091200 5105 996147200 134512640 134550932 4294955968 18446744073709551615 102860784 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866300

[startup+0.700771 s]
/proc/loadavg: 1.88 1.94 1.70 3/80 30106
/proc/meminfo: memFree=1753448/2055920 swapFree=4192812/4192956
[pid=30106] ppid=30104 vsize=867280 CPUtime=0.66
/proc/30106/stat : 30106 (java) S 30104 30106 29819 0 -1 0 11858 279 1 0 59 7 0 0 18 0 9 0 27365288 888094720 8723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30106/statm: 216820 8723 2629 9 0 211278 0
[pid=30106/tid=30107] ppid=30104 vsize=867280 CPUtime=0.49
/proc/30106/task/30107/stat : 30107 (java) R 30104 30106 29819 0 -1 64 8137 279 1 0 44 5 0 0 20 0 9 0 27365290 888094720 8723 996147200 134512640 134550932 4294955968 18446744073709551615 4125950760 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867280

[startup+1.50185 s]
/proc/loadavg: 1.88 1.94 1.70 3/89 30119
/proc/meminfo: memFree=1721312/2055920 swapFree=4192812/4192956
[pid=30106] ppid=30104 vsize=867368 CPUtime=1.46
/proc/30106/stat : 30106 (java) S 30104 30106 29819 0 -1 0 16151 279 1 0 137 9 0 0 18 0 9 0 27365288 888184832 10597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30106/statm: 216842 10597 2654 9 0 211278 0
[pid=30106/tid=30107] ppid=30104 vsize=867368 CPUtime=1.25
/proc/30106/task/30107/stat : 30107 (java) R 30104 30106 29819 0 -1 64 12305 279 1 0 119 6 0 0 25 0 9 0 27365290 888184832 10597 996147200 134512640 134550932 4294955968 18446744073709551615 4126776617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30109] ppid=30104 vsize=867368 CPUtime=0.03
/proc/30106/task/30109/stat : 30109 (java) S 30104 30106 29819 0 -1 64 2499 279 0 0 3 0 0 0 16 0 9 0 27365291 888184832 10597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30110] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30110/stat : 30110 (java) S 30104 30106 29819 0 -1 64 19 279 0 0 0 0 0 0 16 0 9 0 27365291 888184832 10597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30111] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30111/stat : 30111 (java) S 30104 30106 29819 0 -1 64 8 279 0 0 0 0 0 0 15 0 9 0 27365291 888184832 10597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30112] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30112/stat : 30112 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27365294 888184832 10597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30113] ppid=30104 vsize=867368 CPUtime=0.13
/proc/30106/task/30113/stat : 30113 (java) S 30104 30106 29819 0 -1 64 509 279 0 0 13 0 0 0 15 0 9 0 27365294 888184832 10597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30114] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30114/stat : 30114 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27365294 888184832 10597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30115] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30115/stat : 30115 (java) S 30104 30106 29819 0 -1 64 5 279 0 0 0 0 0 0 15 0 9 0 27365294 888184832 10597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867368

[startup+3.10302 s]
/proc/loadavg: 1.88 1.94 1.70 3/89 30119
/proc/meminfo: memFree=1721120/2055920 swapFree=4192812/4192956
[pid=30106] ppid=30104 vsize=867368 CPUtime=3.05
/proc/30106/stat : 30106 (java) S 30104 30106 29819 0 -1 0 16159 279 1 0 296 9 0 0 18 0 9 0 27365288 888184832 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30106/statm: 216842 10604 2655 9 0 211278 0
[pid=30106/tid=30107] ppid=30104 vsize=867368 CPUtime=2.83
/proc/30106/task/30107/stat : 30107 (java) R 30104 30106 29819 0 -1 64 12305 279 1 0 277 6 0 0 25 0 9 0 27365290 888184832 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4126778258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30109] ppid=30104 vsize=867368 CPUtime=0.03
/proc/30106/task/30109/stat : 30109 (java) S 30104 30106 29819 0 -1 64 2499 279 0 0 3 0 0 0 17 0 9 0 27365291 888184832 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30110] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30110/stat : 30110 (java) S 30104 30106 29819 0 -1 64 19 279 0 0 0 0 0 0 16 0 9 0 27365291 888184832 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30111] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30111/stat : 30111 (java) S 30104 30106 29819 0 -1 64 8 279 0 0 0 0 0 0 15 0 9 0 27365291 888184832 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30112] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30112/stat : 30112 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27365294 888184832 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30113] ppid=30104 vsize=867368 CPUtime=0.14
/proc/30106/task/30113/stat : 30113 (java) S 30104 30106 29819 0 -1 64 517 279 0 0 14 0 0 0 15 0 9 0 27365294 888184832 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30114] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30114/stat : 30114 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27365294 888184832 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30115] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30115/stat : 30115 (java) S 30104 30106 29819 0 -1 64 5 279 0 0 0 0 0 0 15 0 9 0 27365294 888184832 10604 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867368

[startup+6.30137 s]
/proc/loadavg: 1.89 1.94 1.70 3/89 30119
/proc/meminfo: memFree=1720032/2055920 swapFree=4192812/4192956
[pid=30106] ppid=30104 vsize=867368 CPUtime=6.22
/proc/30106/stat : 30106 (java) S 30104 30106 29819 0 -1 0 16419 279 1 0 613 9 0 0 18 0 9 0 27365288 888184832 10861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30106/statm: 216842 10861 2655 9 0 211278 0
[pid=30106/tid=30107] ppid=30104 vsize=867368 CPUtime=5.99
/proc/30106/task/30107/stat : 30107 (java) R 30104 30106 29819 0 -1 64 12562 279 1 0 593 6 0 0 25 0 9 0 27365290 888184832 10861 996147200 134512640 134550932 4294955968 18446744073709551615 4126781683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30109] ppid=30104 vsize=867368 CPUtime=0.03
/proc/30106/task/30109/stat : 30109 (java) S 30104 30106 29819 0 -1 64 2499 279 0 0 3 0 0 0 17 0 9 0 27365291 888184832 10861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30110] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30110/stat : 30110 (java) S 30104 30106 29819 0 -1 64 19 279 0 0 0 0 0 0 16 0 9 0 27365291 888184832 10861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30111] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30111/stat : 30111 (java) S 30104 30106 29819 0 -1 64 8 279 0 0 0 0 0 0 15 0 9 0 27365291 888184832 10861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30112] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30112/stat : 30112 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27365294 888184832 10861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30113] ppid=30104 vsize=867368 CPUtime=0.15
/proc/30106/task/30113/stat : 30113 (java) S 30104 30106 29819 0 -1 64 520 279 0 0 15 0 0 0 15 0 9 0 27365294 888184832 10861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30114] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30114/stat : 30114 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27365294 888184832 10861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30115] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30115/stat : 30115 (java) S 30104 30106 29819 0 -1 64 5 279 0 0 0 0 0 0 15 0 9 0 27365294 888184832 10861 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867368

[startup+12.7021 s]
/proc/loadavg: 1.90 1.94 1.70 3/89 30119
/proc/meminfo: memFree=1719712/2055920 swapFree=4192812/4192956
[pid=30106] ppid=30104 vsize=867368 CPUtime=12.56
/proc/30106/stat : 30106 (java) S 30104 30106 29819 0 -1 0 16431 279 1 0 1247 9 0 0 18 0 9 0 27365288 888184832 10869 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30106/statm: 216842 10869 2656 9 0 211278 0
[pid=30106/tid=30107] ppid=30104 vsize=867368 CPUtime=12.32
/proc/30106/task/30107/stat : 30107 (java) R 30104 30106 29819 0 -1 64 12567 279 1 0 1226 6 0 0 25 0 9 0 27365290 888184832 10869 996147200 134512640 134550932 4294955968 18446744073709551615 4126776597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30109] ppid=30104 vsize=867368 CPUtime=0.03
/proc/30106/task/30109/stat : 30109 (java) S 30104 30106 29819 0 -1 64 2499 279 0 0 3 0 0 0 17 0 9 0 27365291 888184832 10869 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30110] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30110/stat : 30110 (java) S 30104 30106 29819 0 -1 64 19 279 0 0 0 0 0 0 16 0 9 0 27365291 888184832 10869 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30111] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30111/stat : 30111 (java) S 30104 30106 29819 0 -1 64 8 279 0 0 0 0 0 0 15 0 9 0 27365291 888184832 10869 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30112] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30112/stat : 30112 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27365294 888184832 10869 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30113] ppid=30104 vsize=867368 CPUtime=0.16
/proc/30106/task/30113/stat : 30113 (java) S 30104 30106 29819 0 -1 64 527 279 0 0 16 0 0 0 15 0 9 0 27365294 888184832 10869 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30114] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30114/stat : 30114 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27365294 888184832 10869 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30115] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30115/stat : 30115 (java) S 30104 30106 29819 0 -1 64 5 279 0 0 0 0 0 0 15 0 9 0 27365294 888184832 10869 996147200 134512640 134550932 4294955968 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) 867368

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

[startup+13.1021 s]
/proc/loadavg: 1.90 1.94 1.70 3/89 30119
/proc/meminfo: memFree=1719712/2055920 swapFree=4192812/4192956
[pid=30106] ppid=30104 vsize=867368 CPUtime=12.96
/proc/30106/stat : 30106 (java) S 30104 30106 29819 0 -1 0 16432 279 1 0 1287 9 0 0 18 0 9 0 27365288 888184832 10870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30106/statm: 216842 10870 2656 9 0 211278 0
[pid=30106/tid=30107] ppid=30104 vsize=867368 CPUtime=12.72
/proc/30106/task/30107/stat : 30107 (java) R 30104 30106 29819 0 -1 64 12568 279 1 0 1266 6 0 0 25 0 9 0 27365290 888184832 10870 996147200 134512640 134550932 4294955968 18446744073709551615 4126779851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30109] ppid=30104 vsize=867368 CPUtime=0.03
/proc/30106/task/30109/stat : 30109 (java) S 30104 30106 29819 0 -1 64 2499 279 0 0 3 0 0 0 17 0 9 0 27365291 888184832 10870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30110] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30110/stat : 30110 (java) S 30104 30106 29819 0 -1 64 19 279 0 0 0 0 0 0 16 0 9 0 27365291 888184832 10870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30111] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30111/stat : 30111 (java) S 30104 30106 29819 0 -1 64 8 279 0 0 0 0 0 0 15 0 9 0 27365291 888184832 10870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30112] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30112/stat : 30112 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27365294 888184832 10870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30113] ppid=30104 vsize=867368 CPUtime=0.16
/proc/30106/task/30113/stat : 30113 (java) S 30104 30106 29819 0 -1 64 527 279 0 0 16 0 0 0 15 0 9 0 27365294 888184832 10870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30114] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30114/stat : 30114 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27365294 888184832 10870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30115] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30115/stat : 30115 (java) S 30104 30106 29819 0 -1 64 5 279 0 0 0 0 0 0 15 0 9 0 27365294 888184832 10870 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.96
Current children cumulated vsize (KiB) 867368

[startup+13.2071 s]
/proc/loadavg: 1.90 1.94 1.70 3/89 30119
/proc/meminfo: memFree=1719712/2055920 swapFree=4192812/4192956
[pid=30106] ppid=30104 vsize=867368 CPUtime=13.06
/proc/30106/stat : 30106 (java) S 30104 30106 29819 0 -1 0 16436 279 1 0 1297 9 0 0 18 0 9 0 27365288 888184832 10874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30106/statm: 216842 10874 2656 9 0 211278 0
[pid=30106/tid=30107] ppid=30104 vsize=867368 CPUtime=12.81
/proc/30106/task/30107/stat : 30107 (java) R 30104 30106 29819 0 -1 64 12569 279 1 0 1275 6 0 0 25 0 9 0 27365290 888184832 10874 996147200 134512640 134550932 4294955968 18446744073709551615 4126824110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30109] ppid=30104 vsize=867368 CPUtime=0.03
/proc/30106/task/30109/stat : 30109 (java) S 30104 30106 29819 0 -1 64 2499 279 0 0 3 0 0 0 17 0 9 0 27365291 888184832 10874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30110] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30110/stat : 30110 (java) S 30104 30106 29819 0 -1 64 19 279 0 0 0 0 0 0 16 0 9 0 27365291 888184832 10874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30111] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30111/stat : 30111 (java) S 30104 30106 29819 0 -1 64 8 279 0 0 0 0 0 0 15 0 9 0 27365291 888184832 10874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30112] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30112/stat : 30112 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 18 0 9 0 27365294 888184832 10874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30113] ppid=30104 vsize=867368 CPUtime=0.16
/proc/30106/task/30113/stat : 30113 (java) S 30104 30106 29819 0 -1 64 530 279 0 0 16 0 0 0 15 0 9 0 27365294 888184832 10874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30114] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30114/stat : 30114 (java) S 30104 30106 29819 0 -1 64 1 279 0 0 0 0 0 0 19 0 9 0 27365294 888184832 10874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30106/tid=30115] ppid=30104 vsize=867368 CPUtime=0
/proc/30106/task/30115/stat : 30115 (java) S 30104 30106 29819 0 -1 64 5 279 0 0 0 0 0 0 15 0 9 0 27365294 888184832 10874 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.06
Current children cumulated vsize (KiB) 867368

Child status: 0
Real time (s): 13.2831
CPU time (s): 13.099
CPU user time (s): 12.987
CPU system time (s): 0.111982
CPU usage (%): 98.6138
Max. virtual memory (cumulated for all children) (KiB): 867368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.987
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= 16846
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= 1301
involuntary context switches= 1615

runsolver used 0.024996 second user time and 0.048992 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 14:49:48
IDJOB=2094201
IDBENCH=54040
IDSOLVER=773
FILE ID=node21/2094201-1247402988
PBS_JOBID= 9510601
Free space on /tmp= 66404 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-40-3-1.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094201-1247402988/watcher-2094201-1247402988 -o /tmp/evaluation-result-2094201-1247402988/solver-2094201-1247402988 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094201-1247402988.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 32efc87603a59a730f2d44b108641616
RANDOM SEED=1685456817

node21.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.240
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.240
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:       1753864 kB
Buffers:         37056 kB
Cached:         105132 kB
SwapCached:          0 kB
Active:         193700 kB
Inactive:        51712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1753864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2024 kB
Writeback:           0 kB
Mapped:         123660 kB
Slab:            41704 kB
Committed_AS:   983924 kB
PageTables:       1936 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= 66404 MiB
End job on node21 at 2009-07-12 14:50:01