Trace number 240087

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 ACSAT 4.07438 4.1429

DiagnosticValue
CHECKS3403504
NODES22158

General information on the benchmark

Nameqcp-qwh/QCP-15/
qcp-15-120-3_ext.xml
MD5SUM74c24c4687bc1bf0573bde31c6dabac8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.091985
SatisfiableYES
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension3150
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/240087-1168085181/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.41	     nbVariables=225  nbDomainTypes=16  minDomainSize=1  maxDomainSize=15
0.41	       =>  wckTime=0.121  cpuTime=0.11  mem=7M894
0.41	   
0.41	   relations being loaded...
0.42	   
0.42	   constraints being loaded...
0.67	     nbConstraints=2520  nbRelationTypes=17  nbSingletonDomainVariables=105  nbExtensionStructures=31
0.67	     nbSharedExtensionStructures=2489  nbConflictsStructures=31  nbSharedConflictsStructures=2489
0.67	     nbSharedBinaryRepresentations=493  maxDegree=28  maxArity=2
0.67	       =>  wckTime=0.38  cpuTime=0.25  mem=15M712
0.72	   
0.72	   solver IterativeSystematicSolver being built... 
0.88	       =>  wckTime=0.586  cpuTime=0.38  mem=15M889
0.91	   
0.91	   preprocessing
0.91	     nbConstraintChecks=15653  nbPropagations=225  nbRevisions=1680  nbUselessRevisions=386  nbRemovedValues=1294
0.91	     detectedInconsistency=no
0.91	       =>  wckTime=0.03  cpuTime=0.02  mem=15M889
0.96	   
0.96	   search
0.96	     run=0  nbConstraintChecks=2714  nbPropagations=502  nbRevisions=2550  nbUselessRevisions=849  nbAssignments=153
0.96	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=164  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.96	     nbTooLargeKeys=0
0.96	       =>  wckTime=0.076  cpuTime=0.04  mem=16M867
0.98	   
0.98	   search
0.98	     run=1  nbConstraintChecks=6305  nbPropagations=1357  nbRevisions=6267  nbUselessRevisions=2345  nbAssignments=319
0.98	     nbFailedAssignments=14  nbBacktracks=26  nbVisitedNodes=344  nbRestartNogoods=2  mapSize=18  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.094  cpuTime=0.06  mem=16M867
1.00	   
1.00	   search
1.00	     run=2  nbConstraintChecks=12850  nbPropagations=2701  nbRevisions=12396  nbUselessRevisions=5322  nbAssignments=492
1.00	     nbFailedAssignments=21  nbBacktracks=58  nbVisitedNodes=532  nbRestartNogoods=6  mapSize=31  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.117  cpuTime=0.08  mem=16M867
1.02	   
1.02	   search
1.02	     run=3  nbConstraintChecks=19121  nbPropagations=4588  nbRevisions=20853  nbUselessRevisions=9720  nbAssignments=682
1.02	     nbFailedAssignments=31  nbBacktracks=101  nbVisitedNodes=741  nbRestartNogoods=8  mapSize=49  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.14  cpuTime=0.1  mem=16M867
1.04	   
1.04	   search
1.04	     run=4  nbConstraintChecks=25517  nbPropagations=7078  nbRevisions=31845  nbUselessRevisions=15734
1.04	     nbAssignments=891  nbFailedAssignments=39  nbBacktracks=153  nbVisitedNodes=966  nbRestartNogoods=9  mapSize=63
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.162  cpuTime=0.12  mem=16M867
1.08	   
1.08	   search
1.08	     run=5  nbConstraintChecks=36586  nbPropagations=10417  nbRevisions=47255  nbUselessRevisions=24609
1.08	     nbAssignments=1122  nbFailedAssignments=53  nbBacktracks=228  nbVisitedNodes=1222  nbRestartNogoods=11  mapSize=85
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.193  cpuTime=0.14  mem=16M867
1.11	   
1.11	   search
1.11	     run=6  nbConstraintChecks=54867  nbPropagations=15154  nbRevisions=69646  nbUselessRevisions=37682
1.11	     nbAssignments=1428  nbFailedAssignments=95  nbBacktracks=349  nbVisitedNodes=1603  nbRestartNogoods=14  mapSize=153
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.226  cpuTime=0.18  mem=16M867
1.16	   
1.16	   search
1.16	     run=7  nbConstraintChecks=74663  nbPropagations=21436  nbRevisions=98635  nbUselessRevisions=54367
1.16	     nbAssignments=1772  nbFailedAssignments=153  nbBacktracks=522  nbVisitedNodes=2057  nbRestartNogoods=18
1.16	     mapSize=250  nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.277  cpuTime=0.21  mem=16M867
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=110342  nbPropagations=30412  nbRevisions=142482  nbUselessRevisions=80317
1.21	     nbAssignments=2245  nbFailedAssignments=215  nbBacktracks=785  nbVisitedNodes=2654  nbRestartNogoods=19
1.21	     mapSize=368  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.327  cpuTime=0.26  mem=16M867
1.27	   
1.27	   search
1.27	     run=9  nbConstraintChecks=147318  nbPropagations=42400  nbRevisions=201673  nbUselessRevisions=116028
1.27	     nbAssignments=2839  nbFailedAssignments=286  nbBacktracks=1173  nbVisitedNodes=3389  nbRestartNogoods=24
1.27	     mapSize=503  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.387  cpuTime=0.32  mem=16M867
1.37	   
1.37	   search
1.37	     run=10  nbConstraintChecks=220301  nbPropagations=59810  nbRevisions=294010  nbUselessRevisions=174392
1.37	     nbAssignments=3666  nbFailedAssignments=392  nbBacktracks=1763  nbVisitedNodes=4438  nbRestartNogoods=26
1.37	     mapSize=713  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.485  cpuTime=0.4  mem=17M842
1.50	   
1.50	   search
1.50	     run=11  nbConstraintChecks=339083  nbPropagations=83047  nbRevisions=456349  nbUselessRevisions=291049
1.50	     nbAssignments=4708  nbFailedAssignments=514  nbBacktracks=2649  nbVisitedNodes=5741  nbRestartNogoods=30
1.50	     mapSize=966  nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.621  cpuTime=0.54  mem=17M842
1.53	   
1.53	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=17M842)
1.73	   
1.73	   search
1.73	     run=12  nbConstraintChecks=608054  nbPropagations=118029  nbRevisions=782757  nbUselessRevisions=545665
1.73	     nbAssignments=6255  nbFailedAssignments=744  nbBacktracks=3947  nbVisitedNodes=7754  nbRestartNogoods=34
1.73	       =>  wckTime=0.848  cpuTime=0.76  mem=17M842
2.03	   
2.03	   search
2.03	     run=13  nbConstraintChecks=963283  nbPropagations=169462  nbRevisions=1319347  nbUselessRevisions=977220
2.03	     nbAssignments=8618  nbFailedAssignments=1130  nbBacktracks=5899  nbVisitedNodes=10918  nbRestartNogoods=38
2.03	       =>  wckTime=1.146  cpuTime=1.06  mem=17M842
2.48	   
2.48	   search
2.48	     run=14  nbConstraintChecks=1475125  nbPropagations=245070  nbRevisions=2179819  nbUselessRevisions=1684310
2.48	     nbAssignments=12125  nbFailedAssignments=1684  nbBacktracks=8820  nbVisitedNodes=15479  nbRestartNogoods=42
2.48	       =>  wckTime=1.602  cpuTime=1.51  mem=17M842
3.44	   
3.44	   search
3.44	     run=15  nbConstraintChecks=2582206  nbPropagations=372163  nbRevisions=3699740  nbUselessRevisions=2940177
3.44	     nbAssignments=17970  nbFailedAssignments=3132  nbBacktracks=13198  nbVisitedNodes=23915  nbRestartNogoods=47
3.44	       =>  wckTime=2.556  cpuTime=2.46  mem=17M842
4.09	   
4.09	   search
4.09	     run=16  nbConstraintChecks=3387851  nbPropagations=533956  nbRevisions=5711275  nbUselessRevisions=4612116
4.09	     nbAssignments=22158  nbFailedAssignments=3964  nbBacktracks=16329  nbVisitedNodes=29752  nbRestartNogoods=53
4.09	       =>  wckTime=3.204  cpuTime=3.11  mem=17M842
4.09	   
4.09	   global
4.09	     nbConstraintChecks=3403504  nbPropagations=534181  nbRevisions=5712955  nbUselessRevisions=4612502
4.09	     nbRestartNogoods=53  solvingWckTime=3.205  solvingCpuTime=3.11  expiredTime=no  totalExploration=no
4.09	     nbFoundSolutions=1  globalCpuTime=3.53
4.09	       =>  wckTime=3.794  cpuTime=3.49  mem=17M842
4.09	   
4.09	s SATISFIABLE
4.09	v 2 1 11 3 10 9 13 8 0 4 5 6 7 12 14 14 0 13 8 1 6 10 9 7 12 11 3 5 2 4 12 9 6 14 8 13 5 4 3 2 1 0 11 7 10 13 4 7 1 14 8 12 3 2 6 0 9 10 5 11 11 7 3 6 4 14 2 10 12 1 9 8 0 13 5 7 3 5 4 0 1 8 12 6 9 2 11 14 10 13 3 2 8 0 13 5 4 1 14 7 10 12 9 11 6 5 12 1 7 11 3 0 2 13 14 4 10 6 9 8 6 13 4 10 2 0 9 14 11 5 12 1 8 3 7 0 11 10 12 5 4 14 6 1 13 7 2 3 8 9 8 5 2 11 6 7 1 0 9 10 13 4 12 14 3 4 8 12 5 9 2 3 7 10 11 6 14 13 0 1 10 6 14 9 12 11 7 5 8 0 3 13 4 1 2 9 14 0 2 7 10 11 13 4 3 8 5 1 6 12 1 10 9 13 3 12 6 11 5 8 14 7 2 4 0 
4.09	d NODES 22158
4.09	d CHECKS 3403504
4.09	   
4.09	   totalWckTime=3.868  totalCpuTime=3.53

Verifier Data (download as text)

OK

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-240087-1168085181 -o ROOT/results/node4/solver-240087-1168085181 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/240087-1168085181/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.95 1.71 1.81 4/81 14691
/proc/meminfo: memFree=1583448/2055920 swapFree=4191880/4192956
[pid=14690] ppid=14688 vsize=1496 CPUtime=0
/proc/14690/stat : 14690 (java) R 14688 14690 13996 0 -1 0 63 0 0 0 0 0 0 0 20 0 1 0 156914249 1531904 47 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 10573440 0 0 4096 0 0 0 0 17 1 0 0
/proc/14690/statm: 375 55 43 14 0 8 0

[startup+0.107613 s]
/proc/loadavg: 0.95 1.71 1.81 4/81 14691
/proc/meminfo: memFree=1583448/2055920 swapFree=4191880/4192956
[pid=14690] ppid=14688 vsize=915700 CPUtime=0.09
/proc/14690/stat : 14690 (java) R 14688 14690 13996 0 -1 0 3048 0 1 0 7 2 0 0 16 0 8 0 156914249 937676800 2794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582170 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14690/statm: 228925 2794 1449 14 0 215420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 915700

[startup+0.516642 s]
/proc/loadavg: 0.95 1.71 1.81 4/81 14691
/proc/meminfo: memFree=1583448/2055920 swapFree=4191880/4192956
[pid=14690] ppid=14688 vsize=915932 CPUtime=0.49
/proc/14690/stat : 14690 (java) S 14688 14690 13996 0 -1 0 6597 0 1 0 45 4 0 0 16 0 8 0 156914249 937914368 6336 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14690/statm: 228983 6336 2138 14 0 215453 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915932

[startup+1.33772 s]
/proc/loadavg: 0.95 1.71 1.81 2/88 14698
/proc/meminfo: memFree=1557408/2055920 swapFree=4191880/4192956
[pid=14690] ppid=14688 vsize=916092 CPUtime=1.3
/proc/14690/stat : 14690 (java) S 14688 14690 13996 0 -1 0 9269 0 1 0 123 7 0 0 17 0 8 0 156914249 938078208 9007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14690/statm: 229023 9007 2513 14 0 215493 0
[pid=14690/tid=14692] ppid=14688 vsize=916092 CPUtime=0.04
/proc/14690/task/14692/stat : 14692 (java) S 14688 14690 13996 0 -1 64 478 0 0 0 4 0 0 0 17 0 8 0 156914252 938078208 9007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14688 vsize=916092 CPUtime=0
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 13996 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156914253 938078208 9007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14690/tid=14694] ppid=14688 vsize=916092 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 13996 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156914253 938078208 9007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14690/tid=14695] ppid=14688 vsize=916092 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 13996 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156914256 938078208 9007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14690/tid=14696] ppid=14688 vsize=916092 CPUtime=0.26
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 13996 0 -1 64 424 0 0 0 25 1 0 0 16 0 8 0 156914256 938078208 9007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14690/tid=14697] ppid=14688 vsize=916092 CPUtime=0
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 13996 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156914256 938078208 9007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14690/tid=14698] ppid=14688 vsize=916092 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 13996 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156914256 938078208 9007 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 916092

[startup+2.97487 s]
/proc/loadavg: 0.95 1.71 1.81 2/88 14698
/proc/meminfo: memFree=1556896/2055920 swapFree=4191880/4192956
[pid=14690] ppid=14688 vsize=916092 CPUtime=2.94
/proc/14690/stat : 14690 (java) R 14688 14690 13996 0 -1 0 9368 0 1 0 286 8 0 0 18 0 8 0 156914249 938078208 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073947521 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14690/statm: 229023 9105 2513 14 0 215493 0
[pid=14690/tid=14692] ppid=14688 vsize=916092 CPUtime=0.04
/proc/14690/task/14692/stat : 14692 (java) S 14688 14690 13996 0 -1 64 478 0 0 0 4 0 0 0 17 0 8 0 156914252 938078208 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14690/tid=14693] ppid=14688 vsize=916092 CPUtime=0
/proc/14690/task/14693/stat : 14693 (java) S 14688 14690 13996 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156914253 938078208 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14690/tid=14694] ppid=14688 vsize=916092 CPUtime=0
/proc/14690/task/14694/stat : 14694 (java) S 14688 14690 13996 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156914253 938078208 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14690/tid=14695] ppid=14688 vsize=916092 CPUtime=0
/proc/14690/task/14695/stat : 14695 (java) S 14688 14690 13996 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156914256 938078208 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14690/tid=14696] ppid=14688 vsize=916092 CPUtime=0.27
/proc/14690/task/14696/stat : 14696 (java) S 14688 14690 13996 0 -1 64 427 0 0 0 26 1 0 0 16 0 8 0 156914256 938078208 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14690/tid=14697] ppid=14688 vsize=916092 CPUtime=0
/proc/14690/task/14697/stat : 14697 (java) S 14688 14690 13996 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156914256 938078208 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14690/tid=14698] ppid=14688 vsize=916092 CPUtime=0
/proc/14690/task/14698/stat : 14698 (java) S 14688 14690 13996 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156914256 938078208 9105 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 916092

Child status: 0
Real time (s): 4.1429
CPU time (s): 4.07438
CPU user time (s): 3.98739
CPU system time (s): 0.086986
CPU usage (%): 98.346
Max. virtual memory (cumulated for all children) (KiB): 916092

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

runsolver used 0.009998 s user time and 0.013997 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Jan  6 12:06:23 UTC 2007


IDJOB= 240087
IDBENCH= 7103
FILE ID= node4/240087-1168085181

PBS_JOBID= 3476265

Free space on /tmp= 66306 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-15/qcp-15-120-3_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/240087-1168085181/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-240087-1168085181 -o ROOT/results/node4/solver-240087-1168085181 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/240087-1168085181/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  74c24c4687bc1bf0573bde31c6dabac8

RANDOM SEED= 534658707

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:       1582952 kB
Buffers:         54524 kB
Cached:         283236 kB
SwapCached:        268 kB
Active:          92856 kB
Inactive:       296284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582952 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3900 kB
Writeback:           0 kB
Mapped:          72360 kB
Slab:            68684 kB
Committed_AS:  3793444 kB
PageTables:       2336 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 12:06:33 UTC 2007