Trace number 247387

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 54.6227 54.7165

DiagnosticValue
CHECKS14878510
NODES53718

General information on the benchmark

Namerandom/rand-8-20-5/
rand-8-20-5-18-800-13_ext.xml
MD5SUMa5445ab70379ee1065ebabe08628ea31
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 benchmark54.6227
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.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/247387-1168085822/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=20  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5
0.40	       =>  wckTime=0.092  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
3.78	   
3.78	   INFO : Contraction of relations, mem = 103M511
6.00	   
6.00	   constraints being loaded...
9.31	     nbConstraints=18  nbRelationTypes=18  nbExtensionStructures=18  nbSharedExtensionStructures=0
9.31	     nbConflictsStructures=18  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=8
9.31	       =>  wckTime=9.0  cpuTime=7.24  mem=228M728
10.13	   
10.13	   solver IterativeSystematicSolver being built... 
10.29	       =>  wckTime=9.98  cpuTime=7.37  mem=143M239
10.29	   
10.29	   preprocessing
10.29	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
10.29	     detectedInconsistency=no
10.29	       =>  wckTime=0.0020  cpuTime=0.0  mem=143M239
10.36	   
10.36	   search
10.36	     run=0  nbConstraintChecks=7040  nbValidityChecks=14414  nbPropagations=185  nbRevisions=2422
10.36	     nbUselessRevisions=2080  nbAssignments=30  nbFailedAssignments=11  nbBacktracks=10  nbVisitedNodes=48
10.36	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
10.36	       =>  wckTime=0.072  cpuTime=0.05  mem=143M878
10.42	   
10.42	   search
10.42	     run=1  nbConstraintChecks=18374  nbValidityChecks=39419  nbPropagations=600  nbRevisions=8789
10.42	     nbUselessRevisions=7503  nbAssignments=86  nbFailedAssignments=43  nbBacktracks=28  nbVisitedNodes=146
10.42	     nbRestartNogoods=3  mapSize=23  nbInferences=0  nbTooLargeKeys=0
10.42	       =>  wckTime=0.133  cpuTime=0.1  mem=143M878
10.48	   
10.48	   search
10.48	     run=2  nbConstraintChecks=34897  nbValidityChecks=69160  nbPropagations=1296  nbRevisions=19408
10.48	     nbUselessRevisions=16583  nbAssignments=137  nbFailedAssignments=66  nbBacktracks=50  nbVisitedNodes=233
10.48	     nbRestartNogoods=5  mapSize=41  nbInferences=0  nbTooLargeKeys=0
10.48	       =>  wckTime=0.191  cpuTime=0.16  mem=143M878
10.55	   
10.55	   search
10.55	     run=3  nbConstraintChecks=54016  nbValidityChecks=106932  nbPropagations=2403  nbRevisions=36048
10.55	     nbUselessRevisions=30793  nbAssignments=215  nbFailedAssignments=103  nbBacktracks=84  nbVisitedNodes=364
10.55	     nbRestartNogoods=6  mapSize=68  nbInferences=0  nbTooLargeKeys=0
10.55	       =>  wckTime=0.262  cpuTime=0.22  mem=143M878
10.64	   
10.64	   search
10.64	     run=4  nbConstraintChecks=78946  nbValidityChecks=158152  nbPropagations=4077  nbRevisions=61275
10.64	     nbUselessRevisions=52425  nbAssignments=314  nbFailedAssignments=143  nbBacktracks=137  nbVisitedNodes=528
10.64	     nbRestartNogoods=11  mapSize=107  nbInferences=0  nbTooLargeKeys=0
10.64	       =>  wckTime=0.353  cpuTime=0.31  mem=143M878
10.78	   
10.78	   search
10.78	     run=5  nbConstraintChecks=119527  nbValidityChecks=237331  nbPropagations=6666  nbRevisions=98964
10.78	     nbUselessRevisions=84570  nbAssignments=470  nbFailedAssignments=215  nbBacktracks=215  nbVisitedNodes=798
10.78	     nbRestartNogoods=13  mapSize=168  nbInferences=0  nbTooLargeKeys=0
10.78	       =>  wckTime=0.487  cpuTime=0.44  mem=143M878
10.97	   
10.97	   search
10.97	     run=6  nbConstraintChecks=179008  nbValidityChecks=355096  nbPropagations=10581  nbRevisions=155580
10.97	     nbUselessRevisions=132772  nbAssignments=693  nbFailedAssignments=318  nbBacktracks=328  nbVisitedNodes=1187
10.97	     nbRestartNogoods=16  mapSize=258  nbInferences=0  nbTooLargeKeys=0
10.97	       =>  wckTime=0.684  cpuTime=0.63  mem=143M878
11.28	   
11.28	   search
11.29	     run=7  nbConstraintChecks=277017  nbValidityChecks=545623  nbPropagations=16583  nbRevisions=242211
11.29	     nbUselessRevisions=206222  nbAssignments=1038  nbFailedAssignments=485  nbBacktracks=498  nbVisitedNodes=1802
11.29	     nbRestartNogoods=22  mapSize=396  nbInferences=0  nbTooLargeKeys=0
11.29	       =>  wckTime=0.997  cpuTime=0.94  mem=143M878
11.68	   
11.68	   search
11.68	     run=8  nbConstraintChecks=403728  nbValidityChecks=792062  nbPropagations=25288  nbRevisions=367276
11.68	     nbUselessRevisions=312479  nbAssignments=1510  nbFailedAssignments=692  nbBacktracks=755  nbVisitedNodes=2629
11.68	     nbRestartNogoods=27  mapSize=612  nbInferences=0  nbTooLargeKeys=0
11.68	       =>  wckTime=1.394  cpuTime=1.33  mem=143M878
12.23	   
12.23	   search
12.23	     run=9  nbConstraintChecks=587000  nbValidityChecks=1160484  nbPropagations=38011  nbRevisions=551329
12.23	     nbUselessRevisions=469548  nbAssignments=2203  nbFailedAssignments=991  nbBacktracks=1141  nbVisitedNodes=3838
12.23	     nbRestartNogoods=33  mapSize=922  nbInferences=0  nbTooLargeKeys=0
12.23	       =>  wckTime=1.94  cpuTime=1.86  mem=143M878
12.40	   
12.40	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=143M878)
13.17	   
13.17	   search
13.17	     run=10  nbConstraintChecks=894563  nbValidityChecks=1768085  nbPropagations=57501  nbRevisions=832348
13.17	     nbUselessRevisions=709201  nbAssignments=3303  nbFailedAssignments=1508  nbBacktracks=1717  nbVisitedNodes=5778
13.17	     nbRestartNogoods=39
13.17	       =>  wckTime=2.885  cpuTime=2.8  mem=143M878
14.60	   
14.60	   search
14.60	     run=11  nbConstraintChecks=1376352  nbValidityChecks=2687221  nbPropagations=87387  nbRevisions=1256929
14.60	     nbUselessRevisions=1069390  nbAssignments=5012  nbFailedAssignments=2346  nbBacktracks=2581  nbVisitedNodes=8808
14.60	     nbRestartNogoods=49
14.60	       =>  wckTime=4.309  cpuTime=4.22  mem=143M878
16.62	   
16.62	   search
16.62	     run=12  nbConstraintChecks=2054176  nbValidityChecks=3999618  nbPropagations=132360  nbRevisions=1888986
16.62	     nbUselessRevisions=1604791  nbAssignments=7443  nbFailedAssignments=3473  nbBacktracks=3879  nbVisitedNodes=13108
16.62	     nbRestartNogoods=60
16.62	       =>  wckTime=6.327  cpuTime=6.24  mem=143M878
19.70	   
19.70	   search
19.70	     run=13  nbConstraintChecks=3094977  nbValidityChecks=6008918  nbPropagations=200083  nbRevisions=2836270
19.70	     nbUselessRevisions=2406223  nbAssignments=11152  nbFailedAssignments=5228  nbBacktracks=5825  nbVisitedNodes=19688
19.70	     nbRestartNogoods=65
19.70	       =>  wckTime=9.409  cpuTime=9.32  mem=143M878
24.31	   
24.33	   search
24.33	     run=14  nbConstraintChecks=4655379  nbValidityChecks=9020747  nbPropagations=302558  nbRevisions=4258991
24.33	     nbUselessRevisions=3607778  nbAssignments=16749  nbFailedAssignments=7898  nbBacktracks=8744  nbVisitedNodes=29609
24.33	     nbRestartNogoods=76
24.33	       =>  wckTime=14.02  cpuTime=13.93  mem=143M878
31.13	   
31.13	   search
31.13	     run=15  nbConstraintChecks=6945640  nbValidityChecks=13501464  nbPropagations=455723  nbRevisions=6394122
31.13	     nbUselessRevisions=5413389  nbAssignments=24967  nbFailedAssignments=11730  nbBacktracks=13124
31.13	     nbVisitedNodes=44172  nbRestartNogoods=84
31.13	       =>  wckTime=20.845  cpuTime=20.75  mem=143M878
41.41	   
41.41	   search
41.41	     run=16  nbConstraintChecks=10413634  nbValidityChecks=20194792  nbPropagations=685243  nbRevisions=9584760
41.41	     nbUselessRevisions=8109805  nbAssignments=37383  nbFailedAssignments=17569  nbBacktracks=19695
41.41	     nbVisitedNodes=66151  nbRestartNogoods=91
41.41	       =>  wckTime=31.122  cpuTime=31.02  mem=143M878
54.64	   
54.64	   search
54.64	     run=17  nbConstraintChecks=14878510  nbValidityChecks=28805429  nbPropagations=1014806  nbRevisions=14136889
54.64	     nbUselessRevisions=11948838  nbAssignments=53718  nbFailedAssignments=25317  nbBacktracks=28262
54.64	     nbVisitedNodes=95147  nbRestartNogoods=99
54.64	       =>  wckTime=44.353  cpuTime=44.26  mem=143M878
54.64	   
54.64	   global
54.64	     nbConstraintChecks=14878510  nbValidityChecks=28805429  nbPropagations=1014826  nbRevisions=14136889
54.64	     nbUselessRevisions=11948838  nbRestartNogoods=99  solvingWckTime=44.353  solvingCpuTime=44.26  expiredTime=no
54.64	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=51.67
54.64	       =>  wckTime=54.335  cpuTime=51.63  mem=143M878
54.64	   
54.64	s SATISFIABLE
54.64	v 1 2 1 1 4 2 4 0 0 0 0 3 1 4 4 1 3 3 3 4 
54.64	d NODES 53718
54.64	d CHECKS 14878510
54.64	   
54.64	   totalWckTime=54.41  totalCpuTime=51.67

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/node45/watcher-247387-1168085822 -o ROOT/results/node45/solver-247387-1168085822 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247387-1168085822/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.07 0.25 0.96 5/69 25437
/proc/meminfo: memFree=1367088/2055920 swapFree=4184004/4192956
[pid=25436] ppid=25433 vsize=0 CPUtime=0
/proc/25436/stat : 25436 (java) R 25433 25436 25203 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 156983492 0 0 18446744073709551615 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25436/statm: 0 0 0 0 0 0 0

[startup+0.103673 s]
/proc/loadavg: 0.07 0.25 0.96 5/69 25437
/proc/meminfo: memFree=1367088/2055920 swapFree=4184004/4192956
[pid=25436] ppid=25433 vsize=914988 CPUtime=0.08
/proc/25436/stat : 25436 (java) R 25433 25436 25203 0 -1 0 2951 0 1 0 7 1 0 0 17 0 8 0 156983492 936947712 2697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151974723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25436/statm: 228747 2697 1413 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513743 s]
/proc/loadavg: 0.07 0.25 0.96 5/69 25437
/proc/meminfo: memFree=1367088/2055920 swapFree=4184004/4192956
[pid=25436] ppid=25433 vsize=915328 CPUtime=0.48
/proc/25436/stat : 25436 (java) R 25433 25436 25203 0 -1 0 9978 0 1 0 43 5 0 0 17 0 8 0 156983492 937295872 9718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562846 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25436/statm: 228832 9719 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33889 s]
/proc/loadavg: 0.14 0.27 0.96 2/75 25447
/proc/meminfo: memFree=1296960/2055920 swapFree=4184004/4192956
[pid=25436] ppid=25433 vsize=915328 CPUtime=1.3
/proc/25436/stat : 25436 (java) S 25433 25436 25203 0 -1 0 21717 0 1 0 119 11 0 0 20 0 8 0 156983492 937295872 21454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25436/statm: 228832 21457 2147 14 0 215302 0
[pid=25436/tid=25441] ppid=25433 vsize=915328 CPUtime=0.05
/proc/25436/task/25441/stat : 25441 (java) R 25433 25436 25203 0 -1 64 5312 0 0 0 3 2 0 0 16 0 8 0 156983497 937295872 21459 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25436/tid=25442] ppid=25433 vsize=915328 CPUtime=0
/proc/25436/task/25442/stat : 25442 (java) S 25433 25436 25203 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156983497 937295872 21463 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25443] ppid=25433 vsize=915328 CPUtime=0
/proc/25436/task/25443/stat : 25443 (java) S 25433 25436 25203 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156983497 937295872 21466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25444] ppid=25433 vsize=915328 CPUtime=0
/proc/25436/task/25444/stat : 25444 (java) S 25433 25436 25203 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983500 937295872 21469 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25445] ppid=25433 vsize=915328 CPUtime=0.06
/proc/25436/task/25445/stat : 25445 (java) S 25433 25436 25203 0 -1 64 303 0 0 0 6 0 0 0 16 0 8 0 156983500 937295872 21472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25446] ppid=25433 vsize=915328 CPUtime=0
/proc/25436/task/25446/stat : 25446 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156983500 937295872 21475 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25447] ppid=25433 vsize=915328 CPUtime=0
/proc/25436/task/25447/stat : 25447 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983500 937295872 21478 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.9762 s]
/proc/loadavg: 0.14 0.27 0.96 2/75 25447
/proc/meminfo: memFree=1273984/2055920 swapFree=4184004/4192956
[pid=25436] ppid=25433 vsize=915328 CPUtime=2.94
/proc/25436/stat : 25436 (java) R 25433 25436 25203 0 -1 0 30349 0 1 0 278 16 0 0 17 0 8 0 156983492 937295872 30083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073445369 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25436/statm: 228832 30083 2147 14 0 215302 0
[pid=25436/tid=25441] ppid=25433 vsize=915328 CPUtime=0.22
/proc/25436/task/25441/stat : 25441 (java) S 25433 25436 25203 0 -1 64 13934 0 0 0 16 6 0 0 16 0 8 0 156983497 937295872 30083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25436/tid=25442] ppid=25433 vsize=915328 CPUtime=0
/proc/25436/task/25442/stat : 25442 (java) S 25433 25436 25203 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156983497 937295872 30083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25443] ppid=25433 vsize=915328 CPUtime=0
/proc/25436/task/25443/stat : 25443 (java) S 25433 25436 25203 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156983497 937295872 30083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25444] ppid=25433 vsize=915328 CPUtime=0
/proc/25436/task/25444/stat : 25444 (java) S 25433 25436 25203 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983500 937295872 30083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25445] ppid=25433 vsize=915328 CPUtime=0.06
/proc/25436/task/25445/stat : 25445 (java) S 25433 25436 25203 0 -1 64 305 0 0 0 6 0 0 0 16 0 8 0 156983500 937295872 30083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25446] ppid=25433 vsize=915328 CPUtime=0
/proc/25436/task/25446/stat : 25446 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156983500 937295872 30083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25447] ppid=25433 vsize=915328 CPUtime=0
/proc/25436/task/25447/stat : 25447 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983500 937295872 30083 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915328

[startup+6.27079 s]
/proc/loadavg: 0.14 0.27 0.96 2/75 25447
/proc/meminfo: memFree=1221568/2055920 swapFree=4184004/4192956
[pid=25436] ppid=25433 vsize=915400 CPUtime=6.22
/proc/25436/stat : 25436 (java) R 25433 25436 25203 0 -1 0 40364 0 1 0 601 21 0 0 16 0 8 0 156983492 937369600 38517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25436/statm: 228850 38517 2162 14 0 215320 0
[pid=25436/tid=25441] ppid=25433 vsize=915400 CPUtime=0.96
/proc/25436/task/25441/stat : 25441 (java) S 25433 25436 25203 0 -1 64 23902 0 0 0 86 10 0 0 16 0 8 0 156983497 937369600 38517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25436/tid=25442] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25442/stat : 25442 (java) S 25433 25436 25203 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156983497 937369600 38517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25443] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25443/stat : 25443 (java) S 25433 25436 25203 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156983497 937369600 38517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25436/tid=25444] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25444/stat : 25444 (java) S 25433 25436 25203 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983500 937369600 38517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25445] ppid=25433 vsize=915400 CPUtime=0.08
/proc/25436/task/25445/stat : 25445 (java) S 25433 25436 25203 0 -1 64 320 0 0 0 8 0 0 0 16 0 8 0 156983500 937369600 38517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25446] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25446/stat : 25446 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156983500 937369600 38517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25447] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25447/stat : 25447 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983500 937369600 38517 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915400

[startup+12.699 s]
/proc/loadavg: 0.27 0.29 0.96 2/75 25447
/proc/meminfo: memFree=1127744/2055920 swapFree=4184004/4192956
[pid=25436] ppid=25433 vsize=915400 CPUtime=12.64
/proc/25436/stat : 25436 (java) R 25433 25436 25203 0 -1 0 64098 0 1 0 1231 33 0 0 16 0 8 0 156983492 937369600 62242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778825 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25436/statm: 228850 62242 2523 14 0 215320 0
[pid=25436/tid=25441] ppid=25433 vsize=915400 CPUtime=2.49
/proc/25436/task/25441/stat : 25441 (java) S 25433 25436 25203 0 -1 64 47136 0 0 0 229 20 0 0 16 0 8 0 156983497 937369600 62242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25442] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25442/stat : 25442 (java) S 25433 25436 25203 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156983497 937369600 62242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25443] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25443/stat : 25443 (java) S 25433 25436 25203 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156983497 937369600 62242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25436/tid=25444] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25444/stat : 25444 (java) S 25433 25436 25203 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983500 937369600 62242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25445] ppid=25433 vsize=915400 CPUtime=0.18
/proc/25436/task/25445/stat : 25445 (java) S 25433 25436 25203 0 -1 64 386 0 0 0 18 0 0 0 16 0 8 0 156983500 937369600 62242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25446] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25446/stat : 25446 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156983500 937369600 62242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25447] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25447/stat : 25447 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983500 937369600 62242 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915400

[startup+25.5373 s]
/proc/loadavg: 0.38 0.31 0.96 2/75 25447
/proc/meminfo: memFree=1127680/2055920 swapFree=4184004/4192956
[pid=25436] ppid=25433 vsize=915400 CPUtime=25.47
/proc/25436/stat : 25436 (java) R 25433 25436 25203 0 -1 0 64103 0 1 0 2514 33 0 0 25 0 8 0 156983492 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073777354 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25436/statm: 228850 62246 2523 14 0 215320 0
[pid=25436/tid=25441] ppid=25433 vsize=915400 CPUtime=2.49
/proc/25436/task/25441/stat : 25441 (java) S 25433 25436 25203 0 -1 64 47136 0 0 0 229 20 0 0 16 0 8 0 156983497 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25442] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25442/stat : 25442 (java) S 25433 25436 25203 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156983497 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25443] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25443/stat : 25443 (java) S 25433 25436 25203 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156983497 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25436/tid=25444] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25444/stat : 25444 (java) S 25433 25436 25203 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983500 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25445] ppid=25433 vsize=915400 CPUtime=0.19
/proc/25436/task/25445/stat : 25445 (java) S 25433 25436 25203 0 -1 64 390 0 0 0 19 0 0 0 16 0 8 0 156983500 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25446] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25446/stat : 25446 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156983500 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25447] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25447/stat : 25447 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983500 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915400

[startup+51.2209 s]
/proc/loadavg: 0.59 0.37 0.96 2/75 25450
/proc/meminfo: memFree=1130240/2055920 swapFree=4184004/4192956
[pid=25436] ppid=25433 vsize=915400 CPUtime=51.15
/proc/25436/stat : 25436 (java) R 25433 25436 25203 0 -1 0 64103 0 1 0 5082 33 0 0 25 0 8 0 156983492 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073640176 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25436/statm: 228850 62246 2523 14 0 215320 0
[pid=25436/tid=25441] ppid=25433 vsize=915400 CPUtime=2.49
/proc/25436/task/25441/stat : 25441 (java) S 25433 25436 25203 0 -1 64 47136 0 0 0 229 20 0 0 16 0 8 0 156983497 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25442] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25442/stat : 25442 (java) S 25433 25436 25203 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156983497 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25443] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25443/stat : 25443 (java) S 25433 25436 25203 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156983497 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25436/tid=25444] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25444/stat : 25444 (java) S 25433 25436 25203 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156983500 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25445] ppid=25433 vsize=915400 CPUtime=0.19
/proc/25436/task/25445/stat : 25445 (java) S 25433 25436 25203 0 -1 64 390 0 0 0 19 0 0 0 16 0 8 0 156983500 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25446] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25446/stat : 25446 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156983500 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25436/tid=25447] ppid=25433 vsize=915400 CPUtime=0
/proc/25436/task/25447/stat : 25447 (java) S 25433 25436 25203 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156983500 937369600 62246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 915400

Child status: 0
Real time (s): 54.7165
CPU time (s): 54.6227
CPU user time (s): 54.2468
CPU system time (s): 0.375942
CPU usage (%): 99.8286
Max. virtual memory (cumulated for all children) (KiB): 919404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.2468
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= 64108
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= 1976
involuntary context switches= 1202

runsolver used 0.066989 s user time and 0.142978 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan  6 12:17:11 UTC 2007


IDJOB= 247387
IDBENCH= 11121
FILE ID= node45/247387-1168085822

PBS_JOBID= 3476569

Free space on /tmp= 66519 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a5445ab70379ee1065ebabe08628ea31

RANDOM SEED= 624751456

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:       1358064 kB
Buffers:         50160 kB
Cached:         552156 kB
SwapCached:       2748 kB
Active:         118648 kB
Inactive:       506420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358064 kB
SwapTotal:     4192956 kB
SwapFree:      4184004 kB
Dirty:           26384 kB
Writeback:           0 kB
Mapped:          36836 kB
Slab:            58192 kB
Committed_AS:  3550444 kB
PageTables:       1812 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 node45 on Sat Jan  6 12:18:28 UTC 2007