Trace number 208349

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 100.628 101.22

DiagnosticValue
CHECKS663544064
NODES519584

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-21_ext.xml
MD5SUM60d029f939741094e4165622acf758d0
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 benchmark14.4898
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints332
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension332
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/208349-1168187064/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.39	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.59	     nbConstraints=332  nbRelationTypes=332  nbExtensionStructures=332  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=332  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2762  maxDegree=24
0.60	     maxArity=2
0.60	       =>  wckTime=0.301  cpuTime=0.21  mem=12M803
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.493  cpuTime=0.35  mem=15M6
0.84	   
0.84	   preprocessing
0.84	     nbConstraintChecks=58578  nbPropagations=823  nbRevisions=5848  nbUselessRevisions=4812  nbSingletonTests=47
0.84	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.84	       =>  wckTime=0.046  cpuTime=0.03  mem=15M6
0.86	   
0.86	   search
0.86	     run=0  nbConstraintChecks=34971  nbPropagations=1324  nbRevisions=11792  nbUselessRevisions=9636  nbAssignments=27
0.86	     nbFailedAssignments=8  nbBacktracks=14  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.069  cpuTime=0.04  mem=15M6
0.88	   
0.88	   search
0.88	     run=1  nbConstraintChecks=64889  nbPropagations=3115  nbRevisions=28824  nbUselessRevisions=23625  nbAssignments=56
0.88	     nbFailedAssignments=14  nbBacktracks=30  nbVisitedNodes=83  nbRestartNogoods=1  mapSize=20  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.086  cpuTime=0.05  mem=15M6
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=124316  nbPropagations=5766  nbRevisions=56686  nbUselessRevisions=46336
0.89	     nbAssignments=104  nbFailedAssignments=31  nbBacktracks=53  nbVisitedNodes=162  nbRestartNogoods=3  mapSize=41
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.103  cpuTime=0.07  mem=15M6
0.91	   
0.91	   search
0.91	     run=3  nbConstraintChecks=183172  nbPropagations=9337  nbRevisions=95746  nbUselessRevisions=78218
0.91	     nbAssignments=161  nbFailedAssignments=47  nbBacktracks=87  nbVisitedNodes=247  nbRestartNogoods=6  mapSize=62
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.116  cpuTime=0.08  mem=15M6
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=267443  nbPropagations=14235  nbRevisions=150895  nbUselessRevisions=123083
0.93	     nbAssignments=240  nbFailedAssignments=67  nbBacktracks=137  nbVisitedNodes=371  nbRestartNogoods=9  mapSize=92
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.135  cpuTime=0.1  mem=15M6
0.96	   
0.97	   search
0.97	     run=5  nbConstraintChecks=462467  nbPropagations=21668  nbRevisions=239708  nbUselessRevisions=194342
0.97	     nbAssignments=378  nbFailedAssignments=121  nbBacktracks=215  nbVisitedNodes=609  nbRestartNogoods=11  mapSize=155
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.175  cpuTime=0.13  mem=15M6
1.00	   
1.00	   search
1.00	     run=6  nbConstraintChecks=667801  nbPropagations=32175  nbRevisions=367972  nbUselessRevisions=297455
1.00	     nbAssignments=565  nbFailedAssignments=189  nbBacktracks=328  nbVisitedNodes=919  nbRestartNogoods=14  mapSize=250
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.214  cpuTime=0.17  mem=15M6
1.08	   
1.08	   search
1.08	     run=7  nbConstraintChecks=1055135  nbPropagations=48295  nbRevisions=574248  nbUselessRevisions=463637
1.08	     nbAssignments=880  nbFailedAssignments=327  nbBacktracks=498  nbVisitedNodes=1471  nbRestartNogoods=16  mapSize=398
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.285  cpuTime=0.24  mem=15M6
1.17	   
1.17	   search
1.17	     run=8  nbConstraintChecks=1571071  nbPropagations=71861  nbRevisions=877667  nbUselessRevisions=707649
1.17	     nbAssignments=1301  nbFailedAssignments=484  nbBacktracks=754  nbVisitedNodes=2193  nbRestartNogoods=22
1.17	     mapSize=614  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.381  cpuTime=0.33  mem=15M6
1.32	   
1.32	   search
1.32	     run=9  nbConstraintChecks=2416859  nbPropagations=107099  nbRevisions=1341684  nbUselessRevisions=1080990
1.32	     nbAssignments=1947  nbFailedAssignments=739  nbBacktracks=1141  nbVisitedNodes=3319  nbRestartNogoods=25
1.32	     mapSize=943  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.534  cpuTime=0.47  mem=15M6
1.37	   
1.37	   INFO : Stopping hyperNogood (mapSize=1041, nbTooLargekeys=0, mem=15M6)
1.54	   
1.54	   search
1.54	     run=10  nbConstraintChecks=3767974  nbPropagations=161572  nbRevisions=2062445  nbUselessRevisions=1660062
1.54	     nbAssignments=2976  nbFailedAssignments=1184  nbBacktracks=1717  nbVisitedNodes=5140  nbRestartNogoods=30
1.54	       =>  wckTime=0.754  cpuTime=0.68  mem=15M6
1.82	   
1.82	   search
1.82	     run=11  nbConstraintChecks=5586626  nbPropagations=241373  nbRevisions=3122165  nbUselessRevisions=2509732
1.82	     nbAssignments=4406  nbFailedAssignments=1739  nbBacktracks=2584  nbVisitedNodes=7597  nbRestartNogoods=39
1.82	       =>  wckTime=1.029  cpuTime=0.95  mem=15M6
2.25	   
2.25	   search
2.25	     run=12  nbConstraintChecks=8450788  nbPropagations=361851  nbRevisions=4737730  nbUselessRevisions=3808984
2.25	     nbAssignments=6631  nbFailedAssignments=2658  nbBacktracks=3883  nbVisitedNodes=11503  nbRestartNogoods=46
2.25	       =>  wckTime=1.46  cpuTime=1.38  mem=15M6
2.82	   
2.82	   search
2.82	     run=13  nbConstraintChecks=12222483  nbPropagations=535248  nbRevisions=7059302  nbUselessRevisions=5671458
2.82	     nbAssignments=9735  nbFailedAssignments=3809  nbBacktracks=5829  nbVisitedNodes=16733  nbRestartNogoods=60
2.82	       =>  wckTime=2.028  cpuTime=1.94  mem=15M6
3.75	   
3.75	   search
3.75	     run=14  nbConstraintChecks=18369175  nbPropagations=795975  nbRevisions=10583926  nbUselessRevisions=8509665
3.75	     nbAssignments=14592  nbFailedAssignments=5724  nbBacktracks=8748  nbVisitedNodes=25116  nbRestartNogoods=73
3.75	       =>  wckTime=2.958  cpuTime=2.87  mem=15M6
5.19	   
5.19	   search
5.19	     run=15  nbConstraintChecks=28197896  nbPropagations=1191765  nbRevisions=15940782  nbUselessRevisions=12813354
5.19	     nbAssignments=22036  nbFailedAssignments=8782  nbBacktracks=13127  nbVisitedNodes=38049  nbRestartNogoods=85
5.19	       =>  wckTime=4.396  cpuTime=4.31  mem=15M6
7.27	   
7.27	   search
7.27	     run=16  nbConstraintChecks=41929477  nbPropagations=1786354  nbRevisions=24030883  nbUselessRevisions=19333962
7.27	     nbAssignments=33084  nbFailedAssignments=13242  nbBacktracks=19695  nbVisitedNodes=57228  nbRestartNogoods=97
7.27	       =>  wckTime=6.483  cpuTime=6.39  mem=15M6
10.42	   
10.42	   search
10.42	     run=17  nbConstraintChecks=63062467  nbPropagations=2675998  nbRevisions=36128735  nbUselessRevisions=29077971
10.42	     nbAssignments=49383  nbFailedAssignments=19683  nbBacktracks=29547  nbVisitedNodes=85292  nbRestartNogoods=107
10.42	       =>  wckTime=9.63  cpuTime=9.52  mem=15M981
14.81	   
14.81	   search
14.81	     run=18  nbConstraintChecks=91246779  nbPropagations=3983889  nbRevisions=53902811  nbUselessRevisions=43410832
14.81	     nbAssignments=73345  nbFailedAssignments=28859  nbBacktracks=44325  nbVisitedNodes=126292  nbRestartNogoods=118
14.81	       =>  wckTime=14.019  cpuTime=13.89  mem=15M981
22.29	   
22.29	   search
22.29	     run=19  nbConstraintChecks=142050037  nbPropagations=5976956  nbRevisions=81142353  nbUselessRevisions=65358128
22.29	     nbAssignments=110531  nbFailedAssignments=43861  nbBacktracks=66493  nbVisitedNodes=191105  nbRestartNogoods=130
22.29	       =>  wckTime=21.501  cpuTime=21.34  mem=15M981
32.58	   
32.58	   search
32.58	     run=20  nbConstraintChecks=210731891  nbPropagations=8932053  nbRevisions=121429852  nbUselessRevisions=97779607
32.58	     nbAssignments=164543  nbFailedAssignments=64615  nbBacktracks=99745  nbVisitedNodes=283570  nbRestartNogoods=139
32.58	       =>  wckTime=31.792  cpuTime=31.58  mem=15M981
48.57	   
48.57	   search
48.57	     run=21  nbConstraintChecks=315988857  nbPropagations=13390152  nbRevisions=182293243  nbUselessRevisions=146847747
48.57	     nbAssignments=247458  nbFailedAssignments=97647  nbBacktracks=149624  nbVisitedNodes=427844  nbRestartNogoods=146
48.57	       =>  wckTime=47.781  cpuTime=47.47  mem=15M981
73.97	   
73.97	   search
73.97	     run=22  nbConstraintChecks=487032245  nbPropagations=20192831  nbRevisions=275988328  nbUselessRevisions=222465252
73.97	     nbAssignments=373568  nbFailedAssignments=148935  nbBacktracks=224442  nbVisitedNodes=648586  nbRestartNogoods=156
73.97	       =>  wckTime=73.185  cpuTime=72.75  mem=15M981
101.15	   
101.15	   search
101.15	     run=23  nbConstraintChecks=663485486  nbPropagations=29563053  nbRevisions=404494835  nbUselessRevisions=326233160
101.15	     nbAssignments=519584  nbFailedAssignments=203560  nbBacktracks=315793  nbVisitedNodes=898060  nbRestartNogoods=171
101.15	       =>  wckTime=100.364  cpuTime=99.76  mem=15M981
101.16	   
101.16	   global
101.16	     nbConstraintChecks=663544064  nbPropagations=29563876  nbRevisions=404500683  nbUselessRevisions=326237972
101.16	     nbRestartNogoods=171  solvingWckTime=100.365  solvingCpuTime=99.76  expiredTime=no  totalExploration=no
101.16	     nbFoundSolutions=1  globalCpuTime=100.16
101.16	       =>  wckTime=100.862  cpuTime=100.11  mem=15M981
101.16	   
101.16	s SATISFIABLE
101.16	v 18 9 10 11 8 7 3 17 14 3 1 1 5 3 2 8 4 4 4 18 10 4 18 3 7 11 3 13 8 5 16 15 0 17 14 1 0 13 7 2 
101.16	d NODES 519584
101.16	d CHECKS 663544064
101.16	   
101.16	   totalWckTime=100.939  totalCpuTime=100.16

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/node12/watcher-208349-1168187064 -o ROOT/results/node12/solver-208349-1168187064 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208349-1168187064/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.00 2.00 2.00 4/88 3318
/proc/meminfo: memFree=1536904/2055920 swapFree=4160348/4192956
[pid=3317] ppid=3315 vsize=172 CPUtime=0
/proc/3317/stat : 3317 (java) R 3315 3317 2562 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 167101484 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 9695531 0 0 4096 0 0 0 0 17 0 0 0
/proc/3317/statm: 43 24 18 14 0 3 0

[startup+0.107454 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 3318
/proc/meminfo: memFree=1536904/2055920 swapFree=4160348/4192956
[pid=3317] ppid=3315 vsize=914988 CPUtime=0.09
/proc/3317/stat : 3317 (java) R 3315 3317 2562 0 -1 0 3071 0 1 0 8 1 0 0 24 0 8 0 167101484 936947712 2817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3317/statm: 228747 2817 1453 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515527 s]
/proc/loadavg: 2.00 2.00 2.00 4/88 3318
/proc/meminfo: memFree=1536904/2055920 swapFree=4160348/4192956
[pid=3317] ppid=3315 vsize=915328 CPUtime=0.5
/proc/3317/stat : 3317 (java) R 3315 3317 2562 0 -1 0 6973 0 1 0 46 4 0 0 25 0 8 0 167101484 937295872 6712 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154646871 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3317/statm: 228832 6713 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33667 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3325
/proc/meminfo: memFree=1512848/2055920 swapFree=4160348/4192956
[pid=3317] ppid=3315 vsize=915456 CPUtime=1.31
/proc/3317/stat : 3317 (java) R 3315 3317 2562 0 -1 0 8750 0 1 0 125 6 0 0 25 0 8 0 167101484 937426944 8488 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073794441 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3317/statm: 228864 8488 2524 14 0 215334 0
[pid=3317/tid=3319] ppid=3315 vsize=915456 CPUtime=0.03
/proc/3317/task/3319/stat : 3319 (java) S 3315 3317 2562 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 167101487 937426944 8488 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3320] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3320/stat : 3320 (java) S 3315 3317 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167101488 937426944 8488 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3321] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3321/stat : 3321 (java) S 3315 3317 2562 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167101488 937426944 8488 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3322] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3322/stat : 3322 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 167101491 937426944 8488 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3323] ppid=3315 vsize=915456 CPUtime=0.21
/proc/3317/task/3323/stat : 3323 (java) S 3315 3317 2562 0 -1 64 386 0 0 0 20 1 0 0 15 0 8 0 167101491 937426944 8488 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3324] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3324/stat : 3324 (java) S 3315 3317 2562 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 167101491 937426944 8488 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3325] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3325/stat : 3325 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167101491 937426944 8488 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915456

[startup+2.98197 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3325
/proc/meminfo: memFree=1512656/2055920 swapFree=4160348/4192956
[pid=3317] ppid=3315 vsize=915456 CPUtime=2.95
/proc/3317/stat : 3317 (java) R 3315 3317 2562 0 -1 0 8772 0 1 0 289 6 0 0 25 0 8 0 167101484 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073797015 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3317/statm: 228864 8508 2524 14 0 215334 0
[pid=3317/tid=3319] ppid=3315 vsize=915456 CPUtime=0.03
/proc/3317/task/3319/stat : 3319 (java) S 3315 3317 2562 0 -1 64 286 0 0 0 3 0 0 0 17 0 8 0 167101487 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3320] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3320/stat : 3320 (java) S 3315 3317 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167101488 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3321] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3321/stat : 3321 (java) S 3315 3317 2562 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167101488 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3322] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3322/stat : 3322 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 167101491 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3323] ppid=3315 vsize=915456 CPUtime=0.22
/proc/3317/task/3323/stat : 3323 (java) S 3315 3317 2562 0 -1 64 393 0 0 0 21 1 0 0 15 0 8 0 167101491 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3324] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3324/stat : 3324 (java) S 3315 3317 2562 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 167101491 937426944 8508 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3325] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3325/stat : 3325 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167101491 937426944 8508 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) 915456

[startup+6.27557 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3325
/proc/meminfo: memFree=1512464/2055920 swapFree=4160348/4192956
[pid=3317] ppid=3315 vsize=915456 CPUtime=6.25
/proc/3317/stat : 3317 (java) R 3315 3317 2562 0 -1 0 8778 0 1 0 619 6 0 0 25 0 8 0 167101484 937426944 8514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073850683 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3317/statm: 228864 8514 2524 14 0 215334 0
[pid=3317/tid=3319] ppid=3315 vsize=915456 CPUtime=0.03
/proc/3317/task/3319/stat : 3319 (java) S 3315 3317 2562 0 -1 64 286 0 0 0 3 0 0 0 17 0 8 0 167101487 937426944 8514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3320] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3320/stat : 3320 (java) S 3315 3317 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167101488 937426944 8514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3321] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3321/stat : 3321 (java) S 3315 3317 2562 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167101488 937426944 8514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3322] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3322/stat : 3322 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 167101491 937426944 8514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3323] ppid=3315 vsize=915456 CPUtime=0.22
/proc/3317/task/3323/stat : 3323 (java) S 3315 3317 2562 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 167101491 937426944 8514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3324] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3324/stat : 3324 (java) S 3315 3317 2562 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 167101491 937426944 8514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3325] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3325/stat : 3325 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167101491 937426944 8514 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915456

[startup+12.6875 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3325
/proc/meminfo: memFree=1512464/2055920 swapFree=4160348/4192956
[pid=3317] ppid=3315 vsize=915456 CPUtime=12.63
/proc/3317/stat : 3317 (java) R 3315 3317 2562 0 -1 0 8784 0 1 0 1257 6 0 0 25 0 8 0 167101484 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3317/statm: 228864 8519 2524 14 0 215334 0
[pid=3317/tid=3319] ppid=3315 vsize=915456 CPUtime=0.03
/proc/3317/task/3319/stat : 3319 (java) S 3315 3317 2562 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 167101487 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3320] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3320/stat : 3320 (java) S 3315 3317 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167101488 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3321] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3321/stat : 3321 (java) S 3315 3317 2562 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167101488 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3322] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3322/stat : 3322 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 167101491 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3323] ppid=3315 vsize=915456 CPUtime=0.22
/proc/3317/task/3323/stat : 3323 (java) S 3315 3317 2562 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 167101491 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3324] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3324/stat : 3324 (java) S 3315 3317 2562 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 167101491 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3325] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3325/stat : 3325 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167101491 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915456

[startup+25.5438 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3325
/proc/meminfo: memFree=1512464/2055920 swapFree=4160348/4192956
[pid=3317] ppid=3315 vsize=915456 CPUtime=25.42
/proc/3317/stat : 3317 (java) R 3315 3317 2562 0 -1 0 8789 0 1 0 2536 6 0 0 25 0 8 0 167101484 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073803513 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3317/statm: 228864 8524 2524 14 0 215334 0
[pid=3317/tid=3319] ppid=3315 vsize=915456 CPUtime=0.03
/proc/3317/task/3319/stat : 3319 (java) S 3315 3317 2562 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 167101487 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3320] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3320/stat : 3320 (java) S 3315 3317 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167101488 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3321] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3321/stat : 3321 (java) S 3315 3317 2562 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167101488 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3322] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3322/stat : 3322 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 167101491 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3323] ppid=3315 vsize=915456 CPUtime=0.22
/proc/3317/task/3323/stat : 3323 (java) S 3315 3317 2562 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 167101491 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3324] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3324/stat : 3324 (java) S 3315 3317 2562 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 167101491 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3325] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3325/stat : 3325 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167101491 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 915456

[startup+51.1484 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 3325
/proc/meminfo: memFree=1512464/2055920 swapFree=4160348/4192956
[pid=3317] ppid=3315 vsize=915456 CPUtime=50.87
/proc/3317/stat : 3317 (java) R 3315 3317 2562 0 -1 0 8794 0 1 0 5081 6 0 0 25 0 8 0 167101484 937426944 8529 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073848412 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3317/statm: 228864 8529 2524 14 0 215334 0
[pid=3317/tid=3319] ppid=3315 vsize=915456 CPUtime=0.03
/proc/3317/task/3319/stat : 3319 (java) S 3315 3317 2562 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 167101487 937426944 8529 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3320] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3320/stat : 3320 (java) S 3315 3317 2562 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167101488 937426944 8529 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3321] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3321/stat : 3321 (java) S 3315 3317 2562 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167101488 937426944 8529 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3322] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3322/stat : 3322 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 167101491 937426944 8529 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3323] ppid=3315 vsize=915456 CPUtime=0.22
/proc/3317/task/3323/stat : 3323 (java) S 3315 3317 2562 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 167101491 937426944 8529 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3324] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3324/stat : 3324 (java) S 3315 3317 2562 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 167101491 937426944 8529 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3317/tid=3325] ppid=3315 vsize=915456 CPUtime=0
/proc/3317/task/3325/stat : 3325 (java) S 3315 3317 2562 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167101491 937426944 8529 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 101.22
CPU time (s): 100.628
CPU user time (s): 100.552
CPU system time (s): 0.075988
CPU usage (%): 99.4148
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.552
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8889
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= 3231
involuntary context switches= 5107

runsolver used 0.105983 s user time and 0.353946 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Jan  7 16:24:24 UTC 2007


IDJOB= 208349
IDBENCH= 4375
FILE ID= node12/208349-1168187064

PBS_JOBID= 3478951

Free space on /tmp= 66320 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-21_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208349-1168187064/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-208349-1168187064 -o ROOT/results/node12/solver-208349-1168187064 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208349-1168187064/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  60d029f939741094e4165622acf758d0

RANDOM SEED= 959830425

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.265
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.265
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:       1537320 kB
Buffers:         51400 kB
Cached:         360304 kB
SwapCached:       4660 kB
Active:         124024 kB
Inactive:       325180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1537320 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            1944 kB
Writeback:           0 kB
Mapped:          48804 kB
Slab:            54356 kB
Committed_AS:  4640668 kB
PageTables:       2108 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= 66320 MiB



End job on node12 on Sun Jan  7 16:26:06 UTC 2007