Trace number 229492

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 ACUNSAT 19.55 19.589

DiagnosticValue
CHECKS117283556
NODES106448

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-1_ext.xml
MD5SUM90e5dca3381f0a68e828ac7b9f44c22b
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.64229
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=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/229492-1168080973/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.097  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.57	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1339  maxDegree=19
0.57	     maxArity=2
0.57	       =>  wckTime=0.275  cpuTime=0.21  mem=11M893
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.464  cpuTime=0.34  mem=13M735
0.76	   
0.76	   preprocessing
0.76	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.76	     detectedInconsistency=no
0.76	       =>  wckTime=0.0030  cpuTime=0.01  mem=13M735
0.80	   
0.80	   search
0.80	     run=0  nbConstraintChecks=19377  nbPropagations=403  nbRevisions=3133  nbUselessRevisions=2459  nbAssignments=24
0.80	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.80	     nbTooLargeKeys=0
0.80	       =>  wckTime=0.044  cpuTime=0.03  mem=14M711
0.82	   
0.82	   search
0.82	     run=1  nbConstraintChecks=50220  nbPropagations=1379  nbRevisions=11631  nbUselessRevisions=9090  nbAssignments=55
0.82	     nbFailedAssignments=15  nbBacktracks=26  nbVisitedNodes=87  nbRestartNogoods=2  mapSize=20  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.065  cpuTime=0.04  mem=14M711
0.84	   
0.84	   search
0.84	     run=2  nbConstraintChecks=88525  nbPropagations=3076  nbRevisions=27334  nbUselessRevisions=21264  nbAssignments=97
0.84	     nbFailedAssignments=27  nbBacktracks=49  nbVisitedNodes=153  nbRestartNogoods=5  mapSize=36  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.082  cpuTime=0.05  mem=14M711
0.86	   
0.86	   search
0.86	     run=3  nbConstraintChecks=157532  nbPropagations=5981  nbRevisions=56080  nbUselessRevisions=43416
0.86	     nbAssignments=158  nbFailedAssignments=50  nbBacktracks=82  nbVisitedNodes=259  nbRestartNogoods=8  mapSize=65
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.099  cpuTime=0.07  mem=14M711
0.88	   
0.88	   search
0.88	     run=4  nbConstraintChecks=253987  nbPropagations=10542  nbRevisions=102192  nbUselessRevisions=78666
0.88	     nbAssignments=251  nbFailedAssignments=87  nbBacktracks=134  nbVisitedNodes=422  nbRestartNogoods=12  mapSize=108
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.121  cpuTime=0.09  mem=14M711
0.91	   
0.91	   search
0.91	     run=5  nbConstraintChecks=360561  nbPropagations=17259  nbRevisions=169086  nbUselessRevisions=129854
0.91	     nbAssignments=381  nbFailedAssignments=132  nbBacktracks=214  nbVisitedNodes=634  nbRestartNogoods=16  mapSize=168
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.149  cpuTime=0.11  mem=14M711
0.96	   
0.96	   search
0.96	     run=6  nbConstraintChecks=607200  nbPropagations=28085  nbRevisions=280747  nbUselessRevisions=214962
0.96	     nbAssignments=599  nbFailedAssignments=230  nbBacktracks=329  nbVisitedNodes=1019  nbRestartNogoods=20  mapSize=271
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.198  cpuTime=0.16  mem=14M711
1.02	   
1.02	   search
1.02	     run=7  nbConstraintChecks=904110  nbPropagations=44400  nbRevisions=449474  nbUselessRevisions=343534
1.02	     nbAssignments=895  nbFailedAssignments=351  nbBacktracks=499  nbVisitedNodes=1540  nbRestartNogoods=24  mapSize=417
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.259  cpuTime=0.22  mem=14M711
1.11	   
1.11	   search
1.11	     run=8  nbConstraintChecks=1345486  nbPropagations=68738  nbRevisions=701576  nbUselessRevisions=535680
1.11	     nbAssignments=1331  nbFailedAssignments=525  nbBacktracks=757  nbVisitedNodes=2294  nbRestartNogoods=29
1.11	     mapSize=640  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.351  cpuTime=0.3  mem=14M711
1.26	   
1.26	   search
1.26	     run=9  nbConstraintChecks=2110423  nbPropagations=106232  nbRevisions=1097116  nbUselessRevisions=837348
1.26	     nbAssignments=2020  nbFailedAssignments=823  nbBacktracks=1144  nbVisitedNodes=3516  nbRestartNogoods=34
1.26	     mapSize=976  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.501  cpuTime=0.44  mem=14M711
1.29	   
1.29	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=14M711)
1.47	   
1.47	   search
1.47	     run=10  nbConstraintChecks=3334271  nbPropagations=163683  nbRevisions=1709466  nbUselessRevisions=1302907
1.47	     nbAssignments=3037  nbFailedAssignments=1260  nbBacktracks=1720  nbVisitedNodes=5345  nbRestartNogoods=42
1.47	       =>  wckTime=0.71  cpuTime=0.64  mem=14M711
1.72	   
1.72	   search
1.72	     run=11  nbConstraintChecks=4807046  nbPropagations=247766  nbRevisions=2605858  nbUselessRevisions=1986076
1.72	     nbAssignments=4515  nbFailedAssignments=1867  nbBacktracks=2585  nbVisitedNodes=7915  nbRestartNogoods=48
1.72	       =>  wckTime=0.957  cpuTime=0.88  mem=14M711
2.09	   
2.09	   search
2.09	     run=12  nbConstraintChecks=7070529  nbPropagations=372798  nbRevisions=3932835  nbUselessRevisions=2997597
2.09	     nbAssignments=6692  nbFailedAssignments=2739  nbBacktracks=3883  nbVisitedNodes=11714  nbRestartNogoods=53
2.09	       =>  wckTime=1.33  cpuTime=1.25  mem=14M711
2.66	   
2.66	   search
2.66	     run=13  nbConstraintChecks=10745039  nbPropagations=559151  nbRevisions=5931486  nbUselessRevisions=4522467
2.66	     nbAssignments=10012  nbFailedAssignments=4109  nbBacktracks=5829  nbVisitedNodes=17535  nbRestartNogoods=62
2.66	       =>  wckTime=1.905  cpuTime=1.83  mem=14M711
3.44	   
3.44	   search
3.44	     run=14  nbConstraintChecks=15356322  nbPropagations=833211  nbRevisions=8839097  nbUselessRevisions=6741696
3.44	     nbAssignments=14862  nbFailedAssignments=6034  nbBacktracks=8748  nbVisitedNodes=25987  nbRestartNogoods=73
3.44	       =>  wckTime=2.679  cpuTime=2.6  mem=14M711
4.68	   
4.68	   search
4.68	     run=15  nbConstraintChecks=23187573  nbPropagations=1242032  nbRevisions=13181306  nbUselessRevisions=10054018
4.68	     nbAssignments=22108  nbFailedAssignments=8895  nbBacktracks=13128  nbVisitedNodes=38582  nbRestartNogoods=83
4.68	       =>  wckTime=3.92  cpuTime=3.84  mem=14M711
6.61	   
6.61	   search
6.61	     run=16  nbConstraintChecks=35507705  nbPropagations=1857168  nbRevisions=19799049  nbUselessRevisions=15111009
6.61	     nbAssignments=33260  nbFailedAssignments=13473  nbBacktracks=19697  nbVisitedNodes=58111  nbRestartNogoods=88
6.61	       =>  wckTime=5.853  cpuTime=5.77  mem=14M711
9.45	   
9.45	   search
9.45	     run=17  nbConstraintChecks=53378151  nbPropagations=2779062  nbRevisions=29732397  nbUselessRevisions=22700892
9.45	     nbAssignments=49729  nbFailedAssignments=20085  nbBacktracks=29550  nbVisitedNodes=86879  nbRestartNogoods=95
9.45	       =>  wckTime=8.692  cpuTime=8.61  mem=14M711
13.72	   
13.72	   search
13.72	     run=18  nbConstraintChecks=80437355  nbPropagations=4160734  nbRevisions=44613935  nbUselessRevisions=34064836
13.72	     nbAssignments=74166  nbFailedAssignments=29739  nbBacktracks=44329  nbVisitedNodes=129397  nbRestartNogoods=103
13.72	       =>  wckTime=12.958  cpuTime=12.87  mem=14M711
19.54	   
19.54	   search
19.55	     run=19  nbConstraintChecks=117283556  nbPropagations=6162306  nbRevisions=66299658  nbUselessRevisions=50629524
19.55	     nbAssignments=106448  nbFailedAssignments=43421  nbBacktracks=62930  nbVisitedNodes=186437  nbRestartNogoods=112
19.55	       =>  wckTime=18.786  cpuTime=18.7  mem=14M711
19.55	   
19.55	   global
19.55	     nbConstraintChecks=117283556  nbPropagations=6162346  nbRevisions=66299658  nbUselessRevisions=50629524
19.55	     nbRestartNogoods=112  solvingWckTime=18.787  solvingCpuTime=18.7  expiredTime=no  totalExploration=yes
19.55	     nbFoundSolutions=0  globalCpuTime=19.09
19.55	       =>  wckTime=19.254  cpuTime=19.04  mem=14M711
19.55	   
19.55	s UNSATISFIABLE
19.55	d NODES 106448
19.55	d CHECKS 117283556
19.55	   
19.55	   totalWckTime=19.331  totalCpuTime=19.09

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/node5/watcher-229492-1168080973 -o ROOT/results/node5/solver-229492-1168080973 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229492-1168080973/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.14 1.01 1.60 2/81 7945
/proc/meminfo: memFree=1437152/2055920 swapFree=4192812/4192956
[pid=7944] ppid=7942 vsize=1784 CPUtime=0
/proc/7944/stat : 7944 (java) R 7942 7944 7712 0 -1 0 371 0 0 0 0 0 0 0 19 0 1 0 136714243 1826816 160 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/7944/statm: 446 163 128 14 0 91 0

[startup+0.106177 s]
/proc/loadavg: 0.14 1.01 1.60 2/81 7945
/proc/meminfo: memFree=1437152/2055920 swapFree=4192812/4192956
[pid=7944] ppid=7942 vsize=914988 CPUtime=0.09
/proc/7944/stat : 7944 (java) R 7942 7944 7712 0 -1 0 3116 0 1 0 7 2 0 0 24 0 8 0 136714243 936947712 2862 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153609796 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7944/statm: 228747 2862 1468 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514217 s]
/proc/loadavg: 0.14 1.01 1.60 2/81 7945
/proc/meminfo: memFree=1437152/2055920 swapFree=4192812/4192956
[pid=7944] ppid=7942 vsize=915328 CPUtime=0.51
/proc/7944/stat : 7944 (java) R 7942 7944 7712 0 -1 0 6838 0 1 0 46 5 0 0 16 0 8 0 136714243 937295872 6577 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7944/statm: 228832 6577 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 915328

[startup+1.33431 s]
/proc/loadavg: 0.14 1.01 1.60 2/88 7952
/proc/meminfo: memFree=1413864/2055920 swapFree=4192812/4192956
[pid=7944] ppid=7942 vsize=915452 CPUtime=1.32
/proc/7944/stat : 7944 (java) R 7942 7944 7712 0 -1 0 8594 0 1 0 126 6 0 0 17 0 8 0 136714243 937422848 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073791196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7944/statm: 228863 8332 2513 14 0 215333 0
[pid=7944/tid=7946] ppid=7942 vsize=915452 CPUtime=0.02
/proc/7944/task/7946/stat : 7946 (java) S 7942 7944 7712 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 136714246 937422848 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7947] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7947/stat : 7947 (java) S 7942 7944 7712 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 136714246 937422848 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7948] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7948/stat : 7948 (java) S 7942 7944 7712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136714246 937422848 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7949] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7949/stat : 7949 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 136714249 937422848 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7950] ppid=7942 vsize=915452 CPUtime=0.2
/proc/7944/task/7950/stat : 7950 (java) S 7942 7944 7712 0 -1 64 384 0 0 0 19 1 0 0 15 0 8 0 136714249 937422848 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7951] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7951/stat : 7951 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 136714249 937422848 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7952] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7952/stat : 7952 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136714249 937422848 8332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915452

[startup+2.97149 s]
/proc/loadavg: 0.21 1.01 1.59 2/88 7952
/proc/meminfo: memFree=1413672/2055920 swapFree=4192812/4192956
[pid=7944] ppid=7942 vsize=915452 CPUtime=2.96
/proc/7944/stat : 7944 (java) R 7942 7944 7712 0 -1 0 8608 0 1 0 290 6 0 0 18 0 8 0 136714243 937422848 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812217 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7944/statm: 228863 8345 2513 14 0 215333 0
[pid=7944/tid=7946] ppid=7942 vsize=915452 CPUtime=0.02
/proc/7944/task/7946/stat : 7946 (java) S 7942 7944 7712 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 136714246 937422848 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7947] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7947/stat : 7947 (java) S 7942 7944 7712 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 136714246 937422848 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7948] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7948/stat : 7948 (java) S 7942 7944 7712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136714246 937422848 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7949] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7949/stat : 7949 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 136714249 937422848 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7950] ppid=7942 vsize=915452 CPUtime=0.21
/proc/7944/task/7950/stat : 7950 (java) S 7942 7944 7712 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 136714249 937422848 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7951] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7951/stat : 7951 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 136714249 937422848 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7952] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7952/stat : 7952 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136714249 937422848 8345 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915452

[startup+6.25687 s]
/proc/loadavg: 0.21 1.01 1.59 2/88 7952
/proc/meminfo: memFree=1413680/2055920 swapFree=4192812/4192956
[pid=7944] ppid=7942 vsize=915452 CPUtime=6.24
/proc/7944/stat : 7944 (java) R 7942 7944 7712 0 -1 0 8614 0 1 0 618 6 0 0 20 0 8 0 136714243 937422848 8350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073805356 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7944/statm: 228863 8350 2513 14 0 215333 0
[pid=7944/tid=7946] ppid=7942 vsize=915452 CPUtime=0.02
/proc/7944/task/7946/stat : 7946 (java) S 7942 7944 7712 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 136714246 937422848 8350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7947] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7947/stat : 7947 (java) S 7942 7944 7712 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 136714246 937422848 8350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7948] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7948/stat : 7948 (java) S 7942 7944 7712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136714246 937422848 8350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7949] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7949/stat : 7949 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 136714249 937422848 8350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7950] ppid=7942 vsize=915452 CPUtime=0.21
/proc/7944/task/7950/stat : 7950 (java) S 7942 7944 7712 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 136714249 937422848 8350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7951] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7951/stat : 7951 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 136714249 937422848 8350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7952] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7952/stat : 7952 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136714249 937422848 8350 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915452

[startup+12.7296 s]
/proc/loadavg: 0.33 1.01 1.59 2/88 7952
/proc/meminfo: memFree=1413680/2055920 swapFree=4192812/4192956
[pid=7944] ppid=7942 vsize=915452 CPUtime=12.72
/proc/7944/stat : 7944 (java) R 7942 7944 7712 0 -1 0 8619 0 1 0 1265 7 0 0 25 0 8 0 136714243 937422848 8355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073785695 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7944/statm: 228863 8355 2513 14 0 215333 0
[pid=7944/tid=7946] ppid=7942 vsize=915452 CPUtime=0.02
/proc/7944/task/7946/stat : 7946 (java) S 7942 7944 7712 0 -1 64 242 0 0 0 2 0 0 0 16 0 8 0 136714246 937422848 8355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7947] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7947/stat : 7947 (java) S 7942 7944 7712 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 136714246 937422848 8355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7948] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7948/stat : 7948 (java) S 7942 7944 7712 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136714246 937422848 8355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7949] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7949/stat : 7949 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 136714249 937422848 8355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7950] ppid=7942 vsize=915452 CPUtime=0.21
/proc/7944/task/7950/stat : 7950 (java) S 7942 7944 7712 0 -1 64 388 0 0 0 20 1 0 0 16 0 8 0 136714249 937422848 8355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7951] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7951/stat : 7951 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 136714249 937422848 8355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7944/tid=7952] ppid=7942 vsize=915452 CPUtime=0
/proc/7944/task/7952/stat : 7952 (java) S 7942 7944 7712 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 136714249 937422848 8355 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 19.589
CPU time (s): 19.55
CPU user time (s): 19.474
CPU system time (s): 0.075988
CPU usage (%): 99.8011
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.474
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8715
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= 1152
involuntary context switches= 92

runsolver used 0.020996 s user time and 0.05999 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 10:56:29 UTC 2007


IDJOB= 229492
IDBENCH= 6311
FILE ID= node5/229492-1168080973

PBS_JOBID= 3475879

Free space on /tmp= 66331 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  90e5dca3381f0a68e828ac7b9f44c22b

RANDOM SEED= 413716205

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:       1437760 kB
Buffers:         49188 kB
Cached:         434292 kB
SwapCached:          0 kB
Active:          90012 kB
Inactive:       441532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3752 kB
Writeback:           0 kB
Mapped:          67048 kB
Slab:            71836 kB
Committed_AS:  3195324 kB
PageTables:       2012 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= 66331 MiB



End job on node5 on Sat Jan  6 10:57:02 UTC 2007