Trace number 226485

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 25.7891 25.9522

DiagnosticValue
CHECKS213758673
NODES128143

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-31_ext.xml
MD5SUM8cfb7f062f28b0701b26adee3b2be2b4
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 benchmark16.7964
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/226485-1168275530/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.39	       =>  wckTime=0.098  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.59	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.59	       =>  wckTime=0.294  cpuTime=0.25  mem=15M731
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.493  cpuTime=0.38  mem=14M928
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=98297  nbPropagations=1038  nbRevisions=4734  nbUselessRevisions=3183  nbSingletonTests=54
0.85	     nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=0  detectedInconsistency=no
0.85	       =>  wckTime=0.052  cpuTime=0.03  mem=14M928
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=48834  nbPropagations=1775  nbRevisions=9132  nbUselessRevisions=5891  nbAssignments=33
0.87	     nbFailedAssignments=18  nbBacktracks=10  nbVisitedNodes=57  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.076  cpuTime=0.05  mem=14M928
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=135519  nbPropagations=4788  nbRevisions=25912  nbUselessRevisions=16566
0.89	     nbAssignments=82  nbFailedAssignments=43  nbBacktracks=27  nbVisitedNodes=145  nbRestartNogoods=2  mapSize=24
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.097  cpuTime=0.07  mem=14M928
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=200829  nbPropagations=8823  nbRevisions=48347  nbUselessRevisions=30740
0.91	     nbAssignments=128  nbFailedAssignments=60  nbBacktracks=49  nbVisitedNodes=222  nbRestartNogoods=7  mapSize=40
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.115  cpuTime=0.08  mem=14M928
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=309959  nbPropagations=14605  nbRevisions=80798  nbUselessRevisions=51056
0.93	     nbAssignments=199  nbFailedAssignments=92  nbBacktracks=82  nbVisitedNodes=344  nbRestartNogoods=9  mapSize=67
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.134  cpuTime=0.09  mem=14M928
0.96	   
0.96	   search
0.96	     run=4  nbConstraintChecks=539928  nbPropagations=23417  nbRevisions=131291  nbUselessRevisions=82588
0.96	     nbAssignments=329  nbFailedAssignments=156  nbBacktracks=132  nbVisitedNodes=557  nbRestartNogoods=15  mapSize=110
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.168  cpuTime=0.12  mem=14M928
0.99	   
0.99	   search
0.99	     run=5  nbConstraintChecks=752239  nbPropagations=35593  nbRevisions=200410  nbUselessRevisions=125428
0.99	     nbAssignments=478  nbFailedAssignments=226  nbBacktracks=207  nbVisitedNodes=818  nbRestartNogoods=19  mapSize=172
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.201  cpuTime=0.15  mem=14M928
1.04	   
1.04	   search
1.04	     run=6  nbConstraintChecks=1056540  nbPropagations=52793  nbRevisions=298208  nbUselessRevisions=186070
1.04	     nbAssignments=701  nbFailedAssignments=333  nbBacktracks=320  nbVisitedNodes=1213  nbRestartNogoods=23  mapSize=265
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.247  cpuTime=0.2  mem=14M928
1.15	   
1.15	   search
1.15	     run=7  nbConstraintChecks=1811828  nbPropagations=80700  nbRevisions=462261  nbUselessRevisions=287397
1.15	     nbAssignments=1122  nbFailedAssignments=580  nbBacktracks=490  nbVisitedNodes=2019  nbRestartNogoods=27
1.15	     mapSize=425  nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.353  cpuTime=0.3  mem=14M928
1.27	   
1.27	   search
1.27	     run=8  nbConstraintChecks=2561190  nbPropagations=120556  nbRevisions=694884  nbUselessRevisions=430238
1.27	     nbAssignments=1632  nbFailedAssignments=828  nbBacktracks=746  nbVisitedNodes=2913  nbRestartNogoods=40
1.27	     mapSize=628  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.472  cpuTime=0.4  mem=14M928
1.46	   
1.46	   search
1.46	     run=9  nbConstraintChecks=4066584  nbPropagations=182399  nbRevisions=1058955  nbUselessRevisions=653379
1.46	     nbAssignments=2492  nbFailedAssignments=1298  nbBacktracks=1132  nbVisitedNodes=4507  nbRestartNogoods=48
1.46	     mapSize=973  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.663  cpuTime=0.59  mem=14M928
1.48	   
1.48	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=14M928)
1.65	   
1.65	   search
1.65	     run=10  nbConstraintChecks=5538687  nbPropagations=268426  nbRevisions=1560298  nbUselessRevisions=961151
1.65	     nbAssignments=3528  nbFailedAssignments=1752  nbBacktracks=1708  nbVisitedNodes=6315  nbRestartNogoods=56
1.65	       =>  wckTime=0.859  cpuTime=0.77  mem=14M928
2.07	   
2.07	   search
2.07	     run=11  nbConstraintChecks=9219224  nbPropagations=404584  nbRevisions=2367404  nbUselessRevisions=1455744
2.07	     nbAssignments=5510  nbFailedAssignments=2866  nbBacktracks=2572  nbVisitedNodes=10043  nbRestartNogoods=62
2.07	       =>  wckTime=1.28  cpuTime=1.18  mem=14M928
2.48	   
2.48	   search
2.48	     run=12  nbConstraintChecks=12577563  nbPropagations=595323  nbRevisions=3485532  nbUselessRevisions=2140786
2.48	     nbAssignments=7833  nbFailedAssignments=3878  nbBacktracks=3871  nbVisitedNodes=14075  nbRestartNogoods=80
2.48	       =>  wckTime=1.686  cpuTime=1.59  mem=15M904
3.19	   
3.19	   search
3.19	     run=13  nbConstraintChecks=18574801  nbPropagations=875984  nbRevisions=5132169  nbUselessRevisions=3150318
3.19	     nbAssignments=11613  nbFailedAssignments=5705  nbBacktracks=5818  nbVisitedNodes=20781  nbRestartNogoods=90
3.19	       =>  wckTime=2.395  cpuTime=2.29  mem=15M904
4.45	   
4.45	   search
4.45	     run=14  nbConstraintChecks=29381984  nbPropagations=1312468  nbRevisions=7737257  nbUselessRevisions=4747834
4.45	     nbAssignments=17986  nbFailedAssignments=9155  nbBacktracks=8737  nbVisitedNodes=32532  nbRestartNogoods=95
4.45	       =>  wckTime=3.654  cpuTime=3.54  mem=15M904
5.93	   
5.93	   search
5.93	     run=15  nbConstraintChecks=41889698  nbPropagations=1940004  nbRevisions=11450040  nbUselessRevisions=7022413
5.93	     nbAssignments=26014  nbFailedAssignments=12799  nbBacktracks=13115  nbVisitedNodes=46574  nbRestartNogoods=108
5.93	       =>  wckTime=5.134  cpuTime=5.02  mem=15M904
8.55	   
8.55	   search
8.55	     run=16  nbConstraintChecks=64274419  nbPropagations=2896429  nbRevisions=17141613  nbUselessRevisions=10507486
8.55	     nbAssignments=39557  nbFailedAssignments=19771  nbBacktracks=19683  nbVisitedNodes=71087  nbRestartNogoods=125
8.55	       =>  wckTime=7.753  cpuTime=7.62  mem=15M904
12.57	   
12.57	   search
12.57	     run=17  nbConstraintChecks=98853623  nbPropagations=4368791  nbRevisions=25915828  nbUselessRevisions=15881528
12.57	     nbAssignments=59704  nbFailedAssignments=30060  nbBacktracks=29536  nbVisitedNodes=107661  nbRestartNogoods=133
12.57	       =>  wckTime=11.771  cpuTime=11.62  mem=15M904
18.32	   
18.32	   search
18.32	     run=18  nbConstraintChecks=148427040  nbPropagations=6575125  nbRevisions=39095470  nbUselessRevisions=23960479
18.32	     nbAssignments=89247  nbFailedAssignments=44810  nbBacktracks=44316  nbVisitedNodes=160765  nbRestartNogoods=149
18.32	       =>  wckTime=17.527  cpuTime=17.35  mem=15M904
25.91	   
25.91	   search
25.91	     run=19  nbConstraintChecks=213660376  nbPropagations=9735687  nbRevisions=57943581  nbUselessRevisions=35514193
25.91	     nbAssignments=128143  nbFailedAssignments=63396  nbBacktracks=64627  nbVisitedNodes=229761  nbRestartNogoods=157
25.91	       =>  wckTime=25.116  cpuTime=24.9  mem=15M904
25.91	   
25.91	   global
25.91	     nbConstraintChecks=213758673  nbPropagations=9736725  nbRevisions=57948315  nbUselessRevisions=35517376
25.91	     nbRestartNogoods=157  solvingWckTime=25.117  solvingCpuTime=24.91  expiredTime=no  totalExploration=yes
25.91	     nbFoundSolutions=0  globalCpuTime=25.34
25.91	       =>  wckTime=25.615  cpuTime=25.29  mem=15M904
25.92	   
25.92	s UNSATISFIABLE
25.92	d NODES 128143
25.92	d CHECKS 213758673
25.92	   
25.92	   totalWckTime=25.692  totalCpuTime=25.34

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/node56/watcher-226485-1168275530 -o ROOT/results/node56/solver-226485-1168275530 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226485-1168275530/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.17 1.07 1.32 3/68 12307
/proc/meminfo: memFree=1813752/2055920 swapFree=4184772/4192956
[pid=12306] ppid=12304 vsize=1784 CPUtime=0
/proc/12306/stat : 12306 (java) D 12304 12306 12129 0 -1 0 169 0 0 0 0 0 0 0 20 0 1 0 175951212 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12306/statm: 454 145 111 14 0 99 0

[startup+0.106684 s]
/proc/loadavg: 1.17 1.07 1.32 3/68 12307
/proc/meminfo: memFree=1813752/2055920 swapFree=4184772/4192956
[pid=12306] ppid=12304 vsize=914988 CPUtime=0.09
/proc/12306/stat : 12306 (java) R 12304 12306 12129 0 -1 0 3078 0 1 0 8 1 0 0 16 0 8 0 175951212 936947712 2824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12306/statm: 228747 2824 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514802 s]
/proc/loadavg: 1.17 1.07 1.32 3/68 12307
/proc/meminfo: memFree=1813752/2055920 swapFree=4184772/4192956
[pid=12306] ppid=12304 vsize=915328 CPUtime=0.5
/proc/12306/stat : 12306 (java) R 12304 12306 12129 0 -1 0 7709 0 1 0 46 4 0 0 17 0 8 0 175951212 937295872 7448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12306/statm: 228832 7448 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33704 s]
/proc/loadavg: 1.17 1.07 1.32 3/88 12373
/proc/meminfo: memFree=1778072/2055920 swapFree=4184772/4192956
[pid=12306] ppid=12304 vsize=915464 CPUtime=1.31
/proc/12306/stat : 12306 (java) R 12304 12306 12129 0 -1 0 9094 0 1 0 125 6 0 0 21 0 8 0 175951212 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786417 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12306/statm: 228866 8832 2524 14 0 215336 0
[pid=12306/tid=12308] ppid=12304 vsize=915464 CPUtime=0.02
/proc/12306/task/12308/stat : 12308 (java) S 12304 12306 12129 0 -1 64 255 0 0 0 2 0 0 0 17 0 8 0 175951216 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12309] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12309/stat : 12309 (java) S 12304 12306 12129 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175951216 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12310] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12310/stat : 12310 (java) S 12304 12306 12129 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175951216 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12311] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12311/stat : 12311 (java) S 12304 12306 12129 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 175951219 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12312] ppid=12304 vsize=915464 CPUtime=0.18
/proc/12306/task/12312/stat : 12312 (java) S 12304 12306 12129 0 -1 64 372 0 0 0 17 1 0 0 16 0 8 0 175951219 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12306/tid=12313] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12313/stat : 12313 (java) S 12304 12306 12129 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175951219 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12314] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12314/stat : 12314 (java) S 12304 12306 12129 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175951219 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.98896 s]
/proc/loadavg: 1.17 1.07 1.32 3/88 12373
/proc/meminfo: memFree=1775384/2055920 swapFree=4184772/4192956
[pid=12306] ppid=12304 vsize=915464 CPUtime=2.95
/proc/12306/stat : 12306 (java) R 12304 12306 12129 0 -1 0 9101 0 1 0 289 6 0 0 25 0 8 0 175951212 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752602 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12306/statm: 228866 8838 2524 14 0 215336 0
[pid=12306/tid=12308] ppid=12304 vsize=915464 CPUtime=0.02
/proc/12306/task/12308/stat : 12308 (java) S 12304 12306 12129 0 -1 64 255 0 0 0 2 0 0 0 16 0 8 0 175951216 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12306/tid=12309] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12309/stat : 12309 (java) S 12304 12306 12129 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175951216 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12310] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12310/stat : 12310 (java) S 12304 12306 12129 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175951216 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12311] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12311/stat : 12311 (java) S 12304 12306 12129 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 175951219 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12312] ppid=12304 vsize=915464 CPUtime=0.2
/proc/12306/task/12312/stat : 12312 (java) S 12304 12306 12129 0 -1 64 378 0 0 0 19 1 0 0 15 0 8 0 175951219 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12306/tid=12313] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12313/stat : 12313 (java) S 12304 12306 12129 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175951219 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12314] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12314/stat : 12314 (java) S 12304 12306 12129 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175951219 937435136 8838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.28028 s]
/proc/loadavg: 1.24 1.08 1.32 3/88 12373
/proc/meminfo: memFree=1775392/2055920 swapFree=4184772/4192956
[pid=12306] ppid=12304 vsize=915464 CPUtime=6.22
/proc/12306/stat : 12306 (java) R 12304 12306 12129 0 -1 0 9103 0 1 0 616 6 0 0 25 0 8 0 175951212 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733776 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12306/statm: 228866 8839 2524 14 0 215336 0
[pid=12306/tid=12308] ppid=12304 vsize=915464 CPUtime=0.02
/proc/12306/task/12308/stat : 12308 (java) S 12304 12306 12129 0 -1 64 255 0 0 0 2 0 0 0 16 0 8 0 175951216 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12306/tid=12309] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12309/stat : 12309 (java) S 12304 12306 12129 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175951216 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12310] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12310/stat : 12310 (java) S 12304 12306 12129 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175951216 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12311] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12311/stat : 12311 (java) S 12304 12306 12129 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12312] ppid=12304 vsize=915464 CPUtime=0.2
/proc/12306/task/12312/stat : 12312 (java) S 12304 12306 12129 0 -1 64 378 0 0 0 19 1 0 0 15 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12306/tid=12313] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12313/stat : 12313 (java) S 12304 12306 12129 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12314] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12314/stat : 12314 (java) S 12304 12306 12129 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915464

[startup+12.7649 s]
/proc/loadavg: 1.30 1.10 1.32 3/88 12373
/proc/meminfo: memFree=1775400/2055920 swapFree=4184772/4192956
[pid=12306] ppid=12304 vsize=915464 CPUtime=12.68
/proc/12306/stat : 12306 (java) R 12304 12306 12129 0 -1 0 9103 0 1 0 1262 6 0 0 25 0 8 0 175951212 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073749535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12306/statm: 228866 8839 2524 14 0 215336 0
[pid=12306/tid=12308] ppid=12304 vsize=915464 CPUtime=0.02
/proc/12306/task/12308/stat : 12308 (java) S 12304 12306 12129 0 -1 64 255 0 0 0 2 0 0 0 16 0 8 0 175951216 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12306/tid=12309] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12309/stat : 12309 (java) S 12304 12306 12129 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175951216 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12310] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12310/stat : 12310 (java) S 12304 12306 12129 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175951216 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12311] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12311/stat : 12311 (java) S 12304 12306 12129 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12312] ppid=12304 vsize=915464 CPUtime=0.2
/proc/12306/task/12312/stat : 12312 (java) S 12304 12306 12129 0 -1 64 378 0 0 0 19 1 0 0 15 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12306/tid=12313] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12313/stat : 12313 (java) S 12304 12306 12129 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12314] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12314/stat : 12314 (java) S 12304 12306 12129 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915464

[startup+25.6012 s]
/proc/loadavg: 1.45 1.14 1.33 3/88 12373
/proc/meminfo: memFree=1775400/2055920 swapFree=4184772/4192956
[pid=12306] ppid=12304 vsize=915464 CPUtime=25.45
/proc/12306/stat : 12306 (java) R 12304 12306 12129 0 -1 0 9103 0 1 0 2539 6 0 0 25 0 8 0 175951212 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751609 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12306/statm: 228866 8839 2524 14 0 215336 0
[pid=12306/tid=12308] ppid=12304 vsize=915464 CPUtime=0.02
/proc/12306/task/12308/stat : 12308 (java) S 12304 12306 12129 0 -1 64 255 0 0 0 2 0 0 0 16 0 8 0 175951216 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12306/tid=12309] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12309/stat : 12309 (java) S 12304 12306 12129 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175951216 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12310] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12310/stat : 12310 (java) S 12304 12306 12129 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175951216 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12311] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12311/stat : 12311 (java) S 12304 12306 12129 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12312] ppid=12304 vsize=915464 CPUtime=0.2
/proc/12306/task/12312/stat : 12312 (java) S 12304 12306 12129 0 -1 64 378 0 0 0 19 1 0 0 15 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12306/tid=12313] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12313/stat : 12313 (java) S 12304 12306 12129 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12306/tid=12314] ppid=12304 vsize=915464 CPUtime=0
/proc/12306/task/12314/stat : 12314 (java) S 12304 12306 12129 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175951219 937435136 8839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 25.9522
CPU time (s): 25.7891
CPU user time (s): 25.7121
CPU system time (s): 0.076988
CPU usage (%): 99.3716
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7121
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9111
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= 1496
involuntary context switches= 1311

runsolver used 0.029995 s user time and 0.073988 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan  8 16:58:50 UTC 2007


IDJOB= 226485
IDBENCH= 5976
FILE ID= node56/226485-1168275530

PBS_JOBID= 3483307

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-31_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226485-1168275530/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-226485-1168275530 -o ROOT/results/node56/solver-226485-1168275530 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226485-1168275530/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8cfb7f062f28b0701b26adee3b2be2b4

RANDOM SEED= 609992720

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.232
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.232
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:       1814232 kB
Buffers:         27640 kB
Cached:         148676 kB
SwapCached:       2048 kB
Active:         100504 kB
Inactive:        90072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814232 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:          21196 kB
Slab:            36812 kB
Committed_AS:  3837312 kB
PageTables:       1692 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= 66560 MiB



End job on node56 on Mon Jan  8 16:59:17 UTC 2007