Trace number 213443

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 ACSAT 11.8302 11.8932

DiagnosticValue
CHECKS1030272
NODES66465

General information on the benchmark

NamepseudoSeries/aim/
aim-200-1-6-4.xml
MD5SUM53aed87aeb9458fa17e7eb4bb86e0c8a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.213967
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints520
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension520
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=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/213443-1168077443/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.42	     nbVariables=400  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.42	       =>  wckTime=0.123  cpuTime=0.1  mem=7M50
0.42	   
0.42	   predicates being loaded...
0.42	   
0.42	   constraints being loaded...
0.65	     nbConstraints=520  nbConvertedConstraints=204  nbConvertConstraintsChecks=16  nbExtensionStructures=2
0.65	     nbSharedExtensionStructures=202  nbConflictsStructures=3  nbSharedConflictsStructures=517
0.65	     nbSharedBinaryRepresentations=5  nbEvaluationManagers=1  nbSharedEvaluationManagers=315  maxDegree=6  maxArity=3
0.65	       =>  wckTime=0.349  cpuTime=0.26  mem=10M951
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.87	       =>  wckTime=0.576  cpuTime=0.41  mem=17M708
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.89	     detectedInconsistency=no
0.89	       =>  wckTime=0.01  cpuTime=0.0  mem=17M708
0.92	   
0.92	   search
0.92	     run=0  nbConstraintChecks=233  nbValidityChecks=34  nbPropagations=530  nbRevisions=189  nbUselessRevisions=77
0.92	     nbAssignments=47  nbFailedAssignments=3  nbBacktracks=10  nbVisitedNodes=54  nbRestartNogoods=0  mapSize=4
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.048  cpuTime=0.02  mem=17M708
0.97	   
0.97	   search
0.97	     run=1  nbConstraintChecks=805  nbValidityChecks=158  nbPropagations=1357  nbRevisions=867  nbUselessRevisions=409
0.97	     nbAssignments=215  nbFailedAssignments=9  nbBacktracks=27  nbVisitedNodes=232  nbRestartNogoods=2  mapSize=10
0.97	     nbInferences=1  nbTooLargeKeys=0
0.97	       =>  wckTime=0.091  cpuTime=0.05  mem=17M708
1.02	   
1.02	   search
1.02	     run=2  nbConstraintChecks=1626  nbValidityChecks=439  nbPropagations=2657  nbRevisions=2314
1.02	     nbUselessRevisions=1110  nbAssignments=459  nbFailedAssignments=23  nbBacktracks=52  nbVisitedNodes=500
1.02	     nbRestartNogoods=6  mapSize=22  nbInferences=1  nbTooLargeKeys=0
1.02	       =>  wckTime=0.149  cpuTime=0.1  mem=17M708
1.04	   
1.04	   search
1.04	     run=3  nbConstraintChecks=2090  nbValidityChecks=739  nbPropagations=4210  nbRevisions=4253
1.04	     nbUselessRevisions=2062  nbAssignments=522  nbFailedAssignments=29  nbBacktracks=86  nbVisitedNodes=579
1.04	     nbRestartNogoods=13  mapSize=37  nbInferences=1  nbTooLargeKeys=0
1.04	       =>  wckTime=0.167  cpuTime=0.12  mem=17M708
1.08	   
1.08	   search
1.08	     run=4  nbConstraintChecks=2758  nbValidityChecks=1126  nbPropagations=6154  nbRevisions=6874
1.08	     nbUselessRevisions=3339  nbAssignments=677  nbFailedAssignments=44  nbBacktracks=136  nbVisitedNodes=763
1.08	     nbRestartNogoods=14  mapSize=56  nbInferences=1  nbTooLargeKeys=0
1.08	       =>  wckTime=0.204  cpuTime=0.14  mem=17M708
1.10	   
1.10	   search
1.10	     run=5  nbConstraintChecks=4698  nbValidityChecks=2323  nbPropagations=9177  nbRevisions=11394
1.10	     nbUselessRevisions=5441  nbAssignments=794  nbFailedAssignments=76  nbBacktracks=213  nbVisitedNodes=955
1.10	     nbRestartNogoods=17  mapSize=128  nbInferences=3  nbTooLargeKeys=0
1.10	       =>  wckTime=0.229  cpuTime=0.16  mem=17M708
1.13	   
1.13	   search
1.13	     run=6  nbConstraintChecks=6736  nbValidityChecks=3646  nbPropagations=13299  nbRevisions=17899
1.13	     nbUselessRevisions=8437  nbAssignments=965  nbFailedAssignments=121  nbBacktracks=326  nbVisitedNodes=1221
1.13	     nbRestartNogoods=20  mapSize=219  nbInferences=3  nbTooLargeKeys=0
1.13	       =>  wckTime=0.256  cpuTime=0.19  mem=18M683
1.19	   
1.19	   search
1.19	     run=7  nbConstraintChecks=9098  nbValidityChecks=4973  nbPropagations=18669  nbRevisions=26687
1.19	     nbUselessRevisions=12519  nbAssignments=1313  nbFailedAssignments=179  nbBacktracks=497  nbVisitedNodes=1676
1.19	     nbRestartNogoods=24  mapSize=301  nbInferences=4  nbTooLargeKeys=0
1.19	       =>  wckTime=0.317  cpuTime=0.25  mem=18M683
1.26	   
1.26	   search
1.26	     run=8  nbConstraintChecks=13838  nbValidityChecks=7567  nbPropagations=26772  nbRevisions=40068
1.26	     nbUselessRevisions=18488  nbAssignments=1662  nbFailedAssignments=249  nbBacktracks=753  nbVisitedNodes=2162
1.26	     nbRestartNogoods=30  mapSize=430  nbInferences=4  nbTooLargeKeys=0
1.26	       =>  wckTime=0.388  cpuTime=0.3  mem=18M683
1.35	   
1.35	   search
1.35	     run=9  nbConstraintChecks=21796  nbValidityChecks=12029  nbPropagations=39523  nbRevisions=61100
1.35	     nbUselessRevisions=27516  nbAssignments=2187  nbFailedAssignments=367  nbBacktracks=1138  nbVisitedNodes=2919
1.35	     nbRestartNogoods=36  mapSize=654  nbInferences=4  nbTooLargeKeys=0
1.35	       =>  wckTime=0.475  cpuTime=0.39  mem=18M683
1.50	   
1.50	   search
1.50	     run=10  nbConstraintChecks=32847  nbValidityChecks=19557  nbPropagations=58554  nbRevisions=94311
1.50	     nbUselessRevisions=42424  nbAssignments=3018  nbFailedAssignments=533  nbBacktracks=1715  nbVisitedNodes=4085
1.50	     nbRestartNogoods=39  mapSize=953  nbInferences=8  nbTooLargeKeys=0
1.50	       =>  wckTime=0.628  cpuTime=0.53  mem=18M683
1.70	   
1.70	   search
1.70	     run=11  nbConstraintChecks=59261  nbValidityChecks=35523  nbPropagations=93065  nbRevisions=153779
1.70	     nbUselessRevisions=68149  nbAssignments=4197  nbFailedAssignments=809  nbBacktracks=2582  nbVisitedNodes=5810
1.70	     nbRestartNogoods=42  mapSize=1491  nbInferences=12  nbTooLargeKeys=0
1.70	       =>  wckTime=0.822  cpuTime=0.73  mem=18M683
1.95	   
1.95	   search
1.95	     run=12  nbConstraintChecks=79305  nbValidityChecks=48754  nbPropagations=139161  nbRevisions=233653
1.95	     nbUselessRevisions=103037  nbAssignments=5857  nbFailedAssignments=1136  nbBacktracks=3882  nbVisitedNodes=8118
1.95	     nbRestartNogoods=48  mapSize=2126  nbInferences=17  nbTooLargeKeys=0
1.95	       =>  wckTime=1.072  cpuTime=0.97  mem=18M683
2.38	   
2.38	   search
2.38	     run=13  nbConstraintChecks=118595  nbValidityChecks=72668  nbPropagations=208225  nbRevisions=354871
2.38	     nbUselessRevisions=156143  nbAssignments=8416  nbFailedAssignments=1698  nbBacktracks=5828  nbVisitedNodes=11825
2.38	     nbRestartNogoods=52  mapSize=3268  nbInferences=21  nbTooLargeKeys=0
2.38	       =>  wckTime=1.507  cpuTime=1.41  mem=19M658
3.02	   
3.02	   search
3.02	     run=14  nbConstraintChecks=178582  nbValidityChecks=117645  nbPropagations=313795  nbRevisions=550272
3.02	     nbUselessRevisions=246798  nbAssignments=11965  nbFailedAssignments=2282  nbBacktracks=8758  nbVisitedNodes=16524
3.02	     nbRestartNogoods=58  mapSize=4410  nbInferences=35  nbTooLargeKeys=0
3.02	       =>  wckTime=2.147  cpuTime=2.04  mem=20M633
3.85	   
3.85	   search
3.85	     run=15  nbConstraintChecks=250597  nbValidityChecks=164226  nbPropagations=461355  nbRevisions=820058
3.85	     nbUselessRevisions=370777  nbAssignments=17353  nbFailedAssignments=3243  nbBacktracks=13147  nbVisitedNodes=23816
3.85	     nbRestartNogoods=61  mapSize=6304  nbInferences=47  nbTooLargeKeys=0
3.85	       =>  wckTime=2.975  cpuTime=2.88  mem=20M633
5.26	   
5.26	   search
5.26	     run=16  nbConstraintChecks=395929  nbValidityChecks=261317  nbPropagations=694206  nbRevisions=1245725
5.26	     nbUselessRevisions=565296  nbAssignments=25760  nbFailedAssignments=4969  nbBacktracks=19719  nbVisitedNodes=35672
5.26	     nbRestartNogoods=69  mapSize=9722  nbInferences=99  nbTooLargeKeys=0
5.26	       =>  wckTime=4.391  cpuTime=4.29  mem=22M583
7.22	   
7.22	   search
7.22	     run=17  nbConstraintChecks=592400  nbValidityChecks=398182  nbPropagations=1042773  nbRevisions=1882905
7.22	     nbUselessRevisions=856874  nbAssignments=38145  nbFailedAssignments=7407  nbBacktracks=29586  nbVisitedNodes=53064
7.22	     nbRestartNogoods=74  mapSize=14631  nbInferences=142  nbTooLargeKeys=0
7.22	       =>  wckTime=6.343  cpuTime=6.24  mem=24M534
10.11	   
10.11	   search
10.11	     run=18  nbConstraintChecks=886215  nbValidityChecks=589212  nbPropagations=1564374  nbRevisions=2826076
10.11	     nbUselessRevisions=1283341  nbAssignments=56356  nbFailedAssignments=10706  nbBacktracks=44367
10.11	     nbVisitedNodes=78243  nbRestartNogoods=81  mapSize=21545  nbInferences=227  nbTooLargeKeys=0
10.11	       =>  wckTime=9.234  cpuTime=9.14  mem=27M459
11.83	   
11.83	   search
11.83	     run=19  nbConstraintChecks=1030272  nbValidityChecks=691643  nbPropagations=2169143  nbRevisions=3932282
11.83	     nbUselessRevisions=1789911  nbAssignments=66465  nbFailedAssignments=12834  nbBacktracks=51832
11.83	     nbVisitedNodes=92907  nbRestartNogoods=86  mapSize=25976  nbInferences=343  nbTooLargeKeys=0
11.83	       =>  wckTime=10.957  cpuTime=10.86  mem=29M672
11.83	   
11.83	   global
11.83	     nbConstraintChecks=1030272  nbValidityChecks=691643  nbPropagations=2169543  nbRevisions=3932282
11.83	     nbUselessRevisions=1789911  nbRestartNogoods=86  solvingWckTime=10.958  solvingCpuTime=10.86  expiredTime=no
11.83	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=11.32
11.83	       =>  wckTime=11.535  cpuTime=11.28  mem=29M672
11.83	   
11.83	s SATISFIABLE
11.83	v 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 
11.83	d NODES 66465
11.83	d CHECKS 1030272
11.83	   
11.83	   totalWckTime=11.609  totalCpuTime=11.32

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/node24/watcher-213443-1168077443 -o ROOT/results/node24/solver-213443-1168077443 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213443-1168077443/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.86 1.63 1.84 3/81 16575
/proc/meminfo: memFree=1798904/2055920 swapFree=4192812/4192956
[pid=16574] ppid=16572 vsize=168 CPUtime=0
/proc/16574/stat : 16574 (java) R 16572 16574 15975 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 156139544 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 2605860 0 0 4096 0 0 0 0 17 1 0 0
/proc/16574/statm: 42 23 18 14 0 2 0

[startup+0.107105 s]
/proc/loadavg: 0.86 1.63 1.84 3/81 16575
/proc/meminfo: memFree=1798904/2055920 swapFree=4192812/4192956
[pid=16574] ppid=16572 vsize=914988 CPUtime=0.08
/proc/16574/stat : 16574 (java) R 16572 16574 15975 0 -1 0 3071 0 1 0 7 1 0 0 16 0 8 0 156139544 936947712 2817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16574/statm: 228747 2817 1453 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515151 s]
/proc/loadavg: 0.86 1.63 1.84 3/81 16575
/proc/meminfo: memFree=1798904/2055920 swapFree=4192812/4192956
[pid=16574] ppid=16572 vsize=915328 CPUtime=0.49
/proc/16574/stat : 16574 (java) R 16572 16574 15975 0 -1 0 6595 0 1 0 45 4 0 0 17 0 8 0 156139544 937295872 6334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073647572 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16574/statm: 228832 6334 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33623 s]
/proc/loadavg: 0.86 1.63 1.84 2/85 16588
/proc/meminfo: memFree=1779088/2055920 swapFree=4192812/4192956
[pid=16574] ppid=16572 vsize=915556 CPUtime=1.31
/proc/16574/stat : 16574 (java) R 16572 16574 15975 0 -1 0 9519 0 1 0 124 7 0 0 17 0 8 0 156139544 937529344 9257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16574/statm: 228889 9257 2532 14 0 215359 0
[pid=16574/tid=16576] ppid=16572 vsize=915556 CPUtime=0.03
/proc/16574/task/16576/stat : 16576 (java) S 16572 16574 15975 0 -1 64 222 0 0 0 3 0 0 0 16 0 8 0 156139548 937529344 9257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16574/tid=16577] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16577/stat : 16577 (java) S 16572 16574 15975 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156139548 937529344 9257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16578] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16578/stat : 16578 (java) S 16572 16574 15975 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156139548 937529344 9257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16579] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16579/stat : 16579 (java) S 16572 16574 15975 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156139551 937529344 9257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16580] ppid=16572 vsize=915556 CPUtime=0.24
/proc/16574/task/16580/stat : 16580 (java) S 16572 16574 15975 0 -1 64 409 0 0 0 24 0 0 0 16 0 8 0 156139551 937529344 9257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16581] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16581/stat : 16581 (java) S 16572 16574 15975 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156139551 937529344 9257 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16582] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16582/stat : 16582 (java) S 16572 16574 15975 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156139551 937529344 9257 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) 915556

[startup+2.97341 s]
/proc/loadavg: 0.86 1.63 1.84 2/85 16588
/proc/meminfo: memFree=1777808/2055920 swapFree=4192812/4192956
[pid=16574] ppid=16572 vsize=915556 CPUtime=2.95
/proc/16574/stat : 16574 (java) R 16572 16574 15975 0 -1 0 9952 0 1 0 287 8 0 0 17 0 8 0 156139544 937529344 9688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073865692 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16574/statm: 228889 9688 2532 14 0 215359 0
[pid=16574/tid=16576] ppid=16572 vsize=915556 CPUtime=0.03
/proc/16574/task/16576/stat : 16576 (java) S 16572 16574 15975 0 -1 64 222 0 0 0 3 0 0 0 17 0 8 0 156139548 937529344 9688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16574/tid=16577] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16577/stat : 16577 (java) S 16572 16574 15975 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156139548 937529344 9688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16578] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16578/stat : 16578 (java) S 16572 16574 15975 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156139548 937529344 9688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16579] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16579/stat : 16579 (java) S 16572 16574 15975 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156139551 937529344 9688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16580] ppid=16572 vsize=915556 CPUtime=0.26
/proc/16574/task/16580/stat : 16580 (java) S 16572 16574 15975 0 -1 64 415 0 0 0 25 1 0 0 16 0 8 0 156139551 937529344 9688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16581] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16581/stat : 16581 (java) S 16572 16574 15975 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156139551 937529344 9688 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16582] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16582/stat : 16582 (java) S 16572 16574 15975 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156139551 937529344 9688 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) 915556

[startup+6.27176 s]
/proc/loadavg: 0.87 1.62 1.83 2/85 16588
/proc/meminfo: memFree=1774352/2055920 swapFree=4192812/4192956
[pid=16574] ppid=16572 vsize=915556 CPUtime=6.25
/proc/16574/stat : 16574 (java) R 16572 16574 15975 0 -1 0 10786 0 1 0 617 8 0 0 22 0 8 0 156139544 937529344 10522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073877751 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16574/statm: 228889 10522 2532 14 0 215359 0
[pid=16574/tid=16576] ppid=16572 vsize=915556 CPUtime=0.03
/proc/16574/task/16576/stat : 16576 (java) S 16572 16574 15975 0 -1 64 222 0 0 0 3 0 0 0 16 0 8 0 156139548 937529344 10522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16574/tid=16577] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16577/stat : 16577 (java) S 16572 16574 15975 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156139548 937529344 10522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16578] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16578/stat : 16578 (java) S 16572 16574 15975 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156139548 937529344 10522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16579] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16579/stat : 16579 (java) S 16572 16574 15975 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156139551 937529344 10522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16580] ppid=16572 vsize=915556 CPUtime=0.26
/proc/16574/task/16580/stat : 16580 (java) S 16572 16574 15975 0 -1 64 415 0 0 0 25 1 0 0 16 0 8 0 156139551 937529344 10522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16581] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16581/stat : 16581 (java) S 16572 16574 15975 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156139551 937529344 10522 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16574/tid=16582] ppid=16572 vsize=915556 CPUtime=0
/proc/16574/task/16582/stat : 16582 (java) S 16572 16574 15975 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156139551 937529344 10522 18446744073709551615 134512640 134570532 4294956480 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) 915556

Child status: 0
Real time (s): 11.8932
CPU time (s): 11.8302
CPU user time (s): 11.7222
CPU system time (s): 0.107983
CPU usage (%): 99.4699
Max. virtual memory (cumulated for all children) (KiB): 915556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7222
system time used= 0.107983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12322
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= 1152
involuntary context switches= 345

runsolver used 0.017997 s user time and 0.035994 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sat Jan  6 09:57:23 UTC 2007


IDJOB= 213443
IDBENCH= 4848
FILE ID= node24/213443-1168077443

PBS_JOBID= 3476058

Free space on /tmp= 66464 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/aim/aim-200-1-6-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213443-1168077443/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-213443-1168077443 -o ROOT/results/node24/solver-213443-1168077443 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/213443-1168077443/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  53aed87aeb9458fa17e7eb4bb86e0c8a

RANDOM SEED= 797901753

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:       1799320 kB
Buffers:         23280 kB
Cached:         108164 kB
SwapCached:          0 kB
Active:         117296 kB
Inactive:        71596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3748 kB
Writeback:           0 kB
Mapped:          76416 kB
Slab:            52696 kB
Committed_AS:  2897304 kB
PageTables:       2196 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= 66466 MiB



End job on node24 on Sat Jan  6 09:57:35 UTC 2007