Trace number 199599

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 51.1922 51.4823

DiagnosticValue
CHECKS358011256
NODES273402

General information on the benchmark

Namerandom/rand-2-23/
rand-23-23-253-131-53021_ext.xml
MD5SUM5fed53841b4b437c3c9731d111aa34a3
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.1279
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
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/199599-1168135228/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=23  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.39	       =>  wckTime=0.092  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.58	     nbConstraints=253  nbRelationTypes=253  nbExtensionStructures=253  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=253  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=797  maxDegree=22
0.58	     maxArity=2
0.58	       =>  wckTime=0.28  cpuTime=0.21  mem=12M803
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.472  cpuTime=0.33  mem=14M974
0.81	   
0.81	   preprocessing
0.81	     nbConstraintChecks=43737  nbPropagations=595  nbRevisions=5752  nbUselessRevisions=5030  nbSingletonTests=32
0.81	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.81	       =>  wckTime=0.041  cpuTime=0.03  mem=14M974
0.83	   
0.83	   search
0.83	     run=0  nbConstraintChecks=38057  nbPropagations=1063  nbRevisions=13579  nbUselessRevisions=11781  nbAssignments=28
0.83	     nbFailedAssignments=13  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.063  cpuTime=0.04  mem=14M974
0.85	   
0.85	   search
0.85	     run=1  nbConstraintChecks=82183  nbPropagations=2685  nbRevisions=36699  nbUselessRevisions=31828  nbAssignments=61
0.85	     nbFailedAssignments=26  nbBacktracks=25  nbVisitedNodes=112  nbRestartNogoods=4  mapSize=25  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.08  cpuTime=0.05  mem=14M974
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=139391  nbPropagations=5036  nbRevisions=72542  nbUselessRevisions=62727
0.87	     nbAssignments=111  nbFailedAssignments=50  nbBacktracks=47  nbVisitedNodes=202  nbRestartNogoods=7  mapSize=47
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.097  cpuTime=0.07  mem=14M974
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=247230  nbPropagations=8638  nbRevisions=131541  nbUselessRevisions=113563
0.89	     nbAssignments=188  nbFailedAssignments=89  nbBacktracks=81  nbVisitedNodes=347  nbRestartNogoods=11  mapSize=80
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.122  cpuTime=0.09  mem=14M974
0.91	   
0.91	   search
0.91	     run=4  nbConstraintChecks=364462  nbPropagations=13649  nbRevisions=217073  nbUselessRevisions=187308
0.92	     nbAssignments=285  nbFailedAssignments=133  nbBacktracks=131  nbVisitedNodes=524  nbRestartNogoods=16  mapSize=128
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.144  cpuTime=0.11  mem=14M974
0.95	   
0.95	   search
0.95	     run=5  nbConstraintChecks=546593  nbPropagations=20942  nbRevisions=343685  nbUselessRevisions=296446
0.95	     nbAssignments=440  nbFailedAssignments=208  nbBacktracks=206  nbVisitedNodes=813  nbRestartNogoods=19  mapSize=202
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.182  cpuTime=0.14  mem=14M974
1.00	   
1.00	   search
1.00	     run=6  nbConstraintChecks=810803  nbPropagations=31460  nbRevisions=528796  nbUselessRevisions=455891
1.00	     nbAssignments=656  nbFailedAssignments=306  nbBacktracks=319  nbVisitedNodes=1212  nbRestartNogoods=21  mapSize=313
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.229  cpuTime=0.19  mem=14M974
1.07	   
1.07	   search
1.07	     run=7  nbConstraintChecks=1269980  nbPropagations=47139  nbRevisions=813017  nbUselessRevisions=700545
1.07	     nbAssignments=1006  nbFailedAssignments=482  nbBacktracks=489  nbVisitedNodes=1863  nbRestartNogoods=29
1.07	     mapSize=481  nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.305  cpuTime=0.26  mem=14M974
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=1979662  nbPropagations=70751  nbRevisions=1250207  nbUselessRevisions=1076481
1.21	     nbAssignments=1542  nbFailedAssignments=757  nbBacktracks=746  nbVisitedNodes=2869  nbRestartNogoods=40
1.21	     mapSize=736  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.439  cpuTime=0.38  mem=14M974
1.34	   
1.34	   INFO : Stopping hyperNogood (mapSize=1037, nbTooLargekeys=0, mem=14M974)
1.37	   
1.37	   search
1.37	     run=9  nbConstraintChecks=3068702  nbPropagations=106688  nbRevisions=1922580  nbUselessRevisions=1654293
1.37	     nbAssignments=2356  nbFailedAssignments=1173  nbBacktracks=1131  nbVisitedNodes=4386  nbRestartNogoods=48
1.37	       =>  wckTime=0.603  cpuTime=0.53  mem=14M974
1.59	   
1.59	   search
1.59	     run=10  nbConstraintChecks=4530029  nbPropagations=159681  nbRevisions=2920466  nbUselessRevisions=2512727
1.59	     nbAssignments=3520  nbFailedAssignments=1755  nbBacktracks=1709  nbVisitedNodes=6552  nbRestartNogoods=59
1.59	       =>  wckTime=0.825  cpuTime=0.75  mem=14M974
1.91	   
1.91	   search
1.91	     run=11  nbConstraintChecks=6765970  nbPropagations=238729  nbRevisions=4418376  nbUselessRevisions=3802686
1.91	     nbAssignments=5275  nbFailedAssignments=2641  nbBacktracks=2575  nbVisitedNodes=9842  nbRestartNogoods=66
1.91	       =>  wckTime=1.14  cpuTime=1.06  mem=14M974
2.38	   
2.38	   search
2.38	     run=12  nbConstraintChecks=10089054  nbPropagations=356493  nbRevisions=6657441  nbUselessRevisions=5731966
2.38	     nbAssignments=7902  nbFailedAssignments=3965  nbBacktracks=3873  nbVisitedNodes=14739  nbRestartNogoods=76
2.38	       =>  wckTime=1.611  cpuTime=1.53  mem=14M974
3.12	   
3.12	   search
3.12	     run=13  nbConstraintChecks=15410314  nbPropagations=534840  nbRevisions=10066418  nbUselessRevisions=8669324
3.12	     nbAssignments=11905  nbFailedAssignments=6019  nbBacktracks=5819  nbVisitedNodes=22244  nbRestartNogoods=92
3.12	       =>  wckTime=2.349  cpuTime=2.26  mem=14M974
4.19	   
4.19	   search
4.19	     run=14  nbConstraintChecks=22955120  nbPropagations=801070  nbRevisions=15164068  nbUselessRevisions=13063886
4.19	     nbAssignments=17785  nbFailedAssignments=8975  nbBacktracks=8739  nbVisitedNodes=33288  nbRestartNogoods=105
4.19	       =>  wckTime=3.417  cpuTime=3.33  mem=14M974
5.75	   
5.75	   search
5.75	     run=15  nbConstraintChecks=33976529  nbPropagations=1196302  nbRevisions=22741621  nbUselessRevisions=19600218
5.75	     nbAssignments=26487  nbFailedAssignments=13293  nbBacktracks=13118  nbVisitedNodes=49535  nbRestartNogoods=111
5.75	       =>  wckTime=4.985  cpuTime=4.88  mem=14M974
8.23	   
8.23	   search
8.23	     run=16  nbConstraintChecks=51620975  nbPropagations=1792293  nbRevisions=34206473  nbUselessRevisions=29486976
8.23	     nbAssignments=39846  nbFailedAssignments=20082  nbBacktracks=19686  nbVisitedNodes=74631  nbRestartNogoods=124
8.23	       =>  wckTime=7.46  cpuTime=7.35  mem=14M974
11.92	   
11.92	   search
11.92	     run=17  nbConstraintChecks=77608467  nbPropagations=2688498  nbRevisions=51485132  nbUselessRevisions=44392522
11.92	     nbAssignments=59792  nbFailedAssignments=30172  nbBacktracks=29539  nbVisitedNodes=112145  nbRestartNogoods=137
11.92	       =>  wckTime=11.146  cpuTime=11.02  mem=14M974
17.37	   
17.37	   search
17.37	     run=18  nbConstraintChecks=116037738  nbPropagations=4031298  nbRevisions=77345219  nbUselessRevisions=66702665
17.37	     nbAssignments=89774  nbFailedAssignments=45371  nbBacktracks=44317  nbVisitedNodes=168387  nbRestartNogoods=156
17.37	       =>  wckTime=16.599  cpuTime=16.45  mem=14M974
25.65	   
25.65	   search
25.65	     run=19  nbConstraintChecks=175163691  nbPropagations=6050130  nbRevisions=116364629  nbUselessRevisions=100376803
25.65	     nbAssignments=134847  nbFailedAssignments=68274  nbBacktracks=66485  nbVisitedNodes=252989  nbRestartNogoods=172
25.65	       =>  wckTime=24.877  cpuTime=24.7  mem=14M974
38.05	   
38.05	   search
38.05	     run=20  nbConstraintChecks=262357558  nbPropagations=9069376  nbRevisions=174749952  nbUselessRevisions=150773952
38.05	     nbAssignments=201689  nbFailedAssignments=101859  nbBacktracks=99737  nbVisitedNodes=378220  nbRestartNogoods=189
38.05	       =>  wckTime=37.276  cpuTime=37.0  mem=14M974
51.46	   
51.46	   search
51.46	     run=21  nbConstraintChecks=357967519  nbPropagations=13170416  nbRevisions=254278303  nbUselessRevisions=219432317
51.46	     nbAssignments=273402  nbFailedAssignments=138329  nbBacktracks=134957  nbVisitedNodes=512884  nbRestartNogoods=210
51.46	       =>  wckTime=50.693  cpuTime=50.35  mem=14M974
51.46	   
51.46	   global
51.46	     nbConstraintChecks=358011256  nbPropagations=13171011  nbRevisions=254284055  nbUselessRevisions=219437347
51.46	     nbRestartNogoods=210  solvingWckTime=50.694  solvingCpuTime=50.35  expiredTime=no  totalExploration=no
51.46	     nbFoundSolutions=1  globalCpuTime=50.73
51.46	       =>  wckTime=51.169  cpuTime=50.68  mem=14M974
51.47	   
51.47	s SATISFIABLE
51.47	v 12 13 16 10 20 8 20 13 19 19 12 17 8 0 7 6 20 17 15 21 10 19 9 
51.47	d NODES 273402
51.47	d CHECKS 358011256
51.47	   
51.47	   totalWckTime=51.247  totalCpuTime=50.73

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/node41/watcher-199599-1168135228 -o ROOT/results/node41/solver-199599-1168135228 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/199599-1168135228/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 0.98 0.99 5/69 23399
/proc/meminfo: memFree=1587984/2055920 swapFree=4191892/4192956
[pid=23398] ppid=23393 vsize=168 CPUtime=0
/proc/23398/stat : 23398 (java) R 23393 23398 23290 0 -1 0 39 0 0 0 0 0 0 0 18 0 1 0 161922054 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 1962283 0 0 4096 0 0 0 0 17 1 0 0
/proc/23398/statm: 42 23 18 14 0 2 0

[startup+0.106765 s]
/proc/loadavg: 0.92 0.98 0.99 5/69 23399
/proc/meminfo: memFree=1587984/2055920 swapFree=4191892/4192956
[pid=23398] ppid=23393 vsize=914988 CPUtime=0.09
/proc/23398/stat : 23398 (java) R 23393 23398 23290 0 -1 0 3065 0 1 0 7 2 0 0 24 0 8 0 161922054 936947712 2811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 228747 2811 1451 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514802 s]
/proc/loadavg: 0.92 0.98 0.99 5/69 23399
/proc/meminfo: memFree=1587984/2055920 swapFree=4191892/4192956
[pid=23398] ppid=23393 vsize=915328 CPUtime=0.5
/proc/23398/stat : 23398 (java) R 23393 23398 23290 0 -1 0 7038 0 1 0 44 6 0 0 25 0 8 0 161922054 937295872 6777 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 228832 6777 2142 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33687 s]
/proc/loadavg: 1.01 1.00 1.00 4/88 23431
/proc/meminfo: memFree=1492848/2055920 swapFree=4191892/4192956
[pid=23398] ppid=23393 vsize=915452 CPUtime=1.31
/proc/23398/stat : 23398 (java) R 23393 23398 23290 0 -1 0 8688 0 1 0 124 7 0 0 25 0 8 0 161922054 937422848 8426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793713 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 228863 8426 2524 14 0 215333 0
[pid=23398/tid=23416] ppid=23393 vsize=915452 CPUtime=0.02
/proc/23398/task/23416/stat : 23416 (java) S 23393 23398 23290 0 -1 64 269 0 0 0 2 0 0 0 16 0 8 0 161922057 937422848 8426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23417] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23417/stat : 23417 (java) S 23393 23398 23290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161922058 937422848 8426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23418] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23418/stat : 23418 (java) S 23393 23398 23290 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161922058 937422848 8426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23421] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23421/stat : 23421 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161922061 937422848 8426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23422] ppid=23393 vsize=915452 CPUtime=0.21
/proc/23398/task/23422/stat : 23422 (java) S 23393 23398 23290 0 -1 64 384 0 0 0 21 0 0 0 16 0 8 0 161922061 937422848 8426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23423] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23423/stat : 23423 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161922061 937422848 8426 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23424] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23424/stat : 23424 (java) S 23393 23398 23290 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 161922061 937422848 8426 18446744073709551615 134512640 134570532 4294956480 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) 915452

[startup+2.98601 s]
/proc/loadavg: 1.01 1.00 1.00 3/89 23432
/proc/meminfo: memFree=1489768/2055920 swapFree=4191892/4192956
[pid=23398] ppid=23393 vsize=915452 CPUtime=2.95
/proc/23398/stat : 23398 (java) R 23393 23398 23290 0 -1 0 8704 0 1 0 288 7 0 0 25 0 8 0 161922054 937422848 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802111 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 228863 8441 2524 14 0 215333 0
[pid=23398/tid=23416] ppid=23393 vsize=915452 CPUtime=0.02
/proc/23398/task/23416/stat : 23416 (java) S 23393 23398 23290 0 -1 64 269 0 0 0 2 0 0 0 16 0 8 0 161922057 937422848 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23417] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23417/stat : 23417 (java) S 23393 23398 23290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161922058 937422848 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23418] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23418/stat : 23418 (java) S 23393 23398 23290 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161922058 937422848 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23421] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23421/stat : 23421 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161922061 937422848 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23422] ppid=23393 vsize=915452 CPUtime=0.22
/proc/23398/task/23422/stat : 23422 (java) S 23393 23398 23290 0 -1 64 389 0 0 0 22 0 0 0 16 0 8 0 161922061 937422848 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23423] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23423/stat : 23423 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161922061 937422848 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23424] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23424/stat : 23424 (java) S 23393 23398 23290 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 161922061 937422848 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

[startup+6.2643 s]
/proc/loadavg: 1.01 1.00 1.00 3/89 23432
/proc/meminfo: memFree=1489584/2055920 swapFree=4191892/4192956
[pid=23398] ppid=23393 vsize=915452 CPUtime=6.21
/proc/23398/stat : 23398 (java) R 23393 23398 23290 0 -1 0 8712 0 1 0 614 7 0 0 25 0 8 0 161922054 937422848 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793034 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 228863 8448 2524 14 0 215333 0
[pid=23398/tid=23416] ppid=23393 vsize=915452 CPUtime=0.02
/proc/23398/task/23416/stat : 23416 (java) S 23393 23398 23290 0 -1 64 269 0 0 0 2 0 0 0 16 0 8 0 161922057 937422848 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23417] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23417/stat : 23417 (java) S 23393 23398 23290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161922058 937422848 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23418] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23418/stat : 23418 (java) S 23393 23398 23290 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161922058 937422848 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23421] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23421/stat : 23421 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161922061 937422848 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23422] ppid=23393 vsize=915452 CPUtime=0.22
/proc/23398/task/23422/stat : 23422 (java) S 23393 23398 23290 0 -1 64 389 0 0 0 22 0 0 0 16 0 8 0 161922061 937422848 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23423] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23423/stat : 23423 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161922061 937422848 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23424] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23424/stat : 23424 (java) S 23393 23398 23290 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 161922061 937422848 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915452

[startup+12.7489 s]
/proc/loadavg: 1.16 1.03 1.01 3/89 23432
/proc/meminfo: memFree=1489600/2055920 swapFree=4191892/4192956
[pid=23398] ppid=23393 vsize=915452 CPUtime=12.68
/proc/23398/stat : 23398 (java) R 23393 23398 23290 0 -1 0 8719 0 1 0 1260 8 0 0 25 0 8 0 161922054 937422848 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807425 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 228863 8455 2524 14 0 215333 0
[pid=23398/tid=23416] ppid=23393 vsize=915452 CPUtime=0.02
/proc/23398/task/23416/stat : 23416 (java) S 23393 23398 23290 0 -1 64 269 0 0 0 2 0 0 0 16 0 8 0 161922057 937422848 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23417] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23417/stat : 23417 (java) S 23393 23398 23290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161922058 937422848 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23418] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23418/stat : 23418 (java) S 23393 23398 23290 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161922058 937422848 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23421] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23421/stat : 23421 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161922061 937422848 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23422] ppid=23393 vsize=915452 CPUtime=0.22
/proc/23398/task/23422/stat : 23422 (java) S 23393 23398 23290 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 161922061 937422848 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23423] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23423/stat : 23423 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161922061 937422848 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23424] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23424/stat : 23424 (java) S 23393 23398 23290 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 161922061 937422848 8455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915452

[startup+25.584 s]
/proc/loadavg: 1.29 1.06 1.02 3/89 23432
/proc/meminfo: memFree=1489792/2055920 swapFree=4191892/4192956
[pid=23398] ppid=23393 vsize=915452 CPUtime=25.46
/proc/23398/stat : 23398 (java) R 23393 23398 23290 0 -1 0 8722 0 1 0 2538 8 0 0 25 0 8 0 161922054 937422848 8458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807425 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 228863 8458 2524 14 0 215333 0
[pid=23398/tid=23416] ppid=23393 vsize=915452 CPUtime=0.02
/proc/23398/task/23416/stat : 23416 (java) S 23393 23398 23290 0 -1 64 269 0 0 0 2 0 0 0 16 0 8 0 161922057 937422848 8458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23417] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23417/stat : 23417 (java) S 23393 23398 23290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161922058 937422848 8458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23418] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23418/stat : 23418 (java) S 23393 23398 23290 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161922058 937422848 8458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23421] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23421/stat : 23421 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161922061 937422848 8458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23422] ppid=23393 vsize=915452 CPUtime=0.22
/proc/23398/task/23422/stat : 23422 (java) S 23393 23398 23290 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 161922061 937422848 8458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23423] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23423/stat : 23423 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161922061 937422848 8458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23424] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23424/stat : 23424 (java) S 23393 23398 23290 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 161922061 937422848 8458 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915452

[startup+51.1852 s]
/proc/loadavg: 1.57 1.15 1.05 3/95 23514
/proc/meminfo: memFree=1488312/2055920 swapFree=4191892/4192956
[pid=23398] ppid=23393 vsize=915452 CPUtime=50.89
/proc/23398/stat : 23398 (java) R 23393 23398 23290 0 -1 0 8727 0 1 0 5079 10 0 0 25 0 8 0 161922054 937422848 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793780 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23398/statm: 228863 8463 2524 14 0 215333 0
[pid=23398/tid=23416] ppid=23393 vsize=915452 CPUtime=0.02
/proc/23398/task/23416/stat : 23416 (java) S 23393 23398 23290 0 -1 64 269 0 0 0 2 0 0 0 16 0 8 0 161922057 937422848 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23417] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23417/stat : 23417 (java) S 23393 23398 23290 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 161922058 937422848 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23418] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23418/stat : 23418 (java) S 23393 23398 23290 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 161922058 937422848 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23421] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23421/stat : 23421 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 161922061 937422848 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23422] ppid=23393 vsize=915452 CPUtime=0.22
/proc/23398/task/23422/stat : 23422 (java) S 23393 23398 23290 0 -1 64 391 0 0 0 22 0 0 0 16 0 8 0 161922061 937422848 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23423] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23423/stat : 23423 (java) S 23393 23398 23290 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 161922061 937422848 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23398/tid=23424] ppid=23393 vsize=915452 CPUtime=0
/proc/23398/task/23424/stat : 23424 (java) S 23393 23398 23290 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 161922061 937422848 8463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 51.4823
CPU time (s): 51.1922
CPU user time (s): 51.0812
CPU system time (s): 0.110983
CPU usage (%): 99.4365
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.0812
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= 8818
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= 2157
involuntary context switches= 3151

runsolver used 0.056991 s user time and 0.152976 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sun Jan  7 02:00:28 UTC 2007


IDJOB= 199599
IDBENCH= 3628
FILE ID= node41/199599-1168135228

PBS_JOBID= 3478027

Free space on /tmp= 66527 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-23/rand-23-23-253-131-53021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/199599-1168135228/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-199599-1168135228 -o ROOT/results/node41/solver-199599-1168135228 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/199599-1168135228/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5fed53841b4b437c3c9731d111aa34a3

RANDOM SEED= 46523147

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.234
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.234
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:       1588472 kB
Buffers:         44024 kB
Cached:         346852 kB
SwapCached:        396 kB
Active:         186772 kB
Inactive:       223632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588472 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5708 kB
Writeback:           4 kB
Mapped:          28280 kB
Slab:            42704 kB
Committed_AS:  2787300 kB
PageTables:       1700 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= 66527 MiB



End job on node41 on Sun Jan  7 02:01:20 UTC 2007