Trace number 227134

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 22.1506 22.3071

DiagnosticValue
CHECKS66378667
NODES96464

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-73_ext.xml
MD5SUM0ce22996fc55ab351185cb40db47a1e8
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.55431
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/227134-1168277450/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.102  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.71	     nbConstraints=753  nbRelationTypes=752  nbExtensionStructures=752  nbSharedExtensionStructures=1
0.71	     nbConflictsStructures=752  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=11895  maxDegree=39
0.71	     maxArity=2
0.71	       =>  wckTime=0.388  cpuTime=0.26  mem=11M947
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.601  cpuTime=0.4  mem=15M7
0.98	   
0.98	   preprocessing
0.98	     nbConstraintChecks=21542  nbPropagations=836  nbRevisions=4979  nbUselessRevisions=3916  nbSingletonTests=49
0.98	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.98	       =>  wckTime=0.056  cpuTime=0.03  mem=15M7
1.00	   
1.00	   search
1.00	     run=0  nbConstraintChecks=15198  nbPropagations=1208  nbRevisions=9379  nbUselessRevisions=7691  nbAssignments=29
1.00	     nbFailedAssignments=7  nbBacktracks=12  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=10  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.082  cpuTime=0.05  mem=15M7
1.02	   
1.02	   search
1.02	     run=1  nbConstraintChecks=32131  nbPropagations=2803  nbRevisions=24051  nbUselessRevisions=19818  nbAssignments=55
1.02	     nbFailedAssignments=13  nbBacktracks=27  nbVisitedNodes=83  nbRestartNogoods=2  mapSize=24  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.101  cpuTime=0.06  mem=15M7
1.04	   
1.04	   search
1.04	     run=2  nbConstraintChecks=56741  nbPropagations=4904  nbRevisions=46348  nbUselessRevisions=38377  nbAssignments=93
1.04	     nbFailedAssignments=23  nbBacktracks=50  nbVisitedNodes=146  nbRestartNogoods=3  mapSize=47  nbInferences=0
1.04	     nbTooLargeKeys=0
1.04	       =>  wckTime=0.117  cpuTime=0.07  mem=15M7
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=100055  nbPropagations=7803  nbRevisions=82239  nbUselessRevisions=68443
1.06	     nbAssignments=151  nbFailedAssignments=39  nbBacktracks=86  nbVisitedNodes=239  nbRestartNogoods=4  mapSize=77
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.136  cpuTime=0.09  mem=15M7
1.08	   
1.08	   search
1.08	     run=4  nbConstraintChecks=144998  nbPropagations=11603  nbRevisions=133213  nbUselessRevisions=111568
1.08	     nbAssignments=230  nbFailedAssignments=58  nbBacktracks=138  nbVisitedNodes=362  nbRestartNogoods=6  mapSize=117
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.156  cpuTime=0.11  mem=15M7
1.11	   
1.11	   search
1.11	     run=5  nbConstraintChecks=212299  nbPropagations=16741  nbRevisions=206548  nbUselessRevisions=174142
1.11	     nbAssignments=345  nbFailedAssignments=87  nbBacktracks=214  nbVisitedNodes=538  nbRestartNogoods=9  mapSize=172
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.189  cpuTime=0.14  mem=15M7
1.16	   
1.16	   search
1.16	     run=6  nbConstraintChecks=318766  nbPropagations=23901  nbRevisions=316145  nbUselessRevisions=268199
1.16	     nbAssignments=517  nbFailedAssignments=140  nbBacktracks=327  nbVisitedNodes=812  nbRestartNogoods=11  mapSize=264
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.24  cpuTime=0.18  mem=15M7
1.22	   
1.22	   search
1.22	     run=7  nbConstraintChecks=480254  nbPropagations=34188  nbRevisions=476477  nbUselessRevisions=405281
1.22	     nbAssignments=765  nbFailedAssignments=210  nbBacktracks=500  nbVisitedNodes=1211  nbRestartNogoods=14  mapSize=398
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.303  cpuTime=0.24  mem=15M7
1.32	   
1.32	   search
1.32	     run=8  nbConstraintChecks=727159  nbPropagations=49056  nbRevisions=719043  nbUselessRevisions=613333
1.32	     nbAssignments=1125  nbFailedAssignments=306  nbBacktracks=757  nbVisitedNodes=1795  nbRestartNogoods=18
1.32	     mapSize=601  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.397  cpuTime=0.34  mem=15M7
1.47	   
1.47	   search
1.47	     run=9  nbConstraintChecks=1084108  nbPropagations=70494  nbRevisions=1081605  nbUselessRevisions=925042
1.47	     nbAssignments=1678  nbFailedAssignments=466  nbBacktracks=1143  nbVisitedNodes=2677  nbRestartNogoods=22
1.47	     mapSize=893  nbInferences=0  nbTooLargeKeys=0
1.47	       =>  wckTime=0.549  cpuTime=0.47  mem=15M7
1.53	   
1.53	   INFO : Stopping hyperNogood (mapSize=1014, nbTooLargekeys=0, mem=15M7)
1.66	   
1.66	   search
1.66	     run=10  nbConstraintChecks=1599894  nbPropagations=101644  nbRevisions=1619102  nbUselessRevisions=1388305
1.66	     nbAssignments=2504  nbFailedAssignments=708  nbBacktracks=1721  nbVisitedNodes=4012  nbRestartNogoods=25
1.66	       =>  wckTime=0.739  cpuTime=0.65  mem=15M7
1.93	   
1.93	   search
1.93	     run=11  nbConstraintChecks=2438275  nbPropagations=148304  nbRevisions=2434997  nbUselessRevisions=2091495
1.93	     nbAssignments=3746  nbFailedAssignments=1078  nbBacktracks=2585  nbVisitedNodes=6037  nbRestartNogoods=30
1.93	       =>  wckTime=1.009  cpuTime=0.92  mem=15M7
2.33	   
2.33	   search
2.33	     run=12  nbConstraintChecks=3652226  nbPropagations=217617  nbRevisions=3662250  nbUselessRevisions=3150965
2.33	     nbAssignments=5568  nbFailedAssignments=1594  nbBacktracks=3884  nbVisitedNodes=9016  nbRestartNogoods=34
2.33	       =>  wckTime=1.405  cpuTime=1.31  mem=15M7
2.91	   
2.91	   search
2.91	     run=13  nbConstraintChecks=5475158  nbPropagations=320773  nbRevisions=5491864  nbUselessRevisions=4728976
2.91	     nbAssignments=8315  nbFailedAssignments=2388  nbBacktracks=5832  nbVisitedNodes=13459  nbRestartNogoods=39
2.91	       =>  wckTime=1.987  cpuTime=1.89  mem=15M7
3.82	   
3.82	   search
3.82	     run=14  nbConstraintChecks=8328232  nbPropagations=476860  nbRevisions=8263902  nbUselessRevisions=7116695
3.82	     nbAssignments=12477  nbFailedAssignments=3626  nbBacktracks=8751  nbVisitedNodes=20318  nbRestartNogoods=46
3.82	       =>  wckTime=2.903  cpuTime=2.8  mem=15M7
5.23	   
5.23	   search
5.23	     run=15  nbConstraintChecks=12749468  nbPropagations=713636  nbRevisions=12475361  nbUselessRevisions=10740838
5.23	     nbAssignments=18705  nbFailedAssignments=5470  nbBacktracks=13129  nbVisitedNodes=30522  nbRestartNogoods=52
5.23	       =>  wckTime=4.306  cpuTime=4.2  mem=15M7
7.29	   
7.29	   search
7.29	     run=16  nbConstraintChecks=19240148  nbPropagations=1068813  nbRevisions=18812691  nbUselessRevisions=16195137
7.29	     nbAssignments=28067  nbFailedAssignments=8252  nbBacktracks=19703  nbVisitedNodes=45769  nbRestartNogoods=61
7.29	       =>  wckTime=6.366  cpuTime=6.25  mem=15M7
10.31	   
10.31	   search
10.31	     run=17  nbConstraintChecks=28768089  nbPropagations=1599903  nbRevisions=28316437  nbUselessRevisions=24379950
10.31	     nbAssignments=42108  nbFailedAssignments=12434  nbBacktracks=29558  nbVisitedNodes=68728  nbRestartNogoods=71
10.31	       =>  wckTime=9.384  cpuTime=9.25  mem=15M7
14.85	   
14.85	   search
14.85	     run=18  nbConstraintChecks=43111195  nbPropagations=2395844  nbRevisions=42516523  nbUselessRevisions=36599262
14.85	     nbAssignments=63185  nbFailedAssignments=18730  nbBacktracks=44336  nbVisitedNodes=103042  nbRestartNogoods=75
14.85	       =>  wckTime=13.927  cpuTime=13.77  mem=15M7
21.93	   
21.93	   search
21.93	     run=19  nbConstraintChecks=65346158  nbPropagations=3600165  nbRevisions=63959395  nbUselessRevisions=55032613
21.93	     nbAssignments=95046  nbFailedAssignments=28417  nbBacktracks=66505  nbVisitedNodes=155146  nbRestartNogoods=82
21.93	       =>  wckTime=21.008  cpuTime=20.82  mem=15M7
22.25	   
22.25	   search
22.25	     run=20  nbConstraintChecks=66357125  nbPropagations=4822967  nbRevisions=85721898  nbUselessRevisions=73738795
22.25	     nbAssignments=96464  nbFailedAssignments=28843  nbBacktracks=67498  nbVisitedNodes=157447  nbRestartNogoods=93
22.25	       =>  wckTime=21.329  cpuTime=21.14  mem=15M982
22.25	   
22.25	   global
22.25	     nbConstraintChecks=66378667  nbPropagations=4823803  nbRevisions=85726877  nbUselessRevisions=73742711
22.25	     nbRestartNogoods=93  solvingWckTime=21.331  solvingCpuTime=21.14  expiredTime=no  totalExploration=yes
22.25	     nbFoundSolutions=0  globalCpuTime=21.6
22.25	       =>  wckTime=21.934  cpuTime=21.54  mem=15M982
22.26	   
22.26	s UNSATISFIABLE
22.26	d NODES 96464
22.26	d CHECKS 66378667
22.26	   
22.26	   totalWckTime=22.017  totalCpuTime=21.6

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/node16/watcher-227134-1168277450 -o ROOT/results/node16/solver-227134-1168277450 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227134-1168277450/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.79 1.94 1.92 4/98 3124
/proc/meminfo: memFree=1439816/2055920 swapFree=4191880/4192956
[pid=3123] ppid=3121 vsize=906644 CPUtime=0.02
/proc/3123/stat : 3123 (java) S 3121 3123 2701 0 -1 0 2069 0 1 0 1 1 0 0 18 0 2 0 176139862 928403456 1818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/3123/statm: 226661 1818 1036 14 0 214244 0
[pid=3123/tid=3125] ppid=3121 vsize=906644 CPUtime=0
/proc/3123/task/3125/stat : 3125 (java) R 3121 3123 2701 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 176139866 928403456 1818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.102669 s]
/proc/loadavg: 1.79 1.94 1.92 4/98 3124
/proc/meminfo: memFree=1439816/2055920 swapFree=4191880/4192956
[pid=3123] ppid=3121 vsize=914988 CPUtime=0.09
/proc/3123/stat : 3123 (java) R 3121 3123 2701 0 -1 0 2974 0 1 0 7 2 0 0 17 0 8 0 176139862 936947712 2720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155582903 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3123/statm: 228747 2720 1421 14 0 215242 0
[pid=3123/tid=3125] ppid=3121 vsize=914988 CPUtime=0
/proc/3123/task/3125/stat : 3125 (java) S 3121 3123 2701 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 176139866 936947712 2720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.510593 s]
/proc/loadavg: 1.79 1.94 1.92 4/98 3124
/proc/meminfo: memFree=1439816/2055920 swapFree=4191880/4192956
[pid=3123] ppid=3121 vsize=915328 CPUtime=0.48
/proc/3123/stat : 3123 (java) R 3121 3123 2701 0 -1 0 6252 0 1 0 44 4 0 0 18 0 8 0 176139862 937295872 5991 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155770051 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3123/statm: 228832 5991 2137 14 0 215302 0
[pid=3123/tid=3125] ppid=3121 vsize=915328 CPUtime=0
/proc/3123/task/3125/stat : 3125 (java) S 3121 3123 2701 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 176139866 937295872 5991 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33405 s]
/proc/loadavg: 1.79 1.94 1.92 3/105 3131
/proc/meminfo: memFree=1415696/2055920 swapFree=4191880/4192956
[pid=3123] ppid=3121 vsize=915584 CPUtime=1.31
/proc/3123/stat : 3123 (java) R 3121 3123 2701 0 -1 0 8759 0 1 0 123 8 0 0 24 0 8 0 176139862 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3123/statm: 228896 8497 2524 14 0 215366 0
[pid=3123/tid=3125] ppid=3121 vsize=915584 CPUtime=0.03
/proc/3123/task/3125/stat : 3125 (java) S 3121 3123 2701 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 176139866 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3126] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3126/stat : 3126 (java) S 3121 3123 2701 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176139867 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3127] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3127/stat : 3127 (java) S 3121 3123 2701 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176139867 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3128] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3128/stat : 3128 (java) S 3121 3123 2701 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176139870 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3129] ppid=3121 vsize=915584 CPUtime=0.26
/proc/3123/task/3129/stat : 3129 (java) S 3121 3123 2701 0 -1 64 405 0 0 0 25 1 0 0 15 0 8 0 176139870 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3130] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3130/stat : 3130 (java) S 3121 3123 2701 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176139870 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3131] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3131/stat : 3131 (java) S 3121 3123 2701 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176139870 937558016 8497 18446744073709551615 134512640 134570532 4294956464 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.98614 s]
/proc/loadavg: 1.79 1.94 1.92 3/105 3131
/proc/meminfo: memFree=1415440/2055920 swapFree=4191880/4192956
[pid=3123] ppid=3121 vsize=915584 CPUtime=2.95
/proc/3123/stat : 3123 (java) R 3121 3123 2701 0 -1 0 8802 0 1 0 287 8 0 0 25 0 8 0 176139862 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073907766 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3123/statm: 228896 8539 2524 14 0 215366 0
[pid=3123/tid=3125] ppid=3121 vsize=915584 CPUtime=0.03
/proc/3123/task/3125/stat : 3125 (java) S 3121 3123 2701 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 176139866 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3126] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3126/stat : 3126 (java) S 3121 3123 2701 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176139867 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3127] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3127/stat : 3127 (java) S 3121 3123 2701 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176139867 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3128] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3128/stat : 3128 (java) S 3121 3123 2701 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176139870 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3129] ppid=3121 vsize=915584 CPUtime=0.29
/proc/3123/task/3129/stat : 3129 (java) S 3121 3123 2701 0 -1 64 420 0 0 0 28 1 0 0 16 0 8 0 176139870 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3130] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3130/stat : 3130 (java) S 3121 3123 2701 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176139870 937558016 8539 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3131] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3131/stat : 3131 (java) S 3121 3123 2701 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176139870 937558016 8539 18446744073709551615 134512640 134570532 4294956464 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.28353 s]
/proc/loadavg: 1.80 1.94 1.92 3/105 3131
/proc/meminfo: memFree=1415376/2055920 swapFree=4191880/4192956
[pid=3123] ppid=3121 vsize=915584 CPUtime=6.23
/proc/3123/stat : 3123 (java) R 3121 3123 2701 0 -1 0 8807 0 1 0 615 8 0 0 25 0 8 0 176139862 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073917891 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3123/statm: 228896 8544 2524 14 0 215366 0
[pid=3123/tid=3125] ppid=3121 vsize=915584 CPUtime=0.03
/proc/3123/task/3125/stat : 3125 (java) S 3121 3123 2701 0 -1 64 305 0 0 0 3 0 0 0 17 0 8 0 176139866 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3126] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3126/stat : 3126 (java) S 3121 3123 2701 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176139867 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3127] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3127/stat : 3127 (java) S 3121 3123 2701 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176139867 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3128] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3128/stat : 3128 (java) S 3121 3123 2701 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176139870 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3129] ppid=3121 vsize=915584 CPUtime=0.29
/proc/3123/task/3129/stat : 3129 (java) S 3121 3123 2701 0 -1 64 420 0 0 0 28 1 0 0 15 0 8 0 176139870 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3130] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3130/stat : 3130 (java) S 3121 3123 2701 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176139870 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3131] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3131/stat : 3131 (java) S 3121 3123 2701 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176139870 937558016 8544 18446744073709551615 134512640 134570532 4294956464 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) 915584

[startup+12.7624 s]
/proc/loadavg: 1.82 1.94 1.92 3/105 3131
/proc/meminfo: memFree=1415376/2055920 swapFree=4191880/4192956
[pid=3123] ppid=3121 vsize=915584 CPUtime=12.68
/proc/3123/stat : 3123 (java) R 3121 3123 2701 0 -1 0 8812 0 1 0 1260 8 0 0 25 0 8 0 176139862 937558016 8548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073905696 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3123/statm: 228896 8548 2524 14 0 215366 0
[pid=3123/tid=3125] ppid=3121 vsize=915584 CPUtime=0.03
/proc/3123/task/3125/stat : 3125 (java) S 3121 3123 2701 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 176139866 937558016 8548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3126] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3126/stat : 3126 (java) S 3121 3123 2701 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176139867 937558016 8548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3127] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3127/stat : 3127 (java) S 3121 3123 2701 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176139867 937558016 8548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3128] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3128/stat : 3128 (java) S 3121 3123 2701 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 176139870 937558016 8548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3129] ppid=3121 vsize=915584 CPUtime=0.29
/proc/3123/task/3129/stat : 3129 (java) S 3121 3123 2701 0 -1 64 420 0 0 0 28 1 0 0 15 0 8 0 176139870 937558016 8548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3130] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3130/stat : 3130 (java) S 3121 3123 2701 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176139870 937558016 8548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3123/tid=3131] ppid=3121 vsize=915584 CPUtime=0
/proc/3123/task/3131/stat : 3131 (java) S 3121 3123 2701 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176139870 937558016 8548 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 22.3071
CPU time (s): 22.1506
CPU user time (s): 22.0526
CPU system time (s): 0.097985
CPU usage (%): 99.2987
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.0526
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= 8910
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= 1716
involuntary context switches= 2321

runsolver used 0.026995 s user time and 0.085986 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan  8 17:30:50 UTC 2007


IDJOB= 227134
IDBENCH= 6052
FILE ID= node16/227134-1168277450

PBS_JOBID= 3483107

Free space on /tmp= 66519 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0ce22996fc55ab351185cb40db47a1e8

RANDOM SEED= 400146588

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.220
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.220
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:       1440296 kB
Buffers:         75024 kB
Cached:         253104 kB
SwapCached:        448 kB
Active:         391336 kB
Inactive:       169992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1440296 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:         261496 kB
Slab:            38636 kB
Committed_AS:  5712204 kB
PageTables:       2764 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= 66519 MiB



End job on node16 on Mon Jan  8 17:31:13 UTC 2007