Trace number 227257

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.9494 17.0522

DiagnosticValue
CHECKS49455817
NODES70676

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-69_ext.xml
MD5SUM8f0c92e367777af0a644c027834dea7a
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.42133
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
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.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/227257-1168277714/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.42	       =>  wckTime=0.105  cpuTime=0.1  mem=6M951
0.42	   
0.42	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.71	     nbConstraints=752  nbRelationTypes=752  nbExtensionStructures=751  nbSharedExtensionStructures=1
0.71	     nbConflictsStructures=751  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=11880  maxDegree=39
0.71	     maxArity=2
0.71	       =>  wckTime=0.389  cpuTime=0.27  mem=11M848
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.603  cpuTime=0.42  mem=15M6
0.98	   
0.98	   preprocessing
0.98	     nbConstraintChecks=25191  nbPropagations=918  nbRevisions=5680  nbUselessRevisions=4508  nbSingletonTests=51
0.98	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.98	       =>  wckTime=0.06  cpuTime=0.03  mem=15M6
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=15175  nbPropagations=1283  nbRevisions=10319  nbUselessRevisions=8456  nbAssignments=27
1.00	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=41  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.083  cpuTime=0.05  mem=15M6
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=35306  nbPropagations=3005  nbRevisions=26940  nbUselessRevisions=22251  nbAssignments=57
1.02	     nbFailedAssignments=13  nbBacktracks=25  nbVisitedNodes=89  nbRestartNogoods=4  mapSize=23  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.104  cpuTime=0.06  mem=15M6
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=67082  nbPropagations=5359  nbRevisions=53738  nbUselessRevisions=44649
1.04	     nbAssignments=102  nbFailedAssignments=26  nbBacktracks=49  nbVisitedNodes=162  nbRestartNogoods=7  mapSize=45
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.123  cpuTime=0.08  mem=15M6
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=103879  nbPropagations=8465  nbRevisions=92286  nbUselessRevisions=77076
1.06	     nbAssignments=158  nbFailedAssignments=41  nbBacktracks=84  nbVisitedNodes=251  nbRestartNogoods=10  mapSize=74
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.14  cpuTime=0.1  mem=15M6
1.08	   
1.08	   search
1.08	     run=4  nbConstraintChecks=161580  nbPropagations=12670  nbRevisions=149279  nbUselessRevisions=125223
1.08	     nbAssignments=233  nbFailedAssignments=61  nbBacktracks=134  nbVisitedNodes=374  nbRestartNogoods=13  mapSize=116
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.163  cpuTime=0.12  mem=15M6
1.13	   
1.13	   search
1.13	     run=5  nbConstraintChecks=243654  nbPropagations=18475  nbRevisions=232433  nbUselessRevisions=195691
1.13	     nbAssignments=354  nbFailedAssignments=97  nbBacktracks=211  nbVisitedNodes=572  nbRestartNogoods=15  mapSize=183
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.207  cpuTime=0.15  mem=15M6
1.17	   
1.17	   search
1.17	     run=6  nbConstraintChecks=355284  nbPropagations=26464  nbRevisions=352827  nbUselessRevisions=298156
1.17	     nbAssignments=524  nbFailedAssignments=145  nbBacktracks=325  nbVisitedNodes=845  nbRestartNogoods=19  mapSize=277
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.254  cpuTime=0.2  mem=15M6
1.24	   
1.24	   search
1.24	     run=7  nbConstraintChecks=528168  nbPropagations=37758  nbRevisions=529626  nbUselessRevisions=449061
1.24	     nbAssignments=780  nbFailedAssignments=223  nbBacktracks=495  nbVisitedNodes=1268  nbRestartNogoods=23  mapSize=423
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.321  cpuTime=0.26  mem=15M6
1.33	   
1.33	   search
1.33	     run=8  nbConstraintChecks=758792  nbPropagations=53462  nbRevisions=784399  nbUselessRevisions=667355
1.33	     nbAssignments=1149  nbFailedAssignments=327  nbBacktracks=756  nbVisitedNodes=1866  nbRestartNogoods=28
1.33	     mapSize=634  nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.413  cpuTime=0.35  mem=15M6
1.48	   
1.48	   search
1.48	     run=9  nbConstraintChecks=1102287  nbPropagations=75760  nbRevisions=1151742  nbUselessRevisions=982082
1.48	     nbAssignments=1691  nbFailedAssignments=479  nbBacktracks=1141  nbVisitedNodes=2729  nbRestartNogoods=30
1.48	     mapSize=928  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.562  cpuTime=0.48  mem=15M6
1.53	   
1.53	   INFO : Stopping hyperNogood (mapSize=1021, nbTooLargekeys=0, mem=15M6)
1.69	   
1.69	   search
1.69	     run=10  nbConstraintChecks=1686352  nbPropagations=108891  nbRevisions=1711172  nbUselessRevisions=1461931
1.69	     nbAssignments=2506  nbFailedAssignments=707  nbBacktracks=1720  nbVisitedNodes=4077  nbRestartNogoods=34
1.69	       =>  wckTime=0.771  cpuTime=0.67  mem=15M6
1.98	   
1.98	   search
1.98	     run=11  nbConstraintChecks=2596385  nbPropagations=158849  nbRevisions=2560895  nbUselessRevisions=2189444
1.98	     nbAssignments=3766  nbFailedAssignments=1093  nbBacktracks=2586  nbVisitedNodes=6155  nbRestartNogoods=41
1.98	       =>  wckTime=1.063  cpuTime=0.97  mem=15M6
2.39	   
2.39	   search
2.39	     run=12  nbConstraintChecks=3817890  nbPropagations=231967  nbRevisions=3817067  nbUselessRevisions=3266684
2.39	     nbAssignments=5618  nbFailedAssignments=1638  nbBacktracks=3886  nbVisitedNodes=9154  nbRestartNogoods=46
2.39	       =>  wckTime=1.468  cpuTime=1.36  mem=15M6
3.01	   
3.01	   search
3.01	     run=13  nbConstraintChecks=5726568  nbPropagations=340915  nbRevisions=5700092  nbUselessRevisions=4880662
3.01	     nbAssignments=8390  nbFailedAssignments=2457  nbBacktracks=5833  nbVisitedNodes=13715  nbRestartNogoods=52
3.01	       =>  wckTime=2.087  cpuTime=1.98  mem=15M6
3.93	   
3.93	   search
3.93	     run=14  nbConstraintChecks=8581407  nbPropagations=502845  nbRevisions=8520251  nbUselessRevisions=7299312
3.93	     nbAssignments=12552  nbFailedAssignments=3689  nbBacktracks=8758  nbVisitedNodes=20525  nbRestartNogoods=60
3.93	       =>  wckTime=3.013  cpuTime=2.9  mem=15M6
5.30	   
5.30	   search
5.30	     run=15  nbConstraintChecks=12779445  nbPropagations=743468  nbRevisions=12723742  nbUselessRevisions=10903599
5.30	     nbAssignments=18759  nbFailedAssignments=5512  nbBacktracks=13136  nbVisitedNodes=30685  nbRestartNogoods=66
5.30	       =>  wckTime=4.384  cpuTime=4.27  mem=15M6
7.40	   
7.40	   search
7.40	     run=16  nbConstraintChecks=19248854  nbPropagations=1104563  nbRevisions=19046262  nbUselessRevisions=16322153
7.40	     nbAssignments=28082  nbFailedAssignments=8261  nbBacktracks=19704  nbVisitedNodes=45960  nbRestartNogoods=72
7.40	       =>  wckTime=6.481  cpuTime=6.35  mem=15M6
10.54	   
10.54	   search
10.54	     run=17  nbConstraintChecks=29057336  nbPropagations=1647016  nbRevisions=28568869  nbUselessRevisions=24481277
10.54	     nbAssignments=42087  nbFailedAssignments=12404  nbBacktracks=29559  nbVisitedNodes=68925  nbRestartNogoods=76
10.54	       =>  wckTime=9.616  cpuTime=9.47  mem=15M6
15.31	   
15.31	   search
15.31	     run=18  nbConstraintChecks=44034022  nbPropagations=2464161  nbRevisions=42972368  nbUselessRevisions=36823638
15.31	     nbAssignments=63203  nbFailedAssignments=18733  nbBacktracks=44339  nbVisitedNodes=103600  nbRestartNogoods=83
15.31	       =>  wckTime=14.389  cpuTime=14.22  mem=15M6
17.03	   
17.03	   search
17.03	     run=19  nbConstraintChecks=49430626  nbPropagations=3379089  nbRevisions=59134266  nbUselessRevisions=50674025
17.03	     nbAssignments=70676  nbFailedAssignments=20990  nbBacktracks=49556  nbVisitedNodes=115882  nbRestartNogoods=92
17.03	       =>  wckTime=16.107  cpuTime=15.93  mem=15M6
17.03	   
17.03	   global
17.03	     nbConstraintChecks=49455817  nbPropagations=3380007  nbRevisions=59139946  nbUselessRevisions=50678533
17.03	     nbRestartNogoods=92  solvingWckTime=16.108  solvingCpuTime=15.93  expiredTime=no  totalExploration=yes
17.03	     nbFoundSolutions=0  globalCpuTime=16.4
17.03	       =>  wckTime=16.713  cpuTime=16.35  mem=15M981
17.03	   
17.03	s UNSATISFIABLE
17.03	d NODES 70676
17.03	d CHECKS 49455817
17.03	   
17.03	   totalWckTime=16.797  totalCpuTime=16.4

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/node42/watcher-227257-1168277714 -o ROOT/results/node42/solver-227257-1168277714 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227257-1168277714/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.74 2.29 2.47 4/81 28259
/proc/meminfo: memFree=1211728/2055920 swapFree=4191892/4192956
[pid=28258] ppid=28256 vsize=18540 CPUtime=0
/proc/28258/stat : 28258 (runsolver) R 28256 28258 27567 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 176170617 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28258/statm: 4635 279 244 17 0 2626 0

[startup+0.104441 s]
/proc/loadavg: 1.74 2.29 2.47 4/81 28259
/proc/meminfo: memFree=1211728/2055920 swapFree=4191892/4192956
[pid=28258] ppid=28256 vsize=914988 CPUtime=0.09
/proc/28258/stat : 28258 (java) R 28256 28258 27567 0 -1 0 2995 0 1 0 7 2 0 0 20 0 8 0 176170617 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512485 s]
/proc/loadavg: 1.74 2.29 2.47 4/81 28259
/proc/meminfo: memFree=1211728/2055920 swapFree=4191892/4192956
[pid=28258] ppid=28256 vsize=915328 CPUtime=0.49
/proc/28258/stat : 28258 (java) R 28256 28258 27567 0 -1 0 6263 0 1 0 44 5 0 0 18 0 8 0 176170617 937295872 6002 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942745 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 228832 6002 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33558 s]
/proc/loadavg: 1.74 2.29 2.47 3/88 28266
/proc/meminfo: memFree=1187544/2055920 swapFree=4191892/4192956
[pid=28258] ppid=28256 vsize=915584 CPUtime=1.31
/proc/28258/stat : 28258 (java) R 28256 28258 27567 0 -1 0 8757 0 1 0 123 8 0 0 24 0 8 0 176170617 937558016 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073908097 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 228896 8495 2524 14 0 215366 0
[pid=28258/tid=28260] ppid=28256 vsize=915584 CPUtime=0.03
/proc/28258/task/28260/stat : 28260 (java) S 28256 28258 27567 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176170621 937558016 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28261] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 27567 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176170622 937558016 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28262] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 27567 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176170622 937558016 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28263] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 27567 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176170625 937558016 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28264] ppid=28256 vsize=915584 CPUtime=0.24
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 27567 0 -1 64 405 0 0 0 22 2 0 0 15 0 8 0 176170625 937558016 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28265] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 27567 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176170625 937558016 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28266] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 27567 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176170625 937558016 8495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915584

[startup+2.98875 s]
/proc/loadavg: 1.74 2.29 2.47 3/88 28266
/proc/meminfo: memFree=1187288/2055920 swapFree=4191892/4192956
[pid=28258] ppid=28256 vsize=915584 CPUtime=2.95
/proc/28258/stat : 28258 (java) R 28256 28258 27567 0 -1 0 8799 0 1 0 287 8 0 0 25 0 8 0 176170617 937558016 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073912985 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 228896 8536 2524 14 0 215366 0
[pid=28258/tid=28260] ppid=28256 vsize=915584 CPUtime=0.03
/proc/28258/task/28260/stat : 28260 (java) S 28256 28258 27567 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176170621 937558016 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28261] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 27567 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176170622 937558016 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28262] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 27567 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176170622 937558016 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28263] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 27567 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176170625 937558016 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28264] ppid=28256 vsize=915584 CPUtime=0.28
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 27567 0 -1 64 420 0 0 0 26 2 0 0 16 0 8 0 176170625 937558016 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28265] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 27567 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176170625 937558016 8536 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28266] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 27567 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176170625 937558016 8536 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) 915584

[startup+6.27612 s]
/proc/loadavg: 1.76 2.29 2.47 3/88 28266
/proc/meminfo: memFree=1186392/2055920 swapFree=4191892/4192956
[pid=28258] ppid=28256 vsize=915584 CPUtime=6.22
/proc/28258/stat : 28258 (java) R 28256 28258 27567 0 -1 0 8807 0 1 0 614 8 0 0 25 0 8 0 176170617 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073917185 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 228896 8543 2524 14 0 215366 0
[pid=28258/tid=28260] ppid=28256 vsize=915584 CPUtime=0.03
/proc/28258/task/28260/stat : 28260 (java) S 28256 28258 27567 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176170621 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28261] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 27567 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176170622 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28262] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 27567 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176170622 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28263] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 27567 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176170625 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28264] ppid=28256 vsize=915584 CPUtime=0.28
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 27567 0 -1 64 420 0 0 0 26 2 0 0 15 0 8 0 176170625 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28265] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 27567 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176170625 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28266] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 27567 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176170625 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915584

[startup+12.7648 s]
/proc/loadavg: 1.80 2.28 2.46 3/88 28266
/proc/meminfo: memFree=1186272/2055920 swapFree=4191892/4192956
[pid=28258] ppid=28256 vsize=915584 CPUtime=12.69
/proc/28258/stat : 28258 (java) R 28256 28258 27567 0 -1 0 8812 0 1 0 1260 9 0 0 25 0 8 0 176170617 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073906718 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28258/statm: 228896 8548 2524 14 0 215366 0
[pid=28258/tid=28260] ppid=28256 vsize=915584 CPUtime=0.03
/proc/28258/task/28260/stat : 28260 (java) S 28256 28258 27567 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176170621 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28261] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28261/stat : 28261 (java) S 28256 28258 27567 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176170622 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28262] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28262/stat : 28262 (java) S 28256 28258 27567 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176170622 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28263] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28263/stat : 28263 (java) S 28256 28258 27567 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176170625 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28264] ppid=28256 vsize=915584 CPUtime=0.28
/proc/28258/task/28264/stat : 28264 (java) S 28256 28258 27567 0 -1 64 420 0 0 0 26 2 0 0 15 0 8 0 176170625 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28265] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28265/stat : 28265 (java) S 28256 28258 27567 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176170625 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28258/tid=28266] ppid=28256 vsize=915584 CPUtime=0
/proc/28258/task/28266/stat : 28266 (java) S 28256 28258 27567 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176170625 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 17.0522
CPU time (s): 16.9494
CPU user time (s): 16.8514
CPU system time (s): 0.097985
CPU usage (%): 99.3974
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.8514
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8908
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= 1624
involuntary context switches= 2367

runsolver used 0.027995 s user time and 0.06099 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Jan  8 17:35:14 UTC 2007


IDJOB= 227257
IDBENCH= 6066
FILE ID= node42/227257-1168277714

PBS_JOBID= 3483311

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8f0c92e367777af0a644c027834dea7a

RANDOM SEED= 123405836

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.229
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.229
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:       1212144 kB
Buffers:         34628 kB
Cached:         120600 kB
SwapCached:        356 kB
Active:         715380 kB
Inactive:        72864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1212144 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:         648504 kB
Slab:            39700 kB
Committed_AS:  4474864 kB
PageTables:       3044 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= 66559 MiB



End job on node42 on Mon Jan  8 17:35:31 UTC 2007