Trace number 199999

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 38.7851 38.87

DiagnosticValue
CHECKS25967279
NODES24490

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-33_ext.xml
MD5SUMdd49bd67587a6d72b39a88f193f28a46
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 benchmark15.4397
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/199999-1168071838/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24
0.41	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
1.07	   
1.07	   constraints being loaded...
1.35	     nbConstraints=76  nbRelationTypes=76  nbExtensionStructures=76  nbSharedExtensionStructures=0
1.35	     nbConflictsStructures=76  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=3
1.35	       =>  wckTime=1.028  cpuTime=0.9  mem=50M860
1.47	   
1.47	   solver IterativeSystematicSolver being built... 
1.64	       =>  wckTime=1.321  cpuTime=1.03  mem=34M588
1.64	   
1.64	   preprocessing
1.64	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.64	     detectedInconsistency=no
1.64	       =>  wckTime=0.0030  cpuTime=0.0  mem=34M588
1.76	   
1.76	   search
1.76	     run=0  nbConstraintChecks=29917  nbValidityChecks=53039  nbPropagations=289  nbRevisions=2941
1.76	     nbUselessRevisions=2344  nbAssignments=25  nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=42
1.76	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.118  cpuTime=0.08  mem=35M578
1.82	   
1.82	   search
1.82	     run=1  nbConstraintChecks=60930  nbValidityChecks=110041  nbPropagations=871  nbRevisions=9379
1.82	     nbUselessRevisions=7542  nbAssignments=55  nbFailedAssignments=19  nbBacktracks=25  nbVisitedNodes=90
1.82	     nbRestartNogoods=6  mapSize=20  nbInferences=0  nbTooLargeKeys=0
1.82	       =>  wckTime=0.177  cpuTime=0.13  mem=35M578
1.99	   
1.99	   search
1.99	     run=2  nbConstraintChecks=156249  nbValidityChecks=296386  nbPropagations=2364  nbRevisions=27059
1.99	     nbUselessRevisions=21611  nbAssignments=123  nbFailedAssignments=58  nbBacktracks=49  nbVisitedNodes=217
1.99	     nbRestartNogoods=9  mapSize=44  nbInferences=0  nbTooLargeKeys=0
1.99	       =>  wckTime=0.346  cpuTime=0.29  mem=35M578
2.12	   
2.12	   search
2.12	     run=3  nbConstraintChecks=238166  nbValidityChecks=453411  nbPropagations=4607  nbRevisions=54397
2.12	     nbUselessRevisions=43503  nbAssignments=191  nbFailedAssignments=87  nbBacktracks=82  nbVisitedNodes=335
2.12	     nbRestartNogoods=11  mapSize=71  nbInferences=0  nbTooLargeKeys=0
2.12	       =>  wckTime=0.477  cpuTime=0.41  mem=35M578
2.41	   
2.41	   search
2.41	     run=4  nbConstraintChecks=422791  nbValidityChecks=845104  nbPropagations=8690  nbRevisions=105748
2.41	     nbUselessRevisions=84716  nbAssignments=361  nbFailedAssignments=201  nbBacktracks=132  nbVisitedNodes=659
2.41	     nbRestartNogoods=15  mapSize=120  nbInferences=0  nbTooLargeKeys=0
2.41	       =>  wckTime=0.767  cpuTime=0.7  mem=35M578
2.66	   
2.66	   search
2.66	     run=5  nbConstraintChecks=591593  nbValidityChecks=1179166  nbPropagations=14483  nbRevisions=178125
2.66	     nbUselessRevisions=142964  nbAssignments=526  nbFailedAssignments=284  nbBacktracks=207  nbVisitedNodes=952
2.66	     nbRestartNogoods=26  mapSize=184  nbInferences=0  nbTooLargeKeys=0
2.66	       =>  wckTime=1.02  cpuTime=0.95  mem=35M578
3.08	   
3.08	   search
3.08	     run=6  nbConstraintChecks=880793  nbValidityChecks=1741315  nbPropagations=22943  nbRevisions=285084
3.08	     nbUselessRevisions=229081  nbAssignments=771  nbFailedAssignments=409  nbBacktracks=320  nbVisitedNodes=1394
3.08	     nbRestartNogoods=30  mapSize=285  nbInferences=0  nbTooLargeKeys=0
3.08	       =>  wckTime=1.437  cpuTime=1.36  mem=35M578
3.84	   
3.84	   search
3.84	     run=7  nbConstraintChecks=1386741  nbValidityChecks=2755126  nbPropagations=36081  nbRevisions=452077
3.84	     nbUselessRevisions=363202  nbAssignments=1204  nbFailedAssignments=667  nbBacktracks=490  nbVisitedNodes=2200
3.84	     nbRestartNogoods=40  mapSize=435  nbInferences=0  nbTooLargeKeys=0
3.84	       =>  wckTime=2.203  cpuTime=2.12  mem=35M578
4.84	   
4.84	   search
4.84	     run=8  nbConstraintChecks=2079192  nbValidityChecks=4092352  nbPropagations=55153  nbRevisions=696867
4.84	     nbUselessRevisions=559969  nbAssignments=1787  nbFailedAssignments=990  nbBacktracks=746  nbVisitedNodes=3257
4.84	     nbRestartNogoods=49  mapSize=663  nbInferences=0  nbTooLargeKeys=0
4.84	       =>  wckTime=3.198  cpuTime=3.09  mem=35M578
6.54	   
6.54	   search
6.54	     run=9  nbConstraintChecks=3228435  nbValidityChecks=6406957  nbPropagations=84909  nbRevisions=1079630
6.54	     nbUselessRevisions=867586  nbAssignments=2737  nbFailedAssignments=1550  nbBacktracks=1131  nbVisitedNodes=5037
6.54	     nbRestartNogoods=54  mapSize=998  nbInferences=0  nbTooLargeKeys=0
6.54	       =>  wckTime=4.901  cpuTime=4.79  mem=35M578
6.60	   
6.60	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=35M578)
8.33	   
8.33	   search
8.33	     run=10  nbConstraintChecks=4466780  nbValidityChecks=8918599  nbPropagations=128747  nbRevisions=1625954
8.33	     nbUselessRevisions=1304531  nbAssignments=3965  nbFailedAssignments=2196  nbBacktracks=1708  nbVisitedNodes=7275
8.33	     nbRestartNogoods=72
8.33	       =>  wckTime=6.694  cpuTime=6.57  mem=35M578
11.33	   
11.33	   search
11.33	     run=11  nbConstraintChecks=6631604  nbValidityChecks=13225088  nbPropagations=193461  nbRevisions=2438347
11.33	     nbUselessRevisions=1954883  nbAssignments=5947  nbFailedAssignments=3309  nbBacktracks=2573  nbVisitedNodes=10898
11.33	     nbRestartNogoods=89
11.33	       =>  wckTime=9.693  cpuTime=9.57  mem=35M578
16.14	   
16.14	   search
16.14	     run=12  nbConstraintChecks=10027497  nbValidityChecks=19963647  nbPropagations=290240  nbRevisions=3656694
16.14	     nbUselessRevisions=2929868  nbAssignments=9018  nbFailedAssignments=5076  nbBacktracks=3871  nbVisitedNodes=16597
16.14	     nbRestartNogoods=93
16.14	       =>  wckTime=14.496  cpuTime=14.37  mem=35M578
22.76	   
22.76	   search
22.76	     run=13  nbConstraintChecks=14769113  nbValidityChecks=29313496  nbPropagations=430663  nbRevisions=5443048
22.76	     nbUselessRevisions=4363032  nbAssignments=13192  nbFailedAssignments=7297  nbBacktracks=5818  nbVisitedNodes=24121
22.76	     nbRestartNogoods=102
22.76	       =>  wckTime=21.12  cpuTime=20.99  mem=35M578
35.10	   
35.10	   search
35.10	     run=14  nbConstraintChecks=23312062  nbValidityChecks=47222786  nbPropagations=655932  nbRevisions=8304311
35.10	     nbUselessRevisions=6657583  nbAssignments=21849  nbFailedAssignments=13030  nbBacktracks=8737  nbVisitedNodes=40546
35.10	     nbRestartNogoods=115
35.10	       =>  wckTime=33.457  cpuTime=33.32  mem=35M578
38.80	   
38.80	   search
38.80	     run=15  nbConstraintChecks=25967279  nbValidityChecks=52537913  nbPropagations=909199  nbRevisions=11516591
38.80	     nbUselessRevisions=9232258  nbAssignments=24490  nbFailedAssignments=14406  nbBacktracks=9978  nbVisitedNodes=45312
38.80	     nbRestartNogoods=124
38.80	       =>  wckTime=37.156  cpuTime=37.02  mem=35M578
38.80	   
38.80	   global
38.80	     nbConstraintChecks=25967279  nbValidityChecks=52537913  nbPropagations=909223  nbRevisions=11516591
38.80	     nbUselessRevisions=9232258  nbRestartNogoods=124  solvingWckTime=37.157  solvingCpuTime=37.02  expiredTime=no
38.80	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=38.11
38.80	       =>  wckTime=38.481  cpuTime=38.06  mem=35M578
38.80	   
38.80	s SATISFIABLE
38.80	v 12 3 10 21 0 2 8 1 4 12 23 14 15 16 7 8 2 22 6 13 4 12 19 23 
38.80	d NODES 24490
38.80	d CHECKS 25967279
38.80	   
38.80	   totalWckTime=38.562  totalCpuTime=38.12

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/node25/watcher-199999-1168071838 -o ROOT/results/node25/solver-199999-1168071838 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199999-1168071838/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.08 1.02 1.02 1/83 29312
/proc/meminfo: memFree=1679688/2055920 swapFree=4192812/4192956
[pid=29311] ppid=29307 vsize=168 CPUtime=0
/proc/29311/stat : 29311 (java) R 29307 29311 29178 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 155576271 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 3765028 0 0 4096 0 0 0 0 17 1 0 0
/proc/29311/statm: 42 23 18 14 0 2 0

[startup+0.102569 s]
/proc/loadavg: 1.08 1.02 1.02 1/83 29312
/proc/meminfo: memFree=1679688/2055920 swapFree=4192812/4192956
[pid=29311] ppid=29307 vsize=914988 CPUtime=0.08
/proc/29311/stat : 29311 (java) R 29307 29311 29178 0 -1 0 2953 0 1 0 6 2 0 0 17 0 8 0 155576271 936947712 2699 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151974723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29311/statm: 228747 2699 1413 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510635 s]
/proc/loadavg: 1.08 1.02 1.02 1/83 29312
/proc/meminfo: memFree=1679688/2055920 swapFree=4192812/4192956
[pid=29311] ppid=29307 vsize=915328 CPUtime=0.48
/proc/29311/stat : 29311 (java) R 29307 29311 29178 0 -1 0 7522 0 1 0 43 5 0 0 20 0 8 0 155576271 937295872 7261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29311/statm: 228832 7262 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33478 s]
/proc/loadavg: 1.08 1.02 1.02 3/100 29329
/proc/meminfo: memFree=1545408/2055920 swapFree=4192812/4192956
[pid=29311] ppid=29307 vsize=915328 CPUtime=1.31
/proc/29311/stat : 29311 (java) R 29307 29311 29178 0 -1 0 19115 0 1 0 119 12 0 0 25 0 8 0 155576271 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073633434 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29311/statm: 228832 18853 2160 14 0 215302 0
[pid=29311/tid=29316] ppid=29307 vsize=915328 CPUtime=0.05
/proc/29311/task/29316/stat : 29316 (java) S 29307 29311 29178 0 -1 64 2650 0 0 0 4 1 0 0 17 0 8 0 155576275 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29318] ppid=29307 vsize=915328 CPUtime=0
/proc/29311/task/29318/stat : 29318 (java) S 29307 29311 29178 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29319] ppid=29307 vsize=915328 CPUtime=0
/proc/29311/task/29319/stat : 29319 (java) S 29307 29311 29178 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155576276 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29322] ppid=29307 vsize=915328 CPUtime=0
/proc/29311/task/29322/stat : 29322 (java) S 29307 29311 29178 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155576279 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29323] ppid=29307 vsize=915328 CPUtime=0.1
/proc/29311/task/29323/stat : 29323 (java) S 29307 29311 29178 0 -1 64 321 0 0 0 10 0 0 0 16 0 8 0 155576279 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29325] ppid=29307 vsize=915328 CPUtime=0
/proc/29311/task/29325/stat : 29325 (java) S 29307 29311 29178 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155576279 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29327] ppid=29307 vsize=915328 CPUtime=0
/proc/29311/task/29327/stat : 29327 (java) S 29307 29311 29178 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155576279 937295872 18853 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915328

[startup+2.97706 s]
/proc/loadavg: 1.08 1.02 1.02 3/100 29329
/proc/meminfo: memFree=1513024/2055920 swapFree=4192812/4192956
[pid=29311] ppid=29307 vsize=915420 CPUtime=2.95
/proc/29311/stat : 29311 (java) R 29307 29311 29178 0 -1 0 23552 0 1 0 281 14 0 0 25 0 8 0 155576271 937390080 23287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29311/statm: 228855 23287 2521 14 0 215325 0
[pid=29311/tid=29316] ppid=29307 vsize=915420 CPUtime=0.17
/proc/29311/task/29316/stat : 29316 (java) S 29307 29311 29178 0 -1 64 6585 0 0 0 15 2 0 0 17 0 8 0 155576275 937390080 23287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29318] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29318/stat : 29318 (java) S 29307 29311 29178 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937390080 23287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29319] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29319/stat : 29319 (java) S 29307 29311 29178 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937390080 23287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29322] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29322/stat : 29322 (java) S 29307 29311 29178 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155576279 937390080 23287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29323] ppid=29307 vsize=915420 CPUtime=0.22
/proc/29311/task/29323/stat : 29323 (java) S 29307 29311 29178 0 -1 64 373 0 0 0 21 1 0 0 15 0 8 0 155576279 937390080 23287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29325] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29325/stat : 29325 (java) S 29307 29311 29178 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155576279 937390080 23287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29327] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29327/stat : 29327 (java) S 29307 29311 29178 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155576279 937390080 23287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915420

[startup+6.27262 s]
/proc/loadavg: 1.23 1.05 1.03 3/100 29329
/proc/meminfo: memFree=1512704/2055920 swapFree=4192812/4192956
[pid=29311] ppid=29307 vsize=915420 CPUtime=6.24
/proc/29311/stat : 29311 (java) R 29307 29311 29178 0 -1 0 23569 0 1 0 609 15 0 0 25 0 8 0 155576271 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073765748 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29311/statm: 228855 23301 2521 14 0 215325 0
[pid=29311/tid=29316] ppid=29307 vsize=915420 CPUtime=0.17
/proc/29311/task/29316/stat : 29316 (java) S 29307 29311 29178 0 -1 64 6585 0 0 0 15 2 0 0 17 0 8 0 155576275 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29318] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29318/stat : 29318 (java) S 29307 29311 29178 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29319] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29319/stat : 29319 (java) S 29307 29311 29178 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29322] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29322/stat : 29322 (java) S 29307 29311 29178 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155576279 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29323] ppid=29307 vsize=915420 CPUtime=0.25
/proc/29311/task/29323/stat : 29323 (java) S 29307 29311 29178 0 -1 64 388 0 0 0 24 1 0 0 16 0 8 0 155576279 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29325] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29325/stat : 29325 (java) S 29307 29311 29178 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155576279 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29327] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29327/stat : 29327 (java) S 29307 29311 29178 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155576279 937390080 23301 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915420

[startup+12.7567 s]
/proc/loadavg: 1.29 1.06 1.04 3/100 29329
/proc/meminfo: memFree=1512712/2055920 swapFree=4192812/4192956
[pid=29311] ppid=29307 vsize=915420 CPUtime=12.72
/proc/29311/stat : 29311 (java) R 29307 29311 29178 0 -1 0 23574 0 1 0 1257 15 0 0 25 0 8 0 155576271 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759569 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29311/statm: 228855 23305 2521 14 0 215325 0
[pid=29311/tid=29316] ppid=29307 vsize=915420 CPUtime=0.17
/proc/29311/task/29316/stat : 29316 (java) S 29307 29311 29178 0 -1 64 6585 0 0 0 15 2 0 0 16 0 8 0 155576275 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29318] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29318/stat : 29318 (java) S 29307 29311 29178 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29319] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29319/stat : 29319 (java) S 29307 29311 29178 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29322] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29322/stat : 29322 (java) S 29307 29311 29178 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155576279 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29323] ppid=29307 vsize=915420 CPUtime=0.26
/proc/29311/task/29323/stat : 29323 (java) S 29307 29311 29178 0 -1 64 393 0 0 0 25 1 0 0 16 0 8 0 155576279 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29325] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29325/stat : 29325 (java) S 29307 29311 29178 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155576279 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29327] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29327/stat : 29327 (java) S 29307 29311 29178 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155576279 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915420

[startup+25.6109 s]
/proc/loadavg: 1.45 1.11 1.05 3/100 29329
/proc/meminfo: memFree=1512840/2055920 swapFree=4192812/4192956
[pid=29311] ppid=29307 vsize=915420 CPUtime=25.57
/proc/29311/stat : 29311 (java) R 29307 29311 29178 0 -1 0 23574 0 1 0 2542 15 0 0 25 0 8 0 155576271 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073632892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29311/statm: 228855 23305 2521 14 0 215325 0
[pid=29311/tid=29316] ppid=29307 vsize=915420 CPUtime=0.17
/proc/29311/task/29316/stat : 29316 (java) S 29307 29311 29178 0 -1 64 6585 0 0 0 15 2 0 0 16 0 8 0 155576275 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29318] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29318/stat : 29318 (java) S 29307 29311 29178 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155576276 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29319] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29319/stat : 29319 (java) S 29307 29311 29178 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155576276 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29322] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29322/stat : 29322 (java) S 29307 29311 29178 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155576279 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29323] ppid=29307 vsize=915420 CPUtime=0.26
/proc/29311/task/29323/stat : 29323 (java) S 29307 29311 29178 0 -1 64 393 0 0 0 25 1 0 0 16 0 8 0 155576279 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29325] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29325/stat : 29325 (java) S 29307 29311 29178 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155576279 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29311/tid=29327] ppid=29307 vsize=915420 CPUtime=0
/proc/29311/task/29327/stat : 29327 (java) S 29307 29311 29178 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155576279 937390080 23305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 915420

Child status: 0
Real time (s): 38.87
CPU time (s): 38.7851
CPU user time (s): 38.6111
CPU system time (s): 0.173973
CPU usage (%): 99.7815
Max. virtual memory (cumulated for all children) (KiB): 915420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.6111
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23580
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= 1937
involuntary context switches= 2154

runsolver used 0.045993 s user time and 0.141978 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 08:23:59 UTC 2007


IDJOB= 199999
IDBENCH= 3671
FILE ID= node25/199999-1168071838

PBS_JOBID= 3475962

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-33_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199999-1168071838/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-199999-1168071838 -o ROOT/results/node25/solver-199999-1168071838 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/199999-1168071838/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  dd49bd67587a6d72b39a88f193f28a46

RANDOM SEED= 129218898

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.279
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.279
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:       1680560 kB
Buffers:         41468 kB
Cached:         214076 kB
SwapCached:          0 kB
Active:          71620 kB
Inactive:       232304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9400 kB
Writeback:           0 kB
Mapped:          67380 kB
Slab:            56412 kB
Committed_AS:  2824832 kB
PageTables:       2168 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= 66542 MiB



End job on node25 on Sat Jan  6 08:24:38 UTC 2007