Trace number 213261

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 3.53646 3.585

DiagnosticValue
CHECKS181227
NODES12684

General information on the benchmark

NamepseudoSeries/aim/
aim-200-1-6-1.xml
MD5SUM56a05efc911bb7ef366b44e2c70aedad
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.153976
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/213261-1168077410/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.44	     nbVariables=400  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.44	       =>  wckTime=0.131  cpuTime=0.11  mem=7M50
0.44	   
0.44	   predicates being loaded...
0.45	   
0.45	   constraints being loaded...
0.68	     nbConstraints=520  nbConvertedConstraints=201  nbConvertConstraintsChecks=16  nbExtensionStructures=2
0.68	     nbSharedExtensionStructures=199  nbConflictsStructures=3  nbSharedConflictsStructures=517
0.68	     nbSharedBinaryRepresentations=5  nbEvaluationManagers=1  nbSharedEvaluationManagers=318  maxDegree=5  maxArity=3
0.68	       =>  wckTime=0.367  cpuTime=0.27  mem=10M951
0.72	   
0.72	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.605  cpuTime=0.43  mem=17M724
0.93	   
0.93	   preprocessing
0.93	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.93	     detectedInconsistency=no
0.93	       =>  wckTime=0.011  cpuTime=0.01  mem=17M724
0.99	   
0.99	   search
0.99	     run=0  nbConstraintChecks=549  nbValidityChecks=72  nbPropagations=676  nbRevisions=458  nbUselessRevisions=216
0.99	     nbAssignments=130  nbFailedAssignments=7  nbBacktracks=13  nbVisitedNodes=141  nbRestartNogoods=0  mapSize=6
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.075  cpuTime=0.05  mem=17M724
1.03	   
1.03	   search
1.03	     run=1  nbConstraintChecks=1525  nbValidityChecks=515  nbPropagations=1974  nbRevisions=1996  nbUselessRevisions=916
1.03	     nbAssignments=204  nbFailedAssignments=13  nbBacktracks=31  nbVisitedNodes=225  nbRestartNogoods=4  mapSize=14
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.11  cpuTime=0.07  mem=17M724
1.06	   
1.06	   search
1.06	     run=2  nbConstraintChecks=2886  nbValidityChecks=1121  nbPropagations=4132  nbRevisions=5000
1.06	     nbUselessRevisions=2243  nbAssignments=288  nbFailedAssignments=21  nbBacktracks=55  nbVisitedNodes=324
1.06	     nbRestartNogoods=6  mapSize=25  nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.142  cpuTime=0.09  mem=17M724
1.09	   
1.09	   search
1.09	     run=3  nbConstraintChecks=4230  nbValidityChecks=1751  nbPropagations=7102  nbRevisions=9425
1.09	     nbUselessRevisions=4205  nbAssignments=407  nbFailedAssignments=33  nbBacktracks=90  nbVisitedNodes=466
1.09	     nbRestartNogoods=10  mapSize=39  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.171  cpuTime=0.12  mem=17M724
1.11	   
1.11	   search
1.11	     run=4  nbConstraintChecks=5505  nbValidityChecks=2450  nbPropagations=10754  nbRevisions=15127
1.11	     nbUselessRevisions=6776  nbAssignments=526  nbFailedAssignments=53  nbBacktracks=140  nbVisitedNodes=625
1.11	     nbRestartNogoods=19  mapSize=75  nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.196  cpuTime=0.14  mem=17M724
1.14	   
1.14	   search
1.14	     run=5  nbConstraintChecks=6743  nbValidityChecks=3127  nbPropagations=15077  nbRevisions=22013
1.14	     nbUselessRevisions=9896  nbAssignments=687  nbFailedAssignments=79  nbBacktracks=215  nbVisitedNodes=835
1.14	     nbRestartNogoods=21  mapSize=113  nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.226  cpuTime=0.17  mem=17M724
1.17	   
1.17	   search
1.17	     run=6  nbConstraintChecks=9502  nbValidityChecks=4407  nbPropagations=21111  nbRevisions=31344
1.17	     nbUselessRevisions=13756  nbAssignments=848  nbFailedAssignments=115  nbBacktracks=328  nbVisitedNodes=1064
1.17	     nbRestartNogoods=23  mapSize=177  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.254  cpuTime=0.2  mem=17M724
1.22	   
1.22	   search
1.23	     run=7  nbConstraintChecks=12125  nbValidityChecks=5594  nbPropagations=28662  nbRevisions=42962
1.23	     nbUselessRevisions=18401  nbAssignments=1155  nbFailedAssignments=166  nbBacktracks=498  nbVisitedNodes=1466
1.23	     nbRestartNogoods=27  mapSize=269  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.308  cpuTime=0.25  mem=18M699
1.30	   
1.30	   search
1.30	     run=8  nbConstraintChecks=18554  nbValidityChecks=9543  nbPropagations=40292  nbRevisions=62161
1.30	     nbUselessRevisions=26554  nbAssignments=1494  nbFailedAssignments=197  nbBacktracks=756  nbVisitedNodes=1869
1.30	     nbRestartNogoods=30  mapSize=328  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.387  cpuTime=0.32  mem=18M699
1.44	   
1.44	   search
1.44	     run=9  nbConstraintChecks=28331  nbValidityChecks=16435  nbPropagations=57828  nbRevisions=92994
1.44	     nbUselessRevisions=40414  nbAssignments=2113  nbFailedAssignments=295  nbBacktracks=1144  nbVisitedNodes=2689
1.44	     nbRestartNogoods=35  mapSize=525  nbInferences=6  nbTooLargeKeys=0
1.44	       =>  wckTime=0.525  cpuTime=0.44  mem=18M699
1.60	   
1.60	   search
1.60	     run=10  nbConstraintChecks=34617  nbValidityChecks=20195  nbPropagations=79381  nbRevisions=131867
1.60	     nbUselessRevisions=58299  nbAssignments=2806  nbFailedAssignments=334  nbBacktracks=1724  nbVisitedNodes=3463
1.60	     nbRestartNogoods=38  mapSize=601  nbInferences=6  nbTooLargeKeys=0
1.60	       =>  wckTime=0.685  cpuTime=0.59  mem=18M699
1.82	   
1.82	   search
1.82	     run=11  nbConstraintChecks=49690  nbValidityChecks=30943  nbPropagations=110139  nbRevisions=189064
1.82	     nbUselessRevisions=85312  nbAssignments=3890  nbFailedAssignments=488  nbBacktracks=2589  nbVisitedNodes=4853
1.82	     nbRestartNogoods=43  mapSize=902  nbInferences=7  nbTooLargeKeys=0
1.82	       =>  wckTime=0.908  cpuTime=0.81  mem=18M699
2.17	   
2.17	   search
2.17	     run=12  nbConstraintChecks=76265  nbValidityChecks=50484  nbPropagations=156988  nbRevisions=278160
2.17	     nbUselessRevisions=128098  nbAssignments=5583  nbFailedAssignments=756  nbBacktracks=3940  nbVisitedNodes=7090
2.17	     nbRestartNogoods=47  mapSize=1425  nbInferences=21  nbTooLargeKeys=0
2.17	       =>  wckTime=1.253  cpuTime=1.15  mem=18M699
2.57	   
2.57	   search
2.57	     run=13  nbConstraintChecks=121983  nbValidityChecks=80924  nbPropagations=231527  nbRevisions=416777
2.57	     nbUselessRevisions=192673  nbAssignments=8104  nbFailedAssignments=1287  nbBacktracks=5889  nbVisitedNodes=10648
2.57	     nbRestartNogoods=54  mapSize=2452  nbInferences=43  nbTooLargeKeys=0
2.57	       =>  wckTime=1.649  cpuTime=1.56  mem=19M675
3.30	   
3.30	   search
3.30	     run=14  nbConstraintChecks=173658  nbValidityChecks=121055  nbPropagations=337941  nbRevisions=620432
3.30	     nbUselessRevisions=290406  nbAssignments=11571  nbFailedAssignments=1756  nbBacktracks=8828  nbVisitedNodes=15083
3.30	     nbRestartNogoods=59  mapSize=3409  nbInferences=78  nbTooLargeKeys=0
3.30	       =>  wckTime=2.379  cpuTime=2.28  mem=19M675
3.54	   
3.54	   search
3.54	     run=15  nbConstraintChecks=181227  nbValidityChecks=126783  nbPropagations=448873  nbRevisions=833783
3.54	     nbUselessRevisions=393334  nbAssignments=12684  nbFailedAssignments=1797  nbBacktracks=9500  nbVisitedNodes=16279
3.54	     nbRestartNogoods=66  mapSize=3486  nbInferences=78  nbTooLargeKeys=0
3.54	       =>  wckTime=2.625  cpuTime=2.52  mem=20M650
3.54	   
3.54	   global
3.54	     nbConstraintChecks=181227  nbValidityChecks=126783  nbPropagations=449273  nbRevisions=833783
3.54	     nbUselessRevisions=393334  nbRestartNogoods=66  solvingWckTime=2.626  solvingCpuTime=2.53  expiredTime=no
3.54	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=3.0
3.54	       =>  wckTime=3.232  cpuTime=2.96  mem=20M650
3.54	   
3.54	s SATISFIABLE
3.54	v 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 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 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 
3.54	d NODES 12684
3.54	d CHECKS 181227
3.55	   
3.55	   totalWckTime=3.312  totalCpuTime=3.0

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

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

/proc/loadavg: 1.10 1.02 1.10 5/80 8050
/proc/meminfo: memFree=1607704/2055920 swapFree=4192812/4192956
[pid=8049] ppid=8047 vsize=18540 CPUtime=0
/proc/8049/stat : 8049 (runsolver) R 8047 8049 7738 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 156140443 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 216849247527 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8049/statm: 4635 279 244 17 0 2626 0

[startup+0.106816 s]
/proc/loadavg: 1.10 1.02 1.10 5/80 8050
/proc/meminfo: memFree=1607704/2055920 swapFree=4192812/4192956
[pid=8049] ppid=8047 vsize=914988 CPUtime=0.09
/proc/8049/stat : 8049 (java) R 8047 8049 7738 0 -1 0 3018 0 1 0 8 1 0 0 17 0 8 0 156140443 936947712 2764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8049/statm: 228747 2764 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514883 s]
/proc/loadavg: 1.10 1.02 1.10 5/80 8050
/proc/meminfo: memFree=1607704/2055920 swapFree=4192812/4192956
[pid=8049] ppid=8047 vsize=915328 CPUtime=0.49
/proc/8049/stat : 8049 (java) R 8047 8049 7738 0 -1 0 6393 0 1 0 46 3 0 0 19 0 8 0 156140443 937295872 6132 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8049/statm: 228832 6133 2144 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33602 s]
/proc/loadavg: 1.10 1.02 1.10 3/87 8057
/proc/meminfo: memFree=1580960/2055920 swapFree=4192812/4192956
[pid=8049] ppid=8047 vsize=915556 CPUtime=1.31
/proc/8049/stat : 8049 (java) R 8047 8049 7738 0 -1 0 9507 0 1 0 123 8 0 0 24 0 8 0 156140443 937529344 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073860347 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8049/statm: 228889 9245 2532 14 0 215359 0
[pid=8049/tid=8051] ppid=8047 vsize=915556 CPUtime=0.03
/proc/8049/task/8051/stat : 8051 (java) S 8047 8049 7738 0 -1 64 221 0 0 0 3 0 0 0 16 0 8 0 156140447 937529344 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8052] ppid=8047 vsize=915556 CPUtime=0
/proc/8049/task/8052/stat : 8052 (java) S 8047 8049 7738 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156140448 937529344 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8053] ppid=8047 vsize=915556 CPUtime=0
/proc/8049/task/8053/stat : 8053 (java) S 8047 8049 7738 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156140448 937529344 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8054] ppid=8047 vsize=915556 CPUtime=0
/proc/8049/task/8054/stat : 8054 (java) S 8047 8049 7738 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156140451 937529344 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8055] ppid=8047 vsize=915556 CPUtime=0.26
/proc/8049/task/8055/stat : 8055 (java) S 8047 8049 7738 0 -1 64 406 0 0 0 25 1 0 0 16 0 8 0 156140451 937529344 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8056] ppid=8047 vsize=915556 CPUtime=0
/proc/8049/task/8056/stat : 8056 (java) S 8047 8049 7738 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156140451 937529344 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8057] ppid=8047 vsize=915556 CPUtime=0
/proc/8049/task/8057/stat : 8057 (java) S 8047 8049 7738 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156140451 937529344 9245 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915556

[startup+2.97829 s]
/proc/loadavg: 1.17 1.03 1.10 3/87 8057
/proc/meminfo: memFree=1579808/2055920 swapFree=4192812/4192956
[pid=8049] ppid=8047 vsize=915556 CPUtime=2.94
/proc/8049/stat : 8049 (java) R 8047 8049 7738 0 -1 0 9879 0 1 0 286 8 0 0 25 0 8 0 156140443 937529344 9615 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073860344 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8049/statm: 228889 9615 2532 14 0 215359 0
[pid=8049/tid=8051] ppid=8047 vsize=915556 CPUtime=0.03
/proc/8049/task/8051/stat : 8051 (java) S 8047 8049 7738 0 -1 64 221 0 0 0 3 0 0 0 17 0 8 0 156140447 937529344 9616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8052] ppid=8047 vsize=915556 CPUtime=0
/proc/8049/task/8052/stat : 8052 (java) S 8047 8049 7738 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156140448 937529344 9616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8053] ppid=8047 vsize=915556 CPUtime=0
/proc/8049/task/8053/stat : 8053 (java) S 8047 8049 7738 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156140448 937529344 9616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8054] ppid=8047 vsize=915556 CPUtime=0
/proc/8049/task/8054/stat : 8054 (java) S 8047 8049 7738 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156140451 937529344 9616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8055] ppid=8047 vsize=915556 CPUtime=0.28
/proc/8049/task/8055/stat : 8055 (java) S 8047 8049 7738 0 -1 64 415 0 0 0 27 1 0 0 16 0 8 0 156140451 937529344 9616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8056] ppid=8047 vsize=915556 CPUtime=0
/proc/8049/task/8056/stat : 8056 (java) S 8047 8049 7738 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156140451 937529344 9616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8049/tid=8057] ppid=8047 vsize=915556 CPUtime=0
/proc/8049/task/8057/stat : 8057 (java) S 8047 8049 7738 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156140451 937529344 9616 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915556

Child status: 0
Real time (s): 3.585
CPU time (s): 3.53646
CPU user time (s): 3.43948
CPU system time (s): 0.096985
CPU usage (%): 98.646
Max. virtual memory (cumulated for all children) (KiB): 915556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.43948
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10095
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= 1303
involuntary context switches= 1595

runsolver used 0.004999 s user time and 0.021996 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Sat Jan  6 09:56:51 UTC 2007


IDJOB= 213261
IDBENCH= 4834
FILE ID= node43/213261-1168077410

PBS_JOBID= 3476056

Free space on /tmp= 66481 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  56a05efc911bb7ef366b44e2c70aedad

RANDOM SEED= 259095064

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.278
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.278
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:       1608248 kB
Buffers:         26932 kB
Cached:         304364 kB
SwapCached:          0 kB
Active:         102844 kB
Inactive:       277392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3636 kB
Writeback:           0 kB
Mapped:          69224 kB
Slab:            52724 kB
Committed_AS:  3729968 kB
PageTables:       1860 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= 66481 MiB



End job on node43 on Sat Jan  6 09:56:58 UTC 2007