Trace number 234619

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 17.5603 17.6819

DiagnosticValue
CHECKS486253992
NODES41818

General information on the benchmark

Nametaillard/
os-taillard-5/os-taillard-5-95-4.xml
MD5SUM7c95bc38c10d38abe97f5f5c54fc9588
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.022996
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size309
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/234619-1168081592/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=25  nbDomainTypes=25  minDomainSize=219  maxDomainSize=309
0.41	       =>  wckTime=0.103  cpuTime=0.08  mem=6M919
0.41	   
0.41	   predicates being loaded...
0.42	   
0.42	   constraints being loaded...
2.37	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=6344485  nbExtensionStructures=100
2.37	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
2.37	     nbSharedBinaryRepresentations=21971  maxDegree=8  maxArity=2
2.37	       =>  wckTime=2.057  cpuTime=1.98  mem=13M745
2.41	   
2.41	   solver IterativeSystematicSolver being built... 
2.56	       =>  wckTime=2.256  cpuTime=2.11  mem=15M574
2.57	   
2.57	   preprocessing
2.57	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.57	     detectedInconsistency=no
2.57	       =>  wckTime=0.0020  cpuTime=0.01  mem=15M574
2.76	   
2.76	   search
2.76	     run=0  nbConstraintChecks=3356831  nbPropagations=2478  nbRevisions=12031  nbUselessRevisions=6372
2.76	     nbAssignments=343  nbFailedAssignments=330  nbBacktracks=10  nbVisitedNodes=682  nbRestartNogoods=0  mapSize=9
2.76	     nbInferences=0  nbTooLargeKeys=0
2.76	       =>  wckTime=0.19  cpuTime=0.16  mem=16M582
2.96	   
2.96	   search
2.96	     run=1  nbConstraintChecks=9712770  nbPropagations=9161  nbRevisions=37478  nbUselessRevisions=17571
2.96	     nbAssignments=886  nbFailedAssignments=857  nbBacktracks=25  nbVisitedNodes=1767  nbRestartNogoods=8  mapSize=24
2.96	     nbInferences=0  nbTooLargeKeys=0
2.96	       =>  wckTime=0.395  cpuTime=0.36  mem=16M582
3.56	   
3.56	   search
3.56	     run=2  nbConstraintChecks=26552083  nbPropagations=29007  nbRevisions=104652  nbUselessRevisions=43626
3.56	     nbAssignments=2592  nbFailedAssignments=2540  nbBacktracks=47  nbVisitedNodes=5178  nbRestartNogoods=23  mapSize=46
3.56	     nbInferences=0  nbTooLargeKeys=0
3.56	       =>  wckTime=0.996  cpuTime=0.93  mem=16M582
3.82	   
3.82	   search
3.82	     run=3  nbConstraintChecks=35189226  nbPropagations=54142  nbRevisions=190530  nbUselessRevisions=76572
3.82	     nbAssignments=3356  nbFailedAssignments=3270  nbBacktracks=80  nbVisitedNodes=6705  nbRestartNogoods=45  mapSize=79
3.82	     nbInferences=0  nbTooLargeKeys=0
3.82	       =>  wckTime=1.254  cpuTime=1.18  mem=16M582
4.17	   
4.17	   search
4.18	     run=4  nbConstraintChecks=47512695  nbPropagations=87237  nbRevisions=304060  nbUselessRevisions=119895
4.18	     nbAssignments=4432  nbFailedAssignments=4295  nbBacktracks=130  nbVisitedNodes=8856  nbRestartNogoods=56
4.18	     mapSize=129  nbInferences=0  nbTooLargeKeys=0
4.18	       =>  wckTime=1.609  cpuTime=1.53  mem=16M582
5.13	   
5.13	   search
5.13	     run=5  nbConstraintChecks=76240909  nbPropagations=144220  nbRevisions=494005  nbUselessRevisions=191815
5.13	     nbAssignments=7368  nbFailedAssignments=7155  nbBacktracks=205  nbVisitedNodes=14727  nbRestartNogoods=70
5.13	     mapSize=204  nbInferences=0  nbTooLargeKeys=0
5.13	       =>  wckTime=2.563  cpuTime=2.48  mem=16M582
5.88	   
5.88	   search
5.88	     run=6  nbConstraintChecks=100446426  nbPropagations=218859  nbRevisions=739071  nbUselessRevisions=282959
5.88	     nbAssignments=9458  nbFailedAssignments=9131  nbBacktracks=318  nbVisitedNodes=18906  nbRestartNogoods=145
5.88	     mapSize=317  nbInferences=0  nbTooLargeKeys=0
5.88	       =>  wckTime=3.311  cpuTime=3.22  mem=16M582
7.82	   
7.82	   search
7.82	     run=7  nbConstraintChecks=165994338  nbPropagations=338460  nbRevisions=1134537  nbUselessRevisions=431507
7.82	     nbAssignments=15138  nbFailedAssignments=14640  nbBacktracks=488  nbVisitedNodes=30265  nbRestartNogoods=206
7.82	     mapSize=487  nbInferences=0  nbTooLargeKeys=0
7.82	       =>  wckTime=5.256  cpuTime=5.16  mem=16M582
9.24	   
9.24	   search
9.24	     run=8  nbConstraintChecks=212449467  nbPropagations=488827  nbRevisions=1635762  nbUselessRevisions=620315
9.24	     nbAssignments=19128  nbFailedAssignments=18373  nbBacktracks=744  nbVisitedNodes=38244  nbRestartNogoods=292
9.24	     mapSize=743  nbInferences=0  nbTooLargeKeys=0
9.24	       =>  wckTime=6.673  cpuTime=6.56  mem=16M582
11.21	   
11.21	   INFO : Stopping hyperNogood (mapSize=1048, nbTooLargekeys=0, mem=16M582)
11.67	   
11.67	   search
11.67	     run=9  nbConstraintChecks=289374666  nbPropagations=693466  nbRevisions=2321770  nbUselessRevisions=878998
11.67	     nbAssignments=26034  nbFailedAssignments=24894  nbBacktracks=1128  nbVisitedNodes=52055  nbRestartNogoods=299
11.67	       =>  wckTime=9.105  cpuTime=8.98  mem=16M582
17.37	   
17.37	   search
17.37	     run=10  nbConstraintChecks=477709236  nbPropagations=1009604  nbRevisions=3412233  nbUselessRevisions=1294971
17.37	     nbAssignments=41030  nbFailedAssignments=39313  nbBacktracks=1704  nbVisitedNodes=82046  nbRestartNogoods=307
17.37	       =>  wckTime=14.8  cpuTime=14.65  mem=16M582
17.64	   
17.64	   search
17.64	     run=11  nbConstraintChecks=486253992  nbPropagations=1330568  nbRevisions=4521666  nbUselessRevisions=1718155
17.64	     nbAssignments=41818  nbFailedAssignments=40053  nbBacktracks=1753  nbVisitedNodes=83621  nbRestartNogoods=310
17.64	       =>  wckTime=15.07  cpuTime=14.92  mem=16M582
17.64	   
17.64	   global
17.64	     nbConstraintChecks=486253992  nbPropagations=1330593  nbRevisions=4521666  nbUselessRevisions=1718155
17.64	     nbRestartNogoods=310  solvingWckTime=15.071  solvingCpuTime=14.92  expiredTime=no  totalExploration=yes
17.64	     nbFoundSolutions=0  globalCpuTime=17.09
17.64	       =>  wckTime=17.33  cpuTime=17.03  mem=16M582
17.64	   
17.64	s UNSATISFIABLE
17.64	d NODES 41818
17.64	d CHECKS 486253992
17.64	   
17.64	   totalWckTime=17.411  totalCpuTime=17.09

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/node24/watcher-234619-1168081592 -o ROOT/results/node24/solver-234619-1168081592 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234619-1168081592/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.84 1.81 1.82 4/93 18319
/proc/meminfo: memFree=1624064/2055920 swapFree=4192812/4192956
[pid=18318] ppid=18316 vsize=906644 CPUtime=0.01
/proc/18318/stat : 18318 (java) S 18316 18318 18195 0 -1 0 2069 0 1 0 1 0 0 0 18 0 2 0 156554489 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/18318/statm: 226661 1818 1036 14 0 214244 0
[pid=18318/tid=18320] ppid=18316 vsize=906644 CPUtime=0
/proc/18318/task/18320/stat : 18320 (java) R 18316 18318 18195 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 156554492 928403456 1818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.104148 s]
/proc/loadavg: 1.84 1.81 1.82 4/93 18319
/proc/meminfo: memFree=1624064/2055920 swapFree=4192812/4192956
[pid=18318] ppid=18316 vsize=914988 CPUtime=0.08
/proc/18318/stat : 18318 (java) R 18316 18318 18195 0 -1 0 3025 0 1 0 7 1 0 0 17 0 8 0 156554489 936947712 2771 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152891621 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18318/statm: 228747 2771 1437 14 0 215242 0
[pid=18318/tid=18320] ppid=18316 vsize=914988 CPUtime=0
/proc/18318/task/18320/stat : 18320 (java) S 18316 18318 18195 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 156554492 936947712 2771 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512235 s]
/proc/loadavg: 1.84 1.81 1.82 4/93 18319
/proc/meminfo: memFree=1624064/2055920 swapFree=4192812/4192956
[pid=18318] ppid=18316 vsize=915460 CPUtime=0.49
/proc/18318/stat : 18318 (java) R 18316 18318 18195 0 -1 0 6520 0 1 0 45 4 0 0 18 0 8 0 156554489 937431040 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073605387 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18318/statm: 228865 6259 2166 14 0 215335 0
[pid=18318/tid=18320] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18320/stat : 18320 (java) S 18316 18318 18195 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 156554492 937431040 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915460

[startup+1.33328 s]
/proc/loadavg: 1.84 1.81 1.82 3/100 18326
/proc/meminfo: memFree=1605768/2055920 swapFree=4192812/4192956
[pid=18318] ppid=18316 vsize=915460 CPUtime=1.3
/proc/18318/stat : 18318 (java) R 18316 18318 18195 0 -1 0 7127 0 1 0 126 4 0 0 25 0 8 0 156554489 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073602192 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18318/statm: 228865 6865 2167 14 0 215335 0
[pid=18318/tid=18320] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18320/stat : 18320 (java) S 18316 18318 18195 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 156554492 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18321] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18321/stat : 18321 (java) S 18316 18318 18195 0 -1 64 10 0 0 0 0 0 0 0 18 0 8 0 156554493 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18322] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18322/stat : 18322 (java) S 18316 18318 18195 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 156554493 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18323] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18323/stat : 18323 (java) S 18316 18318 18195 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156554496 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18324] ppid=18316 vsize=915460 CPUtime=0.09
/proc/18318/task/18324/stat : 18324 (java) S 18316 18318 18195 0 -1 64 313 0 0 0 9 0 0 0 16 0 8 0 156554496 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18325] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18325/stat : 18325 (java) S 18316 18318 18195 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156554496 937431040 6865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18326] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18326/stat : 18326 (java) S 18316 18318 18195 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156554496 937431040 6865 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) 915460

[startup+2.97945 s]
/proc/loadavg: 1.84 1.81 1.82 3/100 18326
/proc/meminfo: memFree=1602440/2055920 swapFree=4192812/4192956
[pid=18318] ppid=18316 vsize=915460 CPUtime=2.95
/proc/18318/stat : 18318 (java) R 18316 18318 18195 0 -1 0 9016 0 1 0 289 6 0 0 25 0 8 0 156554489 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073742877 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18318/statm: 228865 8753 2530 14 0 215335 0
[pid=18318/tid=18320] ppid=18316 vsize=915460 CPUtime=0.03
/proc/18318/task/18320/stat : 18320 (java) S 18316 18318 18195 0 -1 64 693 0 0 0 3 0 0 0 16 0 8 0 156554492 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18321] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18321/stat : 18321 (java) S 18316 18318 18195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156554493 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18322] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18322/stat : 18322 (java) S 18316 18318 18195 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156554493 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18323] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18323/stat : 18323 (java) S 18316 18318 18195 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156554496 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18324] ppid=18316 vsize=915460 CPUtime=0.17
/proc/18318/task/18324/stat : 18324 (java) S 18316 18318 18195 0 -1 64 355 0 0 0 17 0 0 0 15 0 8 0 156554496 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18325] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18325/stat : 18325 (java) S 18316 18318 18195 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156554496 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18326] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18326/stat : 18326 (java) S 18316 18318 18195 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156554496 937431040 8753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.1848 s]
/proc/loadavg: 1.86 1.82 1.83 3/100 18326
/proc/meminfo: memFree=1598792/2055920 swapFree=4192812/4192956
[pid=18318] ppid=18316 vsize=915460 CPUtime=6.14
/proc/18318/stat : 18318 (java) R 18316 18318 18195 0 -1 0 9033 0 1 0 608 6 0 0 25 0 8 0 156554489 937431040 8768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735732 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18318/statm: 228865 8768 2530 14 0 215335 0
[pid=18318/tid=18320] ppid=18316 vsize=915460 CPUtime=0.03
/proc/18318/task/18320/stat : 18320 (java) S 18316 18318 18195 0 -1 64 693 0 0 0 3 0 0 0 16 0 8 0 156554492 937431040 8768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18321] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18321/stat : 18321 (java) S 18316 18318 18195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156554493 937431040 8768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18322] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18322/stat : 18322 (java) S 18316 18318 18195 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156554493 937431040 8768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18323] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18323/stat : 18323 (java) S 18316 18318 18195 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156554496 937431040 8768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18324] ppid=18316 vsize=915460 CPUtime=0.2
/proc/18318/task/18324/stat : 18324 (java) S 18316 18318 18195 0 -1 64 370 0 0 0 20 0 0 0 15 0 8 0 156554496 937431040 8768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18325] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18325/stat : 18325 (java) S 18316 18318 18195 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156554496 937431040 8768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18326] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18326/stat : 18326 (java) S 18316 18318 18195 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156554496 937431040 8768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 915460

[startup+12.6555 s]
/proc/loadavg: 1.87 1.82 1.83 3/100 18326
/proc/meminfo: memFree=1598432/2055920 swapFree=4192812/4192956
[pid=18318] ppid=18316 vsize=915460 CPUtime=12.57
/proc/18318/stat : 18318 (java) R 18316 18318 18195 0 -1 0 9137 0 1 0 1251 6 0 0 25 0 8 0 156554489 937431040 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073725042 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18318/statm: 228865 8871 2530 14 0 215335 0
[pid=18318/tid=18320] ppid=18316 vsize=915460 CPUtime=0.03
/proc/18318/task/18320/stat : 18320 (java) S 18316 18318 18195 0 -1 64 693 0 0 0 3 0 0 0 16 0 8 0 156554492 937431040 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18321] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18321/stat : 18321 (java) S 18316 18318 18195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156554493 937431040 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18322] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18322/stat : 18322 (java) S 18316 18318 18195 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156554493 937431040 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18323] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18323/stat : 18323 (java) S 18316 18318 18195 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156554496 937431040 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18324] ppid=18316 vsize=915460 CPUtime=0.2
/proc/18318/task/18324/stat : 18324 (java) S 18316 18318 18195 0 -1 64 370 0 0 0 20 0 0 0 16 0 8 0 156554496 937431040 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18325] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18325/stat : 18325 (java) S 18316 18318 18195 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156554496 937431040 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18318/tid=18326] ppid=18316 vsize=915460 CPUtime=0
/proc/18318/task/18326/stat : 18326 (java) S 18316 18318 18195 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156554496 937431040 8871 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 17.6819
CPU time (s): 17.5603
CPU user time (s): 17.4873
CPU system time (s): 0.072988
CPU usage (%): 99.3124
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.4873
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9235
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= 1290
involuntary context switches= 1973

runsolver used 0.022996 s user time and 0.069989 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sat Jan  6 11:06:32 UTC 2007


IDJOB= 234619
IDBENCH= 6698
FILE ID= node24/234619-1168081592

PBS_JOBID= 3476239

Free space on /tmp= 66463 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-95-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234619-1168081592/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-234619-1168081592 -o ROOT/results/node24/solver-234619-1168081592 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234619-1168081592/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7c95bc38c10d38abe97f5f5c54fc9588

RANDOM SEED= 854628680

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:       1624544 kB
Buffers:         26208 kB
Cached:         120672 kB
SwapCached:          0 kB
Active:         281392 kB
Inactive:        81592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:         245232 kB
Slab:            52708 kB
Committed_AS:  3765332 kB
PageTables:       2712 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= 66463 MiB



End job on node24 on Sat Jan  6 11:06:51 UTC 2007