Trace number 238249

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 ESACUNSAT 8.71867 9.03719

DiagnosticValue
CHECKS3729931
NODES3419

General information on the benchmark

Namezhou/
color.xml
MD5SUMb6dccf82748f133a8ccf43d524c7521f
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 benchmark3.15452
SatisfiableNO
(Un)Satisfiability was proved
Number of variables500
Number of constraints12458
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12458
Global constraints used (with number of constraints)

Solver Data (download as text)

0.40	   
0.40	Abscon 109 (November, 2006)
0.40	   
0.40	   configuration
0.40	     name=esac.xml
0.45	   
0.45	   instance
0.45	     name=/tmp/evaluation/238249-1168354711/unknown.xml
0.48	   
0.48	   domains being loaded...
0.48	   
0.48	   variables being loaded...
0.58	     nbVariables=500  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5
0.58	       =>  wckTime=0.169  cpuTime=0.12  mem=8M25
0.58	   
0.58	   predicates being loaded...
1.33	   
1.33	   constraints being loaded...
2.62	     nbConstraints=12458  nbConvertedConstraints=12458  nbConvertConstraintsChecks=25  nbExtensionStructures=1
2.62	     nbSharedExtensionStructures=12457  nbConflictsStructures=1  nbSharedConflictsStructures=12457
2.62	     nbSharedBinaryRepresentations=5  maxDegree=68  maxArity=2
2.62	       =>  wckTime=2.214  cpuTime=1.99  mem=38M731
2.74	   
2.74	   solver IterativeSystematicSolver being built... 
2.93	       =>  wckTime=2.52  cpuTime=2.16  mem=21M801
3.96	   
3.96	   preprocessing
3.96	     nbConstraintChecks=177126  nbPropagations=23747  nbRevisions=44049  nbUselessRevisions=8886  nbSingletonTests=542
3.96	     nbEffectiveSingletonTests=0  nbESACBranches=40  nbRemovedValues=0  detectedInconsistency=no
3.96	       =>  wckTime=1.029  cpuTime=1.0  mem=21M801
4.03	   
4.03	   search
4.03	     run=0  nbConstraintChecks=14940  nbPropagations=24905  nbRevisions=48205  nbUselessRevisions=9973  nbAssignments=27
4.03	     nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=8  nbInferences=0
4.03	     nbTooLargeKeys=0
4.03	       =>  wckTime=1.1  cpuTime=1.06  mem=22M821
4.08	   
4.08	   search
4.08	     run=1  nbConstraintChecks=40315  nbPropagations=51224  nbRevisions=103739  nbUselessRevisions=22133
4.08	     nbAssignments=60  nbFailedAssignments=10  nbBacktracks=30  nbVisitedNodes=86  nbRestartNogoods=1  mapSize=21
4.08	     nbInferences=0  nbTooLargeKeys=0
4.08	       =>  wckTime=1.149  cpuTime=1.11  mem=22M821
4.15	   
4.15	   search
4.15	     run=2  nbConstraintChecks=96873  nbPropagations=79560  nbRevisions=175179  nbUselessRevisions=38594
4.15	     nbAssignments=106  nbFailedAssignments=23  nbBacktracks=54  nbVisitedNodes=156  nbRestartNogoods=4  mapSize=41
4.15	     nbInferences=0  nbTooLargeKeys=0
4.15	       =>  wckTime=1.222  cpuTime=1.18  mem=22M821
4.26	   
4.26	   search
4.26	     run=3  nbConstraintChecks=155779  nbPropagations=111075  nbRevisions=263096  nbUselessRevisions=59654
4.26	     nbAssignments=174  nbFailedAssignments=34  nbBacktracks=90  nbVisitedNodes=235  nbRestartNogoods=8  mapSize=62
4.26	     nbInferences=0  nbTooLargeKeys=0
4.26	       =>  wckTime=1.331  cpuTime=1.28  mem=22M821
4.37	   
4.37	   search
4.37	     run=4  nbConstraintChecks=227908  nbPropagations=145699  nbRevisions=371350  nbUselessRevisions=86466
4.37	     nbAssignments=249  nbFailedAssignments=51  nbBacktracks=143  nbVisitedNodes=349  nbRestartNogoods=11  mapSize=99
4.37	     nbInferences=0  nbTooLargeKeys=0
4.37	       =>  wckTime=1.438  cpuTime=1.39  mem=22M821
4.52	   
4.52	   search
4.52	     run=5  nbConstraintChecks=342603  nbPropagations=184724  nbRevisions=510266  nbUselessRevisions=120373
4.52	     nbAssignments=353  nbFailedAssignments=77  nbBacktracks=218  nbVisitedNodes=508  nbRestartNogoods=13  mapSize=151
4.52	     nbInferences=0  nbTooLargeKeys=0
4.52	       =>  wckTime=1.595  cpuTime=1.54  mem=22M821
4.76	   
4.76	   search
4.76	     run=6  nbConstraintChecks=524966  nbPropagations=230392  nbRevisions=698652  nbUselessRevisions=166357
4.76	     nbAssignments=512  nbFailedAssignments=116  nbBacktracks=331  nbVisitedNodes=759  nbRestartNogoods=16  mapSize=239
4.76	     nbInferences=0  nbTooLargeKeys=0
4.76	       =>  wckTime=1.829  cpuTime=1.77  mem=22M821
5.09	   
5.09	   search
5.09	     run=7  nbConstraintChecks=772714  nbPropagations=285251  nbRevisions=956478  nbUselessRevisions=231260
5.09	     nbAssignments=752  nbFailedAssignments=179  nbBacktracks=501  nbVisitedNodes=1127  nbRestartNogoods=19  mapSize=363
5.09	     nbInferences=0  nbTooLargeKeys=0
5.09	       =>  wckTime=2.158  cpuTime=2.1  mem=22M821
5.56	   
5.56	   search
5.56	     run=8  nbConstraintChecks=1090392  nbPropagations=353551  nbRevisions=1298720  nbUselessRevisions=315328
5.56	     nbAssignments=1096  nbFailedAssignments=261  nbBacktracks=757  nbVisitedNodes=1646  nbRestartNogoods=21
5.56	     mapSize=532  nbInferences=0  nbTooLargeKeys=0
5.56	       =>  wckTime=2.633  cpuTime=2.57  mem=22M821
6.32	   
6.32	   search
6.32	     run=9  nbConstraintChecks=1640579  nbPropagations=443155  nbRevisions=1788212  nbUselessRevisions=432946
6.32	     nbAssignments=1614  nbFailedAssignments=392  nbBacktracks=1141  nbVisitedNodes=2439  nbRestartNogoods=26
6.32	     mapSize=795  nbInferences=0  nbTooLargeKeys=0
6.32	       =>  wckTime=3.393  cpuTime=3.31  mem=23M809
6.96	   
6.96	   INFO : Stopping hyperNogood (mapSize=1019, nbTooLargekeys=0, mem=23M809)
7.49	   
7.49	   search
7.49	     run=10  nbConstraintChecks=2514266  nbPropagations=565435  nbRevisions=2507548  nbUselessRevisions=599859
7.49	     nbAssignments=2443  nbFailedAssignments=639  nbBacktracks=1722  nbVisitedNodes=3740  nbRestartNogoods=32
7.49	       =>  wckTime=4.558  cpuTime=4.47  mem=23M809
8.83	   
8.83	   search
8.84	     run=11  nbConstraintChecks=3552805  nbPropagations=727834  nbRevisions=3500473  nbUselessRevisions=826130
8.84	     nbAssignments=3419  nbFailedAssignments=894  nbBacktracks=2444  nbVisitedNodes=5215  nbRestartNogoods=35
8.84	       =>  wckTime=5.907  cpuTime=5.82  mem=23M809
8.84	   
8.84	   global
8.84	     nbConstraintChecks=3729931  nbPropagations=751581  nbRevisions=3544522  nbUselessRevisions=835016
8.84	     nbRestartNogoods=35  solvingWckTime=5.908  solvingCpuTime=5.82  expiredTime=no  totalExploration=yes
8.84	     nbFoundSolutions=0  globalCpuTime=8.02
8.84	       =>  wckTime=8.43  cpuTime=7.98  mem=23M809
8.84	   
8.84	s UNSATISFIABLE
8.84	d NODES 3419
8.84	d CHECKS 3729931
8.84	   
8.84	   totalWckTime=8.512  totalCpuTime=8.02

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/node45/watcher-238249-1168354711 -o ROOT/results/node45/solver-238249-1168354711 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238249-1168354711/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.02 0.97 1.00 5/85 29884
/proc/meminfo: memFree=1782200/2055920 swapFree=4184048/4192956
[pid=29883] ppid=29881 vsize=1452 CPUtime=0
/proc/29883/stat : 29883 (java) R 29881 29883 29692 0 -1 0 272 0 0 0 0 0 0 0 18 0 1 0 183870074 1486848 68 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 5331728 0 0 4096 0 0 0 0 17 0 0 0
/proc/29883/statm: 363 80 62 14 0 8 0

[startup+0.107453 s]
/proc/loadavg: 1.02 0.97 1.00 5/85 29884
/proc/meminfo: memFree=1782200/2055920 swapFree=4184048/4192956
[pid=29883] ppid=29881 vsize=914988 CPUtime=0.1
/proc/29883/stat : 29883 (java) R 29881 29883 29692 0 -1 0 3099 0 1 0 8 2 0 0 22 0 8 0 183870074 936947712 2845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29883/statm: 228747 2847 1462 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.515523 s]
/proc/loadavg: 1.02 0.97 1.00 5/85 29884
/proc/meminfo: memFree=1782200/2055920 swapFree=4184048/4192956
[pid=29883] ppid=29881 vsize=915328 CPUtime=0.38
/proc/29883/stat : 29883 (java) R 29881 29883 29692 0 -1 0 6072 0 18 0 33 5 0 0 18 0 8 0 183870074 937295872 5828 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29883/statm: 228832 5828 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 915328

[startup+1.33968 s]
/proc/loadavg: 1.10 0.99 1.01 3/92 29891
/proc/meminfo: memFree=1742144/2055920 swapFree=4184048/4192956
[pid=29883] ppid=29881 vsize=915628 CPUtime=1.2
/proc/29883/stat : 29883 (java) R 29881 29883 29692 0 -1 0 13708 0 18 0 110 10 0 0 25 0 8 0 183870074 937603072 13463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073573762 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29883/statm: 228907 13463 2148 14 0 215377 0
[pid=29883/tid=29885] ppid=29881 vsize=915628 CPUtime=0
/proc/29883/task/29885/stat : 29885 (java) S 29881 29883 29692 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 183870078 937603072 13464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29886] ppid=29881 vsize=915628 CPUtime=0
/proc/29883/task/29886/stat : 29886 (java) S 29881 29883 29692 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 183870078 937603072 13464 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29887] ppid=29881 vsize=915628 CPUtime=0
/proc/29883/task/29887/stat : 29887 (java) S 29881 29883 29692 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 183870078 937603072 13465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29888] ppid=29881 vsize=915628 CPUtime=0
/proc/29883/task/29888/stat : 29888 (java) S 29881 29883 29692 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 183870081 937603072 13465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29889] ppid=29881 vsize=915628 CPUtime=0.14
/proc/29883/task/29889/stat : 29889 (java) S 29881 29883 29692 0 -1 64 398 0 0 0 14 0 0 0 15 0 8 0 183870081 937603072 13465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29890] ppid=29881 vsize=915628 CPUtime=0
/proc/29883/task/29890/stat : 29890 (java) S 29881 29883 29692 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183870081 937603072 13466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29891] ppid=29881 vsize=915628 CPUtime=0
/proc/29883/task/29891/stat : 29891 (java) S 29881 29883 29692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183870081 937603072 13466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 915628

[startup+2.98798 s]
/proc/loadavg: 1.10 0.99 1.01 3/92 29891
/proc/meminfo: memFree=1717632/2055920 swapFree=4184048/4192956
[pid=29883] ppid=29881 vsize=915740 CPUtime=2.85
/proc/29883/stat : 29883 (java) R 29881 29883 29692 0 -1 0 19721 0 18 0 222 63 0 0 25 0 8 0 183870074 937717760 19465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074002285 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29883/statm: 228935 19465 2543 14 0 215405 0
[pid=29883/tid=29885] ppid=29881 vsize=915740 CPUtime=0.15
/proc/29883/task/29885/stat : 29885 (java) S 29881 29883 29692 0 -1 64 2644 0 0 0 14 1 0 0 17 0 8 0 183870078 937717760 19465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29886] ppid=29881 vsize=915740 CPUtime=0
/proc/29883/task/29886/stat : 29886 (java) S 29881 29883 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183870078 937717760 19465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29887] ppid=29881 vsize=915740 CPUtime=0
/proc/29883/task/29887/stat : 29887 (java) S 29881 29883 29692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183870078 937717760 19465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29888] ppid=29881 vsize=915740 CPUtime=0
/proc/29883/task/29888/stat : 29888 (java) S 29881 29883 29692 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 183870081 937717760 19465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29889] ppid=29881 vsize=915740 CPUtime=0.24
/proc/29883/task/29889/stat : 29889 (java) S 29881 29883 29692 0 -1 64 468 0 0 0 23 1 0 0 15 0 8 0 183870081 937717760 19465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29890] ppid=29881 vsize=915740 CPUtime=0
/proc/29883/task/29890/stat : 29890 (java) S 29881 29883 29692 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183870081 937717760 19465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29891] ppid=29881 vsize=915740 CPUtime=0
/proc/29883/task/29891/stat : 29891 (java) S 29881 29883 29692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183870081 937717760 19465 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 915740

[startup+6.28057 s]
/proc/loadavg: 1.10 0.99 1.01 3/92 29891
/proc/meminfo: memFree=1710400/2055920 swapFree=4184048/4192956
[pid=29883] ppid=29881 vsize=915740 CPUtime=6.13
/proc/29883/stat : 29883 (java) R 29881 29883 29692 0 -1 0 19756 0 18 0 549 64 0 0 25 0 8 0 183870074 937717760 19497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073995930 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29883/statm: 228935 19497 2546 14 0 215405 0
[pid=29883/tid=29885] ppid=29881 vsize=915740 CPUtime=0.15
/proc/29883/task/29885/stat : 29885 (java) S 29881 29883 29692 0 -1 64 2644 0 0 0 14 1 0 0 17 0 8 0 183870078 937717760 19497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29886] ppid=29881 vsize=915740 CPUtime=0
/proc/29883/task/29886/stat : 29886 (java) S 29881 29883 29692 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 183870078 937717760 19497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29887] ppid=29881 vsize=915740 CPUtime=0
/proc/29883/task/29887/stat : 29887 (java) S 29881 29883 29692 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 183870078 937717760 19497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29888] ppid=29881 vsize=915740 CPUtime=0
/proc/29883/task/29888/stat : 29888 (java) S 29881 29883 29692 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 183870081 937717760 19497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29889] ppid=29881 vsize=915740 CPUtime=0.3
/proc/29883/task/29889/stat : 29889 (java) S 29881 29883 29692 0 -1 64 494 0 0 0 28 2 0 0 15 0 8 0 183870081 937717760 19497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29890] ppid=29881 vsize=915740 CPUtime=0
/proc/29883/task/29890/stat : 29890 (java) S 29881 29883 29692 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 183870081 937717760 19497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29883/tid=29891] ppid=29881 vsize=915740 CPUtime=0
/proc/29883/task/29891/stat : 29891 (java) S 29881 29883 29692 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 183870081 937717760 19497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915740

Child status: 0
Real time (s): 9.03719
CPU time (s): 8.71867
CPU user time (s): 8.05977
CPU system time (s): 0.658899
CPU usage (%): 96.4755
Max. virtual memory (cumulated for all children) (KiB): 915956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.05977
system time used= 0.658899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19772
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1679
involuntary context switches= 2072

runsolver used 0.019996 s user time and 0.030995 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Tue Jan  9 14:58:31 UTC 2007


IDJOB= 238249
IDBENCH= 6992
FILE ID= node45/238249-1168354711

PBS_JOBID= 3503943

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/zhou/color.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238249-1168354711/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-238249-1168354711 -o ROOT/results/node45/solver-238249-1168354711 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/238249-1168354711/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b6dccf82748f133a8ccf43d524c7521f

RANDOM SEED= 707087376

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.259
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.259
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:       1782616 kB
Buffers:         14740 kB
Cached:         103768 kB
SwapCached:       3144 kB
Active:         148480 kB
Inactive:        74884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782616 kB
SwapTotal:     4192956 kB
SwapFree:      4184048 kB
Dirty:            7992 kB
Writeback:           0 kB
Mapped:         120980 kB
Slab:            35072 kB
Committed_AS:  4628340 kB
PageTables:       1980 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= 66548 MiB



End job on node45 on Tue Jan  9 14:58:40 UTC 2007