Trace number 227607

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 16.3245 16.3809

DiagnosticValue
CHECKS48891083
NODES70017

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-3_ext.xml
MD5SUM9c9268857e45b389f681d23ffd1931ad
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 benchmark3.77243
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/227607-1168080804/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.41	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.68	     nbConstraints=752  nbRelationTypes=753  nbExtensionStructures=752  nbSharedExtensionStructures=0
0.68	     nbConflictsStructures=752  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11892  maxDegree=39
0.68	     maxArity=2
0.68	       =>  wckTime=0.365  cpuTime=0.24  mem=11M848
0.72	   
0.72	   solver IterativeSystematicSolver being built... 
0.87	       =>  wckTime=0.557  cpuTime=0.36  mem=14M15
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.01  mem=14M15
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=8693  nbPropagations=286  nbRevisions=2476  nbUselessRevisions=2089  nbAssignments=20
0.91	     nbFailedAssignments=3  nbBacktracks=10  nbVisitedNodes=27  nbRestartNogoods=0  mapSize=5  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.043  cpuTime=0.03  mem=15M7
0.94	   
0.94	   search
0.94	     run=1  nbConstraintChecks=26125  nbPropagations=945  nbRevisions=10140  nbUselessRevisions=8515  nbAssignments=47
0.94	     nbFailedAssignments=10  nbBacktracks=25  nbVisitedNodes=67  nbRestartNogoods=1  mapSize=16  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.068  cpuTime=0.04  mem=15M7
0.96	   
0.96	   search
0.96	     run=2  nbConstraintChecks=49689  nbPropagations=2114  nbRevisions=25107  nbUselessRevisions=21100  nbAssignments=87
0.96	     nbFailedAssignments=20  nbBacktracks=49  nbVisitedNodes=129  nbRestartNogoods=3  mapSize=36  nbInferences=0
0.96	     nbTooLargeKeys=0
0.96	       =>  wckTime=0.086  cpuTime=0.05  mem=15M7
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=97503  nbPropagations=4206  nbRevisions=55134  nbUselessRevisions=46311
0.98	     nbAssignments=143  nbFailedAssignments=37  nbBacktracks=82  nbVisitedNodes=223  nbRestartNogoods=5  mapSize=67
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.108  cpuTime=0.07  mem=15M7
1.00	   
1.00	   search
1.00	     run=4  nbConstraintChecks=137564  nbPropagations=7141  nbRevisions=98135  nbUselessRevisions=82668
1.00	     nbAssignments=218  nbFailedAssignments=53  nbBacktracks=133  nbVisitedNodes=335  nbRestartNogoods=9  mapSize=99
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.127  cpuTime=0.09  mem=15M7
1.04	   
1.04	   search
1.04	     run=5  nbConstraintChecks=223990  nbPropagations=11712  nbRevisions=168986  nbUselessRevisions=142787
1.04	     nbAssignments=345  nbFailedAssignments=93  nbBacktracks=214  nbVisitedNodes=539  nbRestartNogoods=13  mapSize=168
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.166  cpuTime=0.12  mem=15M7
1.08	   
1.08	   search
1.08	     run=6  nbConstraintChecks=329236  nbPropagations=18328  nbRevisions=274432  nbUselessRevisions=232819
1.08	     nbAssignments=511  nbFailedAssignments=136  nbBacktracks=331  nbVisitedNodes=800  nbRestartNogoods=16  mapSize=254
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.209  cpuTime=0.17  mem=15M7
1.14	   
1.14	   search
1.14	     run=7  nbConstraintChecks=488940  nbPropagations=28001  nbRevisions=434901  nbUselessRevisions=370596
1.14	     nbAssignments=765  nbFailedAssignments=213  nbBacktracks=501  nbVisitedNodes=1208  nbRestartNogoods=19  mapSize=388
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.271  cpuTime=0.23  mem=15M7
1.24	   
1.24	   search
1.24	     run=8  nbConstraintChecks=765876  nbPropagations=42860  nbRevisions=683470  nbUselessRevisions=582911
1.24	     nbAssignments=1142  nbFailedAssignments=328  nbBacktracks=757  nbVisitedNodes=1839  nbRestartNogoods=25
1.24	     mapSize=609  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.374  cpuTime=0.33  mem=15M7
1.41	   
1.41	   search
1.41	     run=9  nbConstraintChecks=1155350  nbPropagations=64985  nbRevisions=1059295  nbUselessRevisions=903997
1.41	     nbAssignments=1716  nbFailedAssignments=510  nbBacktracks=1143  nbVisitedNodes=2769  nbRestartNogoods=30
1.41	     mapSize=927  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.536  cpuTime=0.48  mem=15M7
1.45	   
1.45	   INFO : Stopping hyperNogood (mapSize=1014, nbTooLargekeys=0, mem=15M7)
1.61	   
1.61	   search
1.61	     run=10  nbConstraintChecks=1743729  nbPropagations=98065  nbRevisions=1625986  nbUselessRevisions=1388211
1.61	     nbAssignments=2552  nbFailedAssignments=764  nbBacktracks=1720  nbVisitedNodes=4139  nbRestartNogoods=38
1.61	       =>  wckTime=0.738  cpuTime=0.67  mem=15M7
1.87	   
1.87	   search
1.87	     run=11  nbConstraintChecks=2588939  nbPropagations=146896  nbRevisions=2473929  nbUselessRevisions=2114352
1.87	     nbAssignments=3795  nbFailedAssignments=1135  nbBacktracks=2585  nbVisitedNodes=6184  nbRestartNogoods=42
1.87	       =>  wckTime=1.005  cpuTime=0.93  mem=15M7
2.30	   
2.30	   search
2.30	     run=12  nbConstraintChecks=3924056  nbPropagations=220801  nbRevisions=3761776  nbUselessRevisions=3217190
2.30	     nbAssignments=5705  nbFailedAssignments=1740  nbBacktracks=3882  nbVisitedNodes=9350  nbRestartNogoods=49
2.30	       =>  wckTime=1.427  cpuTime=1.35  mem=15M7
2.88	   
2.88	   search
2.88	     run=13  nbConstraintChecks=5778498  nbPropagations=329246  nbRevisions=5654653  nbUselessRevisions=4839197
2.88	     nbAssignments=8463  nbFailedAssignments=2543  nbBacktracks=5829  nbVisitedNodes=13823  nbRestartNogoods=53
2.88	       =>  wckTime=2.01  cpuTime=1.94  mem=15M7
3.80	   
3.80	   search
3.80	     run=14  nbConstraintChecks=8721554  nbPropagations=492523  nbRevisions=8501224  nbUselessRevisions=7275025
3.80	     nbAssignments=12653  nbFailedAssignments=3806  nbBacktracks=8751  nbVisitedNodes=20717  nbRestartNogoods=58
3.80	       =>  wckTime=2.931  cpuTime=2.86  mem=15M7
5.17	   
5.17	   search
5.17	     run=15  nbConstraintChecks=13123251  nbPropagations=737038  nbRevisions=12771859  nbUselessRevisions=10929041
5.17	     nbAssignments=18915  nbFailedAssignments=5684  nbBacktracks=13129  nbVisitedNodes=30955  nbRestartNogoods=66
5.17	       =>  wckTime=4.297  cpuTime=4.22  mem=15M7
7.25	   
7.25	   search
7.25	     run=16  nbConstraintChecks=19817430  nbPropagations=1105562  nbRevisions=19212182  nbUselessRevisions=16438047
7.25	     nbAssignments=28329  nbFailedAssignments=8523  nbBacktracks=19698  nbVisitedNodes=46453  nbRestartNogoods=72
7.25	       =>  wckTime=6.383  cpuTime=6.31  mem=15M7
10.20	   
10.20	   search
10.20	     run=17  nbConstraintChecks=29241370  nbPropagations=1649091  nbRevisions=28734336  nbUselessRevisions=24590309
10.20	     nbAssignments=42300  nbFailedAssignments=12634  nbBacktracks=29554  nbVisitedNodes=69155  nbRestartNogoods=80
10.20	       =>  wckTime=9.331  cpuTime=9.25  mem=15M7
14.85	   
14.85	   search
14.85	     run=18  nbConstraintChecks=44074133  nbPropagations=2464947  nbRevisions=43083568  nbUselessRevisions=36878023
14.85	     nbAssignments=63369  nbFailedAssignments=18919  nbBacktracks=44332  nbVisitedNodes=103643  nbRestartNogoods=85
14.85	       =>  wckTime=13.979  cpuTime=13.9  mem=15M7
16.35	   
16.35	   search
16.35	     run=19  nbConstraintChecks=48891083  nbPropagations=3368310  nbRevisions=58986090  nbUselessRevisions=50495565
16.35	     nbAssignments=70017  nbFailedAssignments=20933  nbBacktracks=48967  nbVisitedNodes=114595  nbRestartNogoods=91
16.35	       =>  wckTime=15.478  cpuTime=15.4  mem=15M7
16.35	   
16.35	   global
16.35	     nbConstraintChecks=48891083  nbPropagations=3368350  nbRevisions=58986090  nbUselessRevisions=50495565
16.35	     nbRestartNogoods=91  solvingWckTime=15.479  solvingCpuTime=15.4  expiredTime=no  totalExploration=yes
16.35	     nbFoundSolutions=0  globalCpuTime=15.81
16.35	       =>  wckTime=16.038  cpuTime=15.76  mem=15M7
16.35	   
16.35	s UNSATISFIABLE
16.35	d NODES 70017
16.35	d CHECKS 48891083
16.35	   
16.35	   totalWckTime=16.113  totalCpuTime=15.81

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/node1/watcher-227607-1168080804 -o ROOT/results/node1/solver-227607-1168080804 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227607-1168080804/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.81 1.42 1.74 3/81 17877
/proc/meminfo: memFree=1209152/2055920 swapFree=4165584/4192956
[pid=17876] ppid=17874 vsize=1784 CPUtime=0
/proc/17876/stat : 17876 (java) D 17874 17876 17574 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 156477033 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17876/statm: 446 136 102 14 0 91 0

[startup+0.106574 s]
/proc/loadavg: 0.81 1.42 1.74 3/81 17877
/proc/meminfo: memFree=1209152/2055920 swapFree=4165584/4192956
[pid=17876] ppid=17874 vsize=914988 CPUtime=0.08
/proc/17876/stat : 17876 (java) R 17874 17876 17574 0 -1 0 2962 0 1 0 7 1 0 0 17 0 8 0 156477033 936947712 2708 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17876/statm: 228747 2708 1417 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514616 s]
/proc/loadavg: 0.81 1.42 1.74 3/81 17877
/proc/meminfo: memFree=1209152/2055920 swapFree=4165584/4192956
[pid=17876] ppid=17874 vsize=915328 CPUtime=0.49
/proc/17876/stat : 17876 (java) R 17874 17876 17574 0 -1 0 6369 0 1 0 46 3 0 0 16 0 8 0 156477033 937295872 6108 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17876/statm: 228832 6108 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33571 s]
/proc/loadavg: 0.81 1.42 1.74 2/88 17884
/proc/meminfo: memFree=1185352/2055920 swapFree=4165584/4192956
[pid=17876] ppid=17874 vsize=915584 CPUtime=1.29
/proc/17876/stat : 17876 (java) R 17874 17876 17574 0 -1 0 8662 0 1 0 124 5 0 0 16 0 8 0 156477033 937558016 8400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073914103 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17876/statm: 228896 8400 2513 14 0 215366 0
[pid=17876/tid=17878] ppid=17874 vsize=915584 CPUtime=0.03
/proc/17876/task/17878/stat : 17878 (java) S 17874 17876 17574 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156477038 937558016 8400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17876/tid=17879] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17879/stat : 17879 (java) S 17874 17876 17574 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156477038 937558016 8400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17880] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17880/stat : 17880 (java) S 17874 17876 17574 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156477038 937558016 8400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17881] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17881/stat : 17881 (java) S 17874 17876 17574 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156477041 937558016 8400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17882] ppid=17874 vsize=915584 CPUtime=0.23
/proc/17876/task/17882/stat : 17882 (java) S 17874 17876 17574 0 -1 64 404 0 0 0 23 0 0 0 16 0 8 0 156477041 937558016 8400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17883] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17883/stat : 17883 (java) S 17874 17876 17574 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156477041 937558016 8400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17884] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17884/stat : 17884 (java) S 17874 17876 17574 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156477041 937558016 8400 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915584

[startup+2.9729 s]
/proc/loadavg: 0.81 1.42 1.74 2/88 17884
/proc/meminfo: memFree=1185096/2055920 swapFree=4165584/4192956
[pid=17876] ppid=17874 vsize=915584 CPUtime=2.93
/proc/17876/stat : 17876 (java) R 17874 17876 17574 0 -1 0 8696 0 1 0 288 5 0 0 17 0 8 0 156477033 937558016 8433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073912965 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17876/statm: 228896 8433 2513 14 0 215366 0
[pid=17876/tid=17878] ppid=17874 vsize=915584 CPUtime=0.03
/proc/17876/task/17878/stat : 17878 (java) S 17874 17876 17574 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156477038 937558016 8433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17876/tid=17879] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17879/stat : 17879 (java) S 17874 17876 17574 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156477038 937558016 8433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17880] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17880/stat : 17880 (java) S 17874 17876 17574 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156477038 937558016 8433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17881] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17881/stat : 17881 (java) S 17874 17876 17574 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156477041 937558016 8433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17882] ppid=17874 vsize=915584 CPUtime=0.26
/proc/17876/task/17882/stat : 17882 (java) S 17874 17876 17574 0 -1 64 417 0 0 0 25 1 0 0 16 0 8 0 156477041 937558016 8433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17883] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17883/stat : 17883 (java) S 17874 17876 17574 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156477041 937558016 8433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17884] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17884/stat : 17884 (java) S 17874 17876 17574 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156477041 937558016 8433 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915584

[startup+6.26729 s]
/proc/loadavg: 0.82 1.41 1.74 2/88 17884
/proc/meminfo: memFree=1185032/2055920 swapFree=4165584/4192956
[pid=17876] ppid=17874 vsize=915584 CPUtime=6.22
/proc/17876/stat : 17876 (java) R 17874 17876 17574 0 -1 0 8702 0 1 0 617 5 0 0 18 0 8 0 156477033 937558016 8438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073948731 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17876/statm: 228896 8438 2513 14 0 215366 0
[pid=17876/tid=17878] ppid=17874 vsize=915584 CPUtime=0.03
/proc/17876/task/17878/stat : 17878 (java) S 17874 17876 17574 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156477038 937558016 8438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17876/tid=17879] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17879/stat : 17879 (java) S 17874 17876 17574 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156477038 937558016 8438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17880] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17880/stat : 17880 (java) S 17874 17876 17574 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156477038 937558016 8438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17881] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17881/stat : 17881 (java) S 17874 17876 17574 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156477041 937558016 8438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17882] ppid=17874 vsize=915584 CPUtime=0.26
/proc/17876/task/17882/stat : 17882 (java) S 17874 17876 17574 0 -1 64 417 0 0 0 25 1 0 0 16 0 8 0 156477041 937558016 8438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17883] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17883/stat : 17883 (java) S 17874 17876 17574 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156477041 937558016 8438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17884] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17884/stat : 17884 (java) S 17874 17876 17574 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156477041 937558016 8438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915584

[startup+12.732 s]
/proc/loadavg: 0.84 1.41 1.73 2/88 17884
/proc/meminfo: memFree=1184584/2055920 swapFree=4165584/4192956
[pid=17876] ppid=17874 vsize=915584 CPUtime=12.69
/proc/17876/stat : 17876 (java) R 17874 17876 17574 0 -1 0 8707 0 1 0 1264 5 0 0 25 0 8 0 156477033 937558016 8443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073912985 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17876/statm: 228896 8443 2513 14 0 215366 0
[pid=17876/tid=17878] ppid=17874 vsize=915584 CPUtime=0.03
/proc/17876/task/17878/stat : 17878 (java) S 17874 17876 17574 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156477038 937558016 8443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17876/tid=17879] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17879/stat : 17879 (java) S 17874 17876 17574 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156477038 937558016 8443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17880] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17880/stat : 17880 (java) S 17874 17876 17574 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156477038 937558016 8443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17881] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17881/stat : 17881 (java) S 17874 17876 17574 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156477041 937558016 8443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17882] ppid=17874 vsize=915584 CPUtime=0.26
/proc/17876/task/17882/stat : 17882 (java) S 17874 17876 17574 0 -1 64 417 0 0 0 25 1 0 0 16 0 8 0 156477041 937558016 8443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17883] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17883/stat : 17883 (java) S 17874 17876 17574 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156477041 937558016 8443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17876/tid=17884] ppid=17874 vsize=915584 CPUtime=0
/proc/17876/task/17884/stat : 17884 (java) S 17874 17876 17574 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156477041 937558016 8443 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 16.3809
CPU time (s): 16.3245
CPU user time (s): 16.2635
CPU system time (s): 0.06099
CPU usage (%): 99.6555
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2635
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8803
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= 1239
involuntary context switches= 745

runsolver used 0.021996 s user time and 0.045993 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan  6 10:53:29 UTC 2007


IDJOB= 227607
IDBENCH= 6095
FILE ID= node1/227607-1168080804

PBS_JOBID= 3475868

Free space on /tmp= 66304 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  9c9268857e45b389f681d23ffd1931ad

RANDOM SEED= 234777231

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.234
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.234
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:       1209568 kB
Buffers:         70056 kB
Cached:         640388 kB
SwapCached:       3692 kB
Active:         371056 kB
Inactive:       378388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1209568 kB
SwapTotal:     4192956 kB
SwapFree:      4165584 kB
Dirty:            1944 kB
Writeback:           0 kB
Mapped:          48872 kB
Slab:            81876 kB
Committed_AS:  4154644 kB
PageTables:       2172 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= 66304 MiB



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