Trace number 234573

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 16.4565 16.6387

DiagnosticValue
CHECKS491512516
NODES49367

General information on the benchmark

Nametaillard/os-taillard-5/
os-taillard-5-100-5.xml
MD5SUMbdb39889c17d6882097149cacb54071c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.030994
SatisfiableYES
(Un)Satisfiability was provedYES
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/234573-1168081589/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=25  nbDomainTypes=25  minDomainSize=215  maxDomainSize=309
0.39	       =>  wckTime=0.097  cpuTime=0.08  mem=6M919
0.39	   
0.39	   predicates being loaded...
0.39	   
0.39	   constraints being loaded...
2.27	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=6581206  nbExtensionStructures=100
2.27	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
2.27	     nbSharedBinaryRepresentations=19616  maxDegree=8  maxArity=2
2.27	       =>  wckTime=1.972  cpuTime=1.89  mem=13M745
2.31	   
2.31	   solver IterativeSystematicSolver being built... 
2.45	       =>  wckTime=2.159  cpuTime=2.0  mem=15M780
2.46	   
2.46	   preprocessing
2.46	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.46	     detectedInconsistency=no
2.46	       =>  wckTime=0.0020  cpuTime=0.0  mem=15M780
2.67	   
2.67	   search
2.67	     run=0  nbConstraintChecks=4359848  nbPropagations=2715  nbRevisions=15089  nbUselessRevisions=8372
2.67	     nbAssignments=396  nbFailedAssignments=374  nbBacktracks=10  nbVisitedNodes=785  nbRestartNogoods=0  mapSize=9
2.67	     nbInferences=5  nbTooLargeKeys=0
2.67	       =>  wckTime=0.21  cpuTime=0.19  mem=16M788
2.72	   
2.72	   search
2.72	     run=1  nbConstraintChecks=5740795  nbPropagations=7102  nbRevisions=38675  nbUselessRevisions=21762
2.72	     nbAssignments=610  nbFailedAssignments=570  nbBacktracks=25  nbVisitedNodes=1208  nbRestartNogoods=11  mapSize=23
2.72	     nbInferences=5  nbTooLargeKeys=0
2.72	       =>  wckTime=0.263  cpuTime=0.24  mem=16M788
2.75	   
2.75	   search
2.75	     run=2  nbConstraintChecks=6642651  nbPropagations=12438  nbRevisions=68005  nbUselessRevisions=38918
2.75	     nbAssignments=671  nbFailedAssignments=603  nbBacktracks=47  nbVisitedNodes=1323  nbRestartNogoods=12  mapSize=45
2.75	     nbInferences=5  nbTooLargeKeys=0
2.75	       =>  wckTime=0.295  cpuTime=0.27  mem=16M788
2.88	   
2.88	   search
2.88	     run=3  nbConstraintChecks=10630350  nbPropagations=20598  nbRevisions=113277  nbUselessRevisions=65307
2.88	     nbAssignments=928  nbFailedAssignments=822  nbBacktracks=80  nbVisitedNodes=1831  nbRestartNogoods=40  mapSize=77
2.88	     nbInferences=5  nbTooLargeKeys=0
2.88	       =>  wckTime=0.42  cpuTime=0.39  mem=16M788
3.41	   
3.41	   search
3.41	     run=4  nbConstraintChecks=30668642  nbPropagations=41783  nbRevisions=212953  nbUselessRevisions=118702
3.41	     nbAssignments=2691  nbFailedAssignments=2532  nbBacktracks=130  nbVisitedNodes=5347  nbRestartNogoods=51
3.41	     mapSize=124  nbInferences=5  nbTooLargeKeys=0
3.41	       =>  wckTime=0.957  cpuTime=0.89  mem=16M788
4.01	   
4.01	   search
4.01	     run=5  nbConstraintChecks=49922625  nbPropagations=78428  nbRevisions=378660  nbUselessRevisions=205636
4.01	     nbAssignments=4581  nbFailedAssignments=4343  nbBacktracks=205  nbVisitedNodes=9118  nbRestartNogoods=56
4.01	     mapSize=197  nbInferences=5  nbTooLargeKeys=0
4.01	       =>  wckTime=1.551  cpuTime=1.48  mem=16M788
4.55	   
4.55	   search
4.55	     run=6  nbConstraintChecks=67808736  nbPropagations=129062  nbRevisions=617593  nbUselessRevisions=333750
4.55	     nbAssignments=5813  nbFailedAssignments=5458  nbBacktracks=318  nbVisitedNodes=11566  nbRestartNogoods=90
4.55	     mapSize=309  nbInferences=5  nbTooLargeKeys=0
4.55	       =>  wckTime=2.095  cpuTime=2.02  mem=16M788
4.96	   
4.96	   search
4.96	     run=7  nbConstraintChecks=82314555  nbPropagations=190715  nbRevisions=914496  nbUselessRevisions=494875
4.96	     nbAssignments=6882  nbFailedAssignments=6353  nbBacktracks=489  nbVisitedNodes=13656  nbRestartNogoods=132
4.96	     mapSize=469  nbInferences=5  nbTooLargeKeys=0
4.96	       =>  wckTime=2.504  cpuTime=2.43  mem=16M788
5.43	   
5.43	   search
5.43	     run=8  nbConstraintChecks=98046929  nbPropagations=266525  nbRevisions=1285628  nbUselessRevisions=698662
5.43	     nbAssignments=9038  nbFailedAssignments=8247  nbBacktracks=745  nbVisitedNodes=17928  nbRestartNogoods=165
5.43	     mapSize=719  nbInferences=5  nbTooLargeKeys=0
5.43	       =>  wckTime=2.974  cpuTime=2.89  mem=16M788
7.96	   
7.96	   search
7.96	     run=9  nbConstraintChecks=185713264  nbPropagations=409538  nbRevisions=2033607  nbUselessRevisions=1117656
7.96	     nbAssignments=16591  nbFailedAssignments=15404  nbBacktracks=1129  nbVisitedNodes=32958  nbRestartNogoods=203
7.96	     mapSize=1084  nbInferences=12  nbTooLargeKeys=0
7.96	       =>  wckTime=5.503  cpuTime=5.39  mem=17M764
10.05	   
10.05	   search
10.05	     run=10  nbConstraintChecks=263379522  nbPropagations=616426  nbRevisions=3091205  nbUselessRevisions=1713204
10.05	     nbAssignments=22929  nbFailedAssignments=21162  nbBacktracks=1706  nbVisitedNodes=45505  nbRestartNogoods=275
10.06	     mapSize=1633  nbInferences=12  nbTooLargeKeys=0
10.06	       =>  wckTime=7.599  cpuTime=7.47  mem=17M764
13.43	   
13.43	   search
13.43	     run=11  nbConstraintChecks=370564164  nbPropagations=922041  nbRevisions=4672181  nbUselessRevisions=2606001
13.43	     nbAssignments=37105  nbFailedAssignments=34456  nbBacktracks=2570  nbVisitedNodes=73685  nbRestartNogoods=389
13.43	     mapSize=2441  nbInferences=28  nbTooLargeKeys=0
13.43	       =>  wckTime=10.978  cpuTime=10.81  mem=18M739
15.78	   
15.78	   search
15.78	     run=12  nbConstraintChecks=458312417  nbPropagations=1310472  nbRevisions=6717851  nbUselessRevisions=3796972
15.78	     nbAssignments=46401  nbFailedAssignments=42451  nbBacktracks=3867  nbVisitedNodes=92112  nbRestartNogoods=409
15.78	     mapSize=3675  nbInferences=28  nbTooLargeKeys=0
15.78	       =>  wckTime=13.329  cpuTime=13.14  mem=19M714
16.60	   
16.60	   search
16.60	     run=13  nbConstraintChecks=491512516  nbPropagations=1717988  nbRevisions=8852313  nbUselessRevisions=5036329
16.60	     nbAssignments=49367  nbFailedAssignments=45305  nbBacktracks=3954  nbVisitedNodes=97990  nbRestartNogoods=504
16.60	     mapSize=3752  nbInferences=28  nbTooLargeKeys=0
16.60	       =>  wckTime=14.144  cpuTime=13.94  mem=19M714
16.60	   
16.60	   global
16.60	     nbConstraintChecks=491512516  nbPropagations=1718013  nbRevisions=8852313  nbUselessRevisions=5036329
16.60	     nbRestartNogoods=504  solvingWckTime=14.145  solvingCpuTime=13.95  expiredTime=no  totalExploration=no
16.60	     nbFoundSolutions=1  globalCpuTime=16.0
16.60	       =>  wckTime=16.307  cpuTime=15.95  mem=19M714
16.60	   
16.60	s SATISFIABLE
16.60	v 198 211 105 252 0 46 132 138 216 0 140 56 0 198 231 257 140 0 61 226 214 61 98 0 132 
16.60	d NODES 49367
16.60	d CHECKS 491512516
16.60	   
16.60	   totalWckTime=16.384  totalCpuTime=16.0

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/node72/watcher-234573-1168081589 -o ROOT/results/node72/solver-234573-1168081589 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234573-1168081589/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.86 1.18 1.11 5/93 2843
/proc/meminfo: memFree=1284688/2055920 swapFree=4192812/4192956
[pid=2842] ppid=2840 vsize=18540 CPUtime=0
/proc/2842/stat : 2842 (runsolver) R 2840 2842 2394 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156567996 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 234517753127 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2842/statm: 4635 279 244 17 0 2626 0

[startup+0.106944 s]
/proc/loadavg: 1.86 1.18 1.11 5/93 2843
/proc/meminfo: memFree=1284688/2055920 swapFree=4192812/4192956
[pid=2842] ppid=2840 vsize=914988 CPUtime=0.08
/proc/2842/stat : 2842 (java) R 2840 2842 2394 0 -1 0 3061 0 1 0 7 1 0 0 22 0 8 0 156567996 936947712 2807 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2842/statm: 228747 2807 1450 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514981 s]
/proc/loadavg: 1.86 1.18 1.11 5/93 2843
/proc/meminfo: memFree=1284688/2055920 swapFree=4192812/4192956
[pid=2842] ppid=2840 vsize=915460 CPUtime=0.49
/proc/2842/stat : 2842 (java) R 2840 2842 2394 0 -1 0 6537 0 1 0 46 3 0 0 25 0 8 0 156567996 937431040 6276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2842/statm: 228865 6276 2166 14 0 215335 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915460

[startup+1.33605 s]
/proc/loadavg: 1.86 1.18 1.11 3/100 2850
/proc/meminfo: memFree=1266072/2055920 swapFree=4192812/4192956
[pid=2842] ppid=2840 vsize=915460 CPUtime=1.3
/proc/2842/stat : 2842 (java) R 2840 2842 2394 0 -1 0 7193 0 1 0 126 4 0 0 25 0 8 0 156567996 937431040 6931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073599132 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2842/statm: 228865 6931 2167 14 0 215335 0
[pid=2842/tid=2844] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2844/stat : 2844 (java) S 2840 2842 2394 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 156568000 937431040 6931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2845] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2394 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 156568000 937431040 6931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2846] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2394 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 156568000 937431040 6931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2847] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2394 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156568003 937431040 6931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2848] ppid=2840 vsize=915460 CPUtime=0.09
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2394 0 -1 64 313 0 0 0 9 0 0 0 16 0 8 0 156568003 937431040 6931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2394 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156568003 937431040 6931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2394 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156568003 937431040 6931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.98221 s]
/proc/loadavg: 1.86 1.18 1.11 3/100 2850
/proc/meminfo: memFree=1262488/2055920 swapFree=4192812/4192956
[pid=2842] ppid=2840 vsize=915460 CPUtime=2.94
/proc/2842/stat : 2842 (java) R 2840 2842 2394 0 -1 0 9125 0 1 0 287 7 0 0 25 0 8 0 156567996 937431040 8862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073724881 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2842/statm: 228865 8862 2530 14 0 215335 0
[pid=2842/tid=2844] ppid=2840 vsize=915460 CPUtime=0.03
/proc/2842/task/2844/stat : 2844 (java) S 2840 2842 2394 0 -1 64 744 0 0 0 3 0 0 0 16 0 8 0 156568000 937431040 8862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2845] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2394 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156568000 937431040 8862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2846] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2394 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156568000 937431040 8862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2847] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2394 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156568003 937431040 8862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2848] ppid=2840 vsize=915460 CPUtime=0.17
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2394 0 -1 64 359 0 0 0 16 1 0 0 15 0 8 0 156568003 937431040 8862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2394 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156568003 937431040 8862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2394 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156568003 937431040 8862 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.18249 s]
/proc/loadavg: 1.87 1.19 1.11 3/100 2850
/proc/meminfo: memFree=1258904/2055920 swapFree=4192812/4192956
[pid=2842] ppid=2840 vsize=915460 CPUtime=6.11
/proc/2842/stat : 2842 (java) R 2840 2842 2394 0 -1 0 9157 0 1 0 604 7 0 0 25 0 8 0 156567996 937431040 8892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2842/statm: 228865 8892 2530 14 0 215335 0
[pid=2842/tid=2844] ppid=2840 vsize=915460 CPUtime=0.03
/proc/2842/task/2844/stat : 2844 (java) S 2840 2842 2394 0 -1 64 744 0 0 0 3 0 0 0 16 0 8 0 156568000 937431040 8892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2845] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2394 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156568000 937431040 8892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2846] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2394 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156568000 937431040 8892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2847] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2394 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156568003 937431040 8892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2848] ppid=2840 vsize=915460 CPUtime=0.2
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2394 0 -1 64 370 0 0 0 19 1 0 0 15 0 8 0 156568003 937431040 8892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2394 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156568003 937431040 8892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2394 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156568003 937431040 8892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915460

[startup+12.6541 s]
/proc/loadavg: 1.88 1.21 1.11 3/100 2850
/proc/meminfo: memFree=1257816/2055920 swapFree=4192812/4192956
[pid=2842] ppid=2840 vsize=915460 CPUtime=12.53
/proc/2842/stat : 2842 (java) R 2840 2842 2394 0 -1 0 9455 0 1 0 1246 7 0 0 25 0 8 0 156567996 937431040 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735801 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2842/statm: 228865 9187 2530 14 0 215335 0
[pid=2842/tid=2844] ppid=2840 vsize=915460 CPUtime=0.03
/proc/2842/task/2844/stat : 2844 (java) S 2840 2842 2394 0 -1 64 744 0 0 0 3 0 0 0 16 0 8 0 156568000 937431040 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2845] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2845/stat : 2845 (java) S 2840 2842 2394 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156568000 937431040 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2846] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2846/stat : 2846 (java) S 2840 2842 2394 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156568000 937431040 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2847] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2847/stat : 2847 (java) S 2840 2842 2394 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156568003 937431040 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2848] ppid=2840 vsize=915460 CPUtime=0.21
/proc/2842/task/2848/stat : 2848 (java) S 2840 2842 2394 0 -1 64 375 0 0 0 20 1 0 0 16 0 8 0 156568003 937431040 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2849] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2849/stat : 2849 (java) S 2840 2842 2394 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156568003 937431040 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2842/tid=2850] ppid=2840 vsize=915460 CPUtime=0
/proc/2842/task/2850/stat : 2850 (java) S 2840 2842 2394 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156568003 937431040 9187 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 16.6387
CPU time (s): 16.4565
CPU user time (s): 16.3765
CPU system time (s): 0.079987
CPU usage (%): 98.9051
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.3765
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9834
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= 1417
involuntary context switches= 2052

runsolver used 0.014997 s user time and 0.06199 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 11:06:30 UTC 2007


IDJOB= 234573
IDBENCH= 6696
FILE ID= node72/234573-1168081589

PBS_JOBID= 3476222

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  bdb39889c17d6882097149cacb54071c

RANDOM SEED= 760396907

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.223
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.223
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:       1285168 kB
Buffers:         42528 kB
Cached:         450132 kB
SwapCached:          0 kB
Active:         311708 kB
Inactive:       386040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1285168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1840 kB
Writeback:           0 kB
Mapped:         234080 kB
Slab:            57384 kB
Committed_AS:  3465760 kB
PageTables:       2624 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= 66549 MiB



End job on node72 on Sat Jan  6 11:06:49 UTC 2007