Trace number 226353

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 33.9328 34.0556

DiagnosticValue
CHECKS325473646
NODES167734

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-23_ext.xml
MD5SUM052daab93e3479cd3789561612b07034
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 benchmark13.086
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.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/226353-1168275175/unknown.xml
0.40	   
0.40	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.44	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.44	       =>  wckTime=0.099  cpuTime=0.08  mem=6M951
0.44	   
0.44	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.64	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.64	       =>  wckTime=0.29  cpuTime=0.24  mem=15M729
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.485  cpuTime=0.36  mem=14M928
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=86588  nbPropagations=902  nbRevisions=4012  nbUselessRevisions=2744  nbSingletonTests=52
0.88	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.88	       =>  wckTime=0.045  cpuTime=0.02  mem=14M928
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=41470  nbPropagations=1433  nbRevisions=7066  nbUselessRevisions=4585  nbAssignments=19
0.90	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=34  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.066  cpuTime=0.04  mem=14M928
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=107579  nbPropagations=3678  nbRevisions=19080  nbUselessRevisions=12165
0.92	     nbAssignments=51  nbFailedAssignments=19  nbBacktracks=26  nbVisitedNodes=87  nbRestartNogoods=2  mapSize=21
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.083  cpuTime=0.05  mem=14M928
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=209276  nbPropagations=7469  nbRevisions=40048  nbUselessRevisions=25291
0.94	     nbAssignments=102  nbFailedAssignments=44  nbBacktracks=48  nbVisitedNodes=179  nbRestartNogoods=4  mapSize=42
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.103  cpuTime=0.07  mem=14M928
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=326189  nbPropagations=12737  nbRevisions=69307  nbUselessRevisions=43594
0.96	     nbAssignments=172  nbFailedAssignments=69  nbBacktracks=81  nbVisitedNodes=284  nbRestartNogoods=8  mapSize=65
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.123  cpuTime=0.09  mem=14M928
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=520528  nbPropagations=20820  nbRevisions=114813  nbUselessRevisions=71998
0.98	     nbAssignments=280  nbFailedAssignments=120  nbBacktracks=132  nbVisitedNodes=478  nbRestartNogoods=14  mapSize=110
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.149  cpuTime=0.12  mem=14M928
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=809426  nbPropagations=32663  nbRevisions=183329  nbUselessRevisions=114619
1.02	     nbAssignments=429  nbFailedAssignments=189  nbBacktracks=211  nbVisitedNodes=745  nbRestartNogoods=23  mapSize=175
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.188  cpuTime=0.15  mem=14M928
1.08	   
1.08	   search
1.08	     run=6  nbConstraintChecks=1228954  nbPropagations=50282  nbRevisions=286104  nbUselessRevisions=178475
1.08	     nbAssignments=676  nbFailedAssignments=318  nbBacktracks=325  nbVisitedNodes=1188  nbRestartNogoods=24  mapSize=276
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.241  cpuTime=0.2  mem=14M928
1.16	   
1.17	   search
1.17	     run=7  nbConstraintChecks=1924180  nbPropagations=77588  nbRevisions=446198  nbUselessRevisions=277347
1.17	     nbAssignments=1062  nbFailedAssignments=531  nbBacktracks=495  nbVisitedNodes=1885  nbRestartNogoods=30
1.17	     mapSize=413  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.331  cpuTime=0.28  mem=14M928
1.29	   
1.29	   search
1.29	     run=8  nbConstraintChecks=2831437  nbPropagations=118019  nbRevisions=684824  nbUselessRevisions=424937
1.29	     nbAssignments=1589  nbFailedAssignments=798  nbBacktracks=751  nbVisitedNodes=2839  nbRestartNogoods=34
1.29	     mapSize=632  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.455  cpuTime=0.39  mem=14M928
1.47	   
1.47	   search
1.47	     run=9  nbConstraintChecks=4373618  nbPropagations=180014  nbRevisions=1051800  nbUselessRevisions=651271
1.47	     nbAssignments=2433  nbFailedAssignments=1252  nbBacktracks=1135  nbVisitedNodes=4375  nbRestartNogoods=38
1.47	     mapSize=968  nbInferences=0  nbTooLargeKeys=0
1.47	       =>  wckTime=0.631  cpuTime=0.56  mem=14M928
1.50	   
1.50	   INFO : Stopping hyperNogood (mapSize=1028, nbTooLargekeys=0, mem=14M928)
1.71	   
1.71	   search
1.71	     run=10  nbConstraintChecks=6578336  nbPropagations=274616  nbRevisions=1615950  nbUselessRevisions=1000760
1.71	     nbAssignments=3747  nbFailedAssignments=1987  nbBacktracks=1711  nbVisitedNodes=6815  nbRestartNogoods=47
1.71	       =>  wckTime=0.879  cpuTime=0.8  mem=14M928
2.06	   
2.06	   search
2.06	     run=11  nbConstraintChecks=9911382  nbPropagations=415907  nbRevisions=2461931  nbUselessRevisions=1523301
2.06	     nbAssignments=5582  nbFailedAssignments=2953  nbBacktracks=2575  nbVisitedNodes=10170  nbRestartNogoods=51
2.06	       =>  wckTime=1.223  cpuTime=1.14  mem=14M928
2.65	   
2.65	   search
2.65	     run=12  nbConstraintChecks=15603695  nbPropagations=636571  nbRevisions=3797825  nbUselessRevisions=2349179
2.65	     nbAssignments=8710  nbFailedAssignments=4765  nbBacktracks=3872  nbVisitedNodes=15997  nbRestartNogoods=65
2.65	       =>  wckTime=1.814  cpuTime=1.73  mem=15M904
3.42	   
3.42	   search
3.42	     run=13  nbConstraintChecks=23107920  nbPropagations=961968  nbRevisions=5758326  nbUselessRevisions=3559564
3.42	     nbAssignments=12765  nbFailedAssignments=6859  nbBacktracks=5821  nbVisitedNodes=23387  nbRestartNogoods=73
3.42	       =>  wckTime=2.582  cpuTime=2.5  mem=15M904
4.59	   
4.59	   search
4.59	     run=14  nbConstraintChecks=34432345  nbPropagations=1450246  nbRevisions=8706154  nbUselessRevisions=5382291
4.59	     nbAssignments=19241  nbFailedAssignments=10409  nbBacktracks=8742  nbVisitedNodes=35357  nbRestartNogoods=79
4.59	       =>  wckTime=3.758  cpuTime=3.67  mem=15M904
6.46	   
6.46	   search
6.46	     run=15  nbConstraintChecks=52913519  nbPropagations=2189807  nbRevisions=13159176  nbUselessRevisions=8126584
6.46	     nbAssignments=28586  nbFailedAssignments=15371  nbBacktracks=13121  nbVisitedNodes=52656  nbRestartNogoods=89
6.46	       =>  wckTime=5.623  cpuTime=5.54  mem=15M904
8.97	   
8.97	   search
8.97	     run=16  nbConstraintChecks=77240479  nbPropagations=3276397  nbRevisions=19708274  nbUselessRevisions=12173292
8.97	     nbAssignments=42492  nbFailedAssignments=22701  nbBacktracks=19689  nbVisitedNodes=78051  nbRestartNogoods=100
8.97	       =>  wckTime=8.134  cpuTime=8.04  mem=15M904
12.96	   
12.96	   search
12.96	     run=17  nbConstraintChecks=116409065  nbPropagations=4907862  nbRevisions=29564036  nbUselessRevisions=18270283
12.96	     nbAssignments=63824  nbFailedAssignments=34177  nbBacktracks=29541  nbVisitedNodes=117405  nbRestartNogoods=105
12.96	       =>  wckTime=12.127  cpuTime=12.04  mem=15M904
19.30	   
19.30	   search
19.30	     run=18  nbConstraintChecks=178076060  nbPropagations=7394951  nbRevisions=44569026  nbUselessRevisions=27525618
19.30	     nbAssignments=96190  nbFailedAssignments=51763  nbBacktracks=44319  nbVisitedNodes=177273  nbRestartNogoods=115
19.30	       =>  wckTime=18.469  cpuTime=18.38  mem=15M904
29.12	   
29.12	   search
29.12	     run=19  nbConstraintChecks=276728704  nbPropagations=11170140  nbRevisions=67384543  nbUselessRevisions=41548313
29.12	     nbAssignments=144127  nbFailedAssignments=77530  nbBacktracks=66487  nbVisitedNodes=265705  nbRestartNogoods=127
29.12	       =>  wckTime=28.289  cpuTime=28.19  mem=15M904
33.99	   
33.99	   search
33.99	     run=20  nbConstraintChecks=325387058  nbPropagations=15580541  nbRevisions=94071764  nbUselessRevisions=57946700
33.99	     nbAssignments=167734  nbFailedAssignments=90100  nbBacktracks=77525  nbVisitedNodes=309126  nbRestartNogoods=138
33.99	       =>  wckTime=33.156  cpuTime=33.05  mem=15M904
33.99	   
33.99	   global
33.99	     nbConstraintChecks=325473646  nbPropagations=15581443  nbRevisions=94075776  nbUselessRevisions=57949444
33.99	     nbRestartNogoods=138  solvingWckTime=33.157  solvingCpuTime=33.05  expiredTime=no  totalExploration=yes
33.99	     nbFoundSolutions=0  globalCpuTime=33.46
33.99	       =>  wckTime=33.647  cpuTime=33.41  mem=15M904
33.99	   
33.99	s UNSATISFIABLE
33.99	d NODES 167734
33.99	d CHECKS 325473646
33.99	   
33.99	   totalWckTime=33.726  totalCpuTime=33.47

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/node47/watcher-226353-1168275175 -o ROOT/results/node47/solver-226353-1168275175 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226353-1168275175/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: 0.85 0.97 0.99 4/68 9988
/proc/meminfo: memFree=1819824/2055920 swapFree=4183964/4192956
[pid=9987] ppid=9985 vsize=1784 CPUtime=0
/proc/9987/stat : 9987 (java) D 9985 9987 9889 0 -1 0 165 0 0 0 0 0 0 0 20 0 1 0 175916705 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/9987/statm: 446 136 102 14 0 91 0

[startup+0.106806 s]
/proc/loadavg: 0.85 0.97 0.99 4/68 9988
/proc/meminfo: memFree=1819824/2055920 swapFree=4183964/4192956
[pid=9987] ppid=9985 vsize=907808 CPUtime=0.05
/proc/9987/stat : 9987 (java) R 9985 9987 9889 0 -1 0 2465 0 1 0 4 1 0 0 18 0 4 0 175916705 929595392 2212 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/9987/statm: 226952 2214 1218 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.514853 s]
/proc/loadavg: 0.85 0.97 0.99 4/68 9988
/proc/meminfo: memFree=1819824/2055920 swapFree=4183964/4192956
[pid=9987] ppid=9985 vsize=915328 CPUtime=0.46
/proc/9987/stat : 9987 (java) R 9985 9987 9889 0 -1 0 6910 0 1 0 41 5 0 0 18 0 8 0 175916705 937295872 6650 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073554829 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9987/statm: 228832 6654 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 915328

[startup+1.33593 s]
/proc/loadavg: 0.85 0.97 0.99 3/88 10054
/proc/meminfo: memFree=1782032/2055920 swapFree=4183964/4192956
[pid=9987] ppid=9985 vsize=915464 CPUtime=1.28
/proc/9987/stat : 9987 (java) R 9985 9987 9889 0 -1 0 9092 0 1 0 121 7 0 0 24 0 8 0 175916705 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9987/statm: 228866 8830 2524 14 0 215336 0
[pid=9987/tid=9989] ppid=9985 vsize=915464 CPUtime=0.02
/proc/9987/task/9989/stat : 9989 (java) S 9985 9987 9889 0 -1 64 255 0 0 0 2 0 0 0 17 0 8 0 175916709 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9990] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9990/stat : 9990 (java) S 9985 9987 9889 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175916709 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9991] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9991/stat : 9991 (java) S 9985 9987 9889 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175916709 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9995] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9995/stat : 9995 (java) S 9985 9987 9889 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175916716 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9996] ppid=9985 vsize=915464 CPUtime=0.2
/proc/9987/task/9996/stat : 9996 (java) S 9985 9987 9889 0 -1 64 373 0 0 0 19 1 0 0 15 0 8 0 175916716 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9997] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9997/stat : 9997 (java) S 9985 9987 9889 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 175916716 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9998] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9998/stat : 9998 (java) S 9985 9987 9889 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175916716 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915464

[startup+2.97311 s]
/proc/loadavg: 0.85 0.97 0.99 3/88 10054
/proc/meminfo: memFree=1781584/2055920 swapFree=4183964/4192956
[pid=9987] ppid=9985 vsize=915464 CPUtime=2.91
/proc/9987/stat : 9987 (java) R 9985 9987 9889 0 -1 0 9098 0 1 0 284 7 0 0 25 0 8 0 175916705 937435136 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9987/statm: 228866 8835 2524 14 0 215336 0
[pid=9987/tid=9989] ppid=9985 vsize=915464 CPUtime=0.02
/proc/9987/task/9989/stat : 9989 (java) S 9985 9987 9889 0 -1 64 255 0 0 0 2 0 0 0 16 0 8 0 175916709 937435136 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9990] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9990/stat : 9990 (java) S 9985 9987 9889 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175916709 937435136 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9991] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9991/stat : 9991 (java) S 9985 9987 9889 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175916709 937435136 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9995] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9995/stat : 9995 (java) S 9985 9987 9889 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175916716 937435136 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9996] ppid=9985 vsize=915464 CPUtime=0.21
/proc/9987/task/9996/stat : 9996 (java) S 9985 9987 9889 0 -1 64 378 0 0 0 20 1 0 0 15 0 8 0 175916716 937435136 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9997] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9997/stat : 9997 (java) S 9985 9987 9889 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 175916716 937435136 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9998] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9998/stat : 9998 (java) S 9985 9987 9889 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175916716 937435136 8835 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915464

[startup+6.17745 s]
/proc/loadavg: 0.94 0.99 0.99 3/88 10054
/proc/meminfo: memFree=1781264/2055920 swapFree=4183964/4192956
[pid=9987] ppid=9985 vsize=915464 CPUtime=6.11
/proc/9987/stat : 9987 (java) R 9985 9987 9889 0 -1 0 9100 0 1 0 604 7 0 0 25 0 8 0 175916705 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753059 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9987/statm: 228866 8836 2524 14 0 215336 0
[pid=9987/tid=9989] ppid=9985 vsize=915464 CPUtime=0.02
/proc/9987/task/9989/stat : 9989 (java) S 9985 9987 9889 0 -1 64 255 0 0 0 2 0 0 0 16 0 8 0 175916709 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9990] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9990/stat : 9990 (java) S 9985 9987 9889 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175916709 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9991] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9991/stat : 9991 (java) S 9985 9987 9889 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175916709 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9995] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9995/stat : 9995 (java) S 9985 9987 9889 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9996] ppid=9985 vsize=915464 CPUtime=0.21
/proc/9987/task/9996/stat : 9996 (java) S 9985 9987 9889 0 -1 64 379 0 0 0 20 1 0 0 16 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9997] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9997/stat : 9997 (java) S 9985 9987 9889 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9998] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9998/stat : 9998 (java) S 9985 9987 9889 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915464

[startup+12.6441 s]
/proc/loadavg: 1.03 1.00 1.00 3/88 10054
/proc/meminfo: memFree=1781264/2055920 swapFree=4183964/4192956
[pid=9987] ppid=9985 vsize=915464 CPUtime=12.58
/proc/9987/stat : 9987 (java) R 9985 9987 9889 0 -1 0 9100 0 1 0 1251 7 0 0 25 0 8 0 175916705 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731008 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9987/statm: 228866 8836 2524 14 0 215336 0
[pid=9987/tid=9989] ppid=9985 vsize=915464 CPUtime=0.02
/proc/9987/task/9989/stat : 9989 (java) S 9985 9987 9889 0 -1 64 255 0 0 0 2 0 0 0 16 0 8 0 175916709 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9990] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9990/stat : 9990 (java) S 9985 9987 9889 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175916709 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9991] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9991/stat : 9991 (java) S 9985 9987 9889 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175916709 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9995] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9995/stat : 9995 (java) S 9985 9987 9889 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9996] ppid=9985 vsize=915464 CPUtime=0.21
/proc/9987/task/9996/stat : 9996 (java) S 9985 9987 9889 0 -1 64 379 0 0 0 20 1 0 0 16 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9997] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9997/stat : 9997 (java) S 9985 9987 9889 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9998] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9998/stat : 9998 (java) S 9985 9987 9889 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 915464

[startup+25.5135 s]
/proc/loadavg: 1.24 1.05 1.02 3/88 10054
/proc/meminfo: memFree=1781392/2055920 swapFree=4183964/4192956
[pid=9987] ppid=9985 vsize=915464 CPUtime=25.44
/proc/9987/stat : 9987 (java) R 9985 9987 9889 0 -1 0 9100 0 1 0 2537 7 0 0 25 0 8 0 175916705 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073748389 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9987/statm: 228866 8836 2524 14 0 215336 0
[pid=9987/tid=9989] ppid=9985 vsize=915464 CPUtime=0.02
/proc/9987/task/9989/stat : 9989 (java) S 9985 9987 9889 0 -1 64 255 0 0 0 2 0 0 0 16 0 8 0 175916709 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9990] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9990/stat : 9990 (java) S 9985 9987 9889 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175916709 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9991] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9991/stat : 9991 (java) S 9985 9987 9889 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175916709 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9995] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9995/stat : 9995 (java) S 9985 9987 9889 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9996] ppid=9985 vsize=915464 CPUtime=0.21
/proc/9987/task/9996/stat : 9996 (java) S 9985 9987 9889 0 -1 64 379 0 0 0 20 1 0 0 16 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9997] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9997/stat : 9997 (java) S 9985 9987 9889 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9987/tid=9998] ppid=9985 vsize=915464 CPUtime=0
/proc/9987/task/9998/stat : 9998 (java) S 9985 9987 9889 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175916716 937435136 8836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 34.0556
CPU time (s): 33.9328
CPU user time (s): 33.8469
CPU system time (s): 0.085986
CPU usage (%): 99.6395
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.8469
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9107
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= 1773
involuntary context switches= 2072

runsolver used 0.047992 s user time and 0.112982 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Jan  8 16:52:55 UTC 2007


IDJOB= 226353
IDBENCH= 5961
FILE ID= node47/226353-1168275175

PBS_JOBID= 3483298

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  052daab93e3479cd3789561612b07034

RANDOM SEED= 156615234

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.240
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.240
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:       1820304 kB
Buffers:         44140 kB
Cached:         123140 kB
SwapCached:       3468 kB
Active:          97308 kB
Inactive:        84580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820304 kB
SwapTotal:     4192956 kB
SwapFree:      4183964 kB
Dirty:            2360 kB
Writeback:           0 kB
Mapped:          19924 kB
Slab:            39460 kB
Committed_AS:  3920284 kB
PageTables:       1664 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= 66557 MiB



End job on node47 on Mon Jan  8 16:53:29 UTC 2007