Trace number 240030

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 5.59815 5.79228

DiagnosticValue
CHECKS5506471
NODES29439

General information on the benchmark

Nameqcp-qwh/QCP-15/
qcp-15-120-5_ext.xml
MD5SUM92a6ef11d57255960fe8c14e1649f70c
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.288955
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.39	   
0.39	Abscon 109 (November, 2006)
0.39	   
0.39	   configuration
0.39	     name=mac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/240030-1168085175/unknown.xml
0.45	   
0.45	   domains being loaded...
0.46	   
0.46	   variables being loaded...
0.52	     nbVariables=225  nbDomainTypes=16  minDomainSize=1  maxDomainSize=15
0.52	       =>  wckTime=0.128  cpuTime=0.11  mem=7M894
0.52	   
0.52	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.79	     nbConstraints=2519  nbRelationTypes=17  nbSingletonDomainVariables=105  nbExtensionStructures=31
0.79	     nbSharedExtensionStructures=2488  nbConflictsStructures=31  nbSharedConflictsStructures=2488
0.79	     nbSharedBinaryRepresentations=493  maxDegree=28  maxArity=2
0.79	       =>  wckTime=0.396  cpuTime=0.27  mem=15M712
0.84	   
0.84	   solver IterativeSystematicSolver being built... 
1.00	       =>  wckTime=0.612  cpuTime=0.4  mem=15M888
1.04	   
1.04	   preprocessing
1.04	     nbConstraintChecks=15492  nbPropagations=225  nbRevisions=1678  nbUselessRevisions=361  nbRemovedValues=1317
1.04	     detectedInconsistency=no
1.04	       =>  wckTime=0.031  cpuTime=0.03  mem=15M888
1.09	   
1.09	   search
1.09	     run=0  nbConstraintChecks=2569  nbPropagations=459  nbRevisions=2550  nbUselessRevisions=893  nbAssignments=142
1.09	     nbFailedAssignments=3  nbBacktracks=11  nbVisitedNodes=148  nbRestartNogoods=0  mapSize=4  nbInferences=0
1.09	     nbTooLargeKeys=0
1.09	       =>  wckTime=0.084  cpuTime=0.05  mem=16M864
1.11	   
1.11	   search
1.11	     run=1  nbConstraintChecks=6523  nbPropagations=1263  nbRevisions=6419  nbUselessRevisions=2516  nbAssignments=299
1.11	     nbFailedAssignments=10  nbBacktracks=31  nbVisitedNodes=321  nbRestartNogoods=1  mapSize=17  nbInferences=0
1.11	     nbTooLargeKeys=0
1.11	       =>  wckTime=0.103  cpuTime=0.07  mem=16M864
1.14	   
1.14	   search
1.14	     run=2  nbConstraintChecks=11889  nbPropagations=2523  nbRevisions=12112  nbUselessRevisions=5157  nbAssignments=469
1.14	     nbFailedAssignments=25  nbBacktracks=53  nbVisitedNodes=516  nbRestartNogoods=4  mapSize=36  nbInferences=0
1.14	     nbTooLargeKeys=0
1.14	       =>  wckTime=0.132  cpuTime=0.09  mem=16M864
1.16	   
1.16	   search
1.16	     run=3  nbConstraintChecks=17564  nbPropagations=4235  nbRevisions=19883  nbUselessRevisions=9034  nbAssignments=642
1.16	     nbFailedAssignments=30  nbBacktracks=96  nbVisitedNodes=705  nbRestartNogoods=8  mapSize=50  nbInferences=0
1.16	     nbTooLargeKeys=0
1.16	       =>  wckTime=0.157  cpuTime=0.11  mem=16M864
1.19	   
1.19	   search
1.19	     run=4  nbConstraintChecks=25324  nbPropagations=6541  nbRevisions=30659  nbUselessRevisions=14791
1.19	     nbAssignments=834  nbFailedAssignments=41  nbBacktracks=150  nbVisitedNodes=915  nbRestartNogoods=10  mapSize=66
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.18  cpuTime=0.13  mem=16M864
1.22	   
1.22	   search
1.22	     run=5  nbConstraintChecks=36025  nbPropagations=9680  nbRevisions=45472  nbUselessRevisions=23012
1.22	     nbAssignments=1077  nbFailedAssignments=62  nbBacktracks=227  nbVisitedNodes=1192  nbRestartNogoods=12  mapSize=92
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.213  cpuTime=0.16  mem=16M864
1.26	   
1.26	   search
1.26	     run=6  nbConstraintChecks=52397  nbPropagations=14064  nbRevisions=66593  nbUselessRevisions=35036
1.26	     nbAssignments=1343  nbFailedAssignments=89  nbBacktracks=343  nbVisitedNodes=1519  nbRestartNogoods=20  mapSize=151
1.26	     nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.251  cpuTime=0.19  mem=16M864
1.31	   
1.31	   search
1.31	     run=7  nbConstraintChecks=75519  nbPropagations=20087  nbRevisions=97057  nbUselessRevisions=52928
1.31	     nbAssignments=1674  nbFailedAssignments=126  nbBacktracks=515  nbVisitedNodes=1920  nbRestartNogoods=22
1.31	     mapSize=218  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.301  cpuTime=0.23  mem=16M864
1.35	   
1.35	   search
1.35	     run=8  nbConstraintChecks=102425  nbPropagations=28203  nbRevisions=138040  nbUselessRevisions=77320
1.35	     nbAssignments=2119  nbFailedAssignments=185  nbBacktracks=777  nbVisitedNodes=2470  nbRestartNogoods=24
1.35	     mapSize=310  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.346  cpuTime=0.27  mem=16M864
1.42	   
1.42	   search
1.43	     run=9  nbConstraintChecks=159752  nbPropagations=40251  nbRevisions=203047  nbUselessRevisions=117476
1.43	     nbAssignments=2738  nbFailedAssignments=280  nbBacktracks=1167  nbVisitedNodes=3279  nbRestartNogoods=28
1.43	     mapSize=491  nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.417  cpuTime=0.34  mem=16M864
1.52	   
1.52	   search
1.52	     run=10  nbConstraintChecks=239107  nbPropagations=57881  nbRevisions=301136  nbUselessRevisions=179360
1.52	     nbAssignments=3562  nbFailedAssignments=388  nbBacktracks=1758  nbVisitedNodes=4319  nbRestartNogoods=34
1.52	     mapSize=704  nbInferences=0  nbTooLargeKeys=0
1.52	       =>  wckTime=0.517  cpuTime=0.43  mem=17M839
1.69	   
1.69	   search
1.69	     run=11  nbConstraintChecks=391169  nbPropagations=82291  nbRevisions=491564  nbUselessRevisions=319208
1.69	     nbAssignments=4598  nbFailedAssignments=541  nbBacktracks=2628  nbVisitedNodes=5662  nbRestartNogoods=36
1.69	     mapSize=994  nbInferences=0  nbTooLargeKeys=0
1.69	       =>  wckTime=0.682  cpuTime=0.6  mem=17M839
1.71	   
1.71	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=17M839)
1.90	   
1.90	   search
1.90	     run=12  nbConstraintChecks=619397  nbPropagations=116937  nbRevisions=821946  nbUselessRevisions=577600
1.90	     nbAssignments=6158  nbFailedAssignments=780  nbBacktracks=3931  nbVisitedNodes=7681  nbRestartNogoods=39
1.90	       =>  wckTime=0.897  cpuTime=0.81  mem=17M839
2.28	   
2.28	   search
2.28	     run=13  nbConstraintChecks=1071504  nbPropagations=171364  nbRevisions=1434202  nbUselessRevisions=1074937
2.28	     nbAssignments=8646  nbFailedAssignments=1300  nbBacktracks=5882  nbVisitedNodes=11108  nbRestartNogoods=42
2.28	       =>  wckTime=1.275  cpuTime=1.18  mem=17M839
2.85	   
2.85	   search
2.85	     run=14  nbConstraintChecks=1773655  nbPropagations=256020  nbRevisions=2470566  nbUselessRevisions=1928647
2.85	     nbAssignments=12307  nbFailedAssignments=2032  nbBacktracks=8802  nbVisitedNodes=16223  nbRestartNogoods=44
2.85	       =>  wckTime=1.842  cpuTime=1.74  mem=17M839
3.73	   
3.73	   search
3.73	     run=15  nbConstraintChecks=2838546  nbPropagations=388306  nbRevisions=4139714  nbUselessRevisions=3309883
3.73	     nbAssignments=17902  nbFailedAssignments=3231  nbBacktracks=13187  nbVisitedNodes=24199  nbRestartNogoods=49
3.73	       =>  wckTime=2.722  cpuTime=2.61  mem=17M839
5.16	   
5.16	   search
5.16	     run=16  nbConstraintChecks=4696540  nbPropagations=598237  nbRevisions=6962293  nbUselessRevisions=5673051
5.16	     nbAssignments=26029  nbFailedAssignments=4779  nbBacktracks=19755  nbVisitedNodes=35641  nbRestartNogoods=53
5.16	       =>  wckTime=4.155  cpuTime=4.01  mem=17M839
5.76	   
5.76	   search
5.76	     run=17  nbConstraintChecks=5490979  nbPropagations=840222  nbRevisions=10289350  nbUselessRevisions=8470339
5.76	     nbAssignments=29439  nbFailedAssignments=5379  nbBacktracks=22340  nbVisitedNodes=40218  nbRestartNogoods=59
5.76	       =>  wckTime=4.755  cpuTime=4.6  mem=17M839
5.76	   
5.76	   global
5.76	     nbConstraintChecks=5506471  nbPropagations=840447  nbRevisions=10291028  nbUselessRevisions=8470700
5.76	     nbRestartNogoods=59  solvingWckTime=4.756  solvingCpuTime=4.6  expiredTime=no  totalExploration=no
5.76	     nbFoundSolutions=1  globalCpuTime=5.04
5.76	       =>  wckTime=5.372  cpuTime=5.0  mem=17M839
5.76	   
5.77	s SATISFIABLE
5.77	v 6 5 1 7 13 9 2 8 0 14 12 10 4 11 3 3 7 8 10 12 1 9 0 5 13 4 11 6 14 2 11 3 14 9 4 2 13 5 10 8 7 1 12 6 0 0 1 11 3 9 4 10 14 2 6 8 5 7 13 12 10 8 0 12 11 5 14 1 4 2 9 13 3 7 6 8 0 4 5 6 13 7 11 14 3 2 12 1 9 10 7 9 6 11 2 8 4 10 3 12 5 14 13 0 1 13 2 10 0 3 12 1 7 11 9 6 8 14 5 4 5 11 7 2 0 14 6 12 8 1 3 4 9 10 13 14 10 12 13 1 6 8 3 7 5 0 9 2 4 11 1 14 3 8 5 10 12 6 9 4 13 0 11 2 7 9 13 2 1 7 0 11 4 12 10 14 6 8 3 5 12 6 9 4 10 7 5 2 13 11 1 3 0 8 14 2 4 13 6 14 11 3 9 1 0 10 7 5 12 8 4 12 5 14 8 3 0 13 6 7 11 2 10 1 9 
5.77	d NODES 29439
5.77	d CHECKS 5506471
5.77	   
5.77	   totalWckTime=5.45  totalCpuTime=5.05

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/node5/watcher-240030-1168085175 -o ROOT/results/node5/solver-240030-1168085175 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/240030-1168085175/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: 1.62 1.92 1.90 4/93 9115
/proc/meminfo: memFree=1366008/2055920 swapFree=4192812/4192956
[pid=9114] ppid=9112 vsize=18540 CPUtime=0
/proc/9114/stat : 9114 (runsolver) R 9112 9114 8733 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 137132747 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 226913479975 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9114/statm: 4635 279 244 17 0 2626 0

[startup+0.102857 s]
/proc/loadavg: 1.62 1.92 1.90 4/93 9115
/proc/meminfo: memFree=1366008/2055920 swapFree=4192812/4192956
[pid=9114] ppid=9112 vsize=907808 CPUtime=0.05
/proc/9114/stat : 9114 (java) D 9112 9114 8733 0 -1 0 2459 0 1 0 4 1 0 0 23 0 4 0 137132747 929595392 2206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/9114/statm: 226952 2206 1215 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.510906 s]
/proc/loadavg: 1.62 1.92 1.90 4/93 9115
/proc/meminfo: memFree=1366008/2055920 swapFree=4192812/4192956
[pid=9114] ppid=9112 vsize=915328 CPUtime=0.4
/proc/9114/stat : 9114 (java) R 9112 9114 8733 0 -1 0 6185 0 1 0 36 4 0 0 22 0 8 0 137132747 937295872 5924 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942745 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9114/statm: 228832 5924 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 915328

[startup+1.333 s]
/proc/loadavg: 1.62 1.92 1.90 3/100 9122
/proc/meminfo: memFree=1339776/2055920 swapFree=4192812/4192956
[pid=9114] ppid=9112 vsize=915580 CPUtime=1.2
/proc/9114/stat : 9114 (java) R 9112 9114 8733 0 -1 0 9245 0 1 0 113 7 0 0 25 0 8 0 137132747 937553920 8983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925578 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9114/statm: 228895 8983 2513 14 0 215365 0
[pid=9114/tid=9116] ppid=9112 vsize=915580 CPUtime=0.04
/proc/9114/task/9116/stat : 9116 (java) S 9112 9114 8733 0 -1 64 477 0 0 0 4 0 0 0 16 0 8 0 137132751 937553920 8983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9117] ppid=9112 vsize=915580 CPUtime=0
/proc/9114/task/9117/stat : 9117 (java) S 9112 9114 8733 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 137132751 937553920 8983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9118] ppid=9112 vsize=915580 CPUtime=0
/proc/9114/task/9118/stat : 9118 (java) S 9112 9114 8733 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 137132752 937553920 8983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9119] ppid=9112 vsize=915580 CPUtime=0
/proc/9114/task/9119/stat : 9119 (java) S 9112 9114 8733 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 137132763 937553920 8983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9120] ppid=9112 vsize=915580 CPUtime=0.27
/proc/9114/task/9120/stat : 9120 (java) S 9112 9114 8733 0 -1 64 419 0 0 0 26 1 0 0 15 0 8 0 137132763 937553920 8983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9121] ppid=9112 vsize=915580 CPUtime=0
/proc/9114/task/9121/stat : 9121 (java) S 9112 9114 8733 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 137132763 937553920 8983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9122] ppid=9112 vsize=915580 CPUtime=0
/proc/9114/task/9122/stat : 9122 (java) S 9112 9114 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 137132763 937553920 8983 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 915580

[startup+2.97018 s]
/proc/loadavg: 1.65 1.92 1.90 3/100 9122
/proc/meminfo: memFree=1339200/2055920 swapFree=4192812/4192956
[pid=9114] ppid=9112 vsize=915580 CPUtime=2.83
/proc/9114/stat : 9114 (java) R 9112 9114 8733 0 -1 0 9376 0 1 0 276 7 0 0 25 0 8 0 137132747 937553920 9112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073963557 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9114/statm: 228895 9112 2513 14 0 215365 0
[pid=9114/tid=9116] ppid=9112 vsize=915580 CPUtime=0.04
/proc/9114/task/9116/stat : 9116 (java) S 9112 9114 8733 0 -1 64 477 0 0 0 4 0 0 0 17 0 8 0 137132751 937553920 9112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9117] ppid=9112 vsize=915580 CPUtime=0
/proc/9114/task/9117/stat : 9117 (java) S 9112 9114 8733 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 137132751 937553920 9112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9118] ppid=9112 vsize=915580 CPUtime=0
/proc/9114/task/9118/stat : 9118 (java) S 9112 9114 8733 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 137132752 937553920 9112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9119] ppid=9112 vsize=915580 CPUtime=0
/proc/9114/task/9119/stat : 9119 (java) S 9112 9114 8733 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 137132763 937553920 9112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9120] ppid=9112 vsize=915580 CPUtime=0.29
/proc/9114/task/9120/stat : 9120 (java) S 9112 9114 8733 0 -1 64 427 0 0 0 28 1 0 0 16 0 8 0 137132763 937553920 9112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9121] ppid=9112 vsize=915580 CPUtime=0
/proc/9114/task/9121/stat : 9121 (java) S 9112 9114 8733 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 137132763 937553920 9112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9114/tid=9122] ppid=9112 vsize=915580 CPUtime=0
/proc/9114/task/9122/stat : 9122 (java) S 9112 9114 8733 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 137132763 937553920 9112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 915580

Child status: 0
Real time (s): 5.79228
CPU time (s): 5.59815
CPU user time (s): 5.51016
CPU system time (s): 0.087986
CPU usage (%): 96.6484
Max. virtual memory (cumulated for all children) (KiB): 915580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.51016
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9476
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= 1473
involuntary context switches= 1806

runsolver used 0.011998 s user time and 0.020996 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 12:06:19 UTC 2007


IDJOB= 240030
IDBENCH= 7098
FILE ID= node5/240030-1168085175

PBS_JOBID= 3476271

Free space on /tmp= 66330 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  92a6ef11d57255960fe8c14e1649f70c

RANDOM SEED= 363611560

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1366488 kB
Buffers:         50608 kB
Cached:         448988 kB
SwapCached:          0 kB
Active:         151652 kB
Inactive:       450448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2020 kB
Writeback:           0 kB
Mapped:         131500 kB
Slab:            71952 kB
Committed_AS:  4042788 kB
PageTables:       2328 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= 66330 MiB



End job on node5 on Sat Jan  6 12:06:32 UTC 2007