Trace number 227908

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 16.9364 17.0611

DiagnosticValue
CHECKS74528669
NODES84737

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-69_ext.xml
MD5SUM04b6ef40d046d95df438236f19078da6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.5823
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/227908-1168279010/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.41	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.61	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.61	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8215  maxDegree=28
0.61	     maxArity=2
0.61	       =>  wckTime=0.296  cpuTime=0.21  mem=10M860
0.65	   
0.65	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.498  cpuTime=0.35  mem=14M819
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=29903  nbPropagations=803  nbRevisions=5082  nbUselessRevisions=4025  nbSingletonTests=47
0.86	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.86	       =>  wckTime=0.05  cpuTime=0.02  mem=14M819
0.88	   
0.88	   search
0.88	     run=0  nbConstraintChecks=16087  nbPropagations=1160  nbRevisions=9112  nbUselessRevisions=7286  nbAssignments=22
0.88	     nbFailedAssignments=4  nbBacktracks=12  nbVisitedNodes=36  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.073  cpuTime=0.04  mem=14M819
0.90	   
0.90	   search
0.90	     run=1  nbConstraintChecks=37800  nbPropagations=2770  nbRevisions=23338  nbUselessRevisions=18745  nbAssignments=50
0.90	     nbFailedAssignments=10  nbBacktracks=28  nbVisitedNodes=80  nbRestartNogoods=1  mapSize=22  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.09  cpuTime=0.04  mem=14M819
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=70495  nbPropagations=5052  nbRevisions=45841  nbUselessRevisions=36915  nbAssignments=89
0.91	     nbFailedAssignments=21  nbBacktracks=51  nbVisitedNodes=142  nbRestartNogoods=3  mapSize=40  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.104  cpuTime=0.05  mem=14M819
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=123026  nbPropagations=8340  nbRevisions=81427  nbUselessRevisions=65868
0.93	     nbAssignments=148  nbFailedAssignments=38  nbBacktracks=88  nbVisitedNodes=239  nbRestartNogoods=5  mapSize=71
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.121  cpuTime=0.07  mem=14M819
0.95	   
0.95	   search
0.95	     run=4  nbConstraintChecks=196418  nbPropagations=13072  nbRevisions=137588  nbUselessRevisions=111946
0.95	     nbAssignments=234  nbFailedAssignments=66  nbBacktracks=138  nbVisitedNodes=384  nbRestartNogoods=7  mapSize=114
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.144  cpuTime=0.09  mem=14M819
0.99	   
0.99	   search
0.99	     run=5  nbConstraintChecks=293570  nbPropagations=19662  nbRevisions=220581  nbUselessRevisions=180337
0.99	     nbAssignments=358  nbFailedAssignments=107  nbBacktracks=214  nbVisitedNodes=590  nbRestartNogoods=11  mapSize=175
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.177  cpuTime=0.12  mem=14M819
1.03	   
1.03	   search
1.03	     run=6  nbConstraintChecks=432328  nbPropagations=28931  nbRevisions=341502  nbUselessRevisions=280215
1.03	     nbAssignments=538  nbFailedAssignments=167  nbBacktracks=327  nbVisitedNodes=884  nbRestartNogoods=13  mapSize=261
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.216  cpuTime=0.16  mem=14M819
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=677116  nbPropagations=42496  nbRevisions=526718  nbUselessRevisions=433280
1.09	     nbAssignments=806  nbFailedAssignments=262  nbBacktracks=497  nbVisitedNodes=1342  nbRestartNogoods=17  mapSize=411
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.28  cpuTime=0.22  mem=14M819
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=1004112  nbPropagations=62169  nbRevisions=799569  nbUselessRevisions=658765
1.19	     nbAssignments=1198  nbFailedAssignments=390  nbBacktracks=755  nbVisitedNodes=1996  nbRestartNogoods=19
1.19	     mapSize=630  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.377  cpuTime=0.31  mem=14M819
1.33	   
1.33	   search
1.33	     run=9  nbConstraintChecks=1518766  nbPropagations=91262  nbRevisions=1208125  nbUselessRevisions=995872
1.33	     nbAssignments=1809  nbFailedAssignments=610  nbBacktracks=1141  nbVisitedNodes=3040  nbRestartNogoods=22
1.33	     mapSize=964  nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.517  cpuTime=0.43  mem=14M819
1.35	   
1.35	   INFO : Stopping hyperNogood (mapSize=1015, nbTooLargekeys=0, mem=14M819)
1.51	   
1.51	   search
1.51	     run=10  nbConstraintChecks=2262562  nbPropagations=133819  nbRevisions=1812931  nbUselessRevisions=1494348
1.51	     nbAssignments=2682  nbFailedAssignments=899  nbBacktracks=1717  nbVisitedNodes=4508  nbRestartNogoods=24
1.51	       =>  wckTime=0.698  cpuTime=0.6  mem=14M819
1.74	   
1.74	   search
1.74	     run=11  nbConstraintChecks=3354978  nbPropagations=195925  nbRevisions=2705283  nbUselessRevisions=2230366
1.74	     nbAssignments=3981  nbFailedAssignments=1328  nbBacktracks=2582  nbVisitedNodes=6689  nbRestartNogoods=31
1.74	       =>  wckTime=0.934  cpuTime=0.83  mem=14M819
2.10	   
2.10	   search
2.10	     run=12  nbConstraintChecks=4995557  nbPropagations=287676  nbRevisions=4027440  nbUselessRevisions=3321359
2.10	     nbAssignments=5943  nbFailedAssignments=1987  nbBacktracks=3879  nbVisitedNodes=9991  nbRestartNogoods=40
2.10	       =>  wckTime=1.292  cpuTime=1.19  mem=14M819
2.63	   
2.63	   search
2.63	     run=13  nbConstraintChecks=7394910  nbPropagations=423140  nbRevisions=5978913  nbUselessRevisions=4931025
2.63	     nbAssignments=8858  nbFailedAssignments=2953  nbBacktracks=5825  nbVisitedNodes=14863  nbRestartNogoods=47
2.63	       =>  wckTime=1.815  cpuTime=1.71  mem=14M819
3.44	   
3.44	   search
3.44	     run=14  nbConstraintChecks=11183043  nbPropagations=625606  nbRevisions=8910246  nbUselessRevisions=7344848
3.44	     nbAssignments=13242  nbFailedAssignments=4407  nbBacktracks=8745  nbVisitedNodes=22249  nbRestartNogoods=51
3.44	       =>  wckTime=2.632  cpuTime=2.52  mem=14M819
4.70	   
4.70	   search
4.70	     run=15  nbConstraintChecks=17096463  nbPropagations=932901  nbRevisions=13381212  nbUselessRevisions=11029322
4.70	     nbAssignments=19989  nbFailedAssignments=6753  nbBacktracks=13125  nbVisitedNodes=33682  nbRestartNogoods=63
4.70	       =>  wckTime=3.893  cpuTime=3.77  mem=14M819
6.65	   
6.65	   search
6.65	     run=16  nbConstraintChecks=26199781  nbPropagations=1400204  nbRevisions=20169929  nbUselessRevisions=16613796
6.65	     nbAssignments=30011  nbFailedAssignments=10201  nbBacktracks=19696  nbVisitedNodes=50644  nbRestartNogoods=72
6.65	       =>  wckTime=5.836  cpuTime=5.71  mem=14M819
9.51	   
9.51	   search
9.51	     run=17  nbConstraintChecks=39532398  nbPropagations=2102382  nbRevisions=30414222  nbUselessRevisions=25045277
9.51	     nbAssignments=45114  nbFailedAssignments=15444  nbBacktracks=29550  nbVisitedNodes=76178  nbRestartNogoods=80
9.51	       =>  wckTime=8.699  cpuTime=8.56  mem=14M819
13.75	   
13.75	   search
13.75	     run=18  nbConstraintChecks=59239799  nbPropagations=3153593  nbRevisions=45804551  nbUselessRevisions=37723724
13.75	     nbAssignments=67473  nbFailedAssignments=23021  nbBacktracks=44328  nbVisitedNodes=113909  nbRestartNogoods=90
13.75	       =>  wckTime=12.943  cpuTime=12.78  mem=14M819
17.02	   
17.02	   search
17.02	     run=19  nbConstraintChecks=74498766  nbPropagations=4472247  nbRevisions=65189169  nbUselessRevisions=53699742
17.02	     nbAssignments=84737  nbFailedAssignments=28944  nbBacktracks=55670  nbVisitedNodes=143099  nbRestartNogoods=97
17.02	       =>  wckTime=16.207  cpuTime=16.03  mem=14M819
17.02	   
17.02	   global
17.02	     nbConstraintChecks=74528669  nbPropagations=4473050  nbRevisions=65194251  nbUselessRevisions=53703767
17.02	     nbRestartNogoods=97  solvingWckTime=16.208  solvingCpuTime=16.03  expiredTime=no  totalExploration=yes
17.02	     nbFoundSolutions=0  globalCpuTime=16.43
17.02	       =>  wckTime=16.709  cpuTime=16.38  mem=14M819
17.02	   
17.02	s UNSATISFIABLE
17.02	d NODES 84737
17.02	d CHECKS 74528669
17.02	   
17.02	   totalWckTime=16.79  totalCpuTime=16.43

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/node21/watcher-227908-1168279010 -o ROOT/results/node21/solver-227908-1168279010 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227908-1168279010/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.52 1.61 1.59 4/88 29947
/proc/meminfo: memFree=1142976/2055920 swapFree=4156316/4192956
[pid=29946] ppid=29944 vsize=18540 CPUtime=0
/proc/29946/stat : 29946 (runsolver) R 29944 29946 29545 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 176295598 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29946/statm: 4635 279 244 17 0 2626 0

[startup+0.109877 s]
/proc/loadavg: 1.52 1.61 1.59 4/88 29947
/proc/meminfo: memFree=1142976/2055920 swapFree=4156316/4192956
[pid=29946] ppid=29944 vsize=914988 CPUtime=0.1
/proc/29946/stat : 29946 (java) R 29944 29946 29545 0 -1 0 3058 0 1 0 8 2 0 0 17 0 8 0 176295598 936947712 2804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29946/statm: 228747 2804 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.518951 s]
/proc/loadavg: 1.52 1.61 1.59 4/88 29947
/proc/meminfo: memFree=1142976/2055920 swapFree=4156316/4192956
[pid=29946] ppid=29944 vsize=915328 CPUtime=0.5
/proc/29946/stat : 29946 (java) S 29944 29946 29545 0 -1 0 6475 0 1 0 46 4 0 0 17 0 8 0 176295598 937295872 6214 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29946/statm: 228832 6214 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34711 s]
/proc/loadavg: 1.52 1.61 1.59 4/95 29954
/proc/meminfo: memFree=1119176/2055920 swapFree=4156316/4192956
[pid=29946] ppid=29944 vsize=915456 CPUtime=1.32
/proc/29946/stat : 29946 (java) R 29944 29946 29545 0 -1 0 8678 0 1 0 127 5 0 0 20 0 8 0 176295598 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806060 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29946/statm: 228864 8416 2524 14 0 215334 0
[pid=29946/tid=29948] ppid=29944 vsize=915456 CPUtime=0.03
/proc/29946/task/29948/stat : 29948 (java) S 29944 29946 29545 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 176295602 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29949] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29949/stat : 29949 (java) S 29944 29946 29545 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176295602 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29950] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29950/stat : 29950 (java) S 29944 29946 29545 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176295602 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29951] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29951/stat : 29951 (java) S 29944 29946 29545 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176295606 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29952] ppid=29944 vsize=915456 CPUtime=0.23
/proc/29946/task/29952/stat : 29952 (java) S 29944 29946 29545 0 -1 64 387 0 0 0 23 0 0 0 16 0 8 0 176295606 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29953] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29953/stat : 29953 (java) S 29944 29946 29545 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176295606 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29954] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29954/stat : 29954 (java) S 29944 29946 29545 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176295606 937426944 8416 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915456

[startup+2.98441 s]
/proc/loadavg: 1.52 1.61 1.59 3/95 29954
/proc/meminfo: memFree=1118920/2055920 swapFree=4156316/4192956
[pid=29946] ppid=29944 vsize=915456 CPUtime=2.95
/proc/29946/stat : 29946 (java) R 29944 29946 29545 0 -1 0 8696 0 1 0 290 5 0 0 25 0 8 0 176295598 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073828633 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29946/statm: 228864 8433 2524 14 0 215334 0
[pid=29946/tid=29948] ppid=29944 vsize=915456 CPUtime=0.03
/proc/29946/task/29948/stat : 29948 (java) S 29944 29946 29545 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 176295602 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29949] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29949/stat : 29949 (java) S 29944 29946 29545 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176295602 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29950] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29950/stat : 29950 (java) S 29944 29946 29545 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176295602 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29951] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29951/stat : 29951 (java) S 29944 29946 29545 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176295606 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29952] ppid=29944 vsize=915456 CPUtime=0.24
/proc/29946/task/29952/stat : 29952 (java) S 29944 29946 29545 0 -1 64 393 0 0 0 24 0 0 0 16 0 8 0 176295606 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29953] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29953/stat : 29953 (java) S 29944 29946 29545 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176295606 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29954] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29954/stat : 29954 (java) S 29944 29946 29545 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176295606 937426944 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915456

[startup+6.28203 s]
/proc/loadavg: 1.55 1.62 1.59 3/95 29954
/proc/meminfo: memFree=1118856/2055920 swapFree=4156316/4192956
[pid=29946] ppid=29944 vsize=915456 CPUtime=6.23
/proc/29946/stat : 29946 (java) R 29944 29946 29545 0 -1 0 8703 0 1 0 618 5 0 0 25 0 8 0 176295598 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794287 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29946/statm: 228864 8439 2524 14 0 215334 0
[pid=29946/tid=29948] ppid=29944 vsize=915456 CPUtime=0.03
/proc/29946/task/29948/stat : 29948 (java) S 29944 29946 29545 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 176295602 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29949] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29949/stat : 29949 (java) S 29944 29946 29545 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176295602 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29950] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29950/stat : 29950 (java) S 29944 29946 29545 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176295602 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29951] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29951/stat : 29951 (java) S 29944 29946 29545 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176295606 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29952] ppid=29944 vsize=915456 CPUtime=0.24
/proc/29946/task/29952/stat : 29952 (java) S 29944 29946 29545 0 -1 64 394 0 0 0 24 0 0 0 16 0 8 0 176295606 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29953] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29953/stat : 29953 (java) S 29944 29946 29545 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176295606 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29954] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29954/stat : 29954 (java) S 29944 29946 29545 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176295606 937426944 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915456

[startup+12.7583 s]
/proc/loadavg: 1.59 1.62 1.59 3/95 29954
/proc/meminfo: memFree=1118856/2055920 swapFree=4156316/4192956
[pid=29946] ppid=29944 vsize=915456 CPUtime=12.67
/proc/29946/stat : 29946 (java) R 29944 29946 29545 0 -1 0 8708 0 1 0 1262 5 0 0 25 0 8 0 176295598 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804551 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29946/statm: 228864 8444 2524 14 0 215334 0
[pid=29946/tid=29948] ppid=29944 vsize=915456 CPUtime=0.03
/proc/29946/task/29948/stat : 29948 (java) S 29944 29946 29545 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 176295602 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29949] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29949/stat : 29949 (java) S 29944 29946 29545 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176295602 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29950] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29950/stat : 29950 (java) S 29944 29946 29545 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176295602 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29951] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29951/stat : 29951 (java) S 29944 29946 29545 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176295606 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29952] ppid=29944 vsize=915456 CPUtime=0.24
/proc/29946/task/29952/stat : 29952 (java) S 29944 29946 29545 0 -1 64 394 0 0 0 24 0 0 0 16 0 8 0 176295606 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29953] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29953/stat : 29953 (java) S 29944 29946 29545 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176295606 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29946/tid=29954] ppid=29944 vsize=915456 CPUtime=0
/proc/29946/task/29954/stat : 29954 (java) S 29944 29946 29545 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176295606 937426944 8444 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 17.0611
CPU time (s): 16.9364
CPU user time (s): 16.8724
CPU system time (s): 0.06399
CPU usage (%): 99.2695
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8724
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8804
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= 1193
involuntary context switches= 1945

runsolver used 0.026995 s user time and 0.06099 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Jan  8 17:56:51 UTC 2007


IDJOB= 227908
IDBENCH= 6134
FILE ID= node21/227908-1168279010

PBS_JOBID= 3483396

Free space on /tmp= 66562 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-69_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227908-1168279010/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-227908-1168279010 -o ROOT/results/node21/solver-227908-1168279010 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227908-1168279010/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  04b6ef40d046d95df438236f19078da6

RANDOM SEED= 264867245

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.261
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.261
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:       1143392 kB
Buffers:         17420 kB
Cached:         811780 kB
SwapCached:       2304 kB
Active:         295388 kB
Inactive:       564764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1143392 kB
SwapTotal:     4192956 kB
SwapFree:      4156316 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:          41632 kB
Slab:            37272 kB
Committed_AS:  3709376 kB
PageTables:       2176 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= 66562 MiB



End job on node21 on Mon Jan  8 17:57:09 UTC 2007