Trace number 248297

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 ESACSAT 12.0972 12.1972

DiagnosticValue
CHECKS22700248
NODES1609

General information on the benchmark

Nameprimes/primes-30/
primes-30-60-3-3.xml
MD5SUM427b19cfdc78797cbc2dbf40ed5da3e5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.78488
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity6
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/248297-1168398652/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.44	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.44	       =>  wckTime=0.103  cpuTime=0.09  mem=7M927
0.44	   
0.44	   predicates being loaded...
0.48	   
0.48	   constraints being loaded...
0.58	     nbConstraints=60  nbSingletonDomainVariables=5  nbDisconnectedVariables=5  nbUnbuiltConflictsStructures=60
0.58	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=60  nbSharedEvaluationManagers=0  maxDegree=8  maxArity=6
0.58	       =>  wckTime=0.242  cpuTime=0.18  mem=9M878
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.449  cpuTime=0.32  mem=16M768
4.23	   
4.23	   preprocessing
4.23	     nbConstraintChecks=8821330  nbValidityChecks=2825  nbPropagations=299  nbRevisions=136  nbUselessRevisions=37
4.23	     nbSingletonTests=137  nbEffectiveSingletonTests=0  nbESACBranches=13  nbRemovedValues=1402
4.23	     detectedInconsistency=no
4.23	       =>  wckTime=3.445  cpuTime=3.42  mem=16M768
5.63	   
5.63	   search
5.63	     run=0  nbConstraintChecks=2307534  nbValidityChecks=14065  nbPropagations=1175  nbRevisions=877
5.63	     nbUselessRevisions=63  nbAssignments=161  nbFailedAssignments=150  nbBacktracks=11  nbVisitedNodes=312
5.63	     nbRestartNogoods=0  mapSize=5  nbInferences=0  nbTooLargeKeys=0
5.63	       =>  wckTime=4.846  cpuTime=4.79  mem=16M768
5.79	   
5.79	   search
5.79	     run=1  nbConstraintChecks=2597155  nbValidityChecks=16076  nbPropagations=2444  nbRevisions=1850
5.79	     nbUselessRevisions=154  nbAssignments=190  nbFailedAssignments=156  nbBacktracks=29  nbVisitedNodes=347
5.79	     nbRestartNogoods=0  mapSize=14  nbInferences=0  nbTooLargeKeys=0
5.79	       =>  wckTime=5.007  cpuTime=4.95  mem=16M768
6.02	   
6.02	   search
6.02	     run=2  nbConstraintChecks=3021762  nbValidityChecks=19206  nbPropagations=3851  nbRevisions=2964
6.02	     nbUselessRevisions=285  nbAssignments=230  nbFailedAssignments=165  nbBacktracks=55  nbVisitedNodes=396
6.02	     nbRestartNogoods=3  mapSize=27  nbInferences=0  nbTooLargeKeys=0
6.02	       =>  wckTime=5.233  cpuTime=5.18  mem=16M768
6.32	   
6.32	   search
6.32	     run=3  nbConstraintChecks=3578005  nbValidityChecks=22853  nbPropagations=5431  nbRevisions=4255
6.32	     nbUselessRevisions=467  nbAssignments=282  nbFailedAssignments=178  nbBacktracks=89  nbVisitedNodes=461
6.32	     nbRestartNogoods=8  mapSize=45  nbInferences=0  nbTooLargeKeys=0
6.32	       =>  wckTime=5.537  cpuTime=5.48  mem=16M768
6.75	   
6.75	   search
6.75	     run=4  nbConstraintChecks=4349351  nbValidityChecks=27784  nbPropagations=7253  nbRevisions=5784
6.75	     nbUselessRevisions=715  nbAssignments=359  nbFailedAssignments=194  nbBacktracks=139  nbVisitedNodes=554
6.75	     nbRestartNogoods=15  mapSize=67  nbInferences=0  nbTooLargeKeys=0
6.75	       =>  wckTime=5.959  cpuTime=5.89  mem=16M768
7.31	   
7.31	   search
7.31	     run=5  nbConstraintChecks=5373660  nbValidityChecks=36516  nbPropagations=9416  nbRevisions=7647
7.31	     nbUselessRevisions=1053  nbAssignments=464  nbFailedAssignments=218  nbBacktracks=216  nbVisitedNodes=683
7.31	     nbRestartNogoods=23  mapSize=104  nbInferences=0  nbTooLargeKeys=0
7.31	       =>  wckTime=6.522  cpuTime=6.45  mem=16M768
7.90	   
7.90	   search
7.90	     run=6  nbConstraintChecks=6463539  nbValidityChecks=45715  nbPropagations=11970  nbRevisions=9927
7.90	     nbUselessRevisions=1550  nbAssignments=609  nbFailedAssignments=244  nbBacktracks=334  nbVisitedNodes=854
7.90	     nbRestartNogoods=36  mapSize=142  nbInferences=0  nbTooLargeKeys=0
7.90	       =>  wckTime=7.118  cpuTime=7.04  mem=16M768
9.19	   
9.19	   search
9.19	     run=7  nbConstraintChecks=8811318  nbValidityChecks=70845  nbPropagations=15306  nbRevisions=12988
9.19	     nbUselessRevisions=2248  nbAssignments=860  nbFailedAssignments=318  nbBacktracks=507  nbVisitedNodes=1179
9.19	     nbRestartNogoods=47  mapSize=217  nbInferences=0  nbTooLargeKeys=0
9.19	       =>  wckTime=8.407  cpuTime=8.34  mem=17M743
11.55	   
11.55	   search
11.55	     run=8  nbConstraintChecks=12812692  nbValidityChecks=93259  nbPropagations=19852  nbRevisions=17319
11.55	     nbUselessRevisions=3311  nbAssignments=1286  nbFailedAssignments=455  nbBacktracks=766  nbVisitedNodes=1742
11.55	     nbRestartNogoods=69  mapSize=345  nbInferences=0  nbTooLargeKeys=0
11.55	       =>  wckTime=10.763  cpuTime=10.69  mem=17M743
12.16	   
12.16	   search
12.16	     run=9  nbConstraintChecks=13878918  nbValidityChecks=104082  nbPropagations=25194  nbRevisions=22551
12.16	     nbUselessRevisions=4805  nbAssignments=1609  nbFailedAssignments=460  nbBacktracks=770  nbVisitedNodes=1856
12.16	     nbRestartNogoods=113  mapSize=347  nbInferences=0  nbTooLargeKeys=0
12.16	       =>  wckTime=11.378  cpuTime=11.3  mem=17M743
12.17	   
12.17	   global
12.17	     nbConstraintChecks=22700248  nbValidityChecks=106907  nbPropagations=25493  nbRevisions=22687
12.17	     nbUselessRevisions=4842  nbRestartNogoods=113  solvingWckTime=11.381  solvingCpuTime=11.3  expiredTime=no
12.17	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=11.67
12.17	       =>  wckTime=11.832  cpuTime=11.62  mem=17M743
12.17	   
12.17	s SATISFIABLE
12.17	v 43 59 107 101 89 101 59 41 29 3 5 19 73 71 89 39 2 17 83 59 37 2 107 29 2 73 5 43 19 101 113 41 41 67 113 107 43 59 3 83 29 7 79 113 47 19 23 2 13 2 89 59 3 73 103 7 5 73 59 3 53 53 2 107 103 13 59 29 43 61 97 53 41 53 67 107 47 47 2 73 19 67 17 23 23 97 7 105 47 71 41 2 103 67 71 83 59 17 97 113 
12.17	d NODES 1609
12.17	d CHECKS 22700248
12.17	   
12.17	   totalWckTime=11.906  totalCpuTime=11.67

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/node24/watcher-248297-1168398652 -o ROOT/results/node24/solver-248297-1168398652 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248297-1168398652/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.29 1.73 1.89 3/81 1018
/proc/meminfo: memFree=1530384/2055920 swapFree=4192800/4192956
[pid=1017] ppid=1015 vsize=1784 CPUtime=0
/proc/1017/stat : 1017 (java) R 1015 1017 838 0 -1 0 162 0 0 0 0 0 0 0 19 0 1 0 188260608 1826816 133 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 2875358 0 0 4096 0 0 0 0 17 1 0 0
/proc/1017/statm: 446 138 104 14 0 91 0

[startup+0.107297 s]
/proc/loadavg: 1.29 1.73 1.89 3/81 1018
/proc/meminfo: memFree=1530384/2055920 swapFree=4192800/4192956
[pid=1017] ppid=1015 vsize=907808 CPUtime=0.05
/proc/1017/stat : 1017 (java) R 1015 1017 838 0 -1 0 2437 0 1 0 4 1 0 0 20 0 4 0 188260608 929595392 2184 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/1017/statm: 226952 2184 1206 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.515338 s]
/proc/loadavg: 1.29 1.73 1.89 3/81 1018
/proc/meminfo: memFree=1530384/2055920 swapFree=4192800/4192956
[pid=1017] ppid=1015 vsize=915328 CPUtime=0.45
/proc/1017/stat : 1017 (java) R 1015 1017 838 0 -1 0 6708 0 1 0 41 4 0 0 17 0 8 0 188260608 937295872 6447 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 3040891 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1017/statm: 228832 6447 2149 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33642 s]
/proc/loadavg: 1.29 1.73 1.89 2/88 1028
/proc/meminfo: memFree=1505048/2055920 swapFree=4192800/4192956
[pid=1017] ppid=1015 vsize=915464 CPUtime=1.27
/proc/1017/stat : 1017 (java) R 1015 1017 838 0 -1 0 9026 0 1 0 120 7 0 0 21 0 8 0 188260608 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753752 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1017/statm: 228866 8764 2540 14 0 215336 0
[pid=1017/tid=1019] ppid=1015 vsize=915464 CPUtime=0.02
/proc/1017/task/1019/stat : 1019 (java) S 1015 1017 838 0 -1 64 215 0 0 0 2 0 0 0 17 0 8 0 188260616 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1017/tid=1020] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1020/stat : 1020 (java) S 1015 1017 838 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 188260616 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1021] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1021/stat : 1021 (java) S 1015 1017 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188260616 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1022] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1022/stat : 1022 (java) S 1015 1017 838 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188260619 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1023] ppid=1015 vsize=915464 CPUtime=0.13
/proc/1017/task/1023/stat : 1023 (java) S 1015 1017 838 0 -1 64 348 0 0 0 13 0 0 0 16 0 8 0 188260619 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1017/tid=1024] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1024/stat : 1024 (java) S 1015 1017 838 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188260619 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1025] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1025/stat : 1025 (java) S 1015 1017 838 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 188260619 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915464

[startup+2.97661 s]
/proc/loadavg: 1.29 1.73 1.89 2/88 1070
/proc/meminfo: memFree=1504792/2055920 swapFree=4192800/4192956
[pid=1017] ppid=1015 vsize=915464 CPUtime=2.9
/proc/1017/stat : 1017 (java) R 1015 1017 838 0 -1 0 9033 0 1 0 283 7 0 0 25 0 8 0 188260608 937435136 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751976 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1017/statm: 228866 8769 2540 14 0 215336 0
[pid=1017/tid=1019] ppid=1015 vsize=915464 CPUtime=0.02
/proc/1017/task/1019/stat : 1019 (java) S 1015 1017 838 0 -1 64 215 0 0 0 2 0 0 0 17 0 8 0 188260616 937435136 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1020] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1020/stat : 1020 (java) S 1015 1017 838 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 188260616 937435136 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1021] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1021/stat : 1021 (java) S 1015 1017 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188260616 937435136 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1022] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1022/stat : 1022 (java) S 1015 1017 838 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188260619 937435136 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1023] ppid=1015 vsize=915464 CPUtime=0.14
/proc/1017/task/1023/stat : 1023 (java) S 1015 1017 838 0 -1 64 354 0 0 0 14 0 0 0 15 0 8 0 188260619 937435136 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1024] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1024/stat : 1024 (java) S 1015 1017 838 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188260619 937435136 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1025] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1025/stat : 1025 (java) S 1015 1017 838 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 188260619 937435136 8769 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915464

[startup+6.18495 s]
/proc/loadavg: 1.35 1.73 1.89 4/101 1084
/proc/meminfo: memFree=1023856/2055920 swapFree=4192800/4192956
[pid=1017] ppid=1015 vsize=915464 CPUtime=6.1
/proc/1017/stat : 1017 (java) R 1015 1017 838 0 -1 0 9167 0 1 0 603 7 0 0 25 0 8 0 188260608 937435136 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073757584 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1017/statm: 228866 8900 2543 14 0 215336 0
[pid=1017/tid=1019] ppid=1015 vsize=915464 CPUtime=0.02
/proc/1017/task/1019/stat : 1019 (java) S 1015 1017 838 0 -1 64 215 0 0 0 2 0 0 0 17 0 8 0 188260616 937435136 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1020] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1020/stat : 1020 (java) S 1015 1017 838 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 188260616 937435136 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1021] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1021/stat : 1021 (java) S 1015 1017 838 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188260616 937435136 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1022] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1022/stat : 1022 (java) S 1015 1017 838 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188260619 937435136 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1023] ppid=1015 vsize=915464 CPUtime=0.16
/proc/1017/task/1023/stat : 1023 (java) S 1015 1017 838 0 -1 64 367 0 0 0 16 0 0 0 15 0 8 0 188260619 937435136 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1024] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1024/stat : 1024 (java) S 1015 1017 838 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188260619 937435136 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1017/tid=1025] ppid=1015 vsize=915464 CPUtime=0
/proc/1017/task/1025/stat : 1025 (java) S 1015 1017 838 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 188260619 937435136 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 12.1972
CPU time (s): 12.0972
CPU user time (s): 12.0072
CPU system time (s): 0.089986
CPU usage (%): 99.1798
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0072
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9407
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= 1093
involuntary context switches= 846

runsolver used 0.023996 s user time and 0.042993 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Wed Jan 10 03:10:53 UTC 2007


IDJOB= 248297
IDBENCH= 11696
FILE ID= node24/248297-1168398652

PBS_JOBID= 3522923

Free space on /tmp= 66480 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-30/primes-30-60-3-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248297-1168398652/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-248297-1168398652 -o ROOT/results/node24/solver-248297-1168398652 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248297-1168398652/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  427b19cfdc78797cbc2dbf40ed5da3e5

RANDOM SEED= 857292369

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:       1530864 kB
Buffers:         60216 kB
Cached:         347988 kB
SwapCached:          0 kB
Active:         209152 kB
Inactive:       258760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1530864 kB
SwapTotal:     4192956 kB
SwapFree:      4192800 kB
Dirty:            2028 kB
Writeback:           0 kB
Mapped:          76392 kB
Slab:            42204 kB
Committed_AS:  4088860 kB
PageTables:       2196 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= 66480 MiB



End job on node24 on Wed Jan 10 03:11:07 UTC 2007