Trace number 227785

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 19.772 19.8448

DiagnosticValue
CHECKS64239231
NODES93012

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-55_ext.xml
MD5SUMf87912030abf6c4e4ba3b9616b92c958
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 benchmark3.67944
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.28	   
0.28	Abscon 109 (November, 2006)
0.28	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/227785-1168278840/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.38	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.38	   
0.38	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.65	     nbConstraints=753  nbRelationTypes=753  nbExtensionStructures=753  nbSharedExtensionStructures=0
0.65	     nbConflictsStructures=753  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11918  maxDegree=39
0.65	     maxArity=2
0.65	       =>  wckTime=0.36  cpuTime=0.23  mem=11M844
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.555  cpuTime=0.35  mem=15M7
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=22508  nbPropagations=819  nbRevisions=5399  nbUselessRevisions=4312  nbSingletonTests=46
0.90	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.90	       =>  wckTime=0.052  cpuTime=0.04  mem=15M7
0.92	   
0.92	   search
0.92	     run=0  nbConstraintChecks=13365  nbPropagations=1139  nbRevisions=9598  nbUselessRevisions=7873  nbAssignments=24
0.92	     nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=36  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.075  cpuTime=0.05  mem=15M7
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=29628  nbPropagations=2631  nbRevisions=23949  nbUselessRevisions=19737  nbAssignments=49
0.93	     nbFailedAssignments=8  nbBacktracks=29  nbVisitedNodes=72  nbRestartNogoods=1  mapSize=18  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.09  cpuTime=0.06  mem=15M7
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=46551  nbPropagations=4502  nbRevisions=43495  nbUselessRevisions=35996  nbAssignments=82
0.95	     nbFailedAssignments=14  nbBacktracks=51  nbVisitedNodes=118  nbRestartNogoods=4  mapSize=29  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.105  cpuTime=0.07  mem=15M7
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=82832  nbPropagations=7078  nbRevisions=73836  nbUselessRevisions=61362
0.96	     nbAssignments=133  nbFailedAssignments=26  nbBacktracks=86  nbVisitedNodes=197  nbRestartNogoods=5  mapSize=54
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.12  cpuTime=0.09  mem=15M7
0.99	   
0.99	   search
0.99	     run=4  nbConstraintChecks=134401  nbPropagations=10630  nbRevisions=120108  nbUselessRevisions=100272
0.99	     nbAssignments=210  nbFailedAssignments=48  nbBacktracks=136  nbVisitedNodes=323  nbRestartNogoods=7  mapSize=99
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.14  cpuTime=0.11  mem=15M7
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=215387  nbPropagations=15751  nbRevisions=191747  nbUselessRevisions=160678
1.02	     nbAssignments=323  nbFailedAssignments=78  nbBacktracks=211  nbVisitedNodes=509  nbRestartNogoods=9  mapSize=162
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.173  cpuTime=0.15  mem=15M7
1.06	   
1.06	   search
1.06	     run=6  nbConstraintChecks=328208  nbPropagations=22967  nbRevisions=302206  nbUselessRevisions=254653
1.06	     nbAssignments=488  nbFailedAssignments=125  nbBacktracks=325  nbVisitedNodes=778  nbRestartNogoods=14  mapSize=253
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.217  cpuTime=0.19  mem=15M7
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=505617  nbPropagations=33516  nbRevisions=472347  nbUselessRevisions=400090
1.12	     nbAssignments=744  nbFailedAssignments=201  nbBacktracks=496  nbVisitedNodes=1201  nbRestartNogoods=15  mapSize=399
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.28  cpuTime=0.25  mem=15M7
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=753376  nbPropagations=48747  nbRevisions=725751  nbUselessRevisions=617439
1.21	     nbAssignments=1117  nbFailedAssignments=309  nbBacktracks=754  nbVisitedNodes=1809  nbRestartNogoods=17
1.21	     mapSize=609  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.368  cpuTime=0.34  mem=15M7
1.36	   
1.36	   search
1.36	     run=9  nbConstraintChecks=1132528  nbPropagations=71009  nbRevisions=1102863  nbUselessRevisions=941199
1.36	     nbAssignments=1671  nbFailedAssignments=472  nbBacktracks=1139  nbVisitedNodes=2722  nbRestartNogoods=21
1.36	     mapSize=927  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.514  cpuTime=0.46  mem=15M7
1.40	   
1.40	   INFO : Stopping hyperNogood (mapSize=1017, nbTooLargekeys=0, mem=15M7)
1.55	   
1.55	   search
1.55	     run=10  nbConstraintChecks=1711088  nbPropagations=103890  nbRevisions=1668334  nbUselessRevisions=1426679
1.55	     nbAssignments=2501  nbFailedAssignments=719  nbBacktracks=1715  nbVisitedNodes=4081  nbRestartNogoods=24
1.55	       =>  wckTime=0.702  cpuTime=0.64  mem=15M7
1.77	   
1.77	   search
1.77	     run=11  nbConstraintChecks=2437963  nbPropagations=150739  nbRevisions=2478243  nbUselessRevisions=2122419
1.77	     nbAssignments=3721  nbFailedAssignments=1067  nbBacktracks=2579  nbVisitedNodes=6021  nbRestartNogoods=32
1.77	       =>  wckTime=0.925  cpuTime=0.86  mem=15M7
2.14	   
2.14	   search
2.14	     run=12  nbConstraintChecks=3686421  nbPropagations=220661  nbRevisions=3701189  nbUselessRevisions=3174367
2.14	     nbAssignments=5584  nbFailedAssignments=1625  nbBacktracks=3876  nbVisitedNodes=9029  nbRestartNogoods=36
2.14	       =>  wckTime=1.296  cpuTime=1.23  mem=15M7
2.69	   
2.69	   search
2.69	     run=13  nbConstraintChecks=5568179  nbPropagations=325533  nbRevisions=5540877  nbUselessRevisions=4755882
2.70	     nbAssignments=8344  nbFailedAssignments=2419  nbBacktracks=5824  nbVisitedNodes=13513  nbRestartNogoods=43
2.70	       =>  wckTime=1.852  cpuTime=1.78  mem=15M7
3.52	   
3.52	   search
3.52	     run=14  nbConstraintChecks=8366438  nbPropagations=482268  nbRevisions=8303179  nbUselessRevisions=7131136
3.52	     nbAssignments=12496  nbFailedAssignments=3639  nbBacktracks=8748  nbVisitedNodes=20295  nbRestartNogoods=49
3.52	       =>  wckTime=2.676  cpuTime=2.61  mem=15M7
4.77	   
4.77	   search
4.77	     run=15  nbConstraintChecks=12622028  nbPropagations=717460  nbRevisions=12461062  nbUselessRevisions=10705027
4.77	     nbAssignments=18723  nbFailedAssignments=5478  nbBacktracks=13129  nbVisitedNodes=30448  nbRestartNogoods=54
4.77	       =>  wckTime=3.923  cpuTime=3.85  mem=15M7
6.68	   
6.68	   search
6.68	     run=16  nbConstraintChecks=19166402  nbPropagations=1072850  nbRevisions=18750024  nbUselessRevisions=16107180
6.68	     nbAssignments=28124  nbFailedAssignments=8303  nbBacktracks=19697  nbVisitedNodes=45847  nbRestartNogoods=62
6.68	       =>  wckTime=5.839  cpuTime=5.77  mem=15M7
9.48	   
9.48	   search
9.48	     run=17  nbConstraintChecks=28754996  nbPropagations=1604843  nbRevisions=28200655  nbUselessRevisions=24232669
9.48	     nbAssignments=42130  nbFailedAssignments=12450  nbBacktracks=29549  nbVisitedNodes=68788  nbRestartNogoods=70
9.48	       =>  wckTime=8.636  cpuTime=8.56  mem=15M7
13.73	   
13.73	   search
13.73	     run=18  nbConstraintChecks=43249660  nbPropagations=2403336  nbRevisions=42411812  nbUselessRevisions=36453877
13.73	     nbAssignments=63310  nbFailedAssignments=18845  nbBacktracks=44329  nbVisitedNodes=103543  nbRestartNogoods=78
13.73	       =>  wckTime=12.887  cpuTime=12.8  mem=15M7
19.78	   
19.78	   search
19.78	     run=19  nbConstraintChecks=64216723  nbPropagations=3582581  nbRevisions=63438625  nbUselessRevisions=54526908
19.78	     nbAssignments=93012  nbFailedAssignments=27718  nbBacktracks=65159  nbVisitedNodes=152238  nbRestartNogoods=85
19.78	       =>  wckTime=18.936  cpuTime=18.85  mem=15M7
19.78	   
19.78	   global
19.78	     nbConstraintChecks=64239231  nbPropagations=3583400  nbRevisions=63444024  nbUselessRevisions=54531220
19.78	     nbRestartNogoods=85  solvingWckTime=18.937  solvingCpuTime=18.86  expiredTime=no  totalExploration=yes
19.78	     nbFoundSolutions=0  globalCpuTime=19.26
19.78	       =>  wckTime=19.494  cpuTime=19.21  mem=15M7
19.78	   
19.78	s UNSATISFIABLE
19.78	d NODES 93012
19.78	d CHECKS 64239231
19.78	   
19.78	   totalWckTime=19.57  totalCpuTime=19.26

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/node14/watcher-227785-1168278840 -o ROOT/results/node14/solver-227785-1168278840 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227785-1168278840/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.81 1.88 1.91 4/94 2903
/proc/meminfo: memFree=1710120/2055920 swapFree=4182236/4192956
[pid=2902] ppid=2900 vsize=1784 CPUtime=0
/proc/2902/stat : 2902 (java) D 2900 2902 2340 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 176278929 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 6927140 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/2902/statm: 446 163 128 14 0 91 0

[startup+0.108388 s]
/proc/loadavg: 1.81 1.88 1.91 4/94 2903
/proc/meminfo: memFree=1710120/2055920 swapFree=4182236/4192956
[pid=2902] ppid=2900 vsize=914988 CPUtime=0.1
/proc/2902/stat : 2902 (java) R 2900 2902 2340 0 -1 0 3131 0 1 0 9 1 0 0 24 0 8 0 176278929 936947712 2877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2902/statm: 228747 2878 1473 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.516426 s]
/proc/loadavg: 1.81 1.88 1.91 4/94 2903
/proc/meminfo: memFree=1710120/2055920 swapFree=4182236/4192956
[pid=2902] ppid=2900 vsize=915328 CPUtime=0.5
/proc/2902/stat : 2902 (java) R 2900 2902 2340 0 -1 0 6543 0 1 0 46 4 0 0 25 0 8 0 176278929 937295872 6282 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073550989 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2902/statm: 228832 6282 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.3395 s]
/proc/loadavg: 1.82 1.88 1.91 3/101 2910
/proc/meminfo: memFree=1685872/2055920 swapFree=4182236/4192956
[pid=2902] ppid=2900 vsize=915584 CPUtime=1.32
/proc/2902/stat : 2902 (java) R 2900 2902 2340 0 -1 0 8775 0 1 0 125 7 0 0 25 0 8 0 176278929 937558016 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073914107 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2902/statm: 228896 8513 2524 14 0 215366 0
[pid=2902/tid=2904] ppid=2900 vsize=915584 CPUtime=0.03
/proc/2902/task/2904/stat : 2904 (java) S 2900 2902 2340 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176278932 937558016 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2905] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2905/stat : 2905 (java) S 2900 2902 2340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176278933 937558016 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2906] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2906/stat : 2906 (java) S 2900 2902 2340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176278933 937558016 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2907] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2907/stat : 2907 (java) S 2900 2902 2340 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176278936 937558016 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2908] ppid=2900 vsize=915584 CPUtime=0.25
/proc/2902/task/2908/stat : 2908 (java) S 2900 2902 2340 0 -1 64 413 0 0 0 24 1 0 0 16 0 8 0 176278936 937558016 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2909] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2909/stat : 2909 (java) S 2900 2902 2340 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 176278936 937558016 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2910] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2910/stat : 2910 (java) S 2900 2902 2340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176278936 937558016 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915584

[startup+2.99266 s]
/proc/loadavg: 1.82 1.88 1.91 4/101 2910
/proc/meminfo: memFree=1685680/2055920 swapFree=4182236/4192956
[pid=2902] ppid=2900 vsize=915584 CPUtime=2.97
/proc/2902/stat : 2902 (java) R 2900 2902 2340 0 -1 0 8801 0 1 0 290 7 0 0 25 0 8 0 176278929 937558016 8538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073946425 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2902/statm: 228896 8538 2524 14 0 215366 0
[pid=2902/tid=2904] ppid=2900 vsize=915584 CPUtime=0.03
/proc/2902/task/2904/stat : 2904 (java) S 2900 2902 2340 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176278932 937558016 8538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2905] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2905/stat : 2905 (java) S 2900 2902 2340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176278933 937558016 8538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2906] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2906/stat : 2906 (java) S 2900 2902 2340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176278933 937558016 8538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2907] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2907/stat : 2907 (java) S 2900 2902 2340 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176278936 937558016 8538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2908] ppid=2900 vsize=915584 CPUtime=0.27
/proc/2902/task/2908/stat : 2908 (java) S 2900 2902 2340 0 -1 64 420 0 0 0 26 1 0 0 16 0 8 0 176278936 937558016 8538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2909] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2909/stat : 2909 (java) S 2900 2902 2340 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 176278936 937558016 8538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2910] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2910/stat : 2910 (java) S 2900 2902 2340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176278936 937558016 8538 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915584

[startup+6.28397 s]
/proc/loadavg: 1.76 1.87 1.90 2/88 2919
/proc/meminfo: memFree=1695192/2055920 swapFree=4182236/4192956
[pid=2902] ppid=2900 vsize=915584 CPUtime=6.26
/proc/2902/stat : 2902 (java) R 2900 2902 2340 0 -1 0 8806 0 1 0 619 7 0 0 25 0 8 0 176278929 937558016 8543 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073908059 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2902/statm: 228896 8543 2524 14 0 215366 0
[pid=2902/tid=2904] ppid=2900 vsize=915584 CPUtime=0.03
/proc/2902/task/2904/stat : 2904 (java) S 2900 2902 2340 0 -1 64 304 0 0 0 3 0 0 0 17 0 8 0 176278932 937558016 8543 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2905] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2905/stat : 2905 (java) S 2900 2902 2340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176278933 937558016 8543 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2906] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2906/stat : 2906 (java) S 2900 2902 2340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176278933 937558016 8543 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2907] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2907/stat : 2907 (java) S 2900 2902 2340 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176278936 937558016 8543 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2908] ppid=2900 vsize=915584 CPUtime=0.27
/proc/2902/task/2908/stat : 2908 (java) S 2900 2902 2340 0 -1 64 420 0 0 0 26 1 0 0 16 0 8 0 176278936 937558016 8543 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2909] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2909/stat : 2909 (java) S 2900 2902 2340 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 176278936 937558016 8543 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2910] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2910/stat : 2910 (java) S 2900 2902 2340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176278936 937558016 8543 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915584

[startup+12.7686 s]
/proc/loadavg: 1.70 1.85 1.90 2/88 2919
/proc/meminfo: memFree=1695192/2055920 swapFree=4182236/4192956
[pid=2902] ppid=2900 vsize=915584 CPUtime=12.74
/proc/2902/stat : 2902 (java) R 2900 2902 2340 0 -1 0 8811 0 1 0 1267 7 0 0 25 0 8 0 176278929 937558016 8547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073925507 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2902/statm: 228896 8547 2524 14 0 215366 0
[pid=2902/tid=2904] ppid=2900 vsize=915584 CPUtime=0.03
/proc/2902/task/2904/stat : 2904 (java) S 2900 2902 2340 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176278932 937558016 8547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2905] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2905/stat : 2905 (java) S 2900 2902 2340 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176278933 937558016 8547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2906] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2906/stat : 2906 (java) S 2900 2902 2340 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176278933 937558016 8547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2907] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2907/stat : 2907 (java) S 2900 2902 2340 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176278936 937558016 8547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2908] ppid=2900 vsize=915584 CPUtime=0.27
/proc/2902/task/2908/stat : 2908 (java) S 2900 2902 2340 0 -1 64 420 0 0 0 26 1 0 0 16 0 8 0 176278936 937558016 8547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2909] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2909/stat : 2909 (java) S 2900 2902 2340 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 176278936 937558016 8547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2902/tid=2910] ppid=2900 vsize=915584 CPUtime=0
/proc/2902/task/2910/stat : 2910 (java) S 2900 2902 2340 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176278936 937558016 8547 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 19.8448
CPU time (s): 19.772
CPU user time (s): 19.684
CPU system time (s): 0.087986
CPU usage (%): 99.633
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.684
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8905
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= 1683
involuntary context switches= 1905

runsolver used 0.022996 s user time and 0.066989 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Jan  8 17:54:00 UTC 2007


IDJOB= 227785
IDBENCH= 6115
FILE ID= node14/227785-1168278840

PBS_JOBID= 3483149

Free space on /tmp= 66344 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f87912030abf6c4e4ba3b9616b92c958

RANDOM SEED= 337898182

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.227
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.227
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:       1710600 kB
Buffers:         67432 kB
Cached:         163668 kB
SwapCached:       4180 kB
Active:         172336 kB
Inactive:       121332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710600 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:          78976 kB
Slab:            36484 kB
Committed_AS:  5882620 kB
PageTables:       2272 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= 66345 MiB



End job on node14 on Mon Jan  8 17:54:21 UTC 2007