Trace number 198715

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 ACUNSAT 11.6222 11.7697

DiagnosticValue
CHECKS15893499
NODES13910

General information on the benchmark

Namerlfap/rlfapScens11/
scen11-f5.xml
MD5SUM11aa2a0ab3afa91f96f3199f7d1a21d5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.94164
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/198715-1168071285/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.49	     nbVariables=680  nbDomainTypes=5  minDomainSize=6  maxDomainSize=39
0.49	       =>  wckTime=0.168  cpuTime=0.13  mem=8M836
0.50	   
0.50	   predicates being loaded...
0.50	   
0.50	   constraints being loaded...
1.26	     nbConstraints=4103  nbConvertedConstraints=4103  nbConvertConstraintsChecks=186801  nbExtensionStructures=173
1.26	     nbSharedExtensionStructures=3930  nbConflictsStructures=173  nbSharedConflictsStructures=3930
1.26	     nbSharedBinaryRepresentations=10870  maxDegree=62  maxArity=2
1.26	       =>  wckTime=0.937  cpuTime=0.75  mem=29M315
1.34	   
1.34	   solver IterativeSystematicSolver being built... 
1.54	       =>  wckTime=1.216  cpuTime=0.92  mem=20M246
1.61	   
1.61	   preprocessing
1.61	     nbConstraintChecks=23628  nbPropagations=1014  nbRevisions=668  nbUselessRevisions=0  nbRemovedValues=2996
1.61	     detectedInconsistency=no
1.61	       =>  wckTime=0.067  cpuTime=0.06  mem=20M246
1.72	   
1.72	   search
1.72	     run=0  nbConstraintChecks=51982  nbPropagations=1617  nbRevisions=4073  nbUselessRevisions=1989  nbAssignments=51
1.72	     nbFailedAssignments=15  nbBacktracks=10  nbVisitedNodes=72  nbRestartNogoods=0  mapSize=5  nbInferences=0
1.72	     nbTooLargeKeys=0
1.72	       =>  wckTime=0.169  cpuTime=0.14  mem=20M246
1.77	   
1.77	   search
1.77	     run=1  nbConstraintChecks=113325  nbPropagations=3955  nbRevisions=12133  nbUselessRevisions=6447
1.77	     nbAssignments=109  nbFailedAssignments=25  nbBacktracks=26  nbVisitedNodes=149  nbRestartNogoods=5  mapSize=13
1.77	     nbInferences=2  nbTooLargeKeys=0
1.77	       =>  wckTime=0.221  cpuTime=0.19  mem=21M221
1.82	   
1.82	   search
1.82	     run=2  nbConstraintChecks=189169  nbPropagations=7153  nbRevisions=25643  nbUselessRevisions=14457
1.82	     nbAssignments=173  nbFailedAssignments=38  nbBacktracks=48  nbVisitedNodes=238  nbRestartNogoods=8  mapSize=24
1.82	     nbInferences=5  nbTooLargeKeys=0
1.82	       =>  wckTime=0.278  cpuTime=0.24  mem=21M221
1.90	   
1.90	   search
1.90	     run=3  nbConstraintChecks=292990  nbPropagations=11302  nbRevisions=47219  nbUselessRevisions=27434
1.90	     nbAssignments=261  nbFailedAssignments=76  nbBacktracks=82  nbVisitedNodes=380  nbRestartNogoods=9  mapSize=41
1.90	     nbInferences=5  nbTooLargeKeys=0
1.90	       =>  wckTime=0.351  cpuTime=0.31  mem=21M221
1.99	   
1.99	   search
1.99	     run=4  nbConstraintChecks=435462  nbPropagations=16685  nbRevisions=79798  nbUselessRevisions=47399
1.99	     nbAssignments=384  nbFailedAssignments=133  nbBacktracks=132  nbVisitedNodes=583  nbRestartNogoods=11  mapSize=66
1.99	     nbInferences=5  nbTooLargeKeys=0
1.99	       =>  wckTime=0.447  cpuTime=0.41  mem=21M221
2.14	   
2.14	   search
2.14	     run=5  nbConstraintChecks=607678  nbPropagations=23736  nbRevisions=128129  nbUselessRevisions=76663
2.14	     nbAssignments=600  nbFailedAssignments=265  nbBacktracks=208  nbVisitedNodes=967  nbRestartNogoods=20  mapSize=104
2.14	     nbInferences=5  nbTooLargeKeys=0
2.14	       =>  wckTime=0.593  cpuTime=0.55  mem=22M195
2.38	   
2.38	   search
2.38	     run=6  nbConstraintChecks=994932  nbPropagations=34043  nbRevisions=207272  nbUselessRevisions=125686
2.38	     nbAssignments=900  nbFailedAssignments=443  nbBacktracks=322  nbVisitedNodes=1498  nbRestartNogoods=30  mapSize=161
2.38	     nbInferences=5  nbTooLargeKeys=0
2.38	       =>  wckTime=0.834  cpuTime=0.78  mem=22M195
2.72	   
2.72	   search
2.72	     run=7  nbConstraintChecks=1413503  nbPropagations=48390  nbRevisions=325562  nbUselessRevisions=198522
2.72	     nbAssignments=1396  nbFailedAssignments=752  nbBacktracks=492  nbVisitedNodes=2392  nbRestartNogoods=44
2.72	     mapSize=246  nbInferences=16  nbTooLargeKeys=0
2.72	       =>  wckTime=1.174  cpuTime=1.11  mem=23M169
3.25	   
3.25	   search
3.25	     run=8  nbConstraintChecks=2280347  nbPropagations=70442  nbRevisions=511675  nbUselessRevisions=313166
3.25	     nbAssignments=2124  nbFailedAssignments=1171  nbBacktracks=750  nbVisitedNodes=3688  nbRestartNogoods=62
3.25	     mapSize=383  nbInferences=63  nbTooLargeKeys=0
3.25	       =>  wckTime=1.705  cpuTime=1.62  mem=24M143
4.00	   
4.00	   search
4.00	     run=9  nbConstraintChecks=3342922  nbPropagations=102749  nbRevisions=796968  nbUselessRevisions=489861
4.00	     nbAssignments=3263  nbFailedAssignments=1861  nbBacktracks=1134  nbVisitedNodes=5728  nbRestartNogoods=65
4.00	     mapSize=573  nbInferences=122  nbTooLargeKeys=0
4.00	       =>  wckTime=2.457  cpuTime=2.36  mem=26M91
5.10	   
5.10	   search
5.10	     run=10  nbConstraintChecks=5069658  nbPropagations=152301  nbRevisions=1247052  nbUselessRevisions=779380
5.10	     nbAssignments=4798  nbFailedAssignments=2707  nbBacktracks=1711  nbVisitedNodes=8461  nbRestartNogoods=81
5.10	     mapSize=878  nbInferences=228  nbTooLargeKeys=0
5.10	       =>  wckTime=3.554  cpuTime=3.44  mem=29M988
6.73	   
6.73	   search
6.73	     run=11  nbConstraintChecks=7845950  nbPropagations=227765  nbRevisions=1923782  nbUselessRevisions=1214770
6.73	     nbAssignments=7119  nbFailedAssignments=3994  nbBacktracks=2576  nbVisitedNodes=12576  nbRestartNogoods=95
6.73	     mapSize=1342  nbInferences=390  nbTooLargeKeys=0
6.73	       =>  wckTime=5.187  cpuTime=5.07  mem=33M885
8.87	   
8.87	   search
8.87	     run=12  nbConstraintChecks=10769510  nbPropagations=333724  nbRevisions=2917749  nbUselessRevisions=1876988
8.87	     nbAssignments=10116  nbFailedAssignments=5494  nbBacktracks=3873  nbVisitedNodes=17831  nbRestartNogoods=110
8.87	     mapSize=1989  nbInferences=584  nbTooLargeKeys=0
8.87	       =>  wckTime=7.329  cpuTime=7.19  mem=40M704
11.73	   
11.73	   search
11.73	     run=13  nbConstraintChecks=15869871  nbPropagations=487454  nbRevisions=4268562  nbUselessRevisions=2742775
11.73	     nbAssignments=13910  nbFailedAssignments=7518  nbBacktracks=5252  nbVisitedNodes=24596  nbRestartNogoods=133
11.73	     mapSize=2716  nbInferences=976  nbTooLargeKeys=0
11.73	       =>  wckTime=10.187  cpuTime=10.01  mem=48M497
11.73	   
11.73	   global
11.73	     nbConstraintChecks=15893499  nbPropagations=488468  nbRevisions=4269230  nbUselessRevisions=2742775
11.73	     nbRestartNogoods=133  solvingWckTime=10.188  solvingCpuTime=10.01  expiredTime=no  totalExploration=yes
11.73	     nbFoundSolutions=0  globalCpuTime=10.99
11.73	       =>  wckTime=11.408  cpuTime=10.93  mem=48M497
11.74	   
11.74	s UNSATISFIABLE
11.74	d NODES 13910
11.74	d CHECKS 15893499
11.74	   
11.74	   totalWckTime=11.494  totalCpuTime=10.99

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node16/watcher-198715-1168071285 -o ROOT/results/node16/solver-198715-1168071285 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198715-1168071285/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.24 1.59 1.76 2/93 21017
/proc/meminfo: memFree=1292184/2055920 swapFree=4191880/4192956
[pid=21016] ppid=21014 vsize=18540 CPUtime=0
/proc/21016/stat : 21016 (runsolver) R 21014 21016 20893 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155523890 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21016/statm: 4635 279 244 17 0 2626 0

[startup+0.102011 s]
/proc/loadavg: 1.24 1.59 1.76 2/93 21017
/proc/meminfo: memFree=1292184/2055920 swapFree=4191880/4192956
[pid=21016] ppid=21014 vsize=913068 CPUtime=0.08
/proc/21016/stat : 21016 (java) S 21014 21016 20893 0 -1 0 2873 0 1 0 7 1 0 0 17 0 8 0 155523890 934981632 2619 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21016/statm: 228267 2619 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.509936 s]
/proc/loadavg: 1.24 1.59 1.76 2/93 21017
/proc/meminfo: memFree=1292184/2055920 swapFree=4191880/4192956
[pid=21016] ppid=21014 vsize=915328 CPUtime=0.48
/proc/21016/stat : 21016 (java) R 21014 21016 20893 0 -1 0 6467 0 1 0 44 4 0 0 18 0 8 0 155523890 937295872 6206 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072926602 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21016/statm: 228832 6206 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33079 s]
/proc/loadavg: 1.24 1.59 1.76 3/100 21024
/proc/meminfo: memFree=1256672/2055920 swapFree=4191880/4192956
[pid=21016] ppid=21014 vsize=915760 CPUtime=1.3
/proc/21016/stat : 21016 (java) R 21014 21016 20893 0 -1 0 12261 0 1 0 105 25 0 0 24 0 8 0 155523890 937738240 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21016/statm: 228940 11998 2182 14 0 215410 0
[pid=21016/tid=21018] ppid=21014 vsize=915760 CPUtime=0.05
/proc/21016/task/21018/stat : 21018 (java) R 21014 21016 20893 0 -1 64 400 0 0 0 5 0 0 0 16 0 8 0 155523895 937738240 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155525974 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21019] ppid=21014 vsize=915760 CPUtime=0
/proc/21016/task/21019/stat : 21019 (java) S 21014 21016 20893 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 155523895 937738240 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21020] ppid=21014 vsize=915760 CPUtime=0
/proc/21016/task/21020/stat : 21020 (java) S 21014 21016 20893 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 155523895 937738240 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21021] ppid=21014 vsize=915760 CPUtime=0
/proc/21016/task/21021/stat : 21021 (java) S 21014 21016 20893 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523899 937738240 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21022] ppid=21014 vsize=915760 CPUtime=0.2
/proc/21016/task/21022/stat : 21022 (java) S 21014 21016 20893 0 -1 64 434 0 0 0 20 0 0 0 16 0 8 0 155523899 937738240 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21023] ppid=21014 vsize=915760 CPUtime=0
/proc/21016/task/21023/stat : 21023 (java) S 21014 21016 20893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155523899 937738240 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21024] ppid=21014 vsize=915760 CPUtime=0
/proc/21016/task/21024/stat : 21024 (java) S 21014 21016 20893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523899 937738240 11998 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915760

[startup+2.97649 s]
/proc/loadavg: 1.24 1.59 1.76 3/100 21024
/proc/meminfo: memFree=1250208/2055920 swapFree=4191880/4192956
[pid=21016] ppid=21014 vsize=915720 CPUtime=2.92
/proc/21016/stat : 21016 (java) R 21014 21016 20893 0 -1 0 13207 0 1 0 266 26 0 0 25 0 8 0 155523890 937697280 12943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074003660 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21016/statm: 228930 12943 2530 14 0 215400 0
[pid=21016/tid=21018] ppid=21014 vsize=915720 CPUtime=0.06
/proc/21016/task/21018/stat : 21018 (java) S 21014 21016 20893 0 -1 64 875 0 0 0 6 0 0 0 17 0 8 0 155523895 937697280 12943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21019] ppid=21014 vsize=915720 CPUtime=0
/proc/21016/task/21019/stat : 21019 (java) S 21014 21016 20893 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523895 937697280 12943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21020] ppid=21014 vsize=915720 CPUtime=0
/proc/21016/task/21020/stat : 21020 (java) S 21014 21016 20893 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523895 937697280 12943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21021] ppid=21014 vsize=915720 CPUtime=0
/proc/21016/task/21021/stat : 21021 (java) S 21014 21016 20893 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523899 937697280 12943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21022] ppid=21014 vsize=915720 CPUtime=0.31
/proc/21016/task/21022/stat : 21022 (java) S 21014 21016 20893 0 -1 64 492 0 0 0 30 1 0 0 15 0 8 0 155523899 937697280 12943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21023] ppid=21014 vsize=915720 CPUtime=0
/proc/21016/task/21023/stat : 21023 (java) S 21014 21016 20893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155523899 937697280 12943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21024] ppid=21014 vsize=915720 CPUtime=0
/proc/21016/task/21024/stat : 21024 (java) S 21014 21016 20893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523899 937697280 12943 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915720

[startup+6.18291 s]
/proc/loadavg: 1.30 1.60 1.77 3/100 21024
/proc/meminfo: memFree=1250080/2055920 swapFree=4191880/4192956
[pid=21016] ppid=21014 vsize=915720 CPUtime=6.09
/proc/21016/stat : 21016 (java) R 21014 21016 20893 0 -1 0 13214 0 1 0 583 26 0 0 25 0 8 0 155523890 937697280 12948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4074044186 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21016/statm: 228930 12948 2530 14 0 215400 0
[pid=21016/tid=21018] ppid=21014 vsize=915720 CPUtime=0.06
/proc/21016/task/21018/stat : 21018 (java) S 21014 21016 20893 0 -1 64 875 0 0 0 6 0 0 0 17 0 8 0 155523895 937697280 12948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21019] ppid=21014 vsize=915720 CPUtime=0
/proc/21016/task/21019/stat : 21019 (java) S 21014 21016 20893 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155523895 937697280 12948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21020] ppid=21014 vsize=915720 CPUtime=0
/proc/21016/task/21020/stat : 21020 (java) S 21014 21016 20893 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155523895 937697280 12948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21021] ppid=21014 vsize=915720 CPUtime=0
/proc/21016/task/21021/stat : 21021 (java) S 21014 21016 20893 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155523899 937697280 12948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21022] ppid=21014 vsize=915720 CPUtime=0.32
/proc/21016/task/21022/stat : 21022 (java) S 21014 21016 20893 0 -1 64 497 0 0 0 31 1 0 0 15 0 8 0 155523899 937697280 12948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21023] ppid=21014 vsize=915720 CPUtime=0
/proc/21016/task/21023/stat : 21023 (java) S 21014 21016 20893 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155523899 937697280 12948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21016/tid=21024] ppid=21014 vsize=915720 CPUtime=0
/proc/21016/task/21024/stat : 21024 (java) S 21014 21016 20893 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155523899 937697280 12948 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 915720

Child status: 0
Real time (s): 11.7697
CPU time (s): 11.6222
CPU user time (s): 11.3223
CPU system time (s): 0.299954
CPU usage (%): 98.747
Max. virtual memory (cumulated for all children) (KiB): 915760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3223
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16977
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= 1654
involuntary context switches= 2072

runsolver used 0.012998 s user time and 0.051992 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan  6 08:14:48 UTC 2007


IDJOB= 198715
IDBENCH= 3572
FILE ID= node16/198715-1168071285

PBS_JOBID= 3475735

Free space on /tmp= 66497 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapScens11/scen11-f5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198715-1168071285/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-198715-1168071285 -o ROOT/results/node16/solver-198715-1168071285 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/198715-1168071285/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  11aa2a0ab3afa91f96f3199f7d1a21d5

RANDOM SEED= 240159197

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.220
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.220
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:       1292664 kB
Buffers:         63968 kB
Cached:         470312 kB
SwapCached:        268 kB
Active:         274332 kB
Inactive:       391372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1292664 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:         159848 kB
Slab:            82100 kB
Committed_AS:  4641548 kB
PageTables:       2568 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= 66497 MiB



End job on node16 on Sat Jan  6 08:15:02 UTC 2007