Trace number 228869

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 21.6117 21.6688

DiagnosticValue
CHECKS137583819
NODES125625

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-47_ext.xml
MD5SUM2d119a13e62e3aff46cbc10a664514ff
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 benchmark6.13107
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
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.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/228869-1168301646/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.39	       =>  wckTime=0.095  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.46	   
0.47	   constraints being loaded...
0.57	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1365  maxDegree=18
0.57	     maxArity=2
0.57	       =>  wckTime=0.271  cpuTime=0.2  mem=11M893
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.465  cpuTime=0.33  mem=14M826
0.81	   
0.81	   preprocessing
0.81	     nbConstraintChecks=47073  nbPropagations=722  nbRevisions=5121  nbUselessRevisions=4189  nbSingletonTests=47
0.81	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.81	       =>  wckTime=0.043  cpuTime=0.03  mem=14M826
0.82	   
0.82	   search
0.83	     run=0  nbConstraintChecks=23336  nbPropagations=1105  nbRevisions=8738  nbUselessRevisions=6971  nbAssignments=19
0.83	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=31  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.062  cpuTime=0.05  mem=14M826
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=55689  nbPropagations=2766  nbRevisions=23023  nbUselessRevisions=18121  nbAssignments=48
0.84	     nbFailedAssignments=13  nbBacktracks=25  nbVisitedNodes=79  nbRestartNogoods=2  mapSize=22  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.078  cpuTime=0.07  mem=14M826
0.86	   
0.86	   search
0.86	     run=2  nbConstraintChecks=101966  nbPropagations=5252  nbRevisions=45689  nbUselessRevisions=35608
0.86	     nbAssignments=92  nbFailedAssignments=28  nbBacktracks=49  nbVisitedNodes=153  nbRestartNogoods=4  mapSize=42
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.095  cpuTime=0.08  mem=14M826
0.87	   
0.87	   search
0.87	     run=3  nbConstraintChecks=165641  nbPropagations=8807  nbRevisions=79592  nbUselessRevisions=61634
0.87	     nbAssignments=150  nbFailedAssignments=49  nbBacktracks=83  nbVisitedNodes=254  nbRestartNogoods=7  mapSize=72
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.108  cpuTime=0.09  mem=14M826
0.90	   
0.90	   search
0.90	     run=4  nbConstraintChecks=268487  nbPropagations=14131  nbRevisions=132544  nbUselessRevisions=102200
0.90	     nbAssignments=255  nbFailedAssignments=97  nbBacktracks=133  nbVisitedNodes=435  nbRestartNogoods=8  mapSize=117
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.131  cpuTime=0.11  mem=14M826
0.93	   
0.93	   search
0.93	     run=5  nbConstraintChecks=408603  nbPropagations=22029  nbRevisions=212373  nbUselessRevisions=163361
0.93	     nbAssignments=388  nbFailedAssignments=151  nbBacktracks=208  nbVisitedNodes=667  nbRestartNogoods=13  mapSize=180
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.164  cpuTime=0.14  mem=14M826
0.97	   
0.97	   search
0.97	     run=6  nbConstraintChecks=639204  nbPropagations=33866  nbRevisions=334960  nbUselessRevisions=257169
0.97	     nbAssignments=595  nbFailedAssignments=239  nbBacktracks=322  nbVisitedNodes=1036  nbRestartNogoods=16  mapSize=279
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.21  cpuTime=0.19  mem=14M826
1.03	   
1.03	   search
1.03	     run=7  nbConstraintChecks=924797  nbPropagations=50823  nbRevisions=511914  nbUselessRevisions=392672
1.03	     nbAssignments=890  nbFailedAssignments=356  nbBacktracks=493  nbVisitedNodes=1539  nbRestartNogoods=23  mapSize=419
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.267  cpuTime=0.24  mem=14M826
1.14	   
1.14	   search
1.14	     run=8  nbConstraintChecks=1503886  nbPropagations=77423  nbRevisions=791804  nbUselessRevisions=606671
1.14	     nbAssignments=1378  nbFailedAssignments=551  nbBacktracks=750  nbVisitedNodes=2365  nbRestartNogoods=30
1.14	     mapSize=655  nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.379  cpuTime=0.35  mem=14M826
1.28	   
1.28	   search
1.28	     run=9  nbConstraintChecks=2195482  nbPropagations=115791  nbRevisions=1199252  nbUselessRevisions=918662
1.28	     nbAssignments=2017  nbFailedAssignments=786  nbBacktracks=1136  nbVisitedNodes=3457  nbRestartNogoods=39
1.28	     mapSize=984  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.514  cpuTime=0.47  mem=14M826
1.30	   
1.30	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=14M826)
1.45	   
1.45	   search
1.45	     run=10  nbConstraintChecks=3123089  nbPropagations=171357  nbRevisions=1786992  nbUselessRevisions=1368615
1.45	     nbAssignments=2971  nbFailedAssignments=1157  nbBacktracks=1712  nbVisitedNodes=5114  nbRestartNogoods=45
1.45	       =>  wckTime=0.686  cpuTime=0.62  mem=14M826
1.71	   
1.71	   search
1.71	     run=11  nbConstraintChecks=4671164  nbPropagations=254205  nbRevisions=2665536  nbUselessRevisions=2040555
1.71	     nbAssignments=4435  nbFailedAssignments=1743  nbBacktracks=2576  nbVisitedNodes=7659  nbRestartNogoods=52
1.71	       =>  wckTime=0.943  cpuTime=0.88  mem=14M826
2.10	   
2.10	   search
2.10	     run=12  nbConstraintChecks=7189013  nbPropagations=378801  nbRevisions=4005936  nbUselessRevisions=3068507
2.10	     nbAssignments=6685  nbFailedAssignments=2680  nbBacktracks=3878  nbVisitedNodes=11606  nbRestartNogoods=62
2.10	       =>  wckTime=1.341  cpuTime=1.27  mem=14M826
2.63	   
2.63	   search
2.63	     run=13  nbConstraintChecks=10466509  nbPropagations=562068  nbRevisions=5972581  nbUselessRevisions=4576753
2.63	     nbAssignments=9917  nbFailedAssignments=3960  nbBacktracks=5825  nbVisitedNodes=17184  nbRestartNogoods=66
2.63	       =>  wckTime=1.863  cpuTime=1.79  mem=14M826
3.48	   
3.48	   search
3.48	     run=14  nbConstraintChecks=16104201  nbPropagations=843371  nbRevisions=9029134  nbUselessRevisions=6926346
3.48	     nbAssignments=15154  nbFailedAssignments=6270  nbBacktracks=8746  nbVisitedNodes=26528  nbRestartNogoods=75
3.48	       =>  wckTime=2.718  cpuTime=2.64  mem=14M826
4.64	   
4.64	   search
4.64	     run=15  nbConstraintChecks=23778663  nbPropagations=1257469  nbRevisions=13500430  nbUselessRevisions=10353235
4.64	     nbAssignments=22246  nbFailedAssignments=8976  nbBacktracks=13125  nbVisitedNodes=38851  nbRestartNogoods=81
4.64	       =>  wckTime=3.873  cpuTime=3.8  mem=14M826
6.40	   
6.40	   search
6.40	     run=16  nbConstraintChecks=35270008  nbPropagations=1875680  nbRevisions=20174369  nbUselessRevisions=15469525
6.40	     nbAssignments=33239  nbFailedAssignments=13396  nbBacktracks=19693  nbVisitedNodes=58074  nbRestartNogoods=92
6.40	       =>  wckTime=5.633  cpuTime=5.56  mem=14M826
9.05	   
9.05	   search
9.05	     run=17  nbConstraintChecks=52888073  nbPropagations=2795576  nbRevisions=30162215  nbUselessRevisions=23130747
9.06	     nbAssignments=49697  nbFailedAssignments=19997  nbBacktracks=29546  nbVisitedNodes=86703  nbRestartNogoods=102
9.06	       =>  wckTime=8.291  cpuTime=8.21  mem=14M826
13.13	   
13.13	   search
13.13	     run=18  nbConstraintChecks=80104858  nbPropagations=4187564  nbRevisions=45295319  nbUselessRevisions=34736907
13.13	     nbAssignments=74975  nbFailedAssignments=30491  nbBacktracks=44324  nbVisitedNodes=131111  nbRestartNogoods=109
13.13	       =>  wckTime=12.37  cpuTime=12.29  mem=14M826
19.47	   
19.47	   search
19.47	     run=19  nbConstraintChecks=123106199  nbPropagations=6302113  nbRevisions=68329982  nbUselessRevisions=52385867
19.47	     nbAssignments=112687  nbFailedAssignments=46031  nbBacktracks=66492  nbVisitedNodes=197521  nbRestartNogoods=115
19.47	       =>  wckTime=18.703  cpuTime=18.62  mem=14M826
21.62	   
21.62	   search
21.62	     run=20  nbConstraintChecks=137536746  nbPropagations=8662256  nbRevisions=94038720  nbUselessRevisions=72083264
21.62	     nbAssignments=125625  nbFailedAssignments=51192  nbBacktracks=74270  nbVisitedNodes=220050  nbRestartNogoods=124
21.62	       =>  wckTime=20.86  cpuTime=20.77  mem=14M826
21.62	   
21.63	   global
21.63	     nbConstraintChecks=137583819  nbPropagations=8662978  nbRevisions=94043841  nbUselessRevisions=72087453
21.63	     nbRestartNogoods=124  solvingWckTime=20.862  solvingCpuTime=20.77  expiredTime=no  totalExploration=yes
21.63	     nbFoundSolutions=0  globalCpuTime=21.14
21.63	       =>  wckTime=21.329  cpuTime=21.1  mem=15M801
21.63	   
21.63	s UNSATISFIABLE
21.63	d NODES 125625
21.63	d CHECKS 137583819
21.63	   
21.63	   totalWckTime=21.405  totalCpuTime=21.15

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/node19/watcher-228869-1168301646 -o ROOT/results/node19/solver-228869-1168301646 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228869-1168301646/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.92 1.07 1.14 3/78 21900
/proc/meminfo: memFree=1327840/2055920 swapFree=4171244/4192956
[pid=21899] ppid=21897 vsize=172 CPUtime=0
/proc/21899/stat : 21899 (java) R 21897 21899 20652 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 178559230 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7483691 0 0 4096 0 0 0 0 17 0 0 0
/proc/21899/statm: 43 24 18 14 0 3 0

[startup+0.104261 s]
/proc/loadavg: 0.92 1.07 1.14 3/78 21900
/proc/meminfo: memFree=1327840/2055920 swapFree=4171244/4192956
[pid=21899] ppid=21897 vsize=914988 CPUtime=0.08
/proc/21899/stat : 21899 (java) R 21897 21899 20652 0 -1 0 3049 0 1 0 7 1 0 0 22 0 8 0 178559230 936947712 2795 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21899/statm: 228747 2795 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512346 s]
/proc/loadavg: 0.92 1.07 1.14 3/78 21900
/proc/meminfo: memFree=1327840/2055920 swapFree=4171244/4192956
[pid=21899] ppid=21897 vsize=915328 CPUtime=0.48
/proc/21899/stat : 21899 (java) R 21897 21899 20652 0 -1 0 6831 0 1 0 44 4 0 0 16 0 8 0 178559230 937295872 6570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7917096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21899/statm: 228832 6570 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.3335 s]
/proc/loadavg: 0.92 1.07 1.14 2/85 21907
/proc/meminfo: memFree=1304104/2055920 swapFree=4171244/4192956
[pid=21899] ppid=21897 vsize=915452 CPUtime=1.31
/proc/21899/stat : 21899 (java) R 21897 21899 20652 0 -1 0 8697 0 1 0 125 6 0 0 16 0 8 0 178559230 937422848 8435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918501 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21899/statm: 228863 8435 2524 14 0 215333 0
[pid=21899/tid=21901] ppid=21897 vsize=915452 CPUtime=0.02
/proc/21899/task/21901/stat : 21901 (java) S 21897 21899 20652 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 178559233 937422848 8435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21899/tid=21902] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21902/stat : 21902 (java) S 21897 21899 20652 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 178559234 937422848 8435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21903] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21903/stat : 21903 (java) S 21897 21899 20652 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178559234 937422848 8435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21904] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21904/stat : 21904 (java) S 21897 21899 20652 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178559237 937422848 8435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21905] ppid=21897 vsize=915452 CPUtime=0.2
/proc/21899/task/21905/stat : 21905 (java) S 21897 21899 20652 0 -1 64 386 0 0 0 19 1 0 0 16 0 8 0 178559237 937422848 8435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21906] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21906/stat : 21906 (java) S 21897 21899 20652 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 178559237 937422848 8435 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21907] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21907/stat : 21907 (java) S 21897 21899 20652 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178559237 937422848 8435 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) 915452

[startup+2.9788 s]
/proc/loadavg: 0.93 1.07 1.14 2/85 21907
/proc/meminfo: memFree=1303784/2055920 swapFree=4171244/4192956
[pid=21899] ppid=21897 vsize=915452 CPUtime=2.96
/proc/21899/stat : 21899 (java) R 21897 21899 20652 0 -1 0 8714 0 1 0 289 7 0 0 17 0 8 0 178559230 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073786465 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21899/statm: 228863 8450 2524 14 0 215333 0
[pid=21899/tid=21901] ppid=21897 vsize=915452 CPUtime=0.02
/proc/21899/task/21901/stat : 21901 (java) S 21897 21899 20652 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 178559233 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21899/tid=21902] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21902/stat : 21902 (java) S 21897 21899 20652 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 178559234 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21903] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21903/stat : 21903 (java) S 21897 21899 20652 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178559234 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21904] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21904/stat : 21904 (java) S 21897 21899 20652 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178559237 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21905] ppid=21897 vsize=915452 CPUtime=0.21
/proc/21899/task/21905/stat : 21905 (java) S 21897 21899 20652 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 178559237 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21906] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21906/stat : 21906 (java) S 21897 21899 20652 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 178559237 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21907] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21907/stat : 21907 (java) S 21897 21899 20652 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178559237 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915452

[startup+6.26542 s]
/proc/loadavg: 0.93 1.07 1.14 2/85 21907
/proc/meminfo: memFree=1303728/2055920 swapFree=4171244/4192956
[pid=21899] ppid=21897 vsize=915452 CPUtime=6.24
/proc/21899/stat : 21899 (java) R 21897 21899 20652 0 -1 0 8719 0 1 0 617 7 0 0 24 0 8 0 178559230 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073920095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21899/statm: 228863 8455 2524 14 0 215333 0
[pid=21899/tid=21901] ppid=21897 vsize=915452 CPUtime=0.02
/proc/21899/task/21901/stat : 21901 (java) S 21897 21899 20652 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 178559233 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21899/tid=21902] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21902/stat : 21902 (java) S 21897 21899 20652 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 178559234 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21903] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21903/stat : 21903 (java) S 21897 21899 20652 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178559234 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21904] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21904/stat : 21904 (java) S 21897 21899 20652 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178559237 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21905] ppid=21897 vsize=915452 CPUtime=0.21
/proc/21899/task/21905/stat : 21905 (java) S 21897 21899 20652 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 178559237 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21906] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21906/stat : 21906 (java) S 21897 21899 20652 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 178559237 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21907] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21907/stat : 21907 (java) R 21897 21899 20652 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178559237 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915452

[startup+12.7406 s]
/proc/loadavg: 0.94 1.07 1.14 2/85 21907
/proc/meminfo: memFree=1303728/2055920 swapFree=4171244/4192956
[pid=21899] ppid=21897 vsize=915452 CPUtime=12.71
/proc/21899/stat : 21899 (java) R 21897 21899 20652 0 -1 0 8724 0 1 0 1264 7 0 0 25 0 8 0 178559230 937422848 8460 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073815965 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21899/statm: 228863 8460 2524 14 0 215333 0
[pid=21899/tid=21901] ppid=21897 vsize=915452 CPUtime=0.02
/proc/21899/task/21901/stat : 21901 (java) S 21897 21899 20652 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 178559233 937422848 8460 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21899/tid=21902] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21902/stat : 21902 (java) S 21897 21899 20652 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 178559234 937422848 8460 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21903] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21903/stat : 21903 (java) S 21897 21899 20652 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178559234 937422848 8460 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21904] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21904/stat : 21904 (java) S 21897 21899 20652 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178559237 937422848 8460 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21905] ppid=21897 vsize=915452 CPUtime=0.21
/proc/21899/task/21905/stat : 21905 (java) S 21897 21899 20652 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 178559237 937422848 8460 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21906] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21906/stat : 21906 (java) S 21897 21899 20652 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 178559237 937422848 8460 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21899/tid=21907] ppid=21897 vsize=915452 CPUtime=0
/proc/21899/task/21907/stat : 21907 (java) S 21897 21899 20652 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178559237 937422848 8460 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 21.6688
CPU time (s): 21.6117
CPU user time (s): 21.5327
CPU system time (s): 0.078987
CPU usage (%): 99.7364
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.5327
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8821
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= 1295
involuntary context switches= 849

runsolver used 0.025996 s user time and 0.06299 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Jan  9 00:14:06 UTC 2007


IDJOB= 228869
IDBENCH= 6242
FILE ID= node19/228869-1168301646

PBS_JOBID= 3502206

Free space on /tmp= 66322 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-47_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228869-1168301646/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-228869-1168301646 -o ROOT/results/node19/solver-228869-1168301646 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228869-1168301646/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2d119a13e62e3aff46cbc10a664514ff

RANDOM SEED= 573983526

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.260
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.260
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:       1328320 kB
Buffers:         88660 kB
Cached:         548320 kB
SwapCached:       9904 kB
Active:         314076 kB
Inactive:       353232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328320 kB
SwapTotal:     4192956 kB
SwapFree:      4171244 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:          39708 kB
Slab:            45648 kB
Committed_AS:  4689360 kB
PageTables:       1996 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= 66322 MiB



End job on node19 on Tue Jan  9 00:14:28 UTC 2007