Trace number 247426

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 17.9773 18.078

DiagnosticValue
CHECKS2299831
NODES6069

General information on the benchmark

Namerandom/rand-8-20-5/
rand-8-20-5-18-800-17_ext.xml
MD5SUM99aedbba3b4279edf60bda79b3a4f8a9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.1624
SatisfiableYES
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/247426-1168085833/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=20  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5
0.40	       =>  wckTime=0.094  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
3.76	   
3.76	   INFO : Contraction of relations, mem = 103M57
5.97	   
5.97	   constraints being loaded...
9.35	     nbConstraints=18  nbRelationTypes=18  nbExtensionStructures=18  nbSharedExtensionStructures=0
9.35	     nbConflictsStructures=18  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=8
9.35	       =>  wckTime=9.052  cpuTime=7.28  mem=229M635
10.34	   
10.34	   solver IterativeSystematicSolver being built... 
10.51	       =>  wckTime=10.207  cpuTime=7.43  mem=143M286
10.54	   
10.54	   preprocessing
10.54	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
10.54	     detectedInconsistency=no
10.54	       =>  wckTime=0.0030  cpuTime=0.0  mem=143M286
10.59	   
10.59	   search
10.59	     run=0  nbConstraintChecks=6883  nbValidityChecks=11523  nbPropagations=118  nbRevisions=1565
10.59	     nbUselessRevisions=1415  nbAssignments=24  nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=36
10.59	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
10.59	       =>  wckTime=0.074  cpuTime=0.05  mem=143M286
10.64	   
10.64	   search
10.64	     run=1  nbConstraintChecks=19333  nbValidityChecks=34625  nbPropagations=448  nbRevisions=6444
10.64	     nbUselessRevisions=5751  nbAssignments=61  nbFailedAssignments=22  nbBacktracks=25  nbVisitedNodes=97
10.64	     nbRestartNogoods=2  mapSize=22  nbInferences=0  nbTooLargeKeys=0
10.64	       =>  wckTime=0.134  cpuTime=0.1  mem=143M286
10.72	   
10.72	   search
10.72	     run=2  nbConstraintChecks=38633  nbValidityChecks=69044  nbPropagations=1063  nbRevisions=16134
10.72	     nbUselessRevisions=14297  nbAssignments=112  nbFailedAssignments=45  nbBacktracks=47  nbVisitedNodes=186
10.72	     nbRestartNogoods=5  mapSize=42  nbInferences=0  nbTooLargeKeys=0
10.73	       =>  wckTime=0.215  cpuTime=0.18  mem=143M286
10.88	   
10.88	   search
10.88	     run=3  nbConstraintChecks=79546  nbValidityChecks=136131  nbPropagations=2201  nbRevisions=34629
10.88	     nbUselessRevisions=30372  nbAssignments=209  nbFailedAssignments=102  nbBacktracks=80  nbVisitedNodes=361
10.88	     nbRestartNogoods=8  mapSize=73  nbInferences=0  nbTooLargeKeys=0
10.88	       =>  wckTime=0.369  cpuTime=0.32  mem=143M286
11.01	   
11.01	   search
11.01	     run=4  nbConstraintChecks=118355  nbValidityChecks=202650  nbPropagations=3973  nbRevisions=62385
11.01	     nbUselessRevisions=54401  nbAssignments=313  nbFailedAssignments=149  nbBacktracks=131  nbVisitedNodes=540
11.01	     nbRestartNogoods=12  mapSize=117  nbInferences=0  nbTooLargeKeys=0
11.01	       =>  wckTime=0.502  cpuTime=0.44  mem=143M286
11.22	   
11.22	   search
11.22	     run=5  nbConstraintChecks=179711  nbValidityChecks=309527  nbPropagations=6758  nbRevisions=105094
11.22	     nbUselessRevisions=91270  nbAssignments=478  nbFailedAssignments=231  nbBacktracks=206  nbVisitedNodes=832
11.22	     nbRestartNogoods=15  mapSize=183  nbInferences=0  nbTooLargeKeys=0
11.22	       =>  wckTime=0.711  cpuTime=0.65  mem=143M286
11.51	   
11.51	   search
11.51	     run=6  nbConstraintChecks=266363  nbValidityChecks=463314  nbPropagations=11100  nbRevisions=170224
11.51	     nbUselessRevisions=147255  nbAssignments=720  nbFailedAssignments=352  nbBacktracks=319  nbVisitedNodes=1274
11.51	     nbRestartNogoods=21  mapSize=288  nbInferences=0  nbTooLargeKeys=0
11.51	       =>  wckTime=1.005  cpuTime=0.94  mem=143M286
11.94	   
11.94	   search
11.94	     run=7  nbConstraintChecks=389758  nbValidityChecks=681949  nbPropagations=17533  nbRevisions=266732
11.94	     nbUselessRevisions=230056  nbAssignments=1057  nbFailedAssignments=512  nbBacktracks=489  nbVisitedNodes=1878
11.94	     nbRestartNogoods=28  mapSize=436  nbInferences=0  nbTooLargeKeys=0
11.94	       =>  wckTime=1.431  cpuTime=1.35  mem=143M905
12.61	   
12.61	   search
12.61	     run=8  nbConstraintChecks=583153  nbValidityChecks=1025322  nbPropagations=27158  nbRevisions=412586
12.61	     nbUselessRevisions=355211  nbAssignments=1577  nbFailedAssignments=767  nbBacktracks=746  nbVisitedNodes=2813
12.61	     nbRestartNogoods=35  mapSize=669  nbInferences=0  nbTooLargeKeys=0
12.61	       =>  wckTime=2.101  cpuTime=2.0  mem=143M905
13.53	   
13.53	   search
13.54	     run=9  nbConstraintChecks=872727  nbValidityChecks=1523293  nbPropagations=41561  nbRevisions=628452
13.54	     nbUselessRevisions=540216  nbAssignments=2305  nbFailedAssignments=1104  nbBacktracks=1130  nbVisitedNodes=4134
13.54	     nbRestartNogoods=44  mapSize=1021  nbInferences=0  nbTooLargeKeys=0
13.54	       =>  wckTime=3.025  cpuTime=2.91  mem=143M905
13.58	   
13.58	   INFO : Stopping hyperNogood (mapSize=1037, nbTooLargekeys=0, mem=143M905)
14.82	   
14.82	   search
14.82	     run=10  nbConstraintChecks=1292199  nbValidityChecks=2252139  nbPropagations=62988  nbRevisions=948253
14.82	     nbUselessRevisions=813764  nbAssignments=3427  nbFailedAssignments=1642  nbBacktracks=1707  nbVisitedNodes=6160
14.82	     nbRestartNogoods=54
14.82	       =>  wckTime=4.313  cpuTime=4.19  mem=143M905
16.84	   
16.84	   search
16.84	     run=11  nbConstraintChecks=1943177  nbValidityChecks=3381581  nbPropagations=95065  nbRevisions=1427921
16.84	     nbUselessRevisions=1223915  nbAssignments=5117  nbFailedAssignments=2460  nbBacktracks=2571  nbVisitedNodes=9213
16.84	     nbRestartNogoods=62
16.84	       =>  wckTime=6.328  cpuTime=6.2  mem=143M905
17.97	   
17.97	   search
17.97	     run=12  nbConstraintChecks=2299831  nbValidityChecks=4003708  nbPropagations=132780  nbRevisions=1995237
17.97	     nbUselessRevisions=1709157  nbAssignments=6069  nbFailedAssignments=2914  nbBacktracks=3049  nbVisitedNodes=10925
17.97	     nbRestartNogoods=75
17.98	       =>  wckTime=7.465  cpuTime=7.34  mem=143M905
17.98	   
17.98	   global
17.98	     nbConstraintChecks=2299831  nbValidityChecks=4003708  nbPropagations=132800  nbRevisions=1995237
17.98	     nbUselessRevisions=1709157  nbRestartNogoods=75  solvingWckTime=7.466  solvingCpuTime=7.34  expiredTime=no
17.98	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=14.81
17.98	       =>  wckTime=17.675  cpuTime=14.77  mem=143M905
17.98	   
17.98	s SATISFIABLE
17.98	v 3 0 1 2 2 2 3 2 2 3 4 3 3 3 3 4 3 2 1 0 
17.98	d NODES 6069
17.98	d CHECKS 2299831
17.98	   
17.98	   totalWckTime=17.752  totalCpuTime=14.81

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/node40/watcher-247426-1168085833 -o ROOT/results/node40/solver-247426-1168085833 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247426-1168085833/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.24 0.39 1.06 1/68 29000
/proc/meminfo: memFree=1695432/2055920 swapFree=4192812/4192956
[pid=28999] ppid=28997 vsize=1452 CPUtime=0
/proc/28999/stat : 28999 (java) R 28997 28999 28704 0 -1 0 108 0 0 0 0 0 0 0 20 0 1 0 156984912 1486848 80 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 134517472 0 0 4096 0 0 0 0 17 1 0 0
/proc/28999/statm: 365 92 72 14 0 10 0

[startup+0.101983 s]
/proc/loadavg: 0.24 0.39 1.06 1/68 29000
/proc/meminfo: memFree=1695432/2055920 swapFree=4192812/4192956
[pid=28999] ppid=28997 vsize=914988 CPUtime=0.08
/proc/28999/stat : 28999 (java) R 28997 28999 28704 0 -1 0 2996 0 1 0 7 1 0 0 17 0 8 0 156984912 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28999/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510032 s]
/proc/loadavg: 0.24 0.39 1.06 1/68 29000
/proc/meminfo: memFree=1695432/2055920 swapFree=4192812/4192956
[pid=28999] ppid=28997 vsize=915328 CPUtime=0.49
/proc/28999/stat : 28999 (java) R 28997 28999 28704 0 -1 0 9963 0 1 0 44 5 0 0 17 0 8 0 156984912 937295872 9702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562862 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28999/statm: 228832 9703 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33113 s]
/proc/loadavg: 0.24 0.39 1.06 2/75 29010
/proc/meminfo: memFree=1625168/2055920 swapFree=4192812/4192956
[pid=28999] ppid=28997 vsize=915328 CPUtime=1.3
/proc/28999/stat : 28999 (java) R 28997 28999 28704 0 -1 0 20103 0 1 0 121 9 0 0 19 0 8 0 156984912 937295872 19840 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28999/statm: 228832 19847 2147 14 0 215302 0
[pid=28999/tid=29001] ppid=28997 vsize=915328 CPUtime=0.04
/proc/28999/task/29001/stat : 29001 (java) R 28997 28999 28704 0 -1 64 3703 0 0 0 3 1 0 0 16 0 8 0 156984916 937295872 19852 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822964 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28999/tid=29002] ppid=28997 vsize=915328 CPUtime=0
/proc/28999/task/29002/stat : 29002 (java) S 28997 28999 28704 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156984917 937295872 19859 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29003] ppid=28997 vsize=915328 CPUtime=0
/proc/28999/task/29003/stat : 29003 (java) S 28997 28999 28704 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156984917 937295872 19865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29004] ppid=28997 vsize=915328 CPUtime=0
/proc/28999/task/29004/stat : 29004 (java) S 28997 28999 28704 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156984920 937295872 19872 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29005] ppid=28997 vsize=915328 CPUtime=0.07
/proc/28999/task/29005/stat : 29005 (java) S 28997 28999 28704 0 -1 64 304 0 0 0 7 0 0 0 16 0 8 0 156984920 937295872 19878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29006] ppid=28997 vsize=915328 CPUtime=0
/proc/28999/task/29006/stat : 29006 (java) S 28997 28999 28704 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156984920 937295872 19886 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29007] ppid=28997 vsize=915328 CPUtime=0
/proc/28999/task/29007/stat : 29007 (java) S 28997 28999 28704 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156984920 937295872 19892 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915328

[startup+2.98336 s]
/proc/loadavg: 0.24 0.39 1.06 2/75 29010
/proc/meminfo: memFree=1601808/2055920 swapFree=4192812/4192956
[pid=28999] ppid=28997 vsize=915328 CPUtime=2.95
/proc/28999/stat : 28999 (java) R 28997 28999 28704 0 -1 0 30343 0 1 0 281 14 0 0 19 0 8 0 156984912 937295872 30077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073557088 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28999/statm: 228832 30077 2147 14 0 215302 0
[pid=28999/tid=29001] ppid=28997 vsize=915328 CPUtime=0.22
/proc/28999/task/29001/stat : 29001 (java) S 28997 28999 28704 0 -1 64 13926 0 0 0 17 5 0 0 17 0 8 0 156984916 937295872 30077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28999/tid=29002] ppid=28997 vsize=915328 CPUtime=0
/proc/28999/task/29002/stat : 29002 (java) S 28997 28999 28704 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156984917 937295872 30077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29003] ppid=28997 vsize=915328 CPUtime=0
/proc/28999/task/29003/stat : 29003 (java) S 28997 28999 28704 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156984917 937295872 30077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29004] ppid=28997 vsize=915328 CPUtime=0
/proc/28999/task/29004/stat : 29004 (java) S 28997 28999 28704 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156984920 937295872 30077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29005] ppid=28997 vsize=915328 CPUtime=0.07
/proc/28999/task/29005/stat : 29005 (java) S 28997 28999 28704 0 -1 64 306 0 0 0 7 0 0 0 16 0 8 0 156984920 937295872 30077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29006] ppid=28997 vsize=915328 CPUtime=0
/proc/28999/task/29006/stat : 29006 (java) S 28997 28999 28704 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156984920 937295872 30077 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29007] ppid=28997 vsize=915328 CPUtime=0
/proc/28999/task/29007/stat : 29007 (java) S 28997 28999 28704 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156984920 937295872 30077 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) 915328

[startup+6.27798 s]
/proc/loadavg: 0.30 0.40 1.06 2/75 29010
/proc/meminfo: memFree=1548560/2055920 swapFree=4192812/4192956
[pid=28999] ppid=28997 vsize=915400 CPUtime=6.25
/proc/28999/stat : 28999 (java) R 28997 28999 28704 0 -1 0 40793 0 1 0 605 20 0 0 17 0 8 0 156984912 937369600 38946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155213455 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28999/statm: 228850 38946 2162 14 0 215320 0
[pid=28999/tid=29001] ppid=28997 vsize=915400 CPUtime=0.94
/proc/28999/task/29001/stat : 29001 (java) S 28997 28999 28704 0 -1 64 24329 0 0 0 85 9 0 0 16 0 8 0 156984916 937369600 38946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29002] ppid=28997 vsize=915400 CPUtime=0
/proc/28999/task/29002/stat : 29002 (java) S 28997 28999 28704 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156984917 937369600 38946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29003] ppid=28997 vsize=915400 CPUtime=0
/proc/28999/task/29003/stat : 29003 (java) S 28997 28999 28704 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156984917 937369600 38946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29004] ppid=28997 vsize=915400 CPUtime=0
/proc/28999/task/29004/stat : 29004 (java) S 28997 28999 28704 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156984920 937369600 38946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29005] ppid=28997 vsize=915400 CPUtime=0.09
/proc/28999/task/29005/stat : 29005 (java) S 28997 28999 28704 0 -1 64 321 0 0 0 9 0 0 0 15 0 8 0 156984920 937369600 38946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29006] ppid=28997 vsize=915400 CPUtime=0
/proc/28999/task/29006/stat : 29006 (java) S 28997 28999 28704 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156984920 937369600 38946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29007] ppid=28997 vsize=915400 CPUtime=0
/proc/28999/task/29007/stat : 29007 (java) S 28997 28999 28704 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156984920 937369600 38946 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) 915400

[startup+12.7686 s]
/proc/loadavg: 0.52 0.44 1.07 3/87 29052
/proc/meminfo: memFree=1371248/2055920 swapFree=4192812/4192956
[pid=28999] ppid=28997 vsize=915400 CPUtime=12.72
/proc/28999/stat : 28999 (java) R 28997 28999 28704 0 -1 0 64564 0 1 0 1239 33 0 0 19 0 8 0 156984912 937369600 62709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073635373 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28999/statm: 228850 62709 2522 14 0 215320 0
[pid=28999/tid=29001] ppid=28997 vsize=915400 CPUtime=2.66
/proc/28999/task/29001/stat : 29001 (java) S 28997 28999 28704 0 -1 64 47604 0 0 0 247 19 0 0 25 0 8 0 156984916 937369600 62709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28999/tid=29002] ppid=28997 vsize=915400 CPUtime=0
/proc/28999/task/29002/stat : 29002 (java) S 28997 28999 28704 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156984917 937369600 62709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29003] ppid=28997 vsize=915400 CPUtime=0
/proc/28999/task/29003/stat : 29003 (java) S 28997 28999 28704 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156984917 937369600 62709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29004] ppid=28997 vsize=915400 CPUtime=0
/proc/28999/task/29004/stat : 29004 (java) S 28997 28999 28704 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156984920 937369600 62709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29005] ppid=28997 vsize=915400 CPUtime=0.22
/proc/28999/task/29005/stat : 29005 (java) S 28997 28999 28704 0 -1 64 385 0 0 0 21 1 0 0 15 0 8 0 156984920 937369600 62709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28999/tid=29006] ppid=28997 vsize=915400 CPUtime=0
/proc/28999/task/29006/stat : 29006 (java) S 28997 28999 28704 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156984920 937369600 62709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28999/tid=29007] ppid=28997 vsize=915400 CPUtime=0
/proc/28999/task/29007/stat : 29007 (java) S 28997 28999 28704 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156984920 937369600 62709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915400

Child status: 0
Real time (s): 18.078
CPU time (s): 17.9773
CPU user time (s): 17.6013
CPU system time (s): 0.375942
CPU usage (%): 99.4426
Max. virtual memory (cumulated for all children) (KiB): 919404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.6013
system time used= 0.375942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64579
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= 1431
involuntary context switches= 1056

runsolver used 0.019996 s user time and 0.056991 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sat Jan  6 12:17:32 UTC 2007


IDJOB= 247426
IDBENCH= 11125
FILE ID= node40/247426-1168085833

PBS_JOBID= 3476565

Free space on /tmp= 66524 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-8-20-5/rand-8-20-5-18-800-17_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247426-1168085833/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-247426-1168085833 -o ROOT/results/node40/solver-247426-1168085833 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247426-1168085833/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  99aedbba3b4279edf60bda79b3a4f8a9

RANDOM SEED= 371429596

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.239
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.239
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:       1696040 kB
Buffers:         23480 kB
Cached:         245732 kB
SwapCached:          0 kB
Active:          88088 kB
Inactive:       201336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23736 kB
Writeback:           0 kB
Mapped:          30372 kB
Slab:            56248 kB
Committed_AS:  2983956 kB
PageTables:       1620 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= 66521 MiB



End job on node40 on Sat Jan  6 12:18:02 UTC 2007