Trace number 227654

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 14.0539 14.1425

DiagnosticValue
CHECKS44393897
NODES63450

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-33_ext.xml
MD5SUM88abca72be6a2ff55ed5be8121655760
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.06138
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
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.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/227654-1168080808/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.41	       =>  wckTime=0.095  cpuTime=0.09  mem=6M951
0.41	   
0.41	   relations being loaded...
0.50	   
0.50	   constraints being loaded...
0.67	     nbConstraints=753  nbRelationTypes=753  nbExtensionStructures=753  nbSharedExtensionStructures=0
0.67	     nbConflictsStructures=753  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11911  maxDegree=39
0.67	     maxArity=2
0.67	       =>  wckTime=0.362  cpuTime=0.24  mem=11M844
0.72	   
0.72	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.552  cpuTime=0.37  mem=14M16
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.88	     detectedInconsistency=no
0.88	       =>  wckTime=0.011  cpuTime=0.0  mem=14M16
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=9542  nbPropagations=283  nbRevisions=2667  nbUselessRevisions=2239  nbAssignments=22
0.91	     nbFailedAssignments=3  nbBacktracks=13  nbVisitedNodes=31  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.042  cpuTime=0.02  mem=15M8
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=27477  nbPropagations=983  nbRevisions=10905  nbUselessRevisions=9211  nbAssignments=54
0.93	     nbFailedAssignments=10  nbBacktracks=30  nbVisitedNodes=82  nbRestartNogoods=1  mapSize=24  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.068  cpuTime=0.04  mem=15M8
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=47739  nbPropagations=2163  nbRevisions=26088  nbUselessRevisions=22255  nbAssignments=98
0.95	     nbFailedAssignments=21  nbBacktracks=52  nbVisitedNodes=144  nbRestartNogoods=3  mapSize=40  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.084  cpuTime=0.05  mem=15M8
0.97	   
0.97	   search
0.97	     run=3  nbConstraintChecks=89552  nbPropagations=4185  nbRevisions=54653  nbUselessRevisions=46680
0.97	     nbAssignments=153  nbFailedAssignments=36  nbBacktracks=85  nbVisitedNodes=234  nbRestartNogoods=5  mapSize=70
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.105  cpuTime=0.07  mem=15M8
0.99	   
0.99	   search
0.99	     run=4  nbConstraintChecks=140742  nbPropagations=7224  nbRevisions=99398  nbUselessRevisions=84912
0.99	     nbAssignments=231  nbFailedAssignments=56  nbBacktracks=137  nbVisitedNodes=361  nbRestartNogoods=8  mapSize=114
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.126  cpuTime=0.09  mem=15M8
1.03	   
1.03	   search
1.03	     run=5  nbConstraintChecks=217373  nbPropagations=11764  nbRevisions=168864  nbUselessRevisions=144269
1.03	     nbAssignments=345  nbFailedAssignments=88  nbBacktracks=213  nbVisitedNodes=544  nbRestartNogoods=11  mapSize=174
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.16  cpuTime=0.12  mem=15M8
1.07	   
1.07	   search
1.07	     run=6  nbConstraintChecks=323788  nbPropagations=18335  nbRevisions=273064  nbUselessRevisions=233313
1.07	     nbAssignments=502  nbFailedAssignments=125  nbBacktracks=327  nbVisitedNodes=794  nbRestartNogoods=13  mapSize=256
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.202  cpuTime=0.16  mem=15M8
1.14	   
1.14	   search
1.14	     run=7  nbConstraintChecks=494767  nbPropagations=28130  nbRevisions=432340  nbUselessRevisions=369603
1.14	     nbAssignments=760  nbFailedAssignments=202  nbBacktracks=498  nbVisitedNodes=1204  nbRestartNogoods=16  mapSize=393
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.27  cpuTime=0.22  mem=15M8
1.23	   
1.23	   search
1.23	     run=8  nbConstraintChecks=758929  nbPropagations=42857  nbRevisions=677333  nbUselessRevisions=579070
1.23	     nbAssignments=1144  nbFailedAssignments=320  nbBacktracks=755  nbVisitedNodes=1835  nbRestartNogoods=20
1.23	     mapSize=611  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.364  cpuTime=0.31  mem=15M8
1.39	   
1.39	   search
1.39	     run=9  nbConstraintChecks=1163093  nbPropagations=65144  nbRevisions=1050680  nbUselessRevisions=897888
1.39	     nbAssignments=1714  nbFailedAssignments=496  nbBacktracks=1140  nbVisitedNodes=2774  nbRestartNogoods=26
1.39	     mapSize=936  nbInferences=0  nbTooLargeKeys=0
1.39	       =>  wckTime=0.525  cpuTime=0.45  mem=15M8
1.43	   
1.43	   INFO : Stopping hyperNogood (mapSize=1018, nbTooLargekeys=0, mem=15M8)
1.58	   
1.58	   search
1.58	     run=10  nbConstraintChecks=1711241  nbPropagations=97539  nbRevisions=1608754  nbUselessRevisions=1376798
1.58	     nbAssignments=2540  nbFailedAssignments=738  nbBacktracks=1717  nbVisitedNodes=4117  nbRestartNogoods=29
1.58	       =>  wckTime=0.715  cpuTime=0.63  mem=15M8
1.84	   
1.84	   search
1.84	     run=11  nbConstraintChecks=2537173  nbPropagations=145229  nbRevisions=2440589  nbUselessRevisions=2091602
1.84	     nbAssignments=3766  nbFailedAssignments=1095  nbBacktracks=2581  nbVisitedNodes=6104  nbRestartNogoods=36
1.84	       =>  wckTime=0.976  cpuTime=0.89  mem=15M8
2.24	   
2.24	   search
2.24	     run=12  nbConstraintChecks=3817590  nbPropagations=216656  nbRevisions=3692047  nbUselessRevisions=3166102
2.24	     nbAssignments=5634  nbFailedAssignments=1660  nbBacktracks=3880  nbVisitedNodes=9168  nbRestartNogoods=40
2.24	       =>  wckTime=1.379  cpuTime=1.3  mem=15M8
2.85	   
2.85	   search
2.85	     run=13  nbConstraintChecks=5855254  nbPropagations=325729  nbRevisions=5601432  nbUselessRevisions=4802511
2.85	     nbAssignments=8448  nbFailedAssignments=2522  nbBacktracks=5826  nbVisitedNodes=13863  nbRestartNogoods=45
2.85	       =>  wckTime=1.982  cpuTime=1.9  mem=15M8
3.66	   
3.66	   search
3.66	     run=14  nbConstraintChecks=8601428  nbPropagations=486009  nbRevisions=8419824  nbUselessRevisions=7220622
3.66	     nbAssignments=12598  nbFailedAssignments=3747  nbBacktracks=8745  nbVisitedNodes=20593  nbRestartNogoods=49
3.66	       =>  wckTime=2.791  cpuTime=2.7  mem=15M8
4.94	   
4.94	   search
4.94	     run=15  nbConstraintChecks=12973630  nbPropagations=727201  nbRevisions=12670306  nbUselessRevisions=10866046
4.94	     nbAssignments=18967  nbFailedAssignments=5730  nbBacktracks=13125  nbVisitedNodes=31006  nbRestartNogoods=54
4.94	       =>  wckTime=4.076  cpuTime=3.99  mem=15M8
6.88	   
6.88	   search
6.88	     run=16  nbConstraintChecks=19607150  nbPropagations=1090590  nbRevisions=19077842  nbUselessRevisions=16358107
6.88	     nbAssignments=28358  nbFailedAssignments=8546  nbBacktracks=19695  nbVisitedNodes=46434  nbRestartNogoods=60
6.88	       =>  wckTime=6.016  cpuTime=5.93  mem=15M8
9.76	   
9.76	   search
9.76	     run=17  nbConstraintChecks=29481507  nbPropagations=1635735  nbRevisions=28689853  nbUselessRevisions=24590713
9.76	     nbAssignments=42284  nbFailedAssignments=12612  nbBacktracks=29551  nbVisitedNodes=69324  nbRestartNogoods=65
9.76	       =>  wckTime=8.897  cpuTime=8.81  mem=15M8
14.02	   
14.02	   search
14.02	     run=18  nbConstraintChecks=44200138  nbPropagations=2450168  nbRevisions=43127682  nbUselessRevisions=36967620
14.02	     nbAssignments=63184  nbFailedAssignments=18729  nbBacktracks=44329  nbVisitedNodes=103547  nbRestartNogoods=70
14.02	       =>  wckTime=13.153  cpuTime=13.06  mem=15M8
14.07	   
14.07	   search
14.07	     run=19  nbConstraintChecks=44393897  nbPropagations=3268046  nbRevisions=57630150  nbUselessRevisions=49400454
14.08	     nbAssignments=63450  nbFailedAssignments=18801  nbBacktracks=44524  nbVisitedNodes=103978  nbRestartNogoods=76
14.08	       =>  wckTime=13.21  cpuTime=13.12  mem=15M8
14.08	   
14.08	   global
14.08	     nbConstraintChecks=44393897  nbPropagations=3268086  nbRevisions=57630150  nbUselessRevisions=49400454
14.08	     nbRestartNogoods=76  solvingWckTime=13.211  solvingCpuTime=13.12  expiredTime=no  totalExploration=yes
14.08	     nbFoundSolutions=0  globalCpuTime=13.55
14.08	       =>  wckTime=13.766  cpuTime=13.5  mem=15M8
14.08	   
14.08	s UNSATISFIABLE
14.08	d NODES 63450
14.08	d CHECKS 44393897
14.08	   
14.08	   totalWckTime=13.841  totalCpuTime=13.55

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/node15/watcher-227654-1168080808 -o ROOT/results/node15/solver-227654-1168080808 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227654-1168080808/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.72 1.26 1.67 4/81 15916
/proc/meminfo: memFree=1003536/2055920 swapFree=4174172/4192956
[pid=15915] ppid=15912 vsize=1784 CPUtime=0
/proc/15915/stat : 15915 (java) D 15912 15915 15847 0 -1 0 165 0 0 0 0 0 0 0 20 0 1 0 156476126 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/15915/statm: 446 136 102 14 0 91 0

[startup+0.10499 s]
/proc/loadavg: 0.72 1.26 1.67 4/81 15916
/proc/meminfo: memFree=1003536/2055920 swapFree=4174172/4192956
[pid=15915] ppid=15912 vsize=914852 CPUtime=0.07
/proc/15915/stat : 15915 (java) R 15912 15915 15847 0 -1 0 2930 0 1 0 6 1 0 0 17 0 8 0 156476126 936808448 2676 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4151973145 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 228713 2676 1401 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914852

[startup+0.51306 s]
/proc/loadavg: 0.72 1.26 1.67 4/81 15916
/proc/meminfo: memFree=1003536/2055920 swapFree=4174172/4192956
[pid=15915] ppid=15912 vsize=915328 CPUtime=0.48
/proc/15915/stat : 15915 (java) R 15912 15915 15847 0 -1 0 6378 0 1 0 44 4 0 0 16 0 8 0 156476126 937295872 6117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073580710 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 228832 6117 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.3352 s]
/proc/loadavg: 0.72 1.26 1.67 2/88 15923
/proc/meminfo: memFree=979992/2055920 swapFree=4174172/4192956
[pid=15915] ppid=15912 vsize=915584 CPUtime=1.29
/proc/15915/stat : 15915 (java) S 15912 15915 15847 0 -1 0 8667 0 1 0 123 6 0 0 16 0 8 0 156476126 937558016 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15915/statm: 228896 8405 2513 14 0 215366 0
[pid=15915/tid=15917] ppid=15912 vsize=915584 CPUtime=0.03
/proc/15915/task/15917/stat : 15917 (java) S 15912 15915 15847 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156476130 937558016 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15915 15847 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156476131 937558016 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15919] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15915 15847 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156476131 937558016 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15920] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15915 15847 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156476134 937558016 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15921] ppid=15912 vsize=915584 CPUtime=0.22
/proc/15915/task/15921/stat : 15921 (java) S 15912 15915 15847 0 -1 64 407 0 0 0 22 0 0 0 16 0 8 0 156476134 937558016 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15922] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15915 15847 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156476134 937558016 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15923] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15923/stat : 15923 (java) S 15912 15915 15847 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156476134 937558016 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915584

[startup+2.98748 s]
/proc/loadavg: 0.72 1.26 1.67 2/88 15923
/proc/meminfo: memFree=979736/2055920 swapFree=4174172/4192956
[pid=15915] ppid=15912 vsize=915584 CPUtime=2.95
/proc/15915/stat : 15915 (java) R 15912 15915 15847 0 -1 0 8699 0 1 0 288 7 0 0 17 0 8 0 156476126 937558016 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073912965 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15915/statm: 228896 8436 2513 14 0 215366 0
[pid=15915/tid=15917] ppid=15912 vsize=915584 CPUtime=0.03
/proc/15915/task/15917/stat : 15917 (java) S 15912 15915 15847 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156476130 937558016 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15915 15847 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156476131 937558016 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15919] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15915 15847 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156476131 937558016 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15920] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15915 15847 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156476134 937558016 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15921] ppid=15912 vsize=915584 CPUtime=0.24
/proc/15915/task/15921/stat : 15921 (java) S 15912 15915 15847 0 -1 64 418 0 0 0 24 0 0 0 16 0 8 0 156476134 937558016 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15922] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15915 15847 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156476134 937558016 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15923] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15923/stat : 15923 (java) S 15912 15915 15847 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156476134 937558016 8436 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915584

[startup+6.26804 s]
/proc/loadavg: 0.74 1.26 1.67 2/88 15923
/proc/meminfo: memFree=979672/2055920 swapFree=4174172/4192956
[pid=15915] ppid=15912 vsize=915584 CPUtime=6.23
/proc/15915/stat : 15915 (java) R 15912 15915 15847 0 -1 0 8704 0 1 0 616 7 0 0 18 0 8 0 156476126 937558016 8440 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073940194 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15915/statm: 228896 8440 2513 14 0 215366 0
[pid=15915/tid=15917] ppid=15912 vsize=915584 CPUtime=0.03
/proc/15915/task/15917/stat : 15917 (java) S 15912 15915 15847 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156476130 937558016 8440 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15915 15847 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156476131 937558016 8440 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15919] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15915 15847 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156476131 937558016 8440 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15920] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15915 15847 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156476134 937558016 8440 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15921] ppid=15912 vsize=915584 CPUtime=0.24
/proc/15915/task/15921/stat : 15921 (java) S 15912 15915 15847 0 -1 64 418 0 0 0 24 0 0 0 16 0 8 0 156476134 937558016 8440 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15922] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15915 15847 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156476134 937558016 8440 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15923] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15923/stat : 15923 (java) S 15912 15915 15847 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156476134 937558016 8440 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915584

[startup+12.7542 s]
/proc/loadavg: 0.76 1.25 1.66 2/88 15923
/proc/meminfo: memFree=979608/2055920 swapFree=4174172/4192956
[pid=15915] ppid=15912 vsize=915584 CPUtime=12.71
/proc/15915/stat : 15915 (java) R 15912 15915 15847 0 -1 0 8709 0 1 0 1264 7 0 0 25 0 8 0 156476126 937558016 8445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073921817 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15915/statm: 228896 8445 2513 14 0 215366 0
[pid=15915/tid=15917] ppid=15912 vsize=915584 CPUtime=0.03
/proc/15915/task/15917/stat : 15917 (java) S 15912 15915 15847 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156476130 937558016 8445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15915/tid=15918] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15918/stat : 15918 (java) S 15912 15915 15847 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156476131 937558016 8445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15919] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15919/stat : 15919 (java) S 15912 15915 15847 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156476131 937558016 8445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15920] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15920/stat : 15920 (java) S 15912 15915 15847 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156476134 937558016 8445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15921] ppid=15912 vsize=915584 CPUtime=0.24
/proc/15915/task/15921/stat : 15921 (java) S 15912 15915 15847 0 -1 64 418 0 0 0 24 0 0 0 16 0 8 0 156476134 937558016 8445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15922] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15922/stat : 15922 (java) S 15912 15915 15847 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156476134 937558016 8445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15915/tid=15923] ppid=15912 vsize=915584 CPUtime=0
/proc/15915/task/15923/stat : 15923 (java) S 15912 15915 15847 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156476134 937558016 8445 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 14.1425
CPU time (s): 14.0539
CPU user time (s): 13.9699
CPU system time (s): 0.083987
CPU usage (%): 99.3734
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.9699
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8805
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= 1219
involuntary context switches= 590

runsolver used 0.019996 s user time and 0.043993 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Jan  6 10:53:31 UTC 2007


IDJOB= 227654
IDBENCH= 6102
FILE ID= node15/227654-1168080808

PBS_JOBID= 3475877

Free space on /tmp= 66282 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-33_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227654-1168080808/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-227654-1168080808 -o ROOT/results/node15/solver-227654-1168080808 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227654-1168080808/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  88abca72be6a2ff55ed5be8121655760

RANDOM SEED= 212731004

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.276
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.276
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:       1000688 kB
Buffers:         85476 kB
Cached:         829272 kB
SwapCached:       7128 kB
Active:         356844 kB
Inactive:       595144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1000688 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            2020 kB
Writeback:           0 kB
Mapped:          45816 kB
Slab:            88184 kB
Committed_AS:  4168364 kB
PageTables:       2224 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= 66285 MiB



End job on node15 on Sat Jan  6 10:53:53 UTC 2007