Trace number 229029

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 ESACUNSAT 10.9153 11.0244

DiagnosticValue
CHECKS61884574
NODES52710

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-41_ext.xml
MD5SUM74df457be90ea7a152f59268da62bd6f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.66659
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/229029-1168303267/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.42	       =>  wckTime=0.1  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.60	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1392  maxDegree=20
0.60	     maxArity=2
0.60	       =>  wckTime=0.288  cpuTime=0.21  mem=11M827
0.64	   
0.65	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.494  cpuTime=0.35  mem=14M825
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=55046  nbPropagations=826  nbRevisions=6212  nbUselessRevisions=5005  nbSingletonTests=50
0.86	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.86	       =>  wckTime=0.051  cpuTime=0.02  mem=14M825
0.88	   
0.88	   search
0.88	     run=0  nbConstraintChecks=20206  nbPropagations=1199  nbRevisions=9683  nbUselessRevisions=7683  nbAssignments=22
0.88	     nbFailedAssignments=6  nbBacktracks=12  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.071  cpuTime=0.03  mem=14M825
0.90	   
0.90	   search
0.90	     run=1  nbConstraintChecks=56043  nbPropagations=2985  nbRevisions=25200  nbUselessRevisions=19727  nbAssignments=52
0.90	     nbFailedAssignments=16  nbBacktracks=27  nbVisitedNodes=83  nbRestartNogoods=1  mapSize=18  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.091  cpuTime=0.04  mem=14M825
0.92	   
0.92	   search
0.92	     run=2  nbConstraintChecks=117175  nbPropagations=5843  nbRevisions=51008  nbUselessRevisions=39816
0.92	     nbAssignments=109  nbFailedAssignments=36  nbBacktracks=49  nbVisitedNodes=166  nbRestartNogoods=5  mapSize=38
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.109  cpuTime=0.05  mem=14M825
0.94	   
0.94	   search
0.94	     run=3  nbConstraintChecks=197898  nbPropagations=10165  nbRevisions=92427  nbUselessRevisions=71822
0.94	     nbAssignments=177  nbFailedAssignments=65  nbBacktracks=83  nbVisitedNodes=287  nbRestartNogoods=10  mapSize=68
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.128  cpuTime=0.07  mem=14M825
0.97	   
0.97	   search
0.97	     run=4  nbConstraintChecks=307420  nbPropagations=16342  nbRevisions=153327  nbUselessRevisions=118806
0.97	     nbAssignments=282  nbFailedAssignments=105  nbBacktracks=134  nbVisitedNodes=453  nbRestartNogoods=15  mapSize=109
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.155  cpuTime=0.09  mem=14M825
1.00	   
1.00	   search
1.00	     run=5  nbConstraintChecks=470658  nbPropagations=25345  nbRevisions=245620  nbUselessRevisions=190018
1.00	     nbAssignments=425  nbFailedAssignments=167  nbBacktracks=209  nbVisitedNodes=709  nbRestartNogoods=22  mapSize=180
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.192  cpuTime=0.13  mem=14M825
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=661984  nbPropagations=37996  nbRevisions=375624  nbUselessRevisions=290162
1.05	     nbAssignments=619  nbFailedAssignments=242  nbBacktracks=322  nbVisitedNodes=1048  nbRestartNogoods=25  mapSize=279
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.234  cpuTime=0.17  mem=14M825
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=1017257  nbPropagations=56521  nbRevisions=570296  nbUselessRevisions=439522
1.11	     nbAssignments=927  nbFailedAssignments=375  nbBacktracks=493  nbVisitedNodes=1589  nbRestartNogoods=30  mapSize=432
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.302  cpuTime=0.23  mem=14M825
1.23	   
1.23	   search
1.23	     run=8  nbConstraintChecks=1579069  nbPropagations=84494  nbRevisions=872425  nbUselessRevisions=671705
1.23	     nbAssignments=1393  nbFailedAssignments=579  nbBacktracks=750  nbVisitedNodes=2427  nbRestartNogoods=34
1.23	     mapSize=660  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.418  cpuTime=0.34  mem=14M825
1.38	   
1.38	   search
1.38	     run=9  nbConstraintChecks=2274290  nbPropagations=124960  nbRevisions=1308245  nbUselessRevisions=1005850
1.38	     nbAssignments=2054  nbFailedAssignments=853  nbBacktracks=1134  nbVisitedNodes=3592  nbRestartNogoods=41
1.38	     mapSize=989  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.565  cpuTime=0.47  mem=14M825
1.40	   
1.40	   INFO : Stopping hyperNogood (mapSize=1044, nbTooLargekeys=0, mem=14M825)
1.58	   
1.58	   search
1.58	     run=10  nbConstraintChecks=3423260  nbPropagations=184725  nbRevisions=1954179  nbUselessRevisions=1499986
1.58	     nbAssignments=3065  nbFailedAssignments=1281  nbBacktracks=1710  nbVisitedNodes=5375  nbRestartNogoods=45
1.58	       =>  wckTime=0.768  cpuTime=0.66  mem=14M825
1.85	   
1.85	   search
1.85	     run=11  nbConstraintChecks=5061218  nbPropagations=273017  nbRevisions=2915268  nbUselessRevisions=2236860
1.85	     nbAssignments=4586  nbFailedAssignments=1920  nbBacktracks=2578  nbVisitedNodes=8039  nbRestartNogoods=52
1.85	       =>  wckTime=1.039  cpuTime=0.93  mem=14M825
2.28	   
2.28	   search
2.28	     run=12  nbConstraintChecks=7726968  nbPropagations=405963  nbRevisions=4359994  nbUselessRevisions=3339983
2.28	     nbAssignments=6841  nbFailedAssignments=2871  nbBacktracks=3875  nbVisitedNodes=12040  nbRestartNogoods=64
2.28	       =>  wckTime=1.472  cpuTime=1.36  mem=14M825
2.98	   
2.98	   search
2.98	     run=13  nbConstraintChecks=12095333  nbPropagations=610377  nbRevisions=6615977  nbUselessRevisions=5065942
2.98	     nbAssignments=10401  nbFailedAssignments=4480  nbBacktracks=5822  nbVisitedNodes=18467  nbRestartNogoods=70
2.98	       =>  wckTime=2.166  cpuTime=2.05  mem=14M825
3.88	   
3.88	   search
3.88	     run=14  nbConstraintChecks=17489382  nbPropagations=911175  nbRevisions=9934716  nbUselessRevisions=7612921
3.88	     nbAssignments=15458  nbFailedAssignments=6614  nbBacktracks=8741  nbVisitedNodes=27478  nbRestartNogoods=77
3.88	       =>  wckTime=3.065  cpuTime=2.94  mem=14M825
5.25	   
5.25	   search
5.25	     run=15  nbConstraintChecks=26041876  nbPropagations=1355993  nbRevisions=14823030  nbUselessRevisions=11357958
5.25	     nbAssignments=22864  nbFailedAssignments=9638  nbBacktracks=13119  nbVisitedNodes=40483  nbRestartNogoods=89
5.26	       =>  wckTime=4.443  cpuTime=4.32  mem=14M825
7.34	   
7.34	   search
7.34	     run=16  nbConstraintChecks=39083025  nbPropagations=2019516  nbRevisions=22115183  nbUselessRevisions=16940067
7.34	     nbAssignments=34022  nbFailedAssignments=14222  nbBacktracks=19687  nbVisitedNodes=60135  nbRestartNogoods=104
7.34	       =>  wckTime=6.532  cpuTime=6.4  mem=14M825
10.71	   
10.71	   search
10.71	     run=17  nbConstraintChecks=60220094  nbPropagations=3031927  nbRevisions=33299213  nbUselessRevisions=25504652
10.71	     nbAssignments=51444  nbFailedAssignments=21779  nbBacktracks=29540  nbVisitedNodes=91197  nbRestartNogoods=112
10.71	       =>  wckTime=9.898  cpuTime=9.75  mem=14M825
10.97	   
10.97	   search
10.97	     run=18  nbConstraintChecks=61829528  nbPropagations=4070535  nbRevisions=44773962  nbUselessRevisions=34291316
10.97	     nbAssignments=52710  nbFailedAssignments=22331  nbBacktracks=30255  nbVisitedNodes=93457  nbRestartNogoods=117
10.97	       =>  wckTime=10.154  cpuTime=10.01  mem=14M825
10.97	   
10.97	   global
10.97	     nbConstraintChecks=61884574  nbPropagations=4071361  nbRevisions=44780174  nbUselessRevisions=34296321
10.97	     nbRestartNogoods=117  solvingWckTime=10.155  solvingCpuTime=10.01  expiredTime=no  totalExploration=yes
10.97	     nbFoundSolutions=0  globalCpuTime=10.41
10.97	       =>  wckTime=10.652  cpuTime=10.36  mem=14M825
10.97	   
10.97	s UNSATISFIABLE
10.97	d NODES 52710
10.97	d CHECKS 61884574
10.97	   
10.97	   totalWckTime=10.736  totalCpuTime=10.41

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/node5/watcher-229029-1168303267 -o ROOT/results/node5/solver-229029-1168303267 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229029-1168303267/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: 0.90 0.95 0.99 2/82 25542
/proc/meminfo: memFree=1166152/2055920 swapFree=4192812/4192956
[pid=25541] ppid=25538 vsize=18540 CPUtime=0
/proc/25541/stat : 25541 (runsolver) R 25538 25541 25433 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 158941137 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 226913479975 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25541/statm: 4635 279 244 17 0 2626 0

[startup+0.10761 s]
/proc/loadavg: 0.90 0.95 0.99 2/82 25542
/proc/meminfo: memFree=1166152/2055920 swapFree=4192812/4192956
[pid=25541] ppid=25538 vsize=914988 CPUtime=0.09
/proc/25541/stat : 25541 (java) R 25538 25541 25433 0 -1 0 3005 0 1 0 8 1 0 0 17 0 8 0 158941137 936947712 2751 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155166642 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25541/statm: 228747 2751 1430 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516657 s]
/proc/loadavg: 0.90 0.95 0.99 2/82 25542
/proc/meminfo: memFree=1166152/2055920 swapFree=4192812/4192956
[pid=25541] ppid=25538 vsize=915328 CPUtime=0.49
/proc/25541/stat : 25541 (java) R 25538 25541 25433 0 -1 0 6673 0 1 0 45 4 0 0 18 0 8 0 158941137 937295872 6412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25541/statm: 228832 6412 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34575 s]
/proc/loadavg: 0.90 0.95 0.99 3/102 25575
/proc/meminfo: memFree=1087848/2055920 swapFree=4192812/4192956
[pid=25541] ppid=25538 vsize=915452 CPUtime=1.32
/proc/25541/stat : 25541 (java) R 25538 25541 25433 0 -1 0 8685 0 1 0 125 7 0 0 24 0 8 0 158941137 937422848 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073787457 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25541/statm: 228863 8423 2524 14 0 215333 0
[pid=25541/tid=25559] ppid=25538 vsize=915452 CPUtime=0.03
/proc/25541/task/25559/stat : 25559 (java) S 25538 25541 25433 0 -1 64 243 0 0 0 3 0 0 0 17 0 8 0 158941141 937422848 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25560] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25560/stat : 25560 (java) S 25538 25541 25433 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158941142 937422848 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25561] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25561/stat : 25561 (java) S 25538 25541 25433 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158941142 937422848 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25564] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25564/stat : 25564 (java) S 25538 25541 25433 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158941145 937422848 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25565] ppid=25538 vsize=915452 CPUtime=0.24
/proc/25541/task/25565/stat : 25565 (java) S 25538 25541 25433 0 -1 64 382 0 0 0 23 1 0 0 16 0 8 0 158941145 937422848 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25566] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25566/stat : 25566 (java) S 25538 25541 25433 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 158941145 937422848 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25567] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25567/stat : 25567 (java) S 25538 25541 25433 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158941145 937422848 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915452

[startup+2.98793 s]
/proc/loadavg: 0.90 0.95 0.99 3/102 25575
/proc/meminfo: memFree=1087592/2055920 swapFree=4192812/4192956
[pid=25541] ppid=25538 vsize=915452 CPUtime=2.95
/proc/25541/stat : 25541 (java) R 25538 25541 25433 0 -1 0 8714 0 1 0 288 7 0 0 25 0 8 0 158941137 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073789282 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25541/statm: 228863 8450 2524 14 0 215333 0
[pid=25541/tid=25559] ppid=25538 vsize=915452 CPUtime=0.03
/proc/25541/task/25559/stat : 25559 (java) S 25538 25541 25433 0 -1 64 243 0 0 0 3 0 0 0 17 0 8 0 158941141 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25560] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25560/stat : 25560 (java) S 25538 25541 25433 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158941142 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25561] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25561/stat : 25561 (java) S 25538 25541 25433 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158941142 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25564] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25564/stat : 25564 (java) S 25538 25541 25433 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158941145 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25565] ppid=25538 vsize=915452 CPUtime=0.25
/proc/25541/task/25565/stat : 25565 (java) S 25538 25541 25433 0 -1 64 391 0 0 0 24 1 0 0 15 0 8 0 158941145 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25566] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25566/stat : 25566 (java) S 25538 25541 25433 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 158941145 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25567] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25567/stat : 25567 (java) S 25538 25541 25433 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158941145 937422848 8450 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

[startup+6.26731 s]
/proc/loadavg: 0.99 0.96 0.99 3/102 25575
/proc/meminfo: memFree=1087336/2055920 swapFree=4192812/4192956
[pid=25541] ppid=25538 vsize=915452 CPUtime=6.21
/proc/25541/stat : 25541 (java) R 25538 25541 25433 0 -1 0 8719 0 1 0 614 7 0 0 25 0 8 0 158941137 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25541/statm: 228863 8455 2524 14 0 215333 0
[pid=25541/tid=25559] ppid=25538 vsize=915452 CPUtime=0.03
/proc/25541/task/25559/stat : 25559 (java) S 25538 25541 25433 0 -1 64 243 0 0 0 3 0 0 0 16 0 8 0 158941141 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25560] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25560/stat : 25560 (java) S 25538 25541 25433 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158941142 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25561] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25561/stat : 25561 (java) S 25538 25541 25433 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158941142 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25564] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25564/stat : 25564 (java) S 25538 25541 25433 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158941145 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25565] ppid=25538 vsize=915452 CPUtime=0.25
/proc/25541/task/25565/stat : 25565 (java) S 25538 25541 25433 0 -1 64 391 0 0 0 24 1 0 0 15 0 8 0 158941145 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25566] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25566/stat : 25566 (java) S 25538 25541 25433 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 158941145 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25541/tid=25567] ppid=25538 vsize=915452 CPUtime=0
/proc/25541/task/25567/stat : 25567 (java) S 25538 25541 25433 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158941145 937422848 8455 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 11.0244
CPU time (s): 10.9153
CPU user time (s): 10.8324
CPU system time (s): 0.082987
CPU usage (%): 99.0107
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.8324
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8816
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= 1336
involuntary context switches= 1474

runsolver used 0.016997 s user time and 0.040993 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Tue Jan  9 00:41:07 UTC 2007


IDJOB= 229029
IDBENCH= 6268
FILE ID= node5/229029-1168303267

PBS_JOBID= 3502238

Free space on /tmp= 66353 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-41_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229029-1168303267/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-229029-1168303267 -o ROOT/results/node5/solver-229029-1168303267 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/229029-1168303267/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  74df457be90ea7a152f59268da62bd6f

RANDOM SEED= 998435771

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.240
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.240
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:       1166696 kB
Buffers:         79528 kB
Cached:         696760 kB
SwapCached:          0 kB
Active:         344196 kB
Inactive:       479428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1166696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5572 kB
Writeback:           0 kB
Mapped:          66264 kB
Slab:            50732 kB
Committed_AS:  4319528 kB
PageTables:       2012 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= 66353 MiB



End job on node5 on Tue Jan  9 00:41:18 UTC 2007