Trace number 239878

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.10322 5.20994

DiagnosticValue
CHECKS3552025
NODES18015

General information on the benchmark

Nameqcp-qwh/QWH-20/
qwh-20-166-3_ext.xml
MD5SUM1e75ff834f43b71f39c215be1aeba93c
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.58691
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension7600
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.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/239878-1168085160/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.46	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20
0.46	       =>  wckTime=0.144  cpuTime=0.12  mem=7M894
0.46	   
0.46	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.80	     nbConstraints=5092  nbRelationTypes=22  nbSingletonDomainVariables=234  nbExtensionStructures=41
0.80	     nbSharedExtensionStructures=5051  nbConflictsStructures=41  nbSharedConflictsStructures=5051
0.80	     nbSharedBinaryRepresentations=858  maxDegree=38  maxArity=2
0.80	       =>  wckTime=0.485  cpuTime=0.35  mem=23M497
0.87	   
0.87	   solver IterativeSystematicSolver being built... 
1.04	       =>  wckTime=0.725  cpuTime=0.48  mem=18M172
1.09	   
1.09	   preprocessing
1.09	     nbConstraintChecks=41791  nbPropagations=400  nbRevisions=3952  nbUselessRevisions=1261  nbRemovedValues=2691
1.09	     detectedInconsistency=no
1.09	       =>  wckTime=0.042  cpuTime=0.03  mem=18M172
1.15	   
1.15	   search
1.15	     run=0  nbConstraintChecks=9405  nbPropagations=809  nbRevisions=10084  nbUselessRevisions=6725  nbAssignments=78
1.15	     nbFailedAssignments=7  nbBacktracks=21  nbVisitedNodes=88  nbRestartNogoods=0  mapSize=5  nbInferences=0
1.15	     nbTooLargeKeys=0
1.15	       =>  wckTime=0.104  cpuTime=0.06  mem=18M172
1.18	   
1.18	   search
1.18	     run=1  nbConstraintChecks=19730  nbPropagations=2101  nbRevisions=27085  nbUselessRevisions=19656
1.18	     nbAssignments=163  nbFailedAssignments=12  nbBacktracks=56  nbVisitedNodes=184  nbRestartNogoods=4  mapSize=14
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.134  cpuTime=0.09  mem=19M147
1.21	   
1.21	   search
1.21	     run=2  nbConstraintChecks=29229  nbPropagations=3830  nbRevisions=50501  nbUselessRevisions=38363
1.21	     nbAssignments=250  nbFailedAssignments=18  nbBacktracks=85  nbVisitedNodes=279  nbRestartNogoods=6  mapSize=20
1.21	     nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.162  cpuTime=0.12  mem=19M147
1.23	   
1.23	   search
1.23	     run=3  nbConstraintChecks=35768  nbPropagations=5874  nbRevisions=78025  nbUselessRevisions=60695
1.23	     nbAssignments=328  nbFailedAssignments=21  nbBacktracks=119  nbVisitedNodes=362  nbRestartNogoods=8  mapSize=22
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.182  cpuTime=0.14  mem=19M147
1.27	   
1.27	   search
1.27	     run=4  nbConstraintChecks=58644  nbPropagations=8707  nbRevisions=121221  nbUselessRevisions=97084
1.27	     nbAssignments=451  nbFailedAssignments=34  nbBacktracks=180  nbVisitedNodes=509  nbRestartNogoods=11  mapSize=43
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.223  cpuTime=0.17  mem=19M147
1.31	   
1.31	   search
1.31	     run=5  nbConstraintChecks=76147  nbPropagations=12233  nbRevisions=176534  nbUselessRevisions=144368
1.31	     nbAssignments=599  nbFailedAssignments=44  nbBacktracks=259  nbVisitedNodes=674  nbRestartNogoods=14  mapSize=56
1.31	     nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.262  cpuTime=0.21  mem=19M147
1.36	   
1.36	   search
1.36	     run=6  nbConstraintChecks=108315  nbPropagations=16888  nbRevisions=252684  nbUselessRevisions=210080
1.36	     nbAssignments=779  nbFailedAssignments=69  nbBacktracks=376  nbVisitedNodes=902  nbRestartNogoods=18  mapSize=100
1.36	     nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.318  cpuTime=0.26  mem=19M147
1.43	   
1.43	   search
1.43	     run=7  nbConstraintChecks=153991  nbPropagations=23100  nbRevisions=360837  nbUselessRevisions=304544
1.43	     nbAssignments=1035  nbFailedAssignments=102  nbBacktracks=561  nbVisitedNodes=1224  nbRestartNogoods=22
1.43	     mapSize=165  nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.385  cpuTime=0.32  mem=19M147
1.54	   
1.54	   search
1.54	     run=8  nbConstraintChecks=243418  nbPropagations=31987  nbRevisions=531335  nbUselessRevisions=455110
1.54	     nbAssignments=1376  nbFailedAssignments=150  nbBacktracks=819  nbVisitedNodes=1657  nbRestartNogoods=23
1.54	     mapSize=254  nbInferences=0  nbTooLargeKeys=0
1.54	       =>  wckTime=0.489  cpuTime=0.42  mem=19M147
1.67	   
1.67	   search
1.67	     run=9  nbConstraintChecks=311480  nbPropagations=43575  nbRevisions=747469  nbUselessRevisions=646025
1.67	     nbAssignments=1888  nbFailedAssignments=241  nbBacktracks=1206  nbVisitedNodes=2333  nbRestartNogoods=26
1.67	     mapSize=408  nbInferences=0  nbTooLargeKeys=0
1.67	       =>  wckTime=0.622  cpuTime=0.54  mem=20M122
1.83	   
1.83	   search
1.83	     run=10  nbConstraintChecks=416510  nbPropagations=58914  nbRevisions=1033846  nbUselessRevisions=899373
1.83	     nbAssignments=2578  nbFailedAssignments=314  nbBacktracks=1784  nbVisitedNodes=3195  nbRestartNogoods=29
1.83	     mapSize=576  nbInferences=0  nbTooLargeKeys=0
1.83	       =>  wckTime=0.788  cpuTime=0.7  mem=20M122
2.05	   
2.05	   search
2.05	     run=11  nbConstraintChecks=552377  nbPropagations=79182  nbRevisions=1409877  nbUselessRevisions=1232698
2.05	     nbAssignments=3589  nbFailedAssignments=436  nbBacktracks=2648  nbVisitedNodes=4437  nbRestartNogoods=32
2.05	     mapSize=800  nbInferences=0  nbTooLargeKeys=0
2.05	       =>  wckTime=1.008  cpuTime=0.91  mem=21M98
2.24	   
2.24	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=21M98)
2.39	   
2.39	   search
2.39	     run=12  nbConstraintChecks=811745  nbPropagations=108245  nbRevisions=1962911  nbUselessRevisions=1724995
2.39	     nbAssignments=5148  nbFailedAssignments=634  nbBacktracks=3973  nbVisitedNodes=6351  nbRestartNogoods=36
2.39	       =>  wckTime=1.343  cpuTime=1.24  mem=21M98
2.84	   
2.84	   search
2.84	     run=13  nbConstraintChecks=1248267  nbPropagations=150705  nbRevisions=2822930  nbUselessRevisions=2495312
2.84	     nbAssignments=7350  nbFailedAssignments=844  nbBacktracks=5937  nbVisitedNodes=8951  nbRestartNogoods=44
2.84	       =>  wckTime=1.794  cpuTime=1.69  mem=21M98
3.54	   
3.54	   search
3.54	     run=14  nbConstraintChecks=1920642  nbPropagations=214332  nbRevisions=4151129  nbUselessRevisions=3688852
3.54	     nbAssignments=10645  nbFailedAssignments=1185  nbBacktracks=8861  nbVisitedNodes=12882  nbRestartNogoods=48
3.54	       =>  wckTime=2.497  cpuTime=2.39  mem=21M98
4.67	   
4.67	   search
4.67	     run=15  nbConstraintChecks=3002353  nbPropagations=313980  nbRevisions=6227558  nbUselessRevisions=5555328
4.67	     nbAssignments=15781  nbFailedAssignments=1888  nbBacktracks=13245  nbVisitedNodes=19329  nbRestartNogoods=54
4.67	       =>  wckTime=3.621  cpuTime=3.5  mem=21M98
5.17	   
5.17	   search
5.17	     run=16  nbConstraintChecks=3510234  nbPropagations=429628  nbRevisions=8653538  nbUselessRevisions=7737125
5.17	     nbAssignments=18015  nbFailedAssignments=2179  nbBacktracks=14788  nbVisitedNodes=22124  nbRestartNogoods=65
5.17	       =>  wckTime=4.121  cpuTime=4.0  mem=21M98
5.17	   
5.17	   global
5.17	     nbConstraintChecks=3552025  nbPropagations=430028  nbRevisions=8657490  nbUselessRevisions=7738386
5.17	     nbRestartNogoods=65  solvingWckTime=4.122  solvingCpuTime=4.0  expiredTime=no  totalExploration=no
5.17	     nbFoundSolutions=1  globalCpuTime=4.52
5.17	       =>  wckTime=4.852  cpuTime=4.48  mem=21M98
5.17	   
5.17	s SATISFIABLE
5.17	v 12 11 8 15 6 2 10 19 9 0 7 14 5 1 18 13 3 16 17 4 8 14 15 11 17 12 18 9 19 16 0 10 1 4 13 7 5 3 2 6 2 18 3 9 0 16 4 13 10 17 12 6 15 8 7 1 19 5 14 11 11 17 18 14 3 10 7 1 13 4 15 0 2 9 16 19 12 8 6 5 18 3 12 5 15 0 8 6 14 10 13 17 4 2 9 16 7 19 11 1 17 6 0 3 4 14 19 8 2 13 1 16 10 12 11 5 18 15 9 7 13 15 5 16 8 9 12 4 0 2 17 18 6 3 14 11 10 7 1 19 1 13 10 6 14 5 9 18 3 8 16 2 0 7 12 15 4 11 19 17 15 16 1 4 9 19 0 5 18 7 6 12 17 14 8 10 11 13 3 2 9 1 19 12 11 7 2 0 6 15 3 5 18 13 4 17 14 10 16 8 19 0 4 8 10 18 17 14 11 12 9 3 7 15 1 2 16 6 5 13 3 19 11 2 13 6 5 10 15 1 18 4 9 16 0 12 8 17 7 14 0 10 16 19 1 8 14 17 5 6 4 7 11 18 3 9 15 2 13 12 6 4 7 1 5 17 13 12 16 9 19 15 8 11 2 3 0 14 10 18 5 8 17 7 18 1 16 3 4 11 2 13 19 6 10 14 9 12 0 15 14 5 9 10 2 13 15 16 7 18 11 8 12 19 17 0 6 1 4 3 7 12 2 17 16 11 3 15 1 19 8 9 14 0 5 6 13 4 18 10 10 7 13 18 12 3 1 11 8 14 5 19 16 17 6 4 2 0 15 9 16 2 6 13 19 4 11 7 12 5 14 1 3 10 15 18 17 9 8 0 4 9 14 0 7 15 6 2 17 3 10 11 13 5 19 8 1 18 12 16 
5.17	d NODES 18015
5.17	d CHECKS 3552025
5.17	   
5.17	   totalWckTime=4.928  totalCpuTime=4.52

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/node75/watcher-239878-1168085160 -o ROOT/results/node75/solver-239878-1168085160 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239878-1168085160/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.72 1.92 1.88 2/80 25224
/proc/meminfo: memFree=1065576/2055920 swapFree=4184496/4192956
[pid=25223] ppid=25221 vsize=18540 CPUtime=0
/proc/25223/stat : 25223 (runsolver) R 25221 25223 24468 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156915773 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 231882681639 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25223/statm: 4635 279 244 17 0 2626 0

[startup+0.102338 s]
/proc/loadavg: 1.72 1.92 1.88 2/80 25224
/proc/meminfo: memFree=1065576/2055920 swapFree=4184496/4192956
[pid=25223] ppid=25221 vsize=912760 CPUtime=0.07
/proc/25223/stat : 25223 (java) R 25221 25223 24468 0 -1 0 2785 0 1 0 6 1 0 0 25 0 8 0 156915773 934666240 2531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25223/statm: 228190 2531 1390 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912760

[startup+0.511873 s]
/proc/loadavg: 1.72 1.92 1.88 2/80 25224
/proc/meminfo: memFree=1065576/2055920 swapFree=4184496/4192956
[pid=25223] ppid=25221 vsize=915328 CPUtime=0.47
/proc/25223/stat : 25223 (java) R 25221 25223 24468 0 -1 0 6467 0 1 0 43 4 0 0 25 0 8 0 156915773 937295872 6206 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448551 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25223/statm: 228832 6206 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.34054 s]
/proc/loadavg: 1.72 1.92 1.88 3/87 25231
/proc/meminfo: memFree=1029552/2055920 swapFree=4184496/4192956
[pid=25223] ppid=25221 vsize=915676 CPUtime=1.29
/proc/25223/stat : 25223 (java) R 25221 25223 24468 0 -1 0 11696 0 1 0 121 8 0 0 25 0 8 0 156915773 937652224 11434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073998389 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25223/statm: 228919 11434 2513 14 0 215389 0
[pid=25223/tid=25225] ppid=25221 vsize=915676 CPUtime=0.06
/proc/25223/task/25225/stat : 25225 (java) S 25221 25223 24468 0 -1 64 843 0 0 0 6 0 0 0 16 0 8 0 156915778 937652224 11434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25226] ppid=25221 vsize=915676 CPUtime=0
/proc/25223/task/25226/stat : 25226 (java) S 25221 25223 24468 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156915779 937652224 11434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25227] ppid=25221 vsize=915676 CPUtime=0
/proc/25223/task/25227/stat : 25227 (java) S 25221 25223 24468 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156915779 937652224 11434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25228] ppid=25221 vsize=915676 CPUtime=0
/proc/25223/task/25228/stat : 25228 (java) S 25221 25223 24468 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156915782 937652224 11434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25229] ppid=25221 vsize=915676 CPUtime=0.26
/proc/25223/task/25229/stat : 25229 (java) S 25221 25223 24468 0 -1 64 469 0 0 0 25 1 0 0 15 0 8 0 156915782 937652224 11434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25230] ppid=25221 vsize=915676 CPUtime=0
/proc/25223/task/25230/stat : 25230 (java) S 25221 25223 24468 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156915782 937652224 11434 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25231] ppid=25221 vsize=915676 CPUtime=0
/proc/25223/task/25231/stat : 25231 (java) S 25221 25223 24468 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156915782 937652224 11434 18446744073709551615 134512640 134570532 4294956480 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) 915676

[startup+2.98968 s]
/proc/loadavg: 1.72 1.92 1.88 3/87 25231
/proc/meminfo: memFree=1029424/2055920 swapFree=4184496/4192956
[pid=25223] ppid=25221 vsize=915676 CPUtime=2.92
/proc/25223/stat : 25223 (java) R 25221 25223 24468 0 -1 0 11712 0 1 0 284 8 0 0 25 0 8 0 156915773 937652224 11449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073964225 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25223/statm: 228919 11449 2513 14 0 215389 0
[pid=25223/tid=25225] ppid=25221 vsize=915676 CPUtime=0.06
/proc/25223/task/25225/stat : 25225 (java) S 25221 25223 24468 0 -1 64 843 0 0 0 6 0 0 0 17 0 8 0 156915778 937652224 11449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25226] ppid=25221 vsize=915676 CPUtime=0
/proc/25223/task/25226/stat : 25226 (java) S 25221 25223 24468 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156915779 937652224 11449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25227] ppid=25221 vsize=915676 CPUtime=0
/proc/25223/task/25227/stat : 25227 (java) S 25221 25223 24468 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156915779 937652224 11449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25228] ppid=25221 vsize=915676 CPUtime=0
/proc/25223/task/25228/stat : 25228 (java) S 25221 25223 24468 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156915782 937652224 11449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25229] ppid=25221 vsize=915676 CPUtime=0.31
/proc/25223/task/25229/stat : 25229 (java) S 25221 25223 24468 0 -1 64 484 0 0 0 29 2 0 0 16 0 8 0 156915782 937652224 11449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25230] ppid=25221 vsize=915676 CPUtime=0
/proc/25223/task/25230/stat : 25230 (java) S 25221 25223 24468 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 156915782 937652224 11449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25223/tid=25231] ppid=25221 vsize=915676 CPUtime=0
/proc/25223/task/25231/stat : 25231 (java) S 25221 25223 24468 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156915782 937652224 11449 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915676

Child status: 0
Real time (s): 5.20994
CPU time (s): 5.10322
CPU user time (s): 5.01024
CPU system time (s): 0.092985
CPU usage (%): 97.9516
Max. virtual memory (cumulated for all children) (KiB): 915780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.01024
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11724
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= 1479
involuntary context switches= 1864

runsolver used 0.007998 s user time and 0.028995 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 12:06:02 UTC 2007


IDJOB= 239878
IDBENCH= 7088
FILE ID= node75/239878-1168085160

PBS_JOBID= 3476234

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-20/qwh-20-166-3_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239878-1168085160/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-239878-1168085160 -o ROOT/results/node75/solver-239878-1168085160 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239878-1168085160/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1e75ff834f43b71f39c215be1aeba93c

RANDOM SEED= 756553366

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1066120 kB
Buffers:          9416 kB
Cached:         303092 kB
SwapCached:       2468 kB
Active:         708360 kB
Inactive:       229348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1066120 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:         641392 kB
Slab:            36144 kB
Committed_AS:  3970724 kB
PageTables:       3036 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= 66544 MiB



End job on node75 on Sat Jan  6 12:06:14 UTC 2007