Trace number 234674

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 20.4539 20.6707

DiagnosticValue
CHECKS605728723
NODES56317

General information on the benchmark

Nametaillard/
os-taillard-5/os-taillard-5-95-5.xml
MD5SUMf082026687311cf8dee5766da35d635c
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 size293
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.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/234674-1168081604/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=25  nbDomainTypes=25  minDomainSize=199  maxDomainSize=293
0.43	       =>  wckTime=0.109  cpuTime=0.09  mem=6M919
0.43	   
0.43	   predicates being loaded...
0.43	   
0.43	   constraints being loaded...
2.28	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=5784790  nbExtensionStructures=100
2.28	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
2.28	     nbSharedBinaryRepresentations=19571  maxDegree=8  maxArity=2
2.28	       =>  wckTime=1.964  cpuTime=1.88  mem=13M746
2.33	   
2.33	   solver IterativeSystematicSolver being built... 
2.49	       =>  wckTime=2.167  cpuTime=2.01  mem=15M532
2.49	   
2.49	   preprocessing
2.49	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.49	     detectedInconsistency=no
2.49	       =>  wckTime=0.0010  cpuTime=0.0  mem=15M532
2.72	   
2.72	   search
2.72	     run=0  nbConstraintChecks=4989765  nbPropagations=3570  nbRevisions=12139  nbUselessRevisions=4885
2.72	     nbAssignments=460  nbFailedAssignments=449  nbBacktracks=10  nbVisitedNodes=920  nbRestartNogoods=0  mapSize=10
2.72	     nbInferences=0  nbTooLargeKeys=0
2.72	       =>  wckTime=0.231  cpuTime=0.2  mem=16M540
3.02	   
3.02	   search
3.02	     run=1  nbConstraintChecks=13000162  nbPropagations=13188  nbRevisions=43888  nbUselessRevisions=16738
3.02	     nbAssignments=1280  nbFailedAssignments=1253  nbBacktracks=25  nbVisitedNodes=2559  nbRestartNogoods=10  mapSize=25
3.02	     nbInferences=0  nbTooLargeKeys=0
3.02	       =>  wckTime=0.53  cpuTime=0.49  mem=16M540
3.23	   
3.23	   search
3.23	     run=2  nbConstraintChecks=19845245  nbPropagations=27206  nbRevisions=93530  nbUselessRevisions=36833
3.23	     nbAssignments=1929  nbFailedAssignments=1879  nbBacktracks=47  nbVisitedNodes=3856  nbRestartNogoods=25  mapSize=47
3.23	     nbInferences=0  nbTooLargeKeys=0
3.23	       =>  wckTime=0.74  cpuTime=0.68  mem=16M540
3.50	   
3.50	   search
3.50	     run=3  nbConstraintChecks=28578148  nbPropagations=47152  nbRevisions=166011  nbUselessRevisions=66798
3.50	     nbAssignments=2742  nbFailedAssignments=2658  nbBacktracks=80  nbVisitedNodes=5481  nbRestartNogoods=47  mapSize=80
3.50	     nbInferences=0  nbTooLargeKeys=0
3.50	       =>  wckTime=1.011  cpuTime=0.93  mem=16M540
3.88	   
3.88	   search
3.88	     run=4  nbConstraintChecks=39961655  nbPropagations=77002  nbRevisions=270941  nbUselessRevisions=108796
3.88	     nbAssignments=3951  nbFailedAssignments=3816  nbBacktracks=130  nbVisitedNodes=7898  nbRestartNogoods=55
3.88	     mapSize=130  nbInferences=0  nbTooLargeKeys=0
3.88	       =>  wckTime=1.395  cpuTime=1.31  mem=16M540
4.76	   
4.76	   search
4.76	     run=5  nbConstraintChecks=65983553  nbPropagations=127202  nbRevisions=441680  nbUselessRevisions=174792
4.76	     nbAssignments=6526  nbFailedAssignments=6315  nbBacktracks=205  nbVisitedNodes=13047  nbRestartNogoods=60
4.76	     mapSize=205  nbInferences=0  nbTooLargeKeys=0
4.76	       =>  wckTime=2.269  cpuTime=2.18  mem=16M540
5.47	   
5.47	   search
5.47	     run=6  nbConstraintChecks=87794283  nbPropagations=196169  nbRevisions=676821  nbUselessRevisions=266763
5.47	     nbAssignments=8960  nbFailedAssignments=8635  nbBacktracks=318  nbVisitedNodes=17913  nbRestartNogoods=90
5.47	     mapSize=318  nbInferences=0  nbTooLargeKeys=0
5.47	       =>  wckTime=2.983  cpuTime=2.89  mem=16M540
6.76	   
6.76	   search
6.76	     run=7  nbConstraintChecks=128198668  nbPropagations=297087  nbRevisions=1022430  nbUselessRevisions=403314
6.76	     nbAssignments=13046  nbFailedAssignments=12550  nbBacktracks=488  nbVisitedNodes=26083  nbRestartNogoods=96
6.76	     mapSize=488  nbInferences=0  nbTooLargeKeys=0
6.76	       =>  wckTime=4.272  cpuTime=4.16  mem=16M540
8.87	   
8.87	   search
8.87	     run=8  nbConstraintChecks=198235831  nbPropagations=448806  nbRevisions=1540848  nbUselessRevisions=608173
8.87	     nbAssignments=19585  nbFailedAssignments=18832  nbBacktracks=744  nbVisitedNodes=39158  nbRestartNogoods=122
8.87	     mapSize=744  nbInferences=0  nbTooLargeKeys=0
8.87	       =>  wckTime=6.383  cpuTime=6.26  mem=16M540
11.23	   
11.23	   INFO : Stopping hyperNogood (mapSize=1049, nbTooLargekeys=0, mem=16M540)
12.30	   
12.30	   search
12.30	     run=9  nbConstraintChecks=305940194  nbPropagations=681471  nbRevisions=2332622  nbUselessRevisions=918204
12.30	     nbAssignments=29886  nbFailedAssignments=28748  nbBacktracks=1128  nbVisitedNodes=59758  nbRestartNogoods=142
12.30	       =>  wckTime=9.816  cpuTime=9.66  mem=16M540
15.70	   
15.70	   search
15.70	     run=10  nbConstraintChecks=421063196  nbPropagations=996414  nbRevisions=3434515  nbUselessRevisions=1361484
15.70	     nbAssignments=40598  nbFailedAssignments=38883  nbBacktracks=1704  nbVisitedNodes=81181  nbRestartNogoods=202
15.70	       =>  wckTime=13.212  cpuTime=13.02  mem=16M540
19.78	   
19.78	   search
19.78	     run=11  nbConstraintChecks=570088963  nbPropagations=1427852  nbRevisions=4985837  nbUselessRevisions=2026134
19.78	     nbAssignments=53307  nbFailedAssignments=50727  nbBacktracks=2568  nbVisitedNodes=106578  nbRestartNogoods=203
19.78	       =>  wckTime=17.296  cpuTime=17.06  mem=16M540
20.64	   
20.64	   search
20.64	     run=12  nbConstraintChecks=605728723  nbPropagations=1884840  nbRevisions=6642381  nbUselessRevisions=2748008
20.64	     nbAssignments=56317  nbFailedAssignments=53457  nbBacktracks=2849  nbVisitedNodes=112595  nbRestartNogoods=232
20.64	       =>  wckTime=18.152  cpuTime=17.9  mem=16M540
20.64	   
20.64	   global
20.64	     nbConstraintChecks=605728723  nbPropagations=1884865  nbRevisions=6642381  nbUselessRevisions=2748008
20.64	     nbRestartNogoods=232  solvingWckTime=18.153  solvingCpuTime=17.9  expiredTime=no  totalExploration=yes
20.64	     nbFoundSolutions=0  globalCpuTime=19.97
20.64	       =>  wckTime=20.324  cpuTime=19.92  mem=16M540
20.65	   
20.65	s UNSATISFIABLE
20.65	d NODES 56317
20.65	d CHECKS 605728723
20.65	   
20.65	   totalWckTime=20.408  totalCpuTime=19.97

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/node22/watcher-234674-1168081604 -o ROOT/results/node22/solver-234674-1168081604 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234674-1168081604/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.76 1.92 1.83 4/93 9928
/proc/meminfo: memFree=1503200/2055920 swapFree=4157532/4192956
[pid=9927] ppid=9925 vsize=1784 CPUtime=0
/proc/9927/stat : 9927 (java) R 9925 9927 9692 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 156554857 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/9927/statm: 446 140 106 14 0 91 0

[startup+0.105888 s]
/proc/loadavg: 1.76 1.92 1.83 4/93 9928
/proc/meminfo: memFree=1503200/2055920 swapFree=4157532/4192956
[pid=9927] ppid=9925 vsize=914988 CPUtime=0.09
/proc/9927/stat : 9927 (java) S 9925 9927 9692 0 -1 0 2998 0 1 0 8 1 0 0 17 0 8 0 156554857 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9927/statm: 228747 2744 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515949 s]
/proc/loadavg: 1.76 1.92 1.83 4/93 9928
/proc/meminfo: memFree=1503200/2055920 swapFree=4157532/4192956
[pid=9927] ppid=9925 vsize=915460 CPUtime=0.49
/proc/9927/stat : 9927 (java) R 9925 9927 9692 0 -1 0 6512 0 1 0 46 3 0 0 18 0 8 0 156554857 937431040 6251 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073598901 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9927/statm: 228865 6251 2165 14 0 215335 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915460

[startup+1.34208 s]
/proc/loadavg: 1.76 1.92 1.83 3/100 9935
/proc/meminfo: memFree=1484776/2055920 swapFree=4157532/4192956
[pid=9927] ppid=9925 vsize=915460 CPUtime=1.31
/proc/9927/stat : 9927 (java) R 9925 9927 9692 0 -1 0 7122 0 1 0 128 3 0 0 25 0 8 0 156554857 937431040 6860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073601515 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9927/statm: 228865 6860 2167 14 0 215335 0
[pid=9927/tid=9929] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9929/stat : 9929 (java) S 9925 9927 9692 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 156554861 937431040 6860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9930] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9930/stat : 9930 (java) S 9925 9927 9692 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156554862 937431040 6860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9931] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9931/stat : 9931 (java) S 9925 9927 9692 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156554862 937431040 6860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9932] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9932/stat : 9932 (java) S 9925 9927 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156554865 937431040 6860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9933] ppid=9925 vsize=915460 CPUtime=0.09
/proc/9927/task/9933/stat : 9933 (java) S 9925 9927 9692 0 -1 64 313 0 0 0 9 0 0 0 16 0 8 0 156554865 937431040 6860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9934] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9934/stat : 9934 (java) S 9925 9927 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156554865 937431040 6860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9935] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9935/stat : 9935 (java) S 9925 9927 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156554865 937431040 6860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.97933 s]
/proc/loadavg: 1.76 1.92 1.83 3/100 9935
/proc/meminfo: memFree=1481448/2055920 swapFree=4157532/4192956
[pid=9927] ppid=9925 vsize=915460 CPUtime=2.93
/proc/9927/stat : 9927 (java) R 9925 9927 9692 0 -1 0 8966 0 1 0 288 5 0 0 25 0 8 0 156554857 937431040 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747658 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9927/statm: 228865 8703 2532 14 0 215335 0
[pid=9927/tid=9929] ppid=9925 vsize=915460 CPUtime=0.03
/proc/9927/task/9929/stat : 9929 (java) S 9925 9927 9692 0 -1 64 683 0 0 0 3 0 0 0 16 0 8 0 156554861 937431040 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9930] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9930/stat : 9930 (java) S 9925 9927 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156554862 937431040 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9931] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9931/stat : 9931 (java) S 9925 9927 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156554862 937431040 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9932] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9932/stat : 9932 (java) S 9925 9927 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156554865 937431040 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9933] ppid=9925 vsize=915460 CPUtime=0.19
/proc/9927/task/9933/stat : 9933 (java) S 9925 9927 9692 0 -1 64 357 0 0 0 18 1 0 0 15 0 8 0 156554865 937431040 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9934] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9934/stat : 9934 (java) S 9925 9927 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156554865 937431040 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9935] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9935/stat : 9935 (java) S 9925 9927 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156554865 937431040 8703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.27683 s]
/proc/loadavg: 1.78 1.93 1.83 3/100 9935
/proc/meminfo: memFree=1477992/2055920 swapFree=4157532/4192956
[pid=9927] ppid=9925 vsize=915460 CPUtime=6.2
/proc/9927/stat : 9927 (java) R 9925 9927 9692 0 -1 0 9016 0 1 0 615 5 0 0 25 0 8 0 156554857 937431040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735801 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9927/statm: 228865 8751 2532 14 0 215335 0
[pid=9927/tid=9929] ppid=9925 vsize=915460 CPUtime=0.03
/proc/9927/task/9929/stat : 9929 (java) S 9925 9927 9692 0 -1 64 683 0 0 0 3 0 0 0 16 0 8 0 156554861 937431040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9930] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9930/stat : 9930 (java) S 9925 9927 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156554862 937431040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9931] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9931/stat : 9931 (java) S 9925 9927 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156554862 937431040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9932] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9932/stat : 9932 (java) S 9925 9927 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156554865 937431040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9933] ppid=9925 vsize=915460 CPUtime=0.22
/proc/9927/task/9933/stat : 9933 (java) S 9925 9927 9692 0 -1 64 371 0 0 0 21 1 0 0 15 0 8 0 156554865 937431040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9934] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9934/stat : 9934 (java) S 9925 9927 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156554865 937431040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9935] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9935/stat : 9935 (java) S 9925 9927 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156554865 937431040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915460

[startup+12.7518 s]
/proc/loadavg: 1.79 1.93 1.84 3/100 9935
/proc/meminfo: memFree=1477480/2055920 swapFree=4157532/4192956
[pid=9927] ppid=9925 vsize=915460 CPUtime=12.61
/proc/9927/stat : 9927 (java) R 9925 9927 9692 0 -1 0 9126 0 1 0 1256 5 0 0 25 0 8 0 156554857 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735801 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9927/statm: 228865 8860 2532 14 0 215335 0
[pid=9927/tid=9929] ppid=9925 vsize=915460 CPUtime=0.03
/proc/9927/task/9929/stat : 9929 (java) S 9925 9927 9692 0 -1 64 683 0 0 0 3 0 0 0 16 0 8 0 156554861 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9930] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9930/stat : 9930 (java) S 9925 9927 9692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156554862 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9931] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9931/stat : 9931 (java) S 9925 9927 9692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156554862 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9932] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9932/stat : 9932 (java) S 9925 9927 9692 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156554865 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9933] ppid=9925 vsize=915460 CPUtime=0.22
/proc/9927/task/9933/stat : 9933 (java) S 9925 9927 9692 0 -1 64 371 0 0 0 21 1 0 0 16 0 8 0 156554865 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9934] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9934/stat : 9934 (java) S 9925 9927 9692 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156554865 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9927/tid=9935] ppid=9925 vsize=915460 CPUtime=0
/proc/9927/task/9935/stat : 9935 (java) S 9925 9927 9692 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156554865 937431040 8860 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 20.6707
CPU time (s): 20.4539
CPU user time (s): 20.3909
CPU system time (s): 0.06299
CPU usage (%): 98.9512
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3909
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9227
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= 1350
involuntary context switches= 2481

runsolver used 0.034994 s user time and 0.068989 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Sat Jan  6 11:06:44 UTC 2007


IDJOB= 234674
IDBENCH= 6706
FILE ID= node22/234674-1168081604

PBS_JOBID= 3476238

Free space on /tmp= 66547 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f082026687311cf8dee5766da35d635c

RANDOM SEED= 299696959

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.279
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.279
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:       1503680 kB
Buffers:         40712 kB
Cached:         337184 kB
SwapCached:      13648 kB
Active:         158928 kB
Inactive:       326016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503680 kB
SwapTotal:     4192956 kB
SwapFree:      4157532 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:         132332 kB
Slab:            51848 kB
Committed_AS:  3450212 kB
PageTables:       2448 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= 66547 MiB



End job on node22 on Sat Jan  6 11:07:06 UTC 2007