Trace number 234456

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 35.1667 35.3977

DiagnosticValue
CHECKS1152938732
NODES131987

General information on the benchmark

Nametaillard/
os-taillard-5/os-taillard-5-95-2.xml
MD5SUM581bd298a554a245f5f89dd0c5a8e177
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.024995
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size305
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.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=mac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/234456-1168081550/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.42	   variables being loaded...
0.45	     nbVariables=25  nbDomainTypes=25  minDomainSize=210  maxDomainSize=305
0.45	       =>  wckTime=0.104  cpuTime=0.09  mem=6M919
0.45	   
0.45	   predicates being loaded...
0.45	   
0.45	   constraints being loaded...
2.40	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=6220887  nbExtensionStructures=100
2.40	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
2.40	     nbSharedBinaryRepresentations=21326  maxDegree=8  maxArity=2
2.40	       =>  wckTime=2.058  cpuTime=1.99  mem=13M746
2.45	   
2.45	   solver IterativeSystematicSolver being built... 
2.60	       =>  wckTime=2.258  cpuTime=2.12  mem=15M576
2.61	   
2.61	   preprocessing
2.61	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.61	     detectedInconsistency=no
2.61	       =>  wckTime=0.0020  cpuTime=0.0  mem=15M576
2.76	   
2.76	   search
2.76	     run=0  nbConstraintChecks=1988046  nbPropagations=1763  nbRevisions=7015  nbUselessRevisions=3609
2.76	     nbAssignments=289  nbFailedAssignments=276  nbBacktracks=10  nbVisitedNodes=576  nbRestartNogoods=0  mapSize=10
2.76	     nbInferences=0  nbTooLargeKeys=0
2.76	       =>  wckTime=0.15  cpuTime=0.12  mem=16M584
3.03	   
3.03	   search
3.03	     run=1  nbConstraintChecks=10342143  nbPropagations=10844  nbRevisions=35449  nbUselessRevisions=17416
3.03	     nbAssignments=1255  nbFailedAssignments=1226  nbBacktracks=25  nbVisitedNodes=2507  nbRestartNogoods=4  mapSize=25
3.03	     nbInferences=0  nbTooLargeKeys=0
3.03	       =>  wckTime=0.425  cpuTime=0.39  mem=16M584
3.42	   
3.42	   search
3.42	     run=2  nbConstraintChecks=23774986  nbPropagations=30540  nbRevisions=94500  nbUselessRevisions=45764
3.42	     nbAssignments=2604  nbFailedAssignments=2552  nbBacktracks=47  nbVisitedNodes=5204  nbRestartNogoods=19  mapSize=47
3.42	     nbInferences=0  nbTooLargeKeys=0
3.42	       =>  wckTime=0.814  cpuTime=0.76  mem=16M584
4.12	   
4.12	   search
4.12	     run=3  nbConstraintChecks=46231664  nbPropagations=71305  nbRevisions=213974  nbUselessRevisions=101853
4.12	     nbAssignments=5476  nbFailedAssignments=5390  nbBacktracks=80  nbVisitedNodes=10947  nbRestartNogoods=41
4.12	     mapSize=80  nbInferences=0  nbTooLargeKeys=0
4.12	       =>  wckTime=1.513  cpuTime=1.45  mem=16M584
4.37	   
4.37	   search
4.37	     run=4  nbConstraintChecks=55378103  nbPropagations=119317  nbRevisions=356815  nbUselessRevisions=169255
4.37	     nbAssignments=6596  nbFailedAssignments=6459  nbBacktracks=130  nbVisitedNodes=13186  nbRestartNogoods=74
4.37	     mapSize=130  nbInferences=0  nbTooLargeKeys=0
4.37	       =>  wckTime=1.763  cpuTime=1.7  mem=16M584
4.88	   
4.88	   search
4.88	     run=5  nbConstraintChecks=74286043  nbPropagations=181741  nbRevisions=545091  nbUselessRevisions=258952
4.88	     nbAssignments=8493  nbFailedAssignments=8280  nbBacktracks=205  nbVisitedNodes=16979  nbRestartNogoods=175
4.88	     mapSize=205  nbInferences=0  nbTooLargeKeys=0
4.88	       =>  wckTime=2.271  cpuTime=2.2  mem=16M584
5.83	   
5.83	   search
5.83	     run=6  nbConstraintChecks=108615813  nbPropagations=272525  nbRevisions=818546  nbUselessRevisions=389162
5.83	     nbAssignments=12328  nbFailedAssignments=12001  nbBacktracks=318  nbVisitedNodes=24648  nbRestartNogoods=200
5.83	     mapSize=318  nbInferences=0  nbTooLargeKeys=0
5.83	       =>  wckTime=3.221  cpuTime=3.14  mem=16M584
6.84	   
6.84	   search
6.84	     run=7  nbConstraintChecks=144637410  nbPropagations=393005  nbRevisions=1188624  nbUselessRevisions=567658
6.84	     nbAssignments=16553  nbFailedAssignments=16055  nbBacktracks=488  nbVisitedNodes=33097  nbRestartNogoods=401
6.84	     mapSize=488  nbInferences=0  nbTooLargeKeys=0
6.84	       =>  wckTime=4.239  cpuTime=4.15  mem=16M584
9.21	   
9.21	   search
9.21	     run=8  nbConstraintChecks=225562330  nbPropagations=587426  nbRevisions=1777931  nbUselessRevisions=850810
9.21	     nbAssignments=26092  nbFailedAssignments=25337  nbBacktracks=744  nbVisitedNodes=52173  nbRestartNogoods=480
9.21	     mapSize=744  nbInferences=0  nbTooLargeKeys=0
9.21	       =>  wckTime=6.607  cpuTime=6.51  mem=16M584
11.40	   
11.40	   INFO : Stopping hyperNogood (mapSize=1049, nbTooLargekeys=0, mem=16M584)
11.82	   
11.82	   search
11.82	     run=9  nbConstraintChecks=315492029  nbPropagations=861713  nbRevisions=2609129  nbUselessRevisions=1249004
11.82	     nbAssignments=36848  nbFailedAssignments=35708  nbBacktracks=1128  nbVisitedNodes=73684  nbRestartNogoods=605
11.82	       =>  wckTime=9.214  cpuTime=9.11  mem=16M584
15.61	   
15.61	   search
15.61	     run=10  nbConstraintChecks=456590466  nbPropagations=1251167  nbRevisions=3805222  nbUselessRevisions=1830023
15.61	     nbAssignments=52573  nbFailedAssignments=50856  nbBacktracks=1704  nbVisitedNodes=105133  nbRestartNogoods=685
15.61	       =>  wckTime=13.0  cpuTime=12.87  mem=16M584
21.07	   
21.07	   search
21.07	     run=11  nbConstraintChecks=648496253  nbPropagations=1805800  nbRevisions=5524723  nbUselessRevisions=2667155
21.07	     nbAssignments=75425  nbFailedAssignments=72843  nbBacktracks=2568  nbVisitedNodes=150834  nbRestartNogoods=774
21.07	       =>  wckTime=18.465  cpuTime=18.3  mem=16M584
28.29	   
28.29	   search
28.29	     run=12  nbConstraintChecks=905530583  nbPropagations=2569524  nbRevisions=7919263  nbUselessRevisions=3833588
28.29	     nbAssignments=104517  nbFailedAssignments=100637  nbBacktracks=3865  nbVisitedNodes=209013  nbRestartNogoods=877
28.29	       =>  wckTime=25.687  cpuTime=25.49  mem=16M584
35.37	   
35.37	   search
35.37	     run=13  nbConstraintChecks=1152938732  nbPropagations=3534567  nbRevisions=10963301  nbUselessRevisions=5309966
35.37	     nbAssignments=131987  nbFailedAssignments=126826  nbBacktracks=5147  nbVisitedNodes=263940  nbRestartNogoods=900
35.37	       =>  wckTime=32.762  cpuTime=32.53  mem=16M584
35.37	   
35.37	   global
35.37	     nbConstraintChecks=1152938732  nbPropagations=3534592  nbRevisions=10963301  nbUselessRevisions=5309966
35.37	     nbRestartNogoods=900  solvingWckTime=32.763  solvingCpuTime=32.53  expiredTime=no  totalExploration=yes
35.37	     nbFoundSolutions=0  globalCpuTime=34.7
35.37	       =>  wckTime=35.024  cpuTime=34.65  mem=16M584
35.37	   
35.37	s UNSATISFIABLE
35.37	d NODES 131987
35.37	d CHECKS 1152938732
35.37	   
35.37	   totalWckTime=35.103  totalCpuTime=34.7

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

[startup+0.10799 s]
/proc/loadavg: 1.89 1.07 1.07 5/93 2787
/proc/meminfo: memFree=1284952/2055920 swapFree=4192812/4192956
[pid=2786] ppid=2784 vsize=907808 CPUtime=0.06
/proc/2786/stat : 2786 (java) D 2784 2786 2394 0 -1 0 2505 0 1 0 4 2 0 0 17 0 4 0 156563819 929595392 2252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/2786/statm: 226952 2252 1232 14 0 214535 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 907808

[startup+0.516031 s]
/proc/loadavg: 1.89 1.07 1.07 5/93 2787
/proc/meminfo: memFree=1284952/2055920 swapFree=4192812/4192956
[pid=2786] ppid=2784 vsize=915328 CPUtime=0.45
/proc/2786/stat : 2786 (java) R 2784 2786 2394 0 -1 0 6420 0 1 0 41 4 0 0 18 0 8 0 156563819 937295872 6159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153572208 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2786/statm: 228832 6159 2150 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.3391 s]
/proc/loadavg: 1.89 1.08 1.07 3/100 2794
/proc/meminfo: memFree=1266528/2055920 swapFree=4192812/4192956
[pid=2786] ppid=2784 vsize=915460 CPUtime=1.27
/proc/2786/stat : 2786 (java) R 2784 2786 2394 0 -1 0 7111 0 1 0 122 5 0 0 25 0 8 0 156563819 937431040 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073601484 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2786/statm: 228865 6849 2167 14 0 215335 0
[pid=2786/tid=2788] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2788/stat : 2788 (java) S 2784 2786 2394 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 156563823 937431040 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2789] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2789/stat : 2789 (java) S 2784 2786 2394 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156563824 937431040 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2790] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2790/stat : 2790 (java) S 2784 2786 2394 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 156563824 937431040 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2791] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2791/stat : 2791 (java) S 2784 2786 2394 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156563830 937431040 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2792] ppid=2784 vsize=915460 CPUtime=0.08
/proc/2786/task/2792/stat : 2792 (java) S 2784 2786 2394 0 -1 64 313 0 0 0 8 0 0 0 16 0 8 0 156563830 937431040 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2793] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2793/stat : 2793 (java) S 2784 2786 2394 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156563830 937431040 6849 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2794] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2794/stat : 2794 (java) S 2784 2786 2394 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156563830 937431040 6849 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) 915460

[startup+2.99025 s]
/proc/loadavg: 1.89 1.08 1.07 3/100 2794
/proc/meminfo: memFree=1263200/2055920 swapFree=4192812/4192956
[pid=2786] ppid=2784 vsize=915460 CPUtime=2.92
/proc/2786/stat : 2786 (java) R 2784 2786 2394 0 -1 0 9012 0 1 0 285 7 0 0 25 0 8 0 156563819 937431040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2786/statm: 228865 8749 2530 14 0 215335 0
[pid=2786/tid=2788] ppid=2784 vsize=915460 CPUtime=0.03
/proc/2786/task/2788/stat : 2788 (java) S 2784 2786 2394 0 -1 64 694 0 0 0 3 0 0 0 16 0 8 0 156563823 937431040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2789] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2789/stat : 2789 (java) S 2784 2786 2394 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156563824 937431040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2790] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2790/stat : 2790 (java) S 2784 2786 2394 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156563824 937431040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2791] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2791/stat : 2791 (java) S 2784 2786 2394 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156563830 937431040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2792] ppid=2784 vsize=915460 CPUtime=0.16
/proc/2786/task/2792/stat : 2792 (java) S 2784 2786 2394 0 -1 64 356 0 0 0 16 0 0 0 15 0 8 0 156563830 937431040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2793] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2793/stat : 2793 (java) S 2784 2786 2394 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156563830 937431040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2794] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2794/stat : 2794 (java) S 2784 2786 2394 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156563830 937431040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915460

[startup+6.26955 s]
/proc/loadavg: 1.90 1.10 1.08 3/100 2794
/proc/meminfo: memFree=1259552/2055920 swapFree=4192812/4192956
[pid=2786] ppid=2784 vsize=915460 CPUtime=6.18
/proc/2786/stat : 2786 (java) R 2784 2786 2394 0 -1 0 9028 0 1 0 611 7 0 0 25 0 8 0 156563819 937431040 8763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073766331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2786/statm: 228865 8763 2530 14 0 215335 0
[pid=2786/tid=2788] ppid=2784 vsize=915460 CPUtime=0.03
/proc/2786/task/2788/stat : 2788 (java) S 2784 2786 2394 0 -1 64 694 0 0 0 3 0 0 0 16 0 8 0 156563823 937431040 8763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2789] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2789/stat : 2789 (java) S 2784 2786 2394 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156563824 937431040 8763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2790] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2790/stat : 2790 (java) S 2784 2786 2394 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156563824 937431040 8763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2791] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2791/stat : 2791 (java) S 2784 2786 2394 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156563830 937431040 8763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2792] ppid=2784 vsize=915460 CPUtime=0.2
/proc/2786/task/2792/stat : 2792 (java) S 2784 2786 2394 0 -1 64 370 0 0 0 19 1 0 0 15 0 8 0 156563830 937431040 8763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2793] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2793/stat : 2793 (java) S 2784 2786 2394 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156563830 937431040 8763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2794] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2794/stat : 2794 (java) S 2784 2786 2394 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156563830 937431040 8763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915460

[startup+12.7601 s]
/proc/loadavg: 1.91 1.11 1.08 3/100 2794
/proc/meminfo: memFree=1259168/2055920 swapFree=4192812/4192956
[pid=2786] ppid=2784 vsize=915460 CPUtime=12.64
/proc/2786/stat : 2786 (java) R 2784 2786 2394 0 -1 0 9132 0 1 0 1257 7 0 0 25 0 8 0 156563819 937431040 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735793 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2786/statm: 228865 8866 2530 14 0 215335 0
[pid=2786/tid=2788] ppid=2784 vsize=915460 CPUtime=0.03
/proc/2786/task/2788/stat : 2788 (java) S 2784 2786 2394 0 -1 64 694 0 0 0 3 0 0 0 16 0 8 0 156563823 937431040 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2789] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2789/stat : 2789 (java) S 2784 2786 2394 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156563824 937431040 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2790] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2790/stat : 2790 (java) S 2784 2786 2394 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156563824 937431040 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2791] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2791/stat : 2791 (java) S 2784 2786 2394 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156563830 937431040 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2792] ppid=2784 vsize=915460 CPUtime=0.2
/proc/2786/task/2792/stat : 2792 (java) S 2784 2786 2394 0 -1 64 370 0 0 0 19 1 0 0 16 0 8 0 156563830 937431040 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2793] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2793/stat : 2793 (java) S 2784 2786 2394 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156563830 937431040 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2794] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2794/stat : 2794 (java) S 2784 2786 2394 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156563830 937431040 8866 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915460

[startup+25.6013 s]
/proc/loadavg: 1.92 1.14 1.09 3/100 2794
/proc/meminfo: memFree=1259104/2055920 swapFree=4192812/4192956
[pid=2786] ppid=2784 vsize=915460 CPUtime=25.42
/proc/2786/stat : 2786 (java) R 2784 2786 2394 0 -1 0 9143 0 1 0 2535 7 0 0 25 0 8 0 156563819 937431040 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073743735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2786/statm: 228865 8877 2530 14 0 215335 0
[pid=2786/tid=2788] ppid=2784 vsize=915460 CPUtime=0.03
/proc/2786/task/2788/stat : 2788 (java) S 2784 2786 2394 0 -1 64 694 0 0 0 3 0 0 0 16 0 8 0 156563823 937431040 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2789] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2789/stat : 2789 (java) S 2784 2786 2394 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156563824 937431040 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2790] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2790/stat : 2790 (java) S 2784 2786 2394 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156563824 937431040 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2791] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2791/stat : 2791 (java) S 2784 2786 2394 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156563830 937431040 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2792] ppid=2784 vsize=915460 CPUtime=0.21
/proc/2786/task/2792/stat : 2792 (java) S 2784 2786 2394 0 -1 64 375 0 0 0 20 1 0 0 16 0 8 0 156563830 937431040 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2793] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2793/stat : 2793 (java) S 2784 2786 2394 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156563830 937431040 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2786/tid=2794] ppid=2784 vsize=915460 CPUtime=0
/proc/2786/task/2794/stat : 2794 (java) S 2784 2786 2394 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156563830 937431040 8877 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 35.3977
CPU time (s): 35.1667
CPU user time (s): 35.0807
CPU system time (s): 0.085986
CPU usage (%): 99.3473
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.0807
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9238
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= 1758
involuntary context switches= 3584

runsolver used 0.044993 s user time and 0.121981 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 11:05:50 UTC 2007


IDJOB= 234456
IDBENCH= 6689
FILE ID= node72/234456-1168081550

PBS_JOBID= 3476222

Free space on /tmp= 66549 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  581bd298a554a245f5f89dd0c5a8e177

RANDOM SEED= 304628839

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:       1285368 kB
Buffers:         42492 kB
Cached:         450168 kB
SwapCached:          0 kB
Active:         311632 kB
Inactive:       385992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1285368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:         234028 kB
Slab:            57372 kB
Committed_AS:  3463444 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:25 UTC 2007