Trace number 2094177

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 17.5273 17.728

DiagnosticValue
CHECKS1957000
NODES250870

General information on the benchmark

Namecsp/pret/
normalized-pret-150-25_ext.xml
MD5SUM49fd02a216aae122be88119b66e9d854
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.050991
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.07/0.09	
0.07/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-2094177-1247402966.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=150  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=300
0.28/0.39	       =>  wckTime=0.121  cpuTime=0.11  mem=7M892
0.28/0.39	   
0.28/0.39	   relations being loaded...
0.28/0.39	   
0.28/0.39	   constraints being loaded...
0.47/0.52	     nbConstraints=100  nbRelationTypes=2  nbGlobalConstraints=100  nbExtensionStructures=2
0.47/0.52	     nbSharedExtensionStructures=98  nbConflictsStructures=2  nbSharedConflictsStructures=98
0.47/0.52	     nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=2  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
0.47/0.52	     symmetryWckTime=0.044  symmetryCpuTime=0.02
0.47/0.52	       =>  wckTime=0.25  cpuTime=0.19  mem=13M835
0.47/0.57	   
0.47/0.57	   solver IterativeSystematicSolver being built... 
0.56/0.65	   
0.56/0.65	   INFO : Forward propagation technique limited 
0.67/0.73	       =>  wckTime=0.462  cpuTime=0.33  mem=20M113
0.67/0.74	   
0.67/0.74	   preprocessing
0.67/0.74	     nbConstraintChecks=0  nbValidityChecks=400  nbPropagations=150  nbRevisions=0  nbUselessRevisions=0
0.67/0.74	     nbRemovedValues=0  detectedInconsistency=no
0.67/0.74	       =>  wckTime=0.0090  cpuTime=0.0  mem=21M104
17.41/17.69	   
17.41/17.69	   search
17.41/17.69	     run=7  nbConstraintChecks=1957004  nbValidityChecks=3316188  minDepth=0  maxDepth=109  nbPropagations=1107013
17.41/17.69	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=250870  nbFailedAssignments=417  nbBacktracks=152932
17.41/17.69	     nbVisitedNodes=348682  nbRestartNogoods=23  mapSize=97740  nbInferences=96979  nbTooLargeKeys=0
17.41/17.69	     nbSEliminables=46.21  nbREliminables=89.37  nbIEliminables=0.39  nbDEliminables=0  nbPEliminables=0
17.41/17.69	       =>  wckTime=16.955  cpuTime=16.61  mem=23M301
17.41/17.69	   
17.41/17.69	   global
17.41/17.69	     nbConstraintChecks=1957004  nbValidityChecks=3316588  nbPropagations=1107163  nbRestartNogoods=23
17.41/17.69	     solvingWckTime=16.958  solvingCpuTime=16.62  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
17.41/17.69	     globalCpuTime=16.98
17.41/17.69	       =>  wckTime=17.421  cpuTime=16.95  mem=23M301
17.41/17.69	   
17.41/17.69	s UNSATISFIABLE
17.41/17.69	d NODES 250870
17.41/17.69	d CHECKS 1957004
17.41/17.69	   
17.41/17.69	   totalWckTime=17.492  totalCpuTime=16.98

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094177-1247402966/watcher-2094177-1247402966 -o /tmp/evaluation-result-2094177-1247402966/solver-2094177-1247402966 -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-2094177-1247402966.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.96 1.98 1.70 4/80 30089
/proc/meminfo: memFree=1755560/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=18576 CPUtime=0
/proc/30089/stat : 30089 (runsolver) R 30087 30089 29880 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27364124 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30089/statm: 4644 284 249 26 0 2626 0

[startup+0.0959521 s]
/proc/loadavg: 1.96 1.98 1.70 4/80 30089
/proc/meminfo: memFree=1755560/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=865956 CPUtime=0.07
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 3618 0 1 0 6 1 0 0 19 0 9 0 27364124 886738944 3102 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216489 3102 1654 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865956

[startup+0.101949 s]
/proc/loadavg: 1.96 1.98 1.70 4/80 30089
/proc/meminfo: memFree=1755560/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=865984 CPUtime=0.08
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 3700 0 1 0 7 1 0 0 19 0 9 0 27364124 886767616 3175 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216496 3175 1692 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301972 s]
/proc/loadavg: 1.96 1.98 1.70 4/80 30089
/proc/meminfo: memFree=1755560/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=866380 CPUtime=0.28
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 5744 0 1 0 25 3 0 0 19 0 9 0 27364124 887173120 5140 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216595 5140 1945 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.702009 s]
/proc/loadavg: 1.96 1.98 1.70 4/80 30089
/proc/meminfo: memFree=1755560/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=867348 CPUtime=0.67
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 13612 277 1 0 61 6 0 0 19 0 9 0 27364124 888164352 8602 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216837 8602 2651 9 0 211273 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867348

[startup+1.50108 s]
/proc/loadavg: 1.96 1.98 1.70 3/89 30102
/proc/meminfo: memFree=1723616/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=867480 CPUtime=1.46
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 15804 277 1 0 138 8 0 0 19 0 9 0 27364124 888299520 10790 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216870 10790 2655 9 0 211306 0
[pid=30089/tid=30091] ppid=30087 vsize=867480 CPUtime=1.19
/proc/30089/task/30091/stat : 30091 (java) R 30087 30089 29880 0 -1 64 11805 277 1 0 113 6 0 0 25 0 9 0 27364125 888299520 10790 996147200 134512640 134550932 4294955968 18446744073709551615 4126755542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30092] ppid=30087 vsize=867480 CPUtime=0.04
/proc/30089/task/30092/stat : 30092 (java) S 30087 30089 29880 0 -1 64 2623 277 0 0 4 0 0 0 16 0 9 0 27364127 888299520 10790 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30093] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30093/stat : 30093 (java) S 30087 30089 29880 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 27364127 888299520 10790 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30094] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30094/stat : 30094 (java) S 30087 30089 29880 0 -1 64 8 277 0 0 0 0 0 0 15 0 9 0 27364127 888299520 10790 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30095] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30095/stat : 30095 (java) S 30087 30089 29880 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 27364129 888299520 10790 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30096] ppid=30087 vsize=867480 CPUtime=0.2
/proc/30089/task/30096/stat : 30096 (java) S 30087 30089 29880 0 -1 64 539 277 0 0 20 0 0 0 15 0 9 0 27364129 888299520 10790 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30097] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30097/stat : 30097 (java) S 30087 30089 29880 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 27364129 888299520 10790 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30098] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30098/stat : 30098 (java) S 30087 30089 29880 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 27364129 888299520 10790 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) 867480

[startup+3.10223 s]
/proc/loadavg: 1.96 1.98 1.70 3/89 30102
/proc/meminfo: memFree=1721248/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=867480 CPUtime=3.04
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 16630 277 1 0 296 8 0 0 19 0 9 0 27364124 888299520 11614 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216870 11614 2655 9 0 211306 0
[pid=30089/tid=30091] ppid=30087 vsize=867480 CPUtime=2.78
/proc/30089/task/30091/stat : 30091 (java) R 30087 30089 29880 0 -1 64 12631 277 1 0 272 6 0 0 25 0 9 0 27364125 888299520 11614 996147200 134512640 134550932 4294955968 18446744073709551615 4126731815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30092] ppid=30087 vsize=867480 CPUtime=0.04
/proc/30089/task/30092/stat : 30092 (java) S 30087 30089 29880 0 -1 64 2623 277 0 0 4 0 0 0 16 0 9 0 27364127 888299520 11614 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30093] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30093/stat : 30093 (java) S 30087 30089 29880 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 27364127 888299520 11614 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30094] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30094/stat : 30094 (java) S 30087 30089 29880 0 -1 64 8 277 0 0 0 0 0 0 15 0 9 0 27364127 888299520 11614 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30095] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30095/stat : 30095 (java) S 30087 30089 29880 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 27364129 888299520 11614 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30096] ppid=30087 vsize=867480 CPUtime=0.2
/proc/30089/task/30096/stat : 30096 (java) S 30087 30089 29880 0 -1 64 539 277 0 0 20 0 0 0 15 0 9 0 27364129 888299520 11614 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30097] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30097/stat : 30097 (java) S 30087 30089 29880 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 27364129 888299520 11614 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30098] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30098/stat : 30098 (java) S 30087 30089 29880 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 27364129 888299520 11614 996147200 134512640 134550932 4294955968 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) 867480

[startup+6.30157 s]
/proc/loadavg: 1.97 1.98 1.70 3/89 30102
/proc/meminfo: memFree=1714272/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=867480 CPUtime=6.21
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 18422 277 1 0 612 9 0 0 19 0 9 0 27364124 888299520 13401 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216870 13401 2655 9 0 211306 0
[pid=30089/tid=30091] ppid=30087 vsize=867480 CPUtime=5.95
/proc/30089/task/30091/stat : 30091 (java) R 30087 30089 29880 0 -1 64 14423 277 1 0 587 8 0 0 25 0 9 0 27364125 888299520 13401 996147200 134512640 134550932 4294955968 18446744073709551615 4126745327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30092] ppid=30087 vsize=867480 CPUtime=0.04
/proc/30089/task/30092/stat : 30092 (java) S 30087 30089 29880 0 -1 64 2623 277 0 0 4 0 0 0 16 0 9 0 27364127 888299520 13401 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30093] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30093/stat : 30093 (java) S 30087 30089 29880 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 27364127 888299520 13401 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30094] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30094/stat : 30094 (java) S 30087 30089 29880 0 -1 64 8 277 0 0 0 0 0 0 15 0 9 0 27364127 888299520 13401 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30095] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30095/stat : 30095 (java) S 30087 30089 29880 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 27364129 888299520 13401 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30096] ppid=30087 vsize=867480 CPUtime=0.2
/proc/30089/task/30096/stat : 30096 (java) S 30087 30089 29880 0 -1 64 539 277 0 0 20 0 0 0 15 0 9 0 27364129 888299520 13401 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30097] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30097/stat : 30097 (java) S 30087 30089 29880 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 27364129 888299520 13401 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30098] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30098/stat : 30098 (java) S 30087 30089 29880 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 27364129 888299520 13401 996147200 134512640 134550932 4294955968 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) 867480

[startup+12.7022 s]
/proc/loadavg: 1.97 1.98 1.70 3/89 30102
/proc/meminfo: memFree=1698336/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=867480 CPUtime=12.55
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 22153 277 1 0 1244 11 0 0 19 0 9 0 27364124 888299520 17125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216870 17125 2655 9 0 211306 0
[pid=30089/tid=30091] ppid=30087 vsize=867480 CPUtime=12.28
/proc/30089/task/30091/stat : 30091 (java) R 30087 30089 29880 0 -1 64 18154 277 1 0 1219 9 0 0 25 0 9 0 27364125 888299520 17125 996147200 134512640 134550932 4294955968 18446744073709551615 4126731837 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30092] ppid=30087 vsize=867480 CPUtime=0.04
/proc/30089/task/30092/stat : 30092 (java) S 30087 30089 29880 0 -1 64 2623 277 0 0 4 0 0 0 16 0 9 0 27364127 888299520 17125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30093] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30093/stat : 30093 (java) S 30087 30089 29880 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 27364127 888299520 17125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30094] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30094/stat : 30094 (java) S 30087 30089 29880 0 -1 64 8 277 0 0 0 0 0 0 15 0 9 0 27364127 888299520 17125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30095] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30095/stat : 30095 (java) S 30087 30089 29880 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 27364129 888299520 17125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30096] ppid=30087 vsize=867480 CPUtime=0.2
/proc/30089/task/30096/stat : 30096 (java) S 30087 30089 29880 0 -1 64 539 277 0 0 20 0 0 0 15 0 9 0 27364129 888299520 17125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30097] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30097/stat : 30097 (java) S 30087 30089 29880 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 27364129 888299520 17125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30098] ppid=30087 vsize=867480 CPUtime=0
/proc/30089/task/30098/stat : 30098 (java) S 30087 30089 29880 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 27364129 888299520 17125 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867480

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

[startup+15.9014 s]
/proc/loadavg: 1.97 1.98 1.70 3/89 30102
/proc/meminfo: memFree=1685024/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=867392 CPUtime=15.72
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 25121 277 1 0 1559 13 0 0 19 0 9 0 27364124 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216848 20062 2636 9 0 211306 0
[pid=30089/tid=30091] ppid=30087 vsize=867392 CPUtime=15.37
/proc/30089/task/30091/stat : 30091 (java) R 30087 30089 29880 0 -1 64 18518 277 1 0 1527 10 0 0 25 0 9 0 27364125 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4126759028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30092] ppid=30087 vsize=867392 CPUtime=0.13
/proc/30089/task/30092/stat : 30092 (java) S 30087 30089 29880 0 -1 64 5227 277 0 0 12 1 0 0 16 0 9 0 27364127 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30093] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30093/stat : 30093 (java) S 30087 30089 29880 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 27364127 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30094] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30094/stat : 30094 (java) S 30087 30089 29880 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 27364127 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30095] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30095/stat : 30095 (java) S 30087 30089 29880 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30096] ppid=30087 vsize=867392 CPUtime=0.2
/proc/30089/task/30096/stat : 30096 (java) S 30087 30089 29880 0 -1 64 539 277 0 0 20 0 0 0 15 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30097] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30097/stat : 30097 (java) S 30087 30089 29880 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30098] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30098/stat : 30098 (java) S 30087 30089 29880 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 867392

[startup+16.7015 s]
/proc/loadavg: 1.97 1.98 1.70 3/89 30102
/proc/meminfo: memFree=1685024/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=867392 CPUtime=16.51
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 25121 277 1 0 1638 13 0 0 19 0 9 0 27364124 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216848 20062 2636 9 0 211306 0
[pid=30089/tid=30091] ppid=30087 vsize=867392 CPUtime=16.16
/proc/30089/task/30091/stat : 30091 (java) R 30087 30089 29880 0 -1 64 18518 277 1 0 1606 10 0 0 25 0 9 0 27364125 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4126731802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30092] ppid=30087 vsize=867392 CPUtime=0.13
/proc/30089/task/30092/stat : 30092 (java) S 30087 30089 29880 0 -1 64 5227 277 0 0 12 1 0 0 16 0 9 0 27364127 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30093] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30093/stat : 30093 (java) S 30087 30089 29880 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 27364127 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30094] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30094/stat : 30094 (java) S 30087 30089 29880 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 27364127 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30095] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30095/stat : 30095 (java) S 30087 30089 29880 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30096] ppid=30087 vsize=867392 CPUtime=0.2
/proc/30089/task/30096/stat : 30096 (java) S 30087 30089 29880 0 -1 64 539 277 0 0 20 0 0 0 15 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30097] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30097/stat : 30097 (java) S 30087 30089 29880 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30098] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30098/stat : 30098 (java) S 30087 30089 29880 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.51
Current children cumulated vsize (KiB) 867392

[startup+17.5016 s]
/proc/loadavg: 1.97 1.98 1.70 3/89 30102
/proc/meminfo: memFree=1685024/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=867392 CPUtime=17.31
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 25121 277 1 0 1718 13 0 0 19 0 9 0 27364124 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216848 20062 2636 9 0 211306 0
[pid=30089/tid=30091] ppid=30087 vsize=867392 CPUtime=16.96
/proc/30089/task/30091/stat : 30091 (java) R 30087 30089 29880 0 -1 64 18518 277 1 0 1686 10 0 0 25 0 9 0 27364125 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4126756487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30092] ppid=30087 vsize=867392 CPUtime=0.13
/proc/30089/task/30092/stat : 30092 (java) S 30087 30089 29880 0 -1 64 5227 277 0 0 12 1 0 0 16 0 9 0 27364127 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30093] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30093/stat : 30093 (java) S 30087 30089 29880 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 27364127 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30094] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30094/stat : 30094 (java) S 30087 30089 29880 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 27364127 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30095] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30095/stat : 30095 (java) S 30087 30089 29880 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30096] ppid=30087 vsize=867392 CPUtime=0.2
/proc/30089/task/30096/stat : 30096 (java) S 30087 30089 29880 0 -1 64 539 277 0 0 20 0 0 0 15 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30097] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30097/stat : 30097 (java) S 30087 30089 29880 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30098] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30098/stat : 30098 (java) S 30087 30089 29880 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 27364129 888209408 20062 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.31
Current children cumulated vsize (KiB) 867392

[startup+17.7016 s]
/proc/loadavg: 1.97 1.98 1.70 3/89 30102
/proc/meminfo: memFree=1685024/2055920 swapFree=4192812/4192956
[pid=30089] ppid=30087 vsize=867392 CPUtime=17.5
/proc/30089/stat : 30089 (java) S 30087 30089 29880 0 -1 0 25124 277 1 0 1737 13 0 0 19 0 9 0 27364124 888209408 20063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30089/statm: 216848 20063 2636 9 0 211306 0
[pid=30089/tid=30091] ppid=30087 vsize=867392 CPUtime=17.14
/proc/30089/task/30091/stat : 30091 (java) S 30087 30089 29880 0 -1 64 18521 277 1 0 1704 10 0 0 25 0 9 0 27364125 888209408 20063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30092] ppid=30087 vsize=867392 CPUtime=0.13
/proc/30089/task/30092/stat : 30092 (java) S 30087 30089 29880 0 -1 64 5227 277 0 0 12 1 0 0 16 0 9 0 27364127 888209408 20063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30093] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30093/stat : 30093 (java) S 30087 30089 29880 0 -1 64 16 277 0 0 0 0 0 0 16 0 9 0 27364127 888209408 20063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30094] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30094/stat : 30094 (java) S 30087 30089 29880 0 -1 64 8 277 0 0 0 0 0 0 16 0 9 0 27364127 888209408 20063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30095] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30095/stat : 30095 (java) S 30087 30089 29880 0 -1 64 2 277 0 0 0 0 0 0 18 0 9 0 27364129 888209408 20063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30096] ppid=30087 vsize=867392 CPUtime=0.2
/proc/30089/task/30096/stat : 30096 (java) S 30087 30089 29880 0 -1 64 539 277 0 0 20 0 0 0 16 0 9 0 27364129 888209408 20063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30097] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30097/stat : 30097 (java) S 30087 30089 29880 0 -1 64 1 277 0 0 0 0 0 0 19 0 9 0 27364129 888209408 20063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30089/tid=30098] ppid=30087 vsize=867392 CPUtime=0
/proc/30089/task/30098/stat : 30098 (java) S 30087 30089 29880 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 27364129 888209408 20063 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.5
Current children cumulated vsize (KiB) 867392

Child status: 0
Real time (s): 17.728
CPU time (s): 17.5273
CPU user time (s): 17.3764
CPU system time (s): 0.150977
CPU usage (%): 98.8681
Max. virtual memory (cumulated for all children) (KiB): 867480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.3764
system time used= 0.150977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25428
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= 1545
involuntary context switches= 1973

runsolver used 0.028995 second user time and 0.06499 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 14:49:26
IDJOB=2094177
IDBENCH=54012
IDSOLVER=773
FILE ID=node4/2094177-1247402966
PBS_JOBID= 9510635
Free space on /tmp= 66264 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pret/normalized-pret-150-25_ext.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-2094177-1247402966/watcher-2094177-1247402966 -o /tmp/evaluation-result-2094177-1247402966/solver-2094177-1247402966 -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-2094177-1247402966.xml

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

MD5SUM BENCH= 49fd02a216aae122be88119b66e9d854
RANDOM SEED=1890575896

node4.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.213
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.213
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:       1756040 kB
Buffers:         33928 kB
Cached:         107784 kB
SwapCached:          0 kB
Active:         191112 kB
Inactive:        54484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1756040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:         124360 kB
Slab:            39264 kB
Committed_AS:  1002192 kB
PageTables:       2068 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= 66264 MiB
End job on node4 at 2009-07-12 14:49:44