Trace number 210979

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, and are wall clock time (not CPU 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 109 ACUNSAT 77.6532 77.8162

DiagnosticValue
CHECKS28675061
NODES622

General information on the benchmark

NamepseudoSeries/uclid/
blast-tlan2.xml
MD5SUM2c6041e9bcff655d81d4e48abbc6c04c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.7655
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2221
Number of constraints3049
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3049
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/210979-1168075377/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.56	     nbVariables=2221  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.56	       =>  wckTime=0.241  cpuTime=0.16  mem=10M820
0.56	   
0.56	   predicates being loaded...
0.57	   
0.57	   constraints being loaded...
1.46	     nbConstraints=2648  nbMergedConstraints=401  nbSingletonDomainVariables=360  nbConvertedConstraints=1539
1.46	     nbConvertConstraintsChecks=53  nbExtensionStructures=9  nbSharedExtensionStructures=1530  nbConflictsStructures=17
1.46	     nbSharedConflictsStructures=2271  nbUnbuiltConflictsStructures=40  nbSharedBinaryRepresentations=21
1.46	     nbEvaluationManagers=48  nbSharedEvaluationManagers=1061  maxDegree=50  maxArity=19
1.46	       =>  wckTime=1.14  cpuTime=0.89  mem=35M195
1.53	   
1.53	   solver IterativeSystematicSolver being built... 
1.84	       =>  wckTime=1.515  cpuTime=1.13  mem=46M304
30.68	   
30.68	   preprocessing
30.68	     nbConstraintChecks=10855356  nbValidityChecks=7624  nbPropagations=2221  nbRevisions=6840  nbUselessRevisions=6840
30.68	     nbRemovedValues=0  detectedInconsistency=no
30.68	       =>  wckTime=28.828  cpuTime=28.77  mem=47M306
45.13	   
45.13	   search
45.13	     run=0  nbConstraintChecks=5552559  nbValidityChecks=86164  nbPropagations=3741  nbRevisions=65103
45.13	     nbUselessRevisions=63464  nbAssignments=56  nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=69
45.13	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
45.13	       =>  wckTime=43.282  cpuTime=43.2  mem=47M306
50.95	   
50.95	   search
50.95	     run=1  nbConstraintChecks=7802459  nbValidityChecks=137333  nbPropagations=8300  nbRevisions=164690
50.95	     nbUselessRevisions=160415  nbAssignments=98  nbFailedAssignments=14  nbBacktracks=32  nbVisitedNodes=127
50.95	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
50.95	       =>  wckTime=49.105  cpuTime=49.01  mem=47M306
53.79	   
53.79	   search
53.79	     run=2  nbConstraintChecks=8883066  nbValidityChecks=169489  nbPropagations=13397  nbRevisions=286757
53.79	     nbUselessRevisions=279148  nbAssignments=140  nbFailedAssignments=21  nbBacktracks=54  nbVisitedNodes=183
53.79	     nbRestartNogoods=3  mapSize=36  nbInferences=0  nbTooLargeKeys=0
53.79	       =>  wckTime=51.949  cpuTime=51.85  mem=48M307
57.04	   
57.04	   search
57.04	     run=3  nbConstraintChecks=10111949  nbValidityChecks=210235  nbPropagations=19164  nbRevisions=437301
57.04	     nbUselessRevisions=425476  nbAssignments=194  nbFailedAssignments=30  nbBacktracks=94  nbVisitedNodes=255
57.04	     nbRestartNogoods=6  mapSize=53  nbInferences=0  nbTooLargeKeys=0
57.04	       =>  wckTime=55.19  cpuTime=55.09  mem=48M307
60.21	   
60.21	   search
60.21	     run=4  nbConstraintChecks=11294288  nbValidityChecks=267317  nbPropagations=25931  nbRevisions=628648
60.21	     nbUselessRevisions=611278  nbAssignments=269  nbFailedAssignments=44  nbBacktracks=144  nbVisitedNodes=358
60.21	     nbRestartNogoods=7  mapSize=78  nbInferences=0  nbTooLargeKeys=0
60.21	       =>  wckTime=58.364  cpuTime=58.26  mem=48M307
65.52	   
65.52	   search
65.52	     run=5  nbConstraintChecks=13297369  nbValidityChecks=342531  nbPropagations=33980  nbRevisions=873407
65.52	     nbUselessRevisions=848782  nbAssignments=368  nbFailedAssignments=62  nbBacktracks=220  nbVisitedNodes=493
65.52	     nbRestartNogoods=10  mapSize=112  nbInferences=0  nbTooLargeKeys=0
65.52	       =>  wckTime=63.673  cpuTime=63.57  mem=48M307
73.54	   
73.54	   search
73.54	     run=6  nbConstraintChecks=16263534  nbValidityChecks=461007  nbPropagations=44132  nbRevisions=1203387
73.54	     nbUselessRevisions=1168690  nbAssignments=525  nbFailedAssignments=92  nbBacktracks=336  nbVisitedNodes=710
73.54	     nbRestartNogoods=12  mapSize=168  nbInferences=0  nbTooLargeKeys=0
73.54	       =>  wckTime=71.698  cpuTime=71.57  mem=48M307
77.76	   
77.76	   search
77.76	     run=7  nbConstraintChecks=17819705  nbValidityChecks=532538  nbPropagations=55552  nbRevisions=1584773
77.76	     nbUselessRevisions=1538305  nbAssignments=622  nbFailedAssignments=110  nbBacktracks=416  nbVisitedNodes=842
77.76	     nbRestartNogoods=16  mapSize=203  nbInferences=0  nbTooLargeKeys=0
77.76	       =>  wckTime=75.911  cpuTime=75.78  mem=48M307
77.76	   
77.76	   global
77.76	     nbConstraintChecks=28675061  nbValidityChecks=540162  nbPropagations=57773  nbRevisions=1591613
77.76	     nbUselessRevisions=1545145  nbRestartNogoods=16  solvingWckTime=75.912  solvingCpuTime=75.78  expiredTime=no
77.76	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=76.95
77.76	       =>  wckTime=77.435  cpuTime=76.91  mem=48M307
77.76	   
77.76	s UNSATISFIABLE
77.76	d NODES 622
77.76	d CHECKS 28675061
77.76	   
77.76	   totalWckTime=77.513  totalCpuTime=76.95

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-210979-1168075377 -o ROOT/results/node9/solver-210979-1168075377 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210979-1168075377/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.95 1.99 1.93 3/93 17026
/proc/meminfo: memFree=1140576/2055920 swapFree=4191880/4192956
[pid=17025] ppid=17023 vsize=172 CPUtime=0
/proc/17025/stat : 17025 (java) R 17023 17025 16587 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 155933305 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 8663339 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 43 24 18 14 0 3 0

[startup+0.107612 s]
/proc/loadavg: 1.95 1.99 1.93 3/93 17026
/proc/meminfo: memFree=1140576/2055920 swapFree=4191880/4192956
[pid=17025] ppid=17023 vsize=914988 CPUtime=0.08
/proc/17025/stat : 17025 (java) D 17023 17025 16587 0 -1 0 2987 0 1 0 7 1 0 0 23 0 8 0 155933305 936947712 2733 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17025/statm: 228747 2733 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515659 s]
/proc/loadavg: 1.95 1.99 1.93 3/93 17026
/proc/meminfo: memFree=1140576/2055920 swapFree=4191880/4192956
[pid=17025] ppid=17023 vsize=915328 CPUtime=0.47
/proc/17025/stat : 17025 (java) R 17023 17025 16587 0 -1 0 6636 0 1 0 43 4 0 0 24 0 8 0 155933305 937295872 6375 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073553101 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17025/statm: 228832 6376 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33875 s]
/proc/loadavg: 2.03 2.01 1.94 3/100 17033
/proc/meminfo: memFree=1081256/2055920 swapFree=4191880/4192956
[pid=17025] ppid=17023 vsize=915644 CPUtime=1.29
/proc/17025/stat : 17025 (java) R 17023 17025 16587 0 -1 0 18789 0 1 0 110 19 0 0 25 0 8 0 155933305 937619456 18526 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17025/statm: 228911 18528 2179 14 0 215381 0
[pid=17025/tid=17027] ppid=17023 vsize=915644 CPUtime=0.05
/proc/17025/task/17027/stat : 17027 (java) R 17023 17025 16587 0 -1 64 2161 0 0 0 5 0 0 0 16 0 8 0 155933309 937619456 18529 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17028] ppid=17023 vsize=915644 CPUtime=0
/proc/17025/task/17028/stat : 17028 (java) S 17023 17025 16587 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155933309 937619456 18530 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17029] ppid=17023 vsize=915644 CPUtime=0
/proc/17025/task/17029/stat : 17029 (java) S 17023 17025 16587 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155933309 937619456 18532 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17030] ppid=17023 vsize=915644 CPUtime=0
/proc/17025/task/17030/stat : 17030 (java) S 17023 17025 16587 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155933312 937619456 18533 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17031] ppid=17023 vsize=915644 CPUtime=0.2
/proc/17025/task/17031/stat : 17031 (java) S 17023 17025 16587 0 -1 64 438 0 0 0 19 1 0 0 15 0 8 0 155933312 937619456 18535 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=915644 CPUtime=0
/proc/17025/task/17032/stat : 17032 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155933312 937619456 18536 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17033] ppid=17023 vsize=915644 CPUtime=0
/proc/17025/task/17033/stat : 17033 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155933312 937619456 18538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915644

[startup+2.99194 s]
/proc/loadavg: 2.03 2.01 1.94 3/100 17033
/proc/meminfo: memFree=1066600/2055920 swapFree=4191880/4192956
[pid=17025] ppid=17023 vsize=915740 CPUtime=2.94
/proc/17025/stat : 17025 (java) R 17023 17025 16587 0 -1 0 21193 0 1 0 273 21 0 0 25 0 8 0 155933305 937717760 20928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074120871 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17025/statm: 228935 20928 2533 14 0 215405 0
[pid=17025/tid=17027] ppid=17023 vsize=915740 CPUtime=0.13
/proc/17025/task/17027/stat : 17027 (java) S 17023 17025 16587 0 -1 64 4078 0 0 0 12 1 0 0 17 0 8 0 155933309 937717760 20928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17028] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17028/stat : 17028 (java) S 17023 17025 16587 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155933309 937717760 20928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17029] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17029/stat : 17029 (java) S 17023 17025 16587 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155933309 937717760 20928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17030] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17030/stat : 17030 (java) S 17023 17025 16587 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155933312 937717760 20928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17031] ppid=17023 vsize=915740 CPUtime=0.29
/proc/17025/task/17031/stat : 17031 (java) S 17023 17025 16587 0 -1 64 494 0 0 0 28 1 0 0 15 0 8 0 155933312 937717760 20928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17032/stat : 17032 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155933312 937717760 20928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17033] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17033/stat : 17033 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155933312 937717760 20928 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915740

[startup+6.27831 s]
/proc/loadavg: 2.03 2.01 1.94 3/100 17033
/proc/meminfo: memFree=1066600/2055920 swapFree=4191880/4192956
[pid=17025] ppid=17023 vsize=915740 CPUtime=6.23
/proc/17025/stat : 17025 (java) R 17023 17025 16587 0 -1 0 21198 0 1 0 602 21 0 0 25 0 8 0 155933305 937717760 20931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074120864 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17025/statm: 228935 20931 2533 14 0 215405 0
[pid=17025/tid=17027] ppid=17023 vsize=915740 CPUtime=0.13
/proc/17025/task/17027/stat : 17027 (java) S 17023 17025 16587 0 -1 64 4078 0 0 0 12 1 0 0 17 0 8 0 155933309 937717760 20931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17028] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17028/stat : 17028 (java) S 17023 17025 16587 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155933309 937717760 20931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17029] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17029/stat : 17029 (java) S 17023 17025 16587 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155933309 937717760 20931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17030] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17030/stat : 17030 (java) S 17023 17025 16587 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155933312 937717760 20931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17031] ppid=17023 vsize=915740 CPUtime=0.3
/proc/17025/task/17031/stat : 17031 (java) S 17023 17025 16587 0 -1 64 499 0 0 0 29 1 0 0 16 0 8 0 155933312 937717760 20931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17032/stat : 17032 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155933312 937717760 20931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17033] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17033/stat : 17033 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155933312 937717760 20931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915740

[startup+12.776 s]
/proc/loadavg: 2.03 2.01 1.94 3/100 17033
/proc/meminfo: memFree=1066608/2055920 swapFree=4191880/4192956
[pid=17025] ppid=17023 vsize=915740 CPUtime=12.72
/proc/17025/stat : 17025 (java) R 17023 17025 16587 0 -1 0 21204 0 1 0 1251 21 0 0 25 0 8 0 155933305 937717760 20935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074121312 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17025/statm: 228935 20935 2533 14 0 215405 0
[pid=17025/tid=17027] ppid=17023 vsize=915740 CPUtime=0.13
/proc/17025/task/17027/stat : 17027 (java) S 17023 17025 16587 0 -1 64 4078 0 0 0 12 1 0 0 16 0 8 0 155933309 937717760 20935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17028] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17028/stat : 17028 (java) S 17023 17025 16587 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155933309 937717760 20935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17029] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17029/stat : 17029 (java) S 17023 17025 16587 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155933309 937717760 20935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17030] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17030/stat : 17030 (java) S 17023 17025 16587 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155933312 937717760 20935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17031] ppid=17023 vsize=915740 CPUtime=0.3
/proc/17025/task/17031/stat : 17031 (java) S 17023 17025 16587 0 -1 64 505 0 0 0 29 1 0 0 15 0 8 0 155933312 937717760 20935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17032/stat : 17032 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155933312 937717760 20935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17033] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17033/stat : 17033 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155933312 937717760 20935 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915740

[startup+25.6225 s]
/proc/loadavg: 2.02 2.01 1.94 3/100 17033
/proc/meminfo: memFree=1066608/2055920 swapFree=4191880/4192956
[pid=17025] ppid=17023 vsize=915740 CPUtime=25.54
/proc/17025/stat : 17025 (java) R 17023 17025 16587 0 -1 0 21208 0 1 0 2533 21 0 0 25 0 8 0 155933305 937717760 20936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074120160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17025/statm: 228935 20936 2533 14 0 215405 0
[pid=17025/tid=17027] ppid=17023 vsize=915740 CPUtime=0.13
/proc/17025/task/17027/stat : 17027 (java) S 17023 17025 16587 0 -1 64 4078 0 0 0 12 1 0 0 16 0 8 0 155933309 937717760 20936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17028] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17028/stat : 17028 (java) S 17023 17025 16587 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155933309 937717760 20936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17029] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17029/stat : 17029 (java) S 17023 17025 16587 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155933309 937717760 20936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17030] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17030/stat : 17030 (java) S 17023 17025 16587 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155933312 937717760 20936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17031] ppid=17023 vsize=915740 CPUtime=0.3
/proc/17025/task/17031/stat : 17031 (java) S 17023 17025 16587 0 -1 64 509 0 0 0 29 1 0 0 16 0 8 0 155933312 937717760 20936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17032/stat : 17032 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155933312 937717760 20936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17033] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17033/stat : 17033 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155933312 937717760 20936 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 915740

[startup+51.2544 s]
/proc/loadavg: 2.01 2.01 1.94 3/100 17033
/proc/meminfo: memFree=1066608/2055920 swapFree=4191880/4192956
[pid=17025] ppid=17023 vsize=915740 CPUtime=51.15
/proc/17025/stat : 17025 (java) R 17023 17025 16587 0 -1 0 21240 0 1 0 5094 21 0 0 25 0 8 0 155933305 937717760 20960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074122080 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17025/statm: 228935 20960 2538 14 0 215405 0
[pid=17025/tid=17027] ppid=17023 vsize=915740 CPUtime=0.13
/proc/17025/task/17027/stat : 17027 (java) S 17023 17025 16587 0 -1 64 4079 0 0 0 12 1 0 0 17 0 8 0 155933309 937717760 20960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17028] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17028/stat : 17028 (java) S 17023 17025 16587 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155933309 937717760 20960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17029] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17029/stat : 17029 (java) S 17023 17025 16587 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155933309 937717760 20960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17030] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17030/stat : 17030 (java) S 17023 17025 16587 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 155933312 937717760 20960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17031] ppid=17023 vsize=915740 CPUtime=0.33
/proc/17025/task/17031/stat : 17031 (java) S 17023 17025 16587 0 -1 64 531 0 0 0 32 1 0 0 15 0 8 0 155933312 937717760 20960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17032] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17032/stat : 17032 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155933312 937717760 20960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17025/tid=17033] ppid=17023 vsize=915740 CPUtime=0
/proc/17025/task/17033/stat : 17033 (java) S 17023 17025 16587 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155933312 937717760 20960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 915740

Child status: 0
Real time (s): 77.8162
CPU time (s): 77.6532
CPU user time (s): 77.4162
CPU system time (s): 0.236963
CPU usage (%): 99.7905
Max. virtual memory (cumulated for all children) (KiB): 915740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.4162
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21250
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= 3243
involuntary context switches= 6293

runsolver used 0.122981 s user time and 0.232964 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sat Jan  6 09:22:59 UTC 2007


IDJOB= 210979
IDBENCH= 4659
FILE ID= node9/210979-1168075377

PBS_JOBID= 3475774

Free space on /tmp= 66536 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/blast-tlan2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210979-1168075377/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-210979-1168075377 -o ROOT/results/node9/solver-210979-1168075377 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/210979-1168075377/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2c6041e9bcff655d81d4e48abbc6c04c

RANDOM SEED= 303328587

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.231
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.231
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:       1140992 kB
Buffers:         83624 kB
Cached:         561836 kB
SwapCached:        268 kB
Active:         444124 kB
Inactive:       368604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1140992 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:         188992 kB
Slab:            86704 kB
Committed_AS:  4747348 kB
PageTables:       2568 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= 66536 MiB



End job on node9 on Sat Jan  6 09:24:21 UTC 2007