Trace number 228588

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 24.0723 24.1825

DiagnosticValue
CHECKS108724630
NODES121293

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-5_ext.xml
MD5SUM289a8d532c0f6bbee74fabb6f2520bce
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 benchmark5.71613
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/228588-1168080898/unknown.xml
0.41	   
0.41	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.45	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.45	       =>  wckTime=0.136  cpuTime=0.09  mem=6M951
0.45	   
0.45	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.64	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8206  maxDegree=28
0.64	     maxArity=2
0.64	       =>  wckTime=0.324  cpuTime=0.21  mem=10M852
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.51  cpuTime=0.34  mem=13M696
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.83	     detectedInconsistency=no
0.83	       =>  wckTime=0.0080  cpuTime=0.0  mem=13M696
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=17943  nbPropagations=439  nbRevisions=4531  nbUselessRevisions=3721  nbAssignments=23
0.87	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=36  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.044  cpuTime=0.03  mem=14M671
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=46417  nbPropagations=1417  nbRevisions=15738  nbUselessRevisions=12870  nbAssignments=55
0.89	     nbFailedAssignments=16  nbBacktracks=27  nbVisitedNodes=86  nbRestartNogoods=2  mapSize=22  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.067  cpuTime=0.04  mem=14M671
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=79449  nbPropagations=3043  nbRevisions=35430  nbUselessRevisions=29022
0.91	     nbAssignments=100  nbFailedAssignments=30  nbBacktracks=53  nbVisitedNodes=158  nbRestartNogoods=5  mapSize=42
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.086  cpuTime=0.06  mem=14M671
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=123077  nbPropagations=5548  nbRevisions=67110  nbUselessRevisions=55130
0.93	     nbAssignments=155  nbFailedAssignments=47  nbBacktracks=87  nbVisitedNodes=247  nbRestartNogoods=6  mapSize=68
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.101  cpuTime=0.07  mem=14M671
0.95	   
0.95	   search
0.95	     run=4  nbConstraintChecks=193955  nbPropagations=9386  nbRevisions=117413  nbUselessRevisions=96662
0.95	     nbAssignments=243  nbFailedAssignments=73  nbBacktracks=144  nbVisitedNodes=392  nbRestartNogoods=7  mapSize=110
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.122  cpuTime=0.09  mem=14M671
0.98	   
0.98	   search
0.98	     run=5  nbConstraintChecks=309273  nbPropagations=15294  nbRevisions=197308  nbUselessRevisions=162436
0.98	     nbAssignments=375  nbFailedAssignments=123  nbBacktracks=221  nbVisitedNodes=616  nbRestartNogoods=9  mapSize=175
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.156  cpuTime=0.12  mem=14M671
1.02	   
1.02	   search
1.02	     run=6  nbConstraintChecks=465118  nbPropagations=24051  nbRevisions=318939  nbUselessRevisions=262906
1.02	     nbAssignments=561  nbFailedAssignments=187  nbBacktracks=335  nbVisitedNodes=928  nbRestartNogoods=11  mapSize=271
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.199  cpuTime=0.16  mem=14M671
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=705626  nbPropagations=37119  nbRevisions=505042  nbUselessRevisions=416888
1.09	     nbAssignments=838  nbFailedAssignments=289  nbBacktracks=505  nbVisitedNodes=1402  nbRestartNogoods=15  mapSize=419
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.261  cpuTime=0.22  mem=14M671
1.17	   
1.17	   search
1.17	     run=8  nbConstraintChecks=1033213  nbPropagations=56109  nbRevisions=777779  nbUselessRevisions=642778
1.17	     nbAssignments=1237  nbFailedAssignments=424  nbBacktracks=762  nbVisitedNodes=2062  nbRestartNogoods=20
1.17	     mapSize=632  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.349  cpuTime=0.3  mem=14M671
1.31	   
1.31	   search
1.31	     run=9  nbConstraintChecks=1521105  nbPropagations=83892  nbRevisions=1179265  nbUselessRevisions=975060
1.31	     nbAssignments=1826  nbFailedAssignments=622  nbBacktracks=1146  nbVisitedNodes=3048  nbRestartNogoods=25
1.31	     mapSize=948  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.483  cpuTime=0.42  mem=14M671
1.35	   
1.35	   INFO : Stopping hyperNogood (mapSize=1042, nbTooLargekeys=0, mem=14M671)
1.49	   
1.49	   search
1.49	     run=10  nbConstraintChecks=2295137  nbPropagations=125646  nbRevisions=1787187  nbUselessRevisions=1478104
1.49	     nbAssignments=2711  nbFailedAssignments=925  nbBacktracks=1724  nbVisitedNodes=4550  nbRestartNogoods=30
1.49	       =>  wckTime=0.669  cpuTime=0.61  mem=14M671
1.71	   
1.71	   search
1.71	     run=11  nbConstraintChecks=3263217  nbPropagations=185771  nbRevisions=2671588  nbUselessRevisions=2212555
1.71	     nbAssignments=3984  nbFailedAssignments=1329  nbBacktracks=2590  nbVisitedNodes=6682  nbRestartNogoods=33
1.71	       =>  wckTime=0.889  cpuTime=0.83  mem=14M671
2.09	   
2.09	   search
2.09	     run=12  nbConstraintChecks=5028614  nbPropagations=277021  nbRevisions=4021260  nbUselessRevisions=3332649
2.09	     nbAssignments=5986  nbFailedAssignments=2024  nbBacktracks=3892  nbVisitedNodes=10055  nbRestartNogoods=37
2.09	       =>  wckTime=1.267  cpuTime=1.2  mem=14M671
2.64	   
2.64	   search
2.64	     run=13  nbConstraintChecks=7582744  nbPropagations=413997  nbRevisions=6054888  nbUselessRevisions=5019503
2.64	     nbAssignments=8987  nbFailedAssignments=3071  nbBacktracks=5839  nbVisitedNodes=15137  nbRestartNogoods=45
2.64	       =>  wckTime=1.819  cpuTime=1.75  mem=14M671
3.51	   
3.51	   search
3.51	     run=14  nbConstraintChecks=11668302  nbPropagations=621627  nbRevisions=9143961  nbUselessRevisions=7578045
3.51	     nbAssignments=13525  nbFailedAssignments=4683  nbBacktracks=8758  nbVisitedNodes=22832  nbRestartNogoods=53
3.51	       =>  wckTime=2.682  cpuTime=2.61  mem=14M671
4.70	   
4.70	   search
4.70	     run=15  nbConstraintChecks=17495769  nbPropagations=932832  nbRevisions=13777482  nbUselessRevisions=11416615
4.70	     nbAssignments=20163  nbFailedAssignments=6936  nbBacktracks=13138  nbVisitedNodes=34041  nbRestartNogoods=59
4.70	       =>  wckTime=3.877  cpuTime=3.8  mem=14M671
6.59	   
6.59	   search
6.59	     run=16  nbConstraintChecks=26318525  nbPropagations=1399838  nbRevisions=20745910  nbUselessRevisions=17189102
6.59	     nbAssignments=30252  nbFailedAssignments=10451  nbBacktracks=19707  nbVisitedNodes=51181  nbRestartNogoods=66
6.59	       =>  wckTime=5.769  cpuTime=5.69  mem=14M671
9.48	   
9.48	   search
9.48	     run=17  nbConstraintChecks=39969896  nbPropagations=2105780  nbRevisions=31324206  nbUselessRevisions=25955011
9.48	     nbAssignments=45397  nbFailedAssignments=15739  nbBacktracks=29560  nbVisitedNodes=76947  nbRestartNogoods=74
9.48	       =>  wckTime=8.655  cpuTime=8.57  mem=14M671
13.79	   
13.79	   search
13.79	     run=18  nbConstraintChecks=60025268  nbPropagations=3164025  nbRevisions=47224812  nbUselessRevisions=39142877
13.79	     nbAssignments=67916  nbFailedAssignments=23473  nbBacktracks=44338  nbVisitedNodes=115117  nbRestartNogoods=81
13.79	       =>  wckTime=12.965  cpuTime=12.87  mem=14M671
20.42	   
20.42	   search
20.42	     run=19  nbConstraintChecks=91091350  nbPropagations=4762146  nbRevisions=71310427  nbUselessRevisions=59124434
20.42	     nbAssignments=101797  nbFailedAssignments=35181  nbBacktracks=66508  nbVisitedNodes=172715  nbRestartNogoods=86
20.42	       =>  wckTime=19.592  cpuTime=19.5  mem=14M671
24.15	   
24.15	   search
24.15	     run=20  nbConstraintChecks=108724630  nbPropagations=6667127  nbRevisions=100049157  nbUselessRevisions=82973074
24.15	     nbAssignments=121293  nbFailedAssignments=41945  nbBacktracks=79241  nbVisitedNodes=205663  nbRestartNogoods=89
24.15	       =>  wckTime=23.329  cpuTime=23.23  mem=14M671
24.16	   
24.16	   global
24.16	     nbConstraintChecks=108724630  nbPropagations=6667167  nbRevisions=100049157  nbUselessRevisions=82973074
24.16	     nbRestartNogoods=89  solvingWckTime=23.33  solvingCpuTime=23.23  expiredTime=no  totalExploration=yes
24.16	     nbFoundSolutions=0  globalCpuTime=23.61
24.16	       =>  wckTime=23.843  cpuTime=23.57  mem=14M671
24.16	   
24.16	s UNSATISFIABLE
24.16	d NODES 121293
24.16	d CHECKS 108724630
24.16	   
24.16	   totalWckTime=23.919  totalCpuTime=23.61

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/node4/watcher-228588-1168080898 -o ROOT/results/node4/solver-228588-1168080898 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228588-1168080898/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.44 1.43 1.79 3/81 13032
/proc/meminfo: memFree=1155024/2055920 swapFree=4191880/4192956
[pid=13031] ppid=13029 vsize=1496 CPUtime=0
/proc/13031/stat : 13031 (java) R 13029 13031 12463 0 -1 0 62 0 0 0 0 0 0 0 19 0 1 0 156486503 1531904 45 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 10591991 0 0 4096 0 0 0 0 17 1 0 0
/proc/13031/statm: 375 53 42 14 0 8 0

[startup+0.103888 s]
/proc/loadavg: 0.44 1.43 1.79 3/81 13032
/proc/meminfo: memFree=1155024/2055920 swapFree=4191880/4192956
[pid=13031] ppid=13029 vsize=913068 CPUtime=0.07
/proc/13031/stat : 13031 (java) S 13029 13031 12463 0 -1 0 2873 0 1 0 6 1 0 0 24 0 8 0 156486503 934981632 2619 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13031/statm: 228267 2619 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913068

[startup+0.511923 s]
/proc/loadavg: 0.44 1.43 1.79 3/81 13032
/proc/meminfo: memFree=1155024/2055920 swapFree=4191880/4192956
[pid=13031] ppid=13029 vsize=915328 CPUtime=0.43
/proc/13031/stat : 13031 (java) R 13029 13031 12463 0 -1 0 6305 0 1 0 40 3 0 0 16 0 8 0 156486503 937295872 6044 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073566638 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13031/statm: 228832 6044 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.333 s]
/proc/loadavg: 0.44 1.43 1.79 2/88 13039
/proc/meminfo: memFree=1131800/2055920 swapFree=4191880/4192956
[pid=13031] ppid=13029 vsize=915456 CPUtime=1.26
/proc/13031/stat : 13031 (java) R 13029 13031 12463 0 -1 0 8577 0 1 0 120 6 0 0 16 0 8 0 156486503 937426944 8315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073796856 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13031/statm: 228864 8315 2513 14 0 215334 0
[pid=13031/tid=13033] ppid=13029 vsize=915456 CPUtime=0.03
/proc/13031/task/13033/stat : 13033 (java) S 13029 13031 12463 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 156486508 937426944 8315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13031/tid=13034] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13034/stat : 13034 (java) S 13029 13031 12463 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156486508 937426944 8315 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13035] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13035/stat : 13035 (java) S 13029 13031 12463 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156486508 937426944 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13036] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13036/stat : 13036 (java) S 13029 13031 12463 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156486511 937426944 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13037] ppid=13029 vsize=915456 CPUtime=0.2
/proc/13031/task/13037/stat : 13037 (java) S 13029 13031 12463 0 -1 64 385 0 0 0 19 1 0 0 16 0 8 0 156486511 937426944 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13038] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13038/stat : 13038 (java) S 13029 13031 12463 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156486511 937426944 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13039] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13039/stat : 13039 (java) S 13029 13031 12463 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156486511 937426944 8316 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915456

[startup+2.97015 s]
/proc/loadavg: 0.48 1.42 1.78 2/88 13039
/proc/meminfo: memFree=1131544/2055920 swapFree=4191880/4192956
[pid=13031] ppid=13029 vsize=915456 CPUtime=2.89
/proc/13031/stat : 13031 (java) R 13029 13031 12463 0 -1 0 8596 0 1 0 283 6 0 0 18 0 8 0 156486503 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073804890 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13031/statm: 228864 8333 2513 14 0 215334 0
[pid=13031/tid=13033] ppid=13029 vsize=915456 CPUtime=0.03
/proc/13031/task/13033/stat : 13033 (java) S 13029 13031 12463 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 156486508 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13031/tid=13034] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13034/stat : 13034 (java) S 13029 13031 12463 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156486508 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13035] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13035/stat : 13035 (java) S 13029 13031 12463 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156486508 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13036] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13036/stat : 13036 (java) S 13029 13031 12463 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156486511 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13037] ppid=13029 vsize=915456 CPUtime=0.21
/proc/13031/task/13037/stat : 13037 (java) S 13029 13031 12463 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 156486511 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13038] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13038/stat : 13038 (java) S 13029 13031 12463 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156486511 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13039] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13039/stat : 13039 (java) S 13029 13031 12463 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156486511 937426944 8333 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915456

[startup+6.25847 s]
/proc/loadavg: 0.48 1.42 1.78 2/88 13042
/proc/meminfo: memFree=1131288/2055920 swapFree=4191880/4192956
[pid=13031] ppid=13029 vsize=915456 CPUtime=6.17
/proc/13031/stat : 13031 (java) R 13029 13031 12463 0 -1 0 8602 0 1 0 611 6 0 0 25 0 8 0 156486503 937426944 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073797254 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13031/statm: 228864 8338 2513 14 0 215334 0
[pid=13031/tid=13033] ppid=13029 vsize=915456 CPUtime=0.03
/proc/13031/task/13033/stat : 13033 (java) S 13029 13031 12463 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 156486508 937426944 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13031/tid=13034] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13034/stat : 13034 (java) S 13029 13031 12463 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156486508 937426944 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13035] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13035/stat : 13035 (java) S 13029 13031 12463 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156486508 937426944 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13036] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13036/stat : 13036 (java) S 13029 13031 12463 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156486511 937426944 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13037] ppid=13029 vsize=915456 CPUtime=0.21
/proc/13031/task/13037/stat : 13037 (java) S 13029 13031 12463 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 156486511 937426944 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13038] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13038/stat : 13038 (java) S 13029 13031 12463 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156486511 937426944 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13039] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13039/stat : 13039 (java) S 13029 13031 12463 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156486511 937426944 8338 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915456

[startup+12.7291 s]
/proc/loadavg: 0.56 1.40 1.77 2/88 13072
/proc/meminfo: memFree=1129240/2055920 swapFree=4191880/4192956
[pid=13031] ppid=13029 vsize=915456 CPUtime=12.63
/proc/13031/stat : 13031 (java) R 13029 13031 12463 0 -1 0 8607 0 1 0 1257 6 0 0 25 0 8 0 156486503 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073796934 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13031/statm: 228864 8343 2513 14 0 215334 0
[pid=13031/tid=13033] ppid=13029 vsize=915456 CPUtime=0.03
/proc/13031/task/13033/stat : 13033 (java) S 13029 13031 12463 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 156486508 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13031/tid=13034] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13034/stat : 13034 (java) S 13029 13031 12463 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156486508 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13035] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13035/stat : 13035 (java) S 13029 13031 12463 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156486508 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13036] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13036/stat : 13036 (java) S 13029 13031 12463 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156486511 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13037] ppid=13029 vsize=915456 CPUtime=0.21
/proc/13031/task/13037/stat : 13037 (java) S 13029 13031 12463 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 156486511 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13038] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13038/stat : 13038 (java) S 13029 13031 12463 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156486511 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13031/tid=13039] ppid=13029 vsize=915456 CPUtime=0
/proc/13031/task/13039/stat : 13039 (java) R 13029 13031 12463 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156486511 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 24.1825
CPU time (s): 24.0723
CPU user time (s): 23.9984
CPU system time (s): 0.073988
CPU usage (%): 99.5445
Max. virtual memory (cumulated for all children) (KiB): 915456

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

runsolver used 0.017997 s user time and 0.082987 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Jan  6 10:55:09 UTC 2007


IDJOB= 228588
IDBENCH= 6211
FILE ID= node4/228588-1168080898

PBS_JOBID= 3475809

Free space on /tmp= 66308 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-5_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228588-1168080898/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-228588-1168080898 -o ROOT/results/node4/solver-228588-1168080898 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/228588-1168080898/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  289a8d532c0f6bbee74fabb6f2520bce

RANDOM SEED= 376924785

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.223
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.223
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:       1155504 kB
Buffers:         74000 kB
Cached:         680192 kB
SwapCached:        268 kB
Active:         428772 kB
Inactive:       376108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1155504 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          68924 kB
Slab:            80472 kB
Committed_AS:  3747140 kB
PageTables:       2236 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= 66306 MiB



End job on node4 on Sat Jan  6 10:55:40 UTC 2007