Trace number 224516

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 28.7716 28.9388

DiagnosticValue
CHECKS393337313
NODES93054

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-63_ext.xml
MD5SUM25cc1a62716c958aff4bfac490f443d6
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 benchmark28.6176
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
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=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/224516-1168269044/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=40  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80
0.44	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.44	   
0.44	   relations being loaded...
0.61	   
0.61	   constraints being loaded...
0.70	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
0.70	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=8  maxArity=2
0.70	       =>  wckTime=0.36  cpuTime=0.32  mem=21M596
0.74	   
0.74	   solver IterativeSystematicSolver being built... 
0.90	       =>  wckTime=0.562  cpuTime=0.44  mem=15M362
0.96	   
0.96	   preprocessing
0.96	     nbConstraintChecks=169333  nbPropagations=995  nbRevisions=3565  nbUselessRevisions=2048  nbSingletonTests=50
0.96	     nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=0  detectedInconsistency=no
0.96	       =>  wckTime=0.051  cpuTime=0.03  mem=15M362
0.99	   
0.99	   search
0.99	     run=0  nbConstraintChecks=125636  nbPropagations=1848  nbRevisions=7551  nbUselessRevisions=4187  nbAssignments=30
0.99	     nbFailedAssignments=16  nbBacktracks=10  nbVisitedNodes=54  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.08  cpuTime=0.05  mem=15M362
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=293259  nbPropagations=4975  nbRevisions=20946  nbUselessRevisions=11392
1.01	     nbAssignments=69  nbFailedAssignments=35  nbBacktracks=25  nbVisitedNodes=122  nbRestartNogoods=2  mapSize=23
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.104  cpuTime=0.06  mem=15M362
1.03	   
1.03	   search
1.03	     run=2  nbConstraintChecks=515985  nbPropagations=9690  nbRevisions=41496  nbUselessRevisions=22455
1.03	     nbAssignments=124  nbFailedAssignments=60  nbBacktracks=48  nbVisitedNodes=213  nbRestartNogoods=7  mapSize=43
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.128  cpuTime=0.08  mem=15M362
1.08	   
1.08	   search
1.08	     run=3  nbConstraintChecks=1002888  nbPropagations=17784  nbRevisions=78311  nbUselessRevisions=42294
1.08	     nbAssignments=256  nbFailedAssignments=155  nbBacktracks=81  nbVisitedNodes=464  nbRestartNogoods=9  mapSize=71
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.172  cpuTime=0.12  mem=15M362
1.13	   
1.13	   search
1.13	     run=4  nbConstraintChecks=1626261  nbPropagations=30253  nbRevisions=135185  nbUselessRevisions=72760
1.13	     nbAssignments=401  nbFailedAssignments=246  nbBacktracks=132  nbVisitedNodes=738  nbRestartNogoods=15  mapSize=117
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.224  cpuTime=0.17  mem=15M362
1.18	   
1.18	   search
1.18	     run=5  nbConstraintChecks=2234245  nbPropagations=47686  nbRevisions=215241  nbUselessRevisions=115688
1.18	     nbAssignments=581  nbFailedAssignments=342  nbBacktracks=210  nbVisitedNodes=1060  nbRestartNogoods=20  mapSize=186
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.278  cpuTime=0.22  mem=15M362
1.28	   
1.28	   search
1.28	     run=6  nbConstraintChecks=3432143  nbPropagations=74724  nbRevisions=339526  nbUselessRevisions=182103
1.28	     nbAssignments=883  nbFailedAssignments=526  nbBacktracks=323  nbVisitedNodes=1640  nbRestartNogoods=22  mapSize=297
1.28	     nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.378  cpuTime=0.32  mem=15M362
1.42	   
1.42	   search
1.42	     run=7  nbConstraintChecks=5057370  nbPropagations=114272  nbRevisions=523626  nbUselessRevisions=280143
1.42	     nbAssignments=1324  nbFailedAssignments=793  nbBacktracks=494  nbVisitedNodes=2468  nbRestartNogoods=29
1.42	     mapSize=444  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.515  cpuTime=0.45  mem=15M362
1.64	   
1.64	   search
1.64	     run=8  nbConstraintChecks=7670908  nbPropagations=173429  nbRevisions=800774  nbUselessRevisions=427450
1.64	     nbAssignments=1938  nbFailedAssignments=1142  nbBacktracks=754  nbVisitedNodes=3603  nbRestartNogoods=34
1.64	     mapSize=681  nbInferences=0  nbTooLargeKeys=0
1.64	       =>  wckTime=0.733  cpuTime=0.66  mem=15M362
1.91	   
1.91	   search
1.91	     run=9  nbConstraintChecks=11140057  nbPropagations=260093  nbRevisions=1207453  nbUselessRevisions=644381
1.91	     nbAssignments=2913  nbFailedAssignments=1729  nbBacktracks=1138  nbVisitedNodes=5449  nbRestartNogoods=40
1.91	     mapSize=1034  nbInferences=0  nbTooLargeKeys=0
1.91	       =>  wckTime=1.006  cpuTime=0.93  mem=16M337
1.92	   
1.92	   INFO : Stopping hyperNogood (mapSize=1044, nbTooLargekeys=0, mem=16M337)
2.35	   
2.35	   search
2.35	     run=10  nbConstraintChecks=16946052  nbPropagations=388878  nbRevisions=1814049  nbUselessRevisions=968361
2.35	     nbAssignments=4319  nbFailedAssignments=2555  nbBacktracks=1714  nbVisitedNodes=8079  nbRestartNogoods=48
2.35	       =>  wckTime=1.448  cpuTime=1.34  mem=16M337
2.91	   
2.91	   search
2.91	     run=11  nbConstraintChecks=24663515  nbPropagations=576716  nbRevisions=2701052  nbUselessRevisions=1443495
2.91	     nbAssignments=6314  nbFailedAssignments=3682  nbBacktracks=2579  nbVisitedNodes=11781  nbRestartNogoods=58
2.91	       =>  wckTime=2.008  cpuTime=1.9  mem=16M337
3.75	   
3.75	   search
3.75	     run=12  nbConstraintChecks=36249091  nbPropagations=852540  nbRevisions=4009427  nbUselessRevisions=2145543
3.75	     nbAssignments=9312  nbFailedAssignments=5379  nbBacktracks=3876  nbVisitedNodes=17339  nbRestartNogoods=70
3.75	       =>  wckTime=2.845  cpuTime=2.73  mem=16M337
5.13	   
5.13	   search
5.13	     run=13  nbConstraintChecks=55805837  nbPropagations=1270510  nbRevisions=6000875  nbUselessRevisions=3215221
5.13	     nbAssignments=14164  nbFailedAssignments=8268  nbBacktracks=5823  nbVisitedNodes=26386  nbRestartNogoods=89
5.13	       =>  wckTime=4.223  cpuTime=4.11  mem=16M337
7.29	   
7.29	   search
7.29	     run=14  nbConstraintChecks=86385719  nbPropagations=1910667  nbRevisions=9052459  nbUselessRevisions=4848654
7.29	     nbAssignments=21317  nbFailedAssignments=12494  nbBacktracks=8742  nbVisitedNodes=39804  nbRestartNogoods=98
7.29	       =>  wckTime=6.384  cpuTime=6.27  mem=16M337
10.23	   
10.23	   search
10.23	     run=15  nbConstraintChecks=128262523  nbPropagations=2855965  nbRevisions=13567602  nbUselessRevisions=7267179
10.23	     nbAssignments=31623  nbFailedAssignments=18401  nbBacktracks=13121  nbVisitedNodes=58932  nbRestartNogoods=110
10.23	       =>  wckTime=9.326  cpuTime=9.21  mem=16M337
14.73	   
14.73	   search
14.73	     run=16  nbConstraintChecks=192198067  nbPropagations=4266365  nbRevisions=20294733  nbUselessRevisions=10868201
14.73	     nbAssignments=47002  nbFailedAssignments=27208  nbBacktracks=19689  nbVisitedNodes=87565  nbRestartNogoods=125
14.73	       =>  wckTime=13.829  cpuTime=13.7  mem=16M337
21.56	   
21.56	   search
21.56	     run=17  nbConstraintChecks=288709427  nbPropagations=6355758  nbRevisions=30260698  nbUselessRevisions=16199676
21.56	     nbAssignments=69277  nbFailedAssignments=39614  nbBacktracks=29542  nbVisitedNodes=128840  nbRestartNogoods=139
21.56	       =>  wckTime=20.658  cpuTime=20.51  mem=16M337
28.89	   
28.89	   search
28.89	     run=18  nbConstraintChecks=393167980  nbPropagations=9162681  nbRevisions=43673851  nbUselessRevisions=23381538
28.89	     nbAssignments=93054  nbFailedAssignments=53685  nbBacktracks=39249  nbVisitedNodes=173430  nbRestartNogoods=154
28.89	       =>  wckTime=27.982  cpuTime=27.8  mem=16M337
28.89	   
28.89	   global
28.89	     nbConstraintChecks=393337313  nbPropagations=9163676  nbRevisions=43677416  nbUselessRevisions=23383586
28.89	     nbRestartNogoods=154  solvingWckTime=27.983  solvingCpuTime=27.8  expiredTime=no  totalExploration=yes
28.89	     nbFoundSolutions=0  globalCpuTime=28.29
28.89	       =>  wckTime=28.55  cpuTime=28.25  mem=16M337
28.89	   
28.89	s UNSATISFIABLE
28.89	d NODES 93054
28.89	d CHECKS 393337313
28.89	   
28.89	   totalWckTime=28.628  totalCpuTime=28.29

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/node26/watcher-224516-1168269044 -o ROOT/results/node26/solver-224516-1168269044 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224516-1168269044/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.53 1.14 1.07 4/87 17712
/proc/meminfo: memFree=425504/2055920 swapFree=4192812/4192956
[pid=17711] ppid=17709 vsize=18540 CPUtime=0
/proc/17711/stat : 17711 (runsolver) R 17709 17711 17507 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 175298652 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 269028486439 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17711/statm: 4635 279 244 17 0 2626 0

[startup+0.109478 s]
/proc/loadavg: 1.53 1.14 1.07 4/87 17712
/proc/meminfo: memFree=425504/2055920 swapFree=4192812/4192956
[pid=17711] ppid=17709 vsize=914988 CPUtime=0.08
/proc/17711/stat : 17711 (java) R 17709 17711 17507 0 -1 0 2996 0 1 0 7 1 0 0 20 0 8 0 175298652 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072932359 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17711/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.519519 s]
/proc/loadavg: 1.53 1.14 1.07 4/87 17712
/proc/meminfo: memFree=425504/2055920 swapFree=4192812/4192956
[pid=17711] ppid=17709 vsize=915328 CPUtime=0.47
/proc/17711/stat : 17711 (java) R 17709 17711 17507 0 -1 0 7177 0 8 0 41 6 0 0 19 0 8 0 175298652 937295872 6923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567390 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17711/statm: 228832 6924 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.3486 s]
/proc/loadavg: 1.53 1.14 1.07 3/94 17719
/proc/meminfo: memFree=391592/2055920 swapFree=4192812/4192956
[pid=17711] ppid=17709 vsize=915464 CPUtime=1.3
/proc/17711/stat : 17711 (java) R 17709 17711 17507 0 -1 0 10537 0 8 0 121 9 0 0 25 0 8 0 175298652 937435136 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073742932 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17711/statm: 228866 10282 2524 14 0 215336 0
[pid=17711/tid=17713] ppid=17709 vsize=915464 CPUtime=0.03
/proc/17711/task/17713/stat : 17713 (java) S 17709 17711 17507 0 -1 64 352 0 0 0 3 0 0 0 17 0 8 0 175298656 937435136 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17714] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17714/stat : 17714 (java) S 17709 17711 17507 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175298657 937435136 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17715] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17715/stat : 17715 (java) S 17709 17711 17507 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175298657 937435136 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17716] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17716/stat : 17716 (java) S 17709 17711 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175298660 937435136 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17711/tid=17717] ppid=17709 vsize=915464 CPUtime=0.17
/proc/17711/task/17717/stat : 17717 (java) S 17709 17711 17507 0 -1 64 363 0 0 0 17 0 0 0 15 0 8 0 175298660 937435136 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17718] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17718/stat : 17718 (java) S 17709 17711 17507 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175298660 937435136 10282 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17711/tid=17719] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17719/stat : 17719 (java) S 17709 17711 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175298660 937435136 10282 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.99075 s]
/proc/loadavg: 1.53 1.14 1.07 3/94 17719
/proc/meminfo: memFree=391080/2055920 swapFree=4192812/4192956
[pid=17711] ppid=17709 vsize=915464 CPUtime=2.92
/proc/17711/stat : 17711 (java) R 17709 17711 17507 0 -1 0 10552 0 8 0 282 10 0 0 25 0 8 0 175298652 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073738386 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17711/statm: 228866 10295 2524 14 0 215336 0
[pid=17711/tid=17713] ppid=17709 vsize=915464 CPUtime=0.03
/proc/17711/task/17713/stat : 17713 (java) S 17709 17711 17507 0 -1 64 352 0 0 0 3 0 0 0 17 0 8 0 175298656 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17714] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17714/stat : 17714 (java) S 17709 17711 17507 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175298657 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17715] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17715/stat : 17715 (java) S 17709 17711 17507 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175298657 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17716] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17716/stat : 17716 (java) S 17709 17711 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175298660 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17711/tid=17717] ppid=17709 vsize=915464 CPUtime=0.2
/proc/17711/task/17717/stat : 17717 (java) S 17709 17711 17507 0 -1 64 376 0 0 0 20 0 0 0 16 0 8 0 175298660 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17718] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17718/stat : 17718 (java) S 17709 17711 17507 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175298660 937435136 10295 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17711/tid=17719] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17719/stat : 17719 (java) S 17709 17711 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175298660 937435136 10295 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) 915464

[startup+6.27005 s]
/proc/loadavg: 1.56 1.15 1.07 3/94 17719
/proc/meminfo: memFree=389496/2055920 swapFree=4192812/4192956
[pid=17711] ppid=17709 vsize=915464 CPUtime=6.2
/proc/17711/stat : 17711 (java) R 17709 17711 17507 0 -1 0 10556 0 8 0 610 10 0 0 25 0 8 0 175298652 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073730416 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17711/statm: 228866 10297 2524 14 0 215336 0
[pid=17711/tid=17713] ppid=17709 vsize=915464 CPUtime=0.03
/proc/17711/task/17713/stat : 17713 (java) S 17709 17711 17507 0 -1 64 352 0 0 0 3 0 0 0 16 0 8 0 175298656 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17714] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17714/stat : 17714 (java) S 17709 17711 17507 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175298657 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17715] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17715/stat : 17715 (java) S 17709 17711 17507 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175298657 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17716] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17716/stat : 17716 (java) S 17709 17711 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175298660 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17711/tid=17717] ppid=17709 vsize=915464 CPUtime=0.2
/proc/17711/task/17717/stat : 17717 (java) S 17709 17711 17507 0 -1 64 378 0 0 0 20 0 0 0 15 0 8 0 175298660 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17718] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17718/stat : 17718 (java) S 17709 17711 17507 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175298660 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17711/tid=17719] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17719/stat : 17719 (java) S 17709 17711 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175298660 937435136 10297 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.7657 s]
/proc/loadavg: 1.60 1.17 1.08 3/94 17719
/proc/meminfo: memFree=386168/2055920 swapFree=4192812/4192956
[pid=17711] ppid=17709 vsize=915464 CPUtime=12.69
/proc/17711/stat : 17711 (java) R 17709 17711 17507 0 -1 0 10556 0 8 0 1259 10 0 0 25 0 8 0 175298652 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073730539 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17711/statm: 228866 10297 2524 14 0 215336 0
[pid=17711/tid=17713] ppid=17709 vsize=915464 CPUtime=0.03
/proc/17711/task/17713/stat : 17713 (java) S 17709 17711 17507 0 -1 64 352 0 0 0 3 0 0 0 16 0 8 0 175298656 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17714] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17714/stat : 17714 (java) S 17709 17711 17507 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175298657 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17715] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17715/stat : 17715 (java) S 17709 17711 17507 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175298657 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17716] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17716/stat : 17716 (java) S 17709 17711 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175298660 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17711/tid=17717] ppid=17709 vsize=915464 CPUtime=0.2
/proc/17711/task/17717/stat : 17717 (java) S 17709 17711 17507 0 -1 64 378 0 0 0 20 0 0 0 16 0 8 0 175298660 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17718] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17718/stat : 17718 (java) S 17709 17711 17507 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175298660 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17711/tid=17719] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17719/stat : 17719 (java) S 17709 17711 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175298660 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915464

[startup+25.6349 s]
/proc/loadavg: 1.69 1.21 1.09 3/94 17719
/proc/meminfo: memFree=382072/2055920 swapFree=4192812/4192956
[pid=17711] ppid=17709 vsize=915464 CPUtime=25.51
/proc/17711/stat : 17711 (java) R 17709 17711 17507 0 -1 0 10556 0 8 0 2541 10 0 0 25 0 8 0 175298652 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073730325 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17711/statm: 228866 10297 2524 14 0 215336 0
[pid=17711/tid=17713] ppid=17709 vsize=915464 CPUtime=0.03
/proc/17711/task/17713/stat : 17713 (java) S 17709 17711 17507 0 -1 64 352 0 0 0 3 0 0 0 16 0 8 0 175298656 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17714] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17714/stat : 17714 (java) S 17709 17711 17507 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175298657 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17715] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17715/stat : 17715 (java) S 17709 17711 17507 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175298657 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17716] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17716/stat : 17716 (java) S 17709 17711 17507 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175298660 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17711/tid=17717] ppid=17709 vsize=915464 CPUtime=0.2
/proc/17711/task/17717/stat : 17717 (java) S 17709 17711 17507 0 -1 64 378 0 0 0 20 0 0 0 16 0 8 0 175298660 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17711/tid=17718] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17718/stat : 17718 (java) S 17709 17711 17507 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 175298660 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17711/tid=17719] ppid=17709 vsize=915464 CPUtime=0
/proc/17711/task/17719/stat : 17719 (java) S 17709 17711 17507 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175298660 937435136 10297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 28.9388
CPU time (s): 28.7716
CPU user time (s): 28.6606
CPU system time (s): 0.110983
CPU usage (%): 99.4225
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.6606
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10563
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1658
involuntary context switches= 1666

runsolver used 0.043993 s user time and 0.100984 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Mon Jan  8 15:10:44 UTC 2007


IDJOB= 224516
IDBENCH= 5761
FILE ID= node26/224516-1168269044

PBS_JOBID= 3482958

Free space on /tmp= 66534 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-63_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224516-1168269044/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-224516-1168269044 -o ROOT/results/node26/solver-224516-1168269044 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224516-1168269044/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  25cc1a62716c958aff4bfac490f443d6

RANDOM SEED= 223053003

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.236
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.236
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:        425920 kB
Buffers:          8296 kB
Cached:        1470500 kB
SwapCached:          0 kB
Active:         927500 kB
Inactive:       649724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        425920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2896 kB
Writeback:           0 kB
Mapped:         118532 kB
Slab:            37584 kB
Committed_AS:  3532780 kB
PageTables:       2328 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= 66534 MiB



End job on node26 on Mon Jan  8 15:11:13 UTC 2007