Trace number 225826

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 ESACSAT 22.2006 22.3665

DiagnosticValue
CHECKS361960228
NODES34903

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-71_ext.xml
MD5SUMf7eb7de32df34518af0e28a9b223bfd2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.2006
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
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=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/225826-1168273518/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180
0.43	       =>  wckTime=0.104  cpuTime=0.08  mem=6M951
0.43	   
0.43	   relations being loaded...
0.78	   
0.78	   constraints being loaded...
0.92	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.92	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=8  maxArity=2
0.92	       =>  wckTime=0.596  cpuTime=0.54  mem=35M597
0.97	   
0.97	   solver IterativeSystematicSolver being built... 
1.14	       =>  wckTime=0.817  cpuTime=0.68  mem=16M392
1.21	   
1.21	   preprocessing
1.21	     nbConstraintChecks=505002  nbPropagations=1032  nbRevisions=3598  nbUselessRevisions=2102  nbSingletonTests=51
1.21	     nbEffectiveSingletonTests=0  nbESACBranches=9  nbRemovedValues=0  detectedInconsistency=no
1.21	       =>  wckTime=0.069  cpuTime=0.05  mem=16M392
1.25	   
1.25	   search
1.25	     run=0  nbConstraintChecks=170367  nbPropagations=1681  nbRevisions=5794  nbUselessRevisions=3071  nbAssignments=22
1.26	     nbFailedAssignments=8  nbBacktracks=12  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.26	     nbTooLargeKeys=0
1.26	       =>  wckTime=0.112  cpuTime=0.08  mem=16M392
1.30	   
1.30	   search
1.30	     run=1  nbConstraintChecks=661569  nbPropagations=4948  nbRevisions=17656  nbUselessRevisions=8937  nbAssignments=69
1.30	     nbFailedAssignments=37  nbBacktracks=28  nbVisitedNodes=124  nbRestartNogoods=3  mapSize=20  nbInferences=0
1.30	     nbTooLargeKeys=0
1.30	       =>  wckTime=0.153  cpuTime=0.12  mem=16M392
1.34	   
1.34	   search
1.34	     run=2  nbConstraintChecks=1160249  nbPropagations=10573  nbRevisions=37666  nbUselessRevisions=18364
1.34	     nbAssignments=133  nbFailedAssignments=70  nbBacktracks=51  nbVisitedNodes=233  nbRestartNogoods=11  mapSize=39
1.34	     nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.195  cpuTime=0.16  mem=16M392
1.41	   
1.41	   search
1.41	     run=3  nbConstraintChecks=2193525  nbPropagations=19865  nbRevisions=70822  nbUselessRevisions=33779
1.41	     nbAssignments=233  nbFailedAssignments=120  nbBacktracks=86  nbVisitedNodes=394  nbRestartNogoods=21  mapSize=70
1.41	     nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.267  cpuTime=0.23  mem=16M392
1.48	   
1.48	   search
1.48	     run=4  nbConstraintChecks=3364241  nbPropagations=32922  nbRevisions=118863  nbUselessRevisions=55702
1.48	     nbAssignments=339  nbFailedAssignments=172  nbBacktracks=136  nbVisitedNodes=589  nbRestartNogoods=26  mapSize=111
1.48	     nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.34  cpuTime=0.3  mem=16M392
1.61	   
1.61	   search
1.61	     run=5  nbConstraintChecks=5396152  nbPropagations=52605  nbRevisions=192407  nbUselessRevisions=89252
1.61	     nbAssignments=521  nbFailedAssignments=268  nbBacktracks=212  nbVisitedNodes=907  nbRestartNogoods=35  mapSize=172
1.61	     nbInferences=0  nbTooLargeKeys=0
1.61	       =>  wckTime=0.47  cpuTime=0.43  mem=17M360
1.77	   
1.77	   search
1.77	     run=6  nbConstraintChecks=7744185  nbPropagations=82399  nbRevisions=302198  nbUselessRevisions=138829
1.77	     nbAssignments=812  nbFailedAssignments=442  nbBacktracks=326  nbVisitedNodes=1453  nbRestartNogoods=40  mapSize=267
1.77	     nbInferences=0  nbTooLargeKeys=0
1.77	       =>  wckTime=0.629  cpuTime=0.58  mem=17M360
2.11	   
2.11	   search
2.11	     run=7  nbConstraintChecks=13385657  nbPropagations=130125  nbRevisions=482892  nbUselessRevisions=219643
2.11	     nbAssignments=1335  nbFailedAssignments=794  nbBacktracks=496  nbVisitedNodes=2448  nbRestartNogoods=45
2.11	     mapSize=416  nbInferences=0  nbTooLargeKeys=0
2.11	       =>  wckTime=0.964  cpuTime=0.91  mem=17M360
2.57	   
2.57	   search
2.57	     run=8  nbConstraintChecks=20670110  nbPropagations=204066  nbRevisions=762633  nbUselessRevisions=344812
2.57	     nbAssignments=2081  nbFailedAssignments=1281  nbBacktracks=754  nbVisitedNodes=3877  nbRestartNogoods=50
2.57	     mapSize=649  nbInferences=0  nbTooLargeKeys=0
2.57	       =>  wckTime=1.426  cpuTime=1.35  mem=17M360
3.26	   
3.26	   search
3.26	     run=9  nbConstraintChecks=32540299  nbPropagations=313756  nbRevisions=1184258  nbUselessRevisions=534231
3.26	     nbAssignments=3060  nbFailedAssignments=1875  nbBacktracks=1138  nbVisitedNodes=5713  nbRestartNogoods=51
3.26	     mapSize=983  nbInferences=0  nbTooLargeKeys=0
3.26	       =>  wckTime=2.117  cpuTime=2.03  mem=17M360
3.35	   
3.35	   INFO : Stopping hyperNogood (mapSize=1032, nbTooLargekeys=0, mem=17M360)
4.12	   
4.12	   search
4.12	     run=10  nbConstraintChecks=47227267  nbPropagations=473515  nbRevisions=1792579  nbUselessRevisions=808709
4.12	     nbAssignments=4449  nbFailedAssignments=2686  nbBacktracks=1714  nbVisitedNodes=8274  nbRestartNogoods=60
4.12	       =>  wckTime=2.977  cpuTime=2.88  mem=17M360
5.43	   
5.43	   search
5.43	     run=11  nbConstraintChecks=70004481  nbPropagations=711692  nbRevisions=2696782  nbUselessRevisions=1215512
5.43	     nbAssignments=6669  nbFailedAssignments=4037  nbBacktracks=2581  nbVisitedNodes=12429  nbRestartNogoods=66
5.43	       =>  wckTime=4.291  cpuTime=4.19  mem=17M360
7.72	   
7.72	   search
7.72	     run=12  nbConstraintChecks=109588711  nbPropagations=1082381  nbRevisions=4101996  nbUselessRevisions=1848597
7.72	     nbAssignments=10470  nbFailedAssignments=6536  nbBacktracks=3878  nbVisitedNodes=19639  nbRestartNogoods=90
7.72	       =>  wckTime=6.575  cpuTime=6.46  mem=17M360
10.77	   
10.78	   search
10.78	     run=13  nbConstraintChecks=161635679  nbPropagations=1637767  nbRevisions=6198071  nbUselessRevisions=2794010
10.78	     nbAssignments=15580  nbFailedAssignments=9699  nbBacktracks=5824  nbVisitedNodes=29219  nbRestartNogoods=104
10.78	       =>  wckTime=9.633  cpuTime=9.5  mem=17M360
15.78	   
15.78	   search
15.78	     run=14  nbConstraintChecks=248326897  nbPropagations=2484698  nbRevisions=9421226  nbUselessRevisions=4241524
15.78	     nbAssignments=23604  nbFailedAssignments=14800  nbBacktracks=8744  nbVisitedNodes=44429  nbRestartNogoods=116
15.78	       =>  wckTime=14.634  cpuTime=14.48  mem=17M360
22.31	   
22.31	   search
22.31	     run=15  nbConstraintChecks=361455226  nbPropagations=3727160  nbRevisions=14129774  nbUselessRevisions=6361397
22.31	     nbAssignments=34903  nbFailedAssignments=21762  nbBacktracks=13041  nbVisitedNodes=65521  nbRestartNogoods=126
22.31	       =>  wckTime=21.167  cpuTime=20.98  mem=17M360
22.31	   
22.31	   global
22.31	     nbConstraintChecks=361960228  nbPropagations=3728192  nbRevisions=14133372  nbUselessRevisions=6363499
22.31	     nbRestartNogoods=126  solvingWckTime=21.168  solvingCpuTime=20.98  expiredTime=no  totalExploration=no
22.31	     nbFoundSolutions=1  globalCpuTime=21.72
22.31	       =>  wckTime=21.99  cpuTime=21.66  mem=17M360
22.31	   
22.31	s SATISFIABLE
22.31	v 39 167 44 167 10 96 47 147 172 87 56 104 64 146 83 72 29 101 33 116 9 173 114 53 41 142 4 58 178 64 82 171 41 121 135 123 49 27 98 89 
22.31	d NODES 34903
22.31	d CHECKS 361960228
22.31	   
22.31	   totalWckTime=22.071  totalCpuTime=21.72

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/node55/watcher-225826-1168273518 -o ROOT/results/node55/solver-225826-1168273518 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225826-1168273518/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: 2.03 2.51 2.42 4/75 11421
/proc/meminfo: memFree=1594560/2055920 swapFree=4192192/4192956
[pid=11420] ppid=11418 vsize=18540 CPUtime=0
/proc/11420/stat : 11420 (runsolver) R 11418 11420 10339 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 175750133 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11420/statm: 4635 279 244 17 0 2626 0

[startup+0.104097 s]
/proc/loadavg: 2.03 2.51 2.42 4/75 11421
/proc/meminfo: memFree=1594560/2055920 swapFree=4192192/4192956
[pid=11420] ppid=11418 vsize=914988 CPUtime=0.08
/proc/11420/stat : 11420 (java) R 11418 11420 10339 0 -1 0 2959 0 1 0 6 2 0 0 17 0 8 0 175750133 936947712 2705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 6812867 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11420/statm: 228747 2705 1416 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513135 s]
/proc/loadavg: 2.03 2.51 2.42 4/75 11421
/proc/meminfo: memFree=1594560/2055920 swapFree=4192192/4192956
[pid=11420] ppid=11418 vsize=915328 CPUtime=0.48
/proc/11420/stat : 11420 (java) R 11418 11420 10339 0 -1 0 7309 0 1 0 42 6 0 0 18 0 8 0 175750133 937295872 7048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073586030 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11420/statm: 228832 7048 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33421 s]
/proc/loadavg: 2.03 2.51 2.42 4/82 11428
/proc/meminfo: memFree=1547976/2055920 swapFree=4192192/4192956
[pid=11420] ppid=11418 vsize=915464 CPUtime=1.3
/proc/11420/stat : 11420 (java) R 11418 11420 10339 0 -1 0 14341 0 1 0 120 10 0 0 25 0 8 0 175750133 937435136 14079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072943000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11420/statm: 228866 14079 2524 14 0 215336 0
[pid=11420/tid=11422] ppid=11418 vsize=915464 CPUtime=0.03
/proc/11420/task/11422/stat : 11422 (java) S 11418 11420 10339 0 -1 64 611 0 0 0 3 0 0 0 17 0 8 0 175750137 937435136 14079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11423] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11423/stat : 11423 (java) S 11418 11420 10339 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175750138 937435136 14079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11424] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11424/stat : 11424 (java) S 11418 11420 10339 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175750138 937435136 14079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11425] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11425/stat : 11425 (java) S 11418 11420 10339 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175750141 937435136 14079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11426] ppid=11418 vsize=915464 CPUtime=0.17
/proc/11420/task/11426/stat : 11426 (java) S 11418 11420 10339 0 -1 64 356 0 0 0 16 1 0 0 15 0 8 0 175750141 937435136 14079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11427] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11427/stat : 11427 (java) S 11418 11420 10339 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175750141 937435136 14079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11428] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11428/stat : 11428 (java) S 11418 11420 10339 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175750141 937435136 14079 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.97137 s]
/proc/loadavg: 2.03 2.51 2.42 4/82 11428
/proc/meminfo: memFree=1547784/2055920 swapFree=4192192/4192956
[pid=11420] ppid=11418 vsize=915464 CPUtime=2.93
/proc/11420/stat : 11420 (java) R 11418 11420 10339 0 -1 0 14359 0 1 0 283 10 0 0 25 0 8 0 175750133 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754326 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11420/statm: 228866 14096 2524 14 0 215336 0
[pid=11420/tid=11422] ppid=11418 vsize=915464 CPUtime=0.03
/proc/11420/task/11422/stat : 11422 (java) R 11418 11420 10339 0 -1 64 611 0 0 0 3 0 0 0 16 0 8 0 175750137 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11423] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11423/stat : 11423 (java) S 11418 11420 10339 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175750138 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11424] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11424/stat : 11424 (java) S 11418 11420 10339 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175750138 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11425] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11425/stat : 11425 (java) S 11418 11420 10339 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175750141 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11426] ppid=11418 vsize=915464 CPUtime=0.2
/proc/11420/task/11426/stat : 11426 (java) S 11418 11420 10339 0 -1 64 372 0 0 0 19 1 0 0 16 0 8 0 175750141 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11427] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11427/stat : 11427 (java) S 11418 11420 10339 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175750141 937435136 14096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11428] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11428/stat : 11428 (java) S 11418 11420 10339 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175750141 937435136 14096 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) 915464

[startup+6.26068 s]
/proc/loadavg: 2.03 2.51 2.42 3/82 11428
/proc/meminfo: memFree=1547720/2055920 swapFree=4192192/4192956
[pid=11420] ppid=11418 vsize=915464 CPUtime=6.2
/proc/11420/stat : 11420 (java) R 11418 11420 10339 0 -1 0 14364 0 1 0 610 10 0 0 25 0 8 0 175750133 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746701 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11420/statm: 228866 14099 2524 14 0 215336 0
[pid=11420/tid=11422] ppid=11418 vsize=915464 CPUtime=0.03
/proc/11420/task/11422/stat : 11422 (java) S 11418 11420 10339 0 -1 64 611 0 0 0 3 0 0 0 16 0 8 0 175750137 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11423] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11423/stat : 11423 (java) S 11418 11420 10339 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175750138 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11424] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11424/stat : 11424 (java) S 11418 11420 10339 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175750138 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11425] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11425/stat : 11425 (java) S 11418 11420 10339 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175750141 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11426] ppid=11418 vsize=915464 CPUtime=0.21
/proc/11420/task/11426/stat : 11426 (java) S 11418 11420 10339 0 -1 64 375 0 0 0 20 1 0 0 16 0 8 0 175750141 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11427] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11427/stat : 11427 (java) S 11418 11420 10339 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175750141 937435136 14099 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11428] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11428/stat : 11428 (java) S 11418 11420 10339 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175750141 937435136 14099 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) 915464

[startup+12.7403 s]
/proc/loadavg: 2.02 2.49 2.42 3/82 11428
/proc/meminfo: memFree=1547784/2055920 swapFree=4192192/4192956
[pid=11420] ppid=11418 vsize=915464 CPUtime=12.65
/proc/11420/stat : 11420 (java) R 11418 11420 10339 0 -1 0 14368 0 1 0 1255 10 0 0 25 0 8 0 175750133 937435136 14101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11420/statm: 228866 14101 2524 14 0 215336 0
[pid=11420/tid=11422] ppid=11418 vsize=915464 CPUtime=0.03
/proc/11420/task/11422/stat : 11422 (java) S 11418 11420 10339 0 -1 64 611 0 0 0 3 0 0 0 16 0 8 0 175750137 937435136 14101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11423] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11423/stat : 11423 (java) S 11418 11420 10339 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175750138 937435136 14101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11424] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11424/stat : 11424 (java) S 11418 11420 10339 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175750138 937435136 14101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11425] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11425/stat : 11425 (java) S 11418 11420 10339 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175750141 937435136 14101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11426] ppid=11418 vsize=915464 CPUtime=0.21
/proc/11420/task/11426/stat : 11426 (java) S 11418 11420 10339 0 -1 64 378 0 0 0 20 1 0 0 16 0 8 0 175750141 937435136 14101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11427] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11427/stat : 11427 (java) S 11418 11420 10339 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175750141 937435136 14101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11420/tid=11428] ppid=11418 vsize=915464 CPUtime=0
/proc/11420/task/11428/stat : 11428 (java) S 11418 11420 10339 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175750141 937435136 14101 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 22.3665
CPU time (s): 22.2006
CPU user time (s): 22.0866
CPU system time (s): 0.113982
CPU usage (%): 99.2583
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.0866
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14375
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= 1497
involuntary context switches= 1887

runsolver used 0.030995 s user time and 0.078987 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Mon Jan  8 16:25:19 UTC 2007


IDJOB= 225826
IDBENCH= 5897
FILE ID= node55/225826-1168273518

PBS_JOBID= 3483212

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-71_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225826-1168273518/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-225826-1168273518 -o ROOT/results/node55/solver-225826-1168273518 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225826-1168273518/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f7eb7de32df34518af0e28a9b223bfd2

RANDOM SEED= 140349170

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.218
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	: 5931.00
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.218
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:       1595040 kB
Buffers:         58940 kB
Cached:         219504 kB
SwapCached:        424 kB
Active:         261760 kB
Inactive:       141764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1595040 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:            3456 kB
Writeback:           0 kB
Mapped:         135140 kB
Slab:            42684 kB
Committed_AS:  4122392 kB
PageTables:       1984 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= 66556 MiB



End job on node55 on Mon Jan  8 16:25:41 UTC 2007