Trace number 211186

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 ESACUNSAT 6.11207 6.33192

DiagnosticValue
CHECKS349967
NODES3289

General information on the benchmark

NamepseudoSeries/uclid/
elf-rf7.xml
MD5SUM94a0200f88440f1412570a16e7b03305
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 benchmark0.439932
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables1328
Number of constraints3348
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3348
Global constraints used (with number of constraints)

Solver Data (download as text)

0.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=esac.xml
0.40	   
0.40	   instance
0.40	     name=/tmp/evaluation/211186-1168206036/unknown.xml
0.43	   
0.43	   domains being loaded...
0.44	   
0.44	   variables being loaded...
0.57	     nbVariables=1328  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.57	       =>  wckTime=0.201  cpuTime=0.14  mem=8M869
0.57	   
0.57	   predicates being loaded...
0.58	   
0.58	   constraints being loaded...
1.32	     nbConstraints=3140  nbMergedConstraints=208  nbSingletonDomainVariables=14  nbConvertedConstraints=2072
1.32	     nbConvertConstraintsChecks=18481  nbExtensionStructures=5  nbSharedExtensionStructures=2067
1.32	     nbConflictsStructures=29  nbSharedConflictsStructures=3111  nbSharedBinaryRepresentations=12
1.32	     nbEvaluationManagers=24  nbSharedEvaluationManagers=1044  maxDegree=96  maxArity=11
1.32	       =>  wckTime=0.944  cpuTime=0.75  mem=43M0
1.39	   
1.39	   solver IterativeSystematicSolver being built... 
1.65	       =>  wckTime=1.284  cpuTime=0.96  mem=28M863
2.24	   
2.24	   preprocessing
2.24	     nbConstraintChecks=61234  nbValidityChecks=23950  nbPropagations=8858  nbRevisions=42378  nbUselessRevisions=36006
2.24	     nbSingletonTests=1347  nbEffectiveSingletonTests=0  nbESACBranches=15  nbRemovedValues=0  detectedInconsistency=no
2.24	       =>  wckTime=0.582  cpuTime=0.53  mem=28M863
2.40	   
2.40	   search
2.40	     run=0  nbConstraintChecks=19771  nbValidityChecks=10595  nbPropagations=10511  nbRevisions=54163
2.40	     nbUselessRevisions=46132  nbAssignments=79  nbFailedAssignments=5  nbBacktracks=11  nbVisitedNodes=95
2.40	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
2.40	       =>  wckTime=0.744  cpuTime=0.68  mem=28M863
2.55	   
2.55	   search
2.55	     run=1  nbConstraintChecks=52567  nbValidityChecks=23445  nbPropagations=25280  nbRevisions=131545
2.55	     nbUselessRevisions=111197  nbAssignments=193  nbFailedAssignments=11  nbBacktracks=40  nbVisitedNodes=188
2.55	     nbRestartNogoods=4  mapSize=24  nbInferences=0  nbTooLargeKeys=0
2.55	       =>  wckTime=0.895  cpuTime=0.82  mem=28M863
2.63	   
2.63	   search
2.63	     run=2  nbConstraintChecks=58908  nbValidityChecks=26774  nbPropagations=41310  nbRevisions=215665
2.63	     nbUselessRevisions=181724  nbAssignments=262  nbFailedAssignments=13  nbBacktracks=62  nbVisitedNodes=261
2.63	     nbRestartNogoods=5  mapSize=26  nbInferences=0  nbTooLargeKeys=0
2.63	       =>  wckTime=0.973  cpuTime=0.9  mem=29M837
2.73	   
2.73	   search
2.73	     run=3  nbConstraintChecks=66090  nbValidityChecks=30377  nbPropagations=58743  nbRevisions=307449
2.73	     nbUselessRevisions=258498  nbAssignments=346  nbFailedAssignments=15  nbBacktracks=97  nbVisitedNodes=349
2.73	     nbRestartNogoods=7  mapSize=28  nbInferences=0  nbTooLargeKeys=0
2.73	       =>  wckTime=1.071  cpuTime=0.99  mem=29M837
2.86	   
2.86	   search
2.86	     run=4  nbConstraintChecks=76095  nbValidityChecks=35385  nbPropagations=78165  nbRevisions=409850
2.86	     nbUselessRevisions=343847  nbAssignments=451  nbFailedAssignments=23  nbBacktracks=174  nbVisitedNodes=470
2.86	     nbRestartNogoods=9  mapSize=43  nbInferences=0  nbTooLargeKeys=0
2.86	       =>  wckTime=1.2  cpuTime=1.13  mem=29M837
3.02	   
3.02	   search
3.02	     run=5  nbConstraintChecks=86239  nbValidityChecks=39690  nbPropagations=99607  nbRevisions=522745
3.02	     nbUselessRevisions=437669  nbAssignments=594  nbFailedAssignments=33  nbBacktracks=255  nbVisitedNodes=628
3.02	     nbRestartNogoods=10  mapSize=55  nbInferences=0  nbTooLargeKeys=0
3.02	       =>  wckTime=1.363  cpuTime=1.29  mem=29M837
3.23	   
3.23	   search
3.23	     run=6  nbConstraintChecks=105415  nbValidityChecks=47180  nbPropagations=124734  nbRevisions=654906
3.23	     nbUselessRevisions=547060  nbAssignments=781  nbFailedAssignments=43  nbBacktracks=382  nbVisitedNodes=813
3.23	     nbRestartNogoods=13  mapSize=71  nbInferences=0  nbTooLargeKeys=0
3.23	       =>  wckTime=1.567  cpuTime=1.49  mem=29M837
3.48	   
3.49	   search
3.49	     run=7  nbConstraintChecks=126792  nbValidityChecks=58838  nbPropagations=153770  nbRevisions=808935
3.49	     nbUselessRevisions=674378  nbAssignments=1028  nbFailedAssignments=56  nbBacktracks=555  nbVisitedNodes=1048
3.49	     nbRestartNogoods=16  mapSize=93  nbInferences=0  nbTooLargeKeys=0
3.49	       =>  wckTime=1.826  cpuTime=1.75  mem=29M837
4.21	   
4.21	   search
4.21	     run=8  nbConstraintChecks=183015  nbValidityChecks=95880  nbPropagations=189559  nbRevisions=1007637
4.21	     nbUselessRevisions=839361  nbAssignments=1638  nbFailedAssignments=93  nbBacktracks=899  nbVisitedNodes=1703
4.22	     nbRestartNogoods=19  mapSize=158  nbInferences=0  nbTooLargeKeys=0
4.22	       =>  wckTime=2.555  cpuTime=2.46  mem=29M837
5.09	   
5.09	   search
5.09	     run=9  nbConstraintChecks=199151  nbValidityChecks=107974  nbPropagations=228258  nbRevisions=1223341
5.09	     nbUselessRevisions=1018510  nbAssignments=2415  nbFailedAssignments=96  nbBacktracks=1426  nbVisitedNodes=2386
5.09	     nbRestartNogoods=24  mapSize=163  nbInferences=0  nbTooLargeKeys=0
5.09	       =>  wckTime=3.43  cpuTime=3.32  mem=29M837
5.91	   
5.91	   search
5.91	     run=10  nbConstraintChecks=234919  nbValidityChecks=127352  nbPropagations=271600  nbRevisions=1464182
5.91	     nbUselessRevisions=1218113  nbAssignments=3053  nbFailedAssignments=124  nbBacktracks=2002  nbVisitedNodes=3082
5.91	     nbRestartNogoods=25  mapSize=219  nbInferences=0  nbTooLargeKeys=0
5.91	       =>  wckTime=4.255  cpuTime=4.13  mem=29M837
6.20	   
6.20	   search
6.20	     run=11  nbConstraintChecks=288733  nbValidityChecks=160055  nbPropagations=323324  nbRevisions=1753439
6.20	     nbUselessRevisions=1457630  nbAssignments=3289  nbFailedAssignments=163  nbBacktracks=2200  nbVisitedNodes=3393
6.20	     nbRestartNogoods=27  mapSize=293  nbInferences=0  nbTooLargeKeys=0
6.20	       =>  wckTime=4.541  cpuTime=4.41  mem=30M812
6.20	   
6.20	   global
6.20	     nbConstraintChecks=349967  nbValidityChecks=184005  nbPropagations=332182  nbRevisions=1795817
6.20	     nbUselessRevisions=1493636  nbRestartNogoods=27  solvingWckTime=4.542  solvingCpuTime=4.41  expiredTime=no
6.20	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=5.44
6.20	       =>  wckTime=5.831  cpuTime=5.38  mem=30M812
6.20	   
6.20	s UNSATISFIABLE
6.20	d NODES 3289
6.20	d CHECKS 349967
6.20	   
6.20	   totalWckTime=5.911  totalCpuTime=5.44

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/node3/watcher-211186-1168206036 -o ROOT/results/node3/solver-211186-1168206036 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/211186-1168206036/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.16 1.03 1.10 4/87 7929
/proc/meminfo: memFree=1537112/2055920 swapFree=4192812/4192956
[pid=7928] ppid=7926 vsize=907676 CPUtime=0.02
/proc/7928/stat : 7928 (java) S 7926 7928 7731 0 -1 0 2169 0 1 0 2 0 0 0 19 0 4 0 168999270 929460224 1918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/7928/statm: 226919 1918 1089 14 0 214502 0
[pid=7928/tid=7930] ppid=7926 vsize=907676 CPUtime=0
/proc/7928/task/7930/stat : 7930 (java) S 7926 7928 7731 0 -1 64 5 0 0 0 0 0 0 0 19 0 4 0 168999274 929460224 1918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0
[pid=7928/tid=7931] ppid=7926 vsize=907676 CPUtime=0
/proc/7928/task/7931/stat : 7931 (java) S 7926 7928 7731 0 -1 64 9 0 0 0 0 0 0 0 19 0 4 0 168999274 929460224 1918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=7928/tid=7932] ppid=7926 vsize=907676 CPUtime=0
/proc/7928/task/7932/stat : 7932 (java) R 7926 7928 7731 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 168999274 929460224 1918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 11771864 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.103602 s]
/proc/loadavg: 1.16 1.03 1.10 4/87 7929
/proc/meminfo: memFree=1537112/2055920 swapFree=4192812/4192956
[pid=7928] ppid=7926 vsize=907808 CPUtime=0.05
/proc/7928/stat : 7928 (java) D 7926 7928 7731 0 -1 0 2455 0 1 0 4 1 0 0 16 0 4 0 168999270 929595392 2202 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/7928/statm: 226952 2202 1214 14 0 214535 0
[pid=7928/tid=7930] ppid=7926 vsize=907808 CPUtime=0
/proc/7928/task/7930/stat : 7930 (java) S 7926 7928 7731 0 -1 64 5 0 0 0 0 0 0 0 19 0 4 0 168999274 929595392 2202 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23755 0 0 0 -1 1 0 0
[pid=7928/tid=7931] ppid=7926 vsize=907808 CPUtime=0
/proc/7928/task/7931/stat : 7931 (java) S 7926 7928 7731 0 -1 64 9 0 0 0 0 0 0 0 19 0 4 0 168999274 929595392 2202 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23755 0 0 0 -1 1 0 0
[pid=7928/tid=7932] ppid=7926 vsize=907808 CPUtime=0
/proc/7928/task/7932/stat : 7932 (java) S 7926 7928 7731 0 -1 64 4 0 0 0 0 0 0 0 20 0 4 0 168999274 929595392 2202 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23755 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.511673 s]
/proc/loadavg: 1.16 1.03 1.10 4/87 7929
/proc/meminfo: memFree=1537112/2055920 swapFree=4192812/4192956
[pid=7928] ppid=7926 vsize=916352 CPUtime=0.43
/proc/7928/stat : 7928 (java) R 7926 7928 7731 0 -1 0 6203 0 1 0 39 4 0 0 18 0 8 0 168999270 938344448 5942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944033 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7928/statm: 229088 5942 2135 14 0 215558 0
[pid=7928/tid=7930] ppid=7926 vsize=916352 CPUtime=0
/proc/7928/task/7930/stat : 7930 (java) S 7926 7928 7731 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 168999274 938344448 5942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7931] ppid=7926 vsize=916352 CPUtime=0
/proc/7928/task/7931/stat : 7931 (java) S 7926 7928 7731 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 168999274 938344448 5942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7932] ppid=7926 vsize=916352 CPUtime=0
/proc/7928/task/7932/stat : 7932 (java) S 7926 7928 7731 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 168999274 938344448 5942 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 916352

[startup+1.33281 s]
/proc/loadavg: 1.16 1.03 1.10 3/94 7936
/proc/meminfo: memFree=1494752/2055920 swapFree=4192812/4192956
[pid=7928] ppid=7926 vsize=916788 CPUtime=1.25
/proc/7928/stat : 7928 (java) R 7926 7928 7731 0 -1 0 15250 0 1 0 104 21 0 0 21 0 8 0 168999270 938790912 14987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7928/statm: 229197 14987 2180 14 0 215667 0
[pid=7928/tid=7930] ppid=7926 vsize=916788 CPUtime=0.01
/proc/7928/task/7930/stat : 7930 (java) R 7926 7928 7731 0 -1 64 31 0 0 0 1 0 0 0 16 0 8 0 168999274 938790912 14987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154022744 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7931] ppid=7926 vsize=916788 CPUtime=0
/proc/7928/task/7931/stat : 7931 (java) S 7926 7928 7731 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 168999274 938790912 14987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7932] ppid=7926 vsize=916788 CPUtime=0
/proc/7928/task/7932/stat : 7932 (java) S 7926 7928 7731 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 168999274 938790912 14987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7933] ppid=7926 vsize=916788 CPUtime=0
/proc/7928/task/7933/stat : 7933 (java) S 7926 7928 7731 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168999284 938790912 14987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7934] ppid=7926 vsize=916788 CPUtime=0.22
/proc/7928/task/7934/stat : 7934 (java) S 7926 7928 7731 0 -1 64 443 0 0 0 22 0 0 0 16 0 8 0 168999284 938790912 14987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7935] ppid=7926 vsize=916788 CPUtime=0
/proc/7928/task/7935/stat : 7935 (java) S 7926 7928 7731 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168999284 938790912 14987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7936] ppid=7926 vsize=916788 CPUtime=0
/proc/7928/task/7936/stat : 7936 (java) S 7926 7928 7731 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 168999284 938790912 14987 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 916788

[startup+2.97707 s]
/proc/loadavg: 1.16 1.03 1.10 3/94 7936
/proc/meminfo: memFree=1481888/2055920 swapFree=4192812/4192956
[pid=7928] ppid=7926 vsize=916752 CPUtime=2.89
/proc/7928/stat : 7928 (java) R 7926 7928 7731 0 -1 0 16525 0 1 0 265 24 0 0 25 0 8 0 168999270 938754048 16261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074063728 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7928/statm: 229188 16261 2544 14 0 215658 0
[pid=7928/tid=7930] ppid=7926 vsize=916752 CPUtime=0.06
/proc/7928/task/7930/stat : 7930 (java) S 7926 7928 7731 0 -1 64 809 0 0 0 6 0 0 0 17 0 8 0 168999274 938754048 16261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7931] ppid=7926 vsize=916752 CPUtime=0
/proc/7928/task/7931/stat : 7931 (java) S 7926 7928 7731 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 168999274 938754048 16261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7932] ppid=7926 vsize=916752 CPUtime=0
/proc/7928/task/7932/stat : 7932 (java) S 7926 7928 7731 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 168999274 938754048 16261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7933] ppid=7926 vsize=916752 CPUtime=0
/proc/7928/task/7933/stat : 7933 (java) S 7926 7928 7731 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 168999284 938754048 16261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7934] ppid=7926 vsize=916752 CPUtime=0.34
/proc/7928/task/7934/stat : 7934 (java) S 7926 7928 7731 0 -1 64 502 0 0 0 33 1 0 0 15 0 8 0 168999284 938754048 16261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7935] ppid=7926 vsize=916752 CPUtime=0
/proc/7928/task/7935/stat : 7935 (java) S 7926 7928 7731 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 168999284 938754048 16261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7928/tid=7936] ppid=7926 vsize=916752 CPUtime=0
/proc/7928/task/7936/stat : 7936 (java) S 7926 7928 7731 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 168999284 938754048 16261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 916752

[startup+6.2736 s]
/proc/loadavg: 1.31 1.06 1.11 3/94 7936
/proc/meminfo: memFree=1481824/2055920 swapFree=4192812/4192956
[pid=7928] ppid=7926 vsize=0 CPUtime=6.1
/proc/7928/stat : 7928 (java) Z 7926 7928 7731 0 -1 12 16552 0 1 0 585 25 0 0 24 0 2 0 168999270 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7928/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 6.33192
CPU time (s): 6.11207
CPU user time (s): 5.85511
CPU system time (s): 0.25696
CPU usage (%): 96.5279
Max. virtual memory (cumulated for all children) (KiB): 916788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.85511
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16552
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= 1523
involuntary context switches= 1870

runsolver used 0.012998 s user time and 0.030995 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sun Jan  7 21:40:36 UTC 2007


IDJOB= 211186
IDBENCH= 4675
FILE ID= node3/211186-1168206036

PBS_JOBID= 3480563

Free space on /tmp= 66551 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/uclid/elf-rf7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/211186-1168206036/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-211186-1168206036 -o ROOT/results/node3/solver-211186-1168206036 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/211186-1168206036/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  94a0200f88440f1412570a16e7b03305

RANDOM SEED= 874552075

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.279
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.279
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:       1537592 kB
Buffers:         51584 kB
Cached:         341456 kB
SwapCached:          0 kB
Active:         190768 kB
Inactive:       266096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4432 kB
Writeback:           0 kB
Mapped:          84072 kB
Slab:            46572 kB
Committed_AS:  4520608 kB
PageTables:       2052 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= 66551 MiB



End job on node3 on Sun Jan  7 21:40:43 UTC 2007