Trace number 202994

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 61.4207 61.6923

DiagnosticValue
CHECKS407838029
NODES275956

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-27_ext.xml
MD5SUMeb2b54ba92381bdf1e2dac68bed0cb08
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.9097
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints338
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension338
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/202994-1168155535/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.39	       =>  wckTime=0.095  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.60	     nbConstraints=338  nbRelationTypes=338  nbExtensionStructures=338  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=338  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=3030  maxDegree=23
0.60	     maxArity=2
0.60	       =>  wckTime=0.302  cpuTime=0.22  mem=12M803
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.493  cpuTime=0.36  mem=15M11
0.84	   
0.84	   preprocessing
0.84	     nbConstraintChecks=74161  nbPropagations=1039  nbRevisions=8166  nbUselessRevisions=6772  nbSingletonTests=56
0.84	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.84	       =>  wckTime=0.051  cpuTime=0.03  mem=15M11
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=46319  nbPropagations=1622  nbRevisions=15616  nbUselessRevisions=12739  nbAssignments=32
0.87	     nbFailedAssignments=15  nbBacktracks=10  nbVisitedNodes=55  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.079  cpuTime=0.05  mem=15M11
0.88	   
0.88	   search
0.88	     run=1  nbConstraintChecks=94473  nbPropagations=3918  nbRevisions=38448  nbUselessRevisions=31294  nbAssignments=69
0.88	     nbFailedAssignments=22  nbBacktracks=25  nbVisitedNodes=97  nbRestartNogoods=4  mapSize=20  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.094  cpuTime=0.06  mem=15M11
0.90	   
0.90	   search
0.90	     run=2  nbConstraintChecks=157807  nbPropagations=7084  nbRevisions=72423  nbUselessRevisions=58865
0.90	     nbAssignments=116  nbFailedAssignments=39  nbBacktracks=47  nbVisitedNodes=171  nbRestartNogoods=6  mapSize=36
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.111  cpuTime=0.07  mem=15M11
0.92	   
0.92	   search
0.92	     run=3  nbConstraintChecks=263573  nbPropagations=11588  nbRevisions=125065  nbUselessRevisions=101233
0.92	     nbAssignments=184  nbFailedAssignments=68  nbBacktracks=82  nbVisitedNodes=289  nbRestartNogoods=10  mapSize=63
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.132  cpuTime=0.09  mem=15M11
0.95	   
0.95	   search
0.95	     run=4  nbConstraintChecks=378380  nbPropagations=17631  nbRevisions=197757  nbUselessRevisions=159619
0.95	     nbAssignments=269  nbFailedAssignments=95  nbBacktracks=135  nbVisitedNodes=427  nbRestartNogoods=12  mapSize=104
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.156  cpuTime=0.11  mem=15M11
0.99	   
0.99	   search
0.99	     run=5  nbConstraintChecks=572629  nbPropagations=26390  nbRevisions=307881  nbUselessRevisions=248348
0.99	     nbAssignments=411  nbFailedAssignments=155  nbBacktracks=211  nbVisitedNodes=672  nbRestartNogoods=14  mapSize=168
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.196  cpuTime=0.15  mem=15M11
1.04	   
1.04	   search
1.04	     run=6  nbConstraintChecks=890844  nbPropagations=39363  nbRevisions=476080  nbUselessRevisions=383240
1.04	     nbAssignments=634  nbFailedAssignments=257  nbBacktracks=325  nbVisitedNodes=1067  nbRestartNogoods=20  mapSize=268
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.253  cpuTime=0.2  mem=15M11
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=1300580  nbPropagations=58006  nbRevisions=722491  nbUselessRevisions=581253
1.12	     nbAssignments=941  nbFailedAssignments=386  nbBacktracks=497  nbVisitedNodes=1598  nbRestartNogoods=23  mapSize=409
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.326  cpuTime=0.28  mem=15M11
1.24	   
1.24	   search
1.24	     run=8  nbConstraintChecks=1971476  nbPropagations=85511  nbRevisions=1092716  nbUselessRevisions=878624
1.24	     nbAssignments=1395  nbFailedAssignments=573  nbBacktracks=753  nbVisitedNodes=2385  nbRestartNogoods=30
1.24	     mapSize=620  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.452  cpuTime=0.39  mem=15M11
1.40	   
1.40	   search
1.40	     run=9  nbConstraintChecks=2823544  nbPropagations=124874  nbRevisions=1626419  nbUselessRevisions=1307404
1.40	     nbAssignments=2045  nbFailedAssignments=833  nbBacktracks=1139  nbVisitedNodes=3502  nbRestartNogoods=35
1.40	     mapSize=934  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.611  cpuTime=0.54  mem=15M11
1.45	   
1.45	   INFO : Stopping hyperNogood (mapSize=1027, nbTooLargekeys=0, mem=15M11)
1.65	   
1.65	   search
1.65	     run=10  nbConstraintChecks=4346261  nbPropagations=183932  nbRevisions=2441035  nbUselessRevisions=1962276
1.65	     nbAssignments=3083  nbFailedAssignments=1287  nbBacktracks=1716  nbVisitedNodes=5344  nbRestartNogoods=41
1.65	       =>  wckTime=0.855  cpuTime=0.77  mem=15M11
1.95	   
1.95	   search
1.95	     run=11  nbConstraintChecks=6249581  nbPropagations=270360  nbRevisions=3641504  nbUselessRevisions=2930538
1.95	     nbAssignments=4582  nbFailedAssignments=1915  nbBacktracks=2580  nbVisitedNodes=7951  nbRestartNogoods=49
1.95	       =>  wckTime=1.16  cpuTime=1.07  mem=15M11
2.45	   
2.45	   search
2.45	     run=12  nbConstraintChecks=9539772  nbPropagations=400105  nbRevisions=5454194  nbUselessRevisions=4389544
2.45	     nbAssignments=6875  nbFailedAssignments=2905  nbBacktracks=3877  nbVisitedNodes=12017  nbRestartNogoods=59
2.45	       =>  wckTime=1.657  cpuTime=1.56  mem=15M11
3.18	   
3.18	   search
3.18	     run=13  nbConstraintChecks=14407726  nbPropagations=595628  nbRevisions=8203970  nbUselessRevisions=6606888
3.18	     nbAssignments=10266  nbFailedAssignments=4345  nbBacktracks=5823  nbVisitedNodes=17994  nbRestartNogoods=66
3.18	       =>  wckTime=2.393  cpuTime=2.3  mem=15M11
4.37	   
4.37	   search
4.37	     run=14  nbConstraintChecks=22486353  nbPropagations=894750  nbRevisions=12445167  nbUselessRevisions=10022313
4.37	     nbAssignments=15650  nbFailedAssignments=6804  nbBacktracks=8742  nbVisitedNodes=27594  nbRestartNogoods=78
4.37	       =>  wckTime=3.582  cpuTime=3.48  mem=15M11
6.00	   
6.00	   search
6.00	     run=15  nbConstraintChecks=33278086  nbPropagations=1339469  nbRevisions=18765359  nbUselessRevisions=15121709
6.00	     nbAssignments=23259  nbFailedAssignments=10030  nbBacktracks=13120  nbVisitedNodes=40978  nbRestartNogoods=92
6.00	       =>  wckTime=5.21  cpuTime=5.1  mem=15M11
8.67	   
8.67	   search
8.67	     run=16  nbConstraintChecks=51713349  nbPropagations=2016665  nbRevisions=28436572  nbUselessRevisions=22911117
8.67	     nbAssignments=35239  nbFailedAssignments=15434  nbBacktracks=19689  nbVisitedNodes=62315  nbRestartNogoods=103
8.67	       =>  wckTime=7.884  cpuTime=7.76  mem=15M986
12.39	   
12.39	   search
12.39	     run=17  nbConstraintChecks=76145705  nbPropagations=3028699  nbRevisions=42912586  nbUselessRevisions=34600509
12.39	     nbAssignments=53033  nbFailedAssignments=23368  nbBacktracks=29542  nbVisitedNodes=93895  nbRestartNogoods=118
12.39	       =>  wckTime=11.6  cpuTime=11.47  mem=15M986
18.55	   
18.55	   search
18.55	     run=18  nbConstraintChecks=118406470  nbPropagations=4567720  nbRevisions=65093717  nbUselessRevisions=52501196
18.55	     nbAssignments=80152  nbFailedAssignments=35690  nbBacktracks=44321  nbVisitedNodes=142420  nbRestartNogoods=136
18.55	       =>  wckTime=17.757  cpuTime=17.59  mem=15M986
26.99	   
26.99	   search
26.99	     run=19  nbConstraintChecks=174550274  nbPropagations=6853790  nbRevisions=98089855  nbUselessRevisions=79168022
26.99	     nbAssignments=119554  nbFailedAssignments=52919  nbBacktracks=66490  nbVisitedNodes=212156  nbRestartNogoods=147
26.99	       =>  wckTime=26.196  cpuTime=26.0  mem=15M986
40.15	   
40.15	   search
40.15	     run=20  nbConstraintChecks=263577430  nbPropagations=10292212  nbRevisions=147703035  nbUselessRevisions=119245020
40.15	     nbAssignments=178650  nbFailedAssignments=78755  nbBacktracks=99742  nbVisitedNodes=317034  nbRestartNogoods=153
40.15	       =>  wckTime=39.362  cpuTime=39.12  mem=15M986
60.03	   
60.03	   search
60.03	     run=21  nbConstraintChecks=396692232  nbPropagations=15474268  nbRevisions=222787455  nbUselessRevisions=179964715
60.03	     nbAssignments=268754  nbFailedAssignments=118974  nbBacktracks=149621  nbVisitedNodes=477272  nbRestartNogoods=165
60.03	       =>  wckTime=59.237  cpuTime=58.91  mem=15M986
61.66	   
61.66	   search
61.66	     run=22  nbConstraintChecks=407763868  nbPropagations=20798370  nbRevisions=299911127  nbUselessRevisions=242327321
61.66	     nbAssignments=275956  nbFailedAssignments=122041  nbBacktracks=153757  nbVisitedNodes=489966  nbRestartNogoods=174
61.66	       =>  wckTime=60.869  cpuTime=60.54  mem=15M986
61.66	   
61.66	   global
61.66	     nbConstraintChecks=407838029  nbPropagations=20799409  nbRevisions=299919293  nbUselessRevisions=242334093
61.66	     nbRestartNogoods=174  solvingWckTime=60.87  solvingCpuTime=60.54  expiredTime=no  totalExploration=yes
61.66	     nbFoundSolutions=0  globalCpuTime=60.95
61.66	       =>  wckTime=61.366  cpuTime=60.9  mem=15M986
61.66	   
61.66	s UNSATISFIABLE
61.66	d NODES 275956
61.66	d CHECKS 407838029
61.66	   
61.67	   totalWckTime=61.442  totalCpuTime=60.95

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/node76/watcher-202994-1168155535 -o ROOT/results/node76/solver-202994-1168155535 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202994-1168155535/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: 2.10 1.59 1.30 5/80 23556
/proc/meminfo: memFree=1391560/2055888 swapFree=4095388/4096564
[pid=23555] ppid=23553 vsize=1788 CPUtime=0
/proc/23555/stat : 23555 (java) R 23553 23555 22888 0 -1 0 195 0 0 0 0 0 0 0 19 0 1 0 163950591 1830912 159 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23555/statm: 447 159 124 14 0 91 0

[startup+0.104165 s]
/proc/loadavg: 2.10 1.59 1.30 5/80 23556
/proc/meminfo: memFree=1391560/2055888 swapFree=4095388/4096564
[pid=23555] ppid=23553 vsize=914992 CPUtime=0.09
/proc/23555/stat : 23555 (java) R 23553 23555 22888 0 -1 0 3031 0 1 0 7 2 0 0 17 0 8 0 163950591 936951808 2779 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153784411 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23555/statm: 228748 2779 1441 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914992

[startup+0.514243 s]
/proc/loadavg: 2.10 1.59 1.30 5/80 23556
/proc/meminfo: memFree=1391560/2055888 swapFree=4095388/4096564
[pid=23555] ppid=23553 vsize=915332 CPUtime=0.49
/proc/23555/stat : 23555 (java) R 23553 23555 22888 0 -1 0 6963 0 1 0 45 4 0 0 18 0 8 0 163950591 937299968 6704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23555/statm: 228833 6704 2139 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.3404 s]
/proc/loadavg: 2.09 1.60 1.30 3/87 23563
/proc/meminfo: memFree=1367568/2055888 swapFree=4095388/4096564
[pid=23555] ppid=23553 vsize=915460 CPUtime=1.31
/proc/23555/stat : 23555 (java) R 23553 23555 22888 0 -1 0 8740 0 1 0 124 7 0 0 25 0 8 0 163950591 937431040 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791214 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23555/statm: 228865 8480 2525 14 0 215334 0
[pid=23555/tid=23557] ppid=23553 vsize=915460 CPUtime=0.03
/proc/23555/task/23557/stat : 23557 (java) S 23553 23555 22888 0 -1 64 287 0 0 0 3 0 0 0 16 0 8 0 163950594 937431040 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23558] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23558/stat : 23558 (java) S 23553 23555 22888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163950595 937431040 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23559] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23559/stat : 23559 (java) S 23553 23555 22888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163950595 937431040 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23560] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23560/stat : 23560 (java) S 23553 23555 22888 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 163950598 937431040 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23561] ppid=23553 vsize=915460 CPUtime=0.21
/proc/23555/task/23561/stat : 23561 (java) S 23553 23555 22888 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 163950598 937431040 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23562] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23562/stat : 23562 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163950598 937431040 8480 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23563] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23563/stat : 23563 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163950598 937431040 8480 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) 915460

[startup+2.97772 s]
/proc/loadavg: 2.09 1.60 1.30 3/87 23563
/proc/meminfo: memFree=1367120/2055888 swapFree=4095388/4096564
[pid=23555] ppid=23553 vsize=915460 CPUtime=2.94
/proc/23555/stat : 23555 (java) R 23553 23555 22888 0 -1 0 8772 0 1 0 287 7 0 0 25 0 8 0 163950591 937431040 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791225 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23555/statm: 228865 8511 2525 14 0 215334 0
[pid=23555/tid=23557] ppid=23553 vsize=915460 CPUtime=0.03
/proc/23555/task/23557/stat : 23557 (java) S 23553 23555 22888 0 -1 64 287 0 0 0 3 0 0 0 17 0 8 0 163950594 937431040 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23558] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23558/stat : 23558 (java) S 23553 23555 22888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163950595 937431040 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23559] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23559/stat : 23559 (java) S 23553 23555 22888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163950595 937431040 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23560] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23560/stat : 23560 (java) S 23553 23555 22888 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 163950598 937431040 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23561] ppid=23553 vsize=915460 CPUtime=0.22
/proc/23555/task/23561/stat : 23561 (java) S 23553 23555 22888 0 -1 64 394 0 0 0 21 1 0 0 15 0 8 0 163950598 937431040 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23562] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23562/stat : 23562 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163950598 937431040 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23563] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23563/stat : 23563 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163950598 937431040 8511 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.27236 s]
/proc/loadavg: 2.09 1.60 1.30 3/87 23563
/proc/meminfo: memFree=1367120/2055888 swapFree=4095388/4096564
[pid=23555] ppid=23553 vsize=915460 CPUtime=6.22
/proc/23555/stat : 23555 (java) R 23553 23555 22888 0 -1 0 8782 0 1 0 615 7 0 0 25 0 8 0 163950591 937431040 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073782217 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23555/statm: 228865 8519 2525 14 0 215334 0
[pid=23555/tid=23557] ppid=23553 vsize=915460 CPUtime=0.03
/proc/23555/task/23557/stat : 23557 (java) S 23553 23555 22888 0 -1 64 287 0 0 0 3 0 0 0 16 0 8 0 163950594 937431040 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23558] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23558/stat : 23558 (java) S 23553 23555 22888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163950595 937431040 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23559] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23559/stat : 23559 (java) S 23553 23555 22888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163950595 937431040 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23560] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23560/stat : 23560 (java) S 23553 23555 22888 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 163950598 937431040 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23561] ppid=23553 vsize=915460 CPUtime=0.22
/proc/23555/task/23561/stat : 23561 (java) S 23553 23555 22888 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 163950598 937431040 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23562] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23562/stat : 23562 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163950598 937431040 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23563] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23563/stat : 23563 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163950598 937431040 8519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915460

[startup+12.7426 s]
/proc/loadavg: 2.07 1.61 1.31 3/87 23563
/proc/meminfo: memFree=1367056/2055888 swapFree=4095388/4096564
[pid=23555] ppid=23553 vsize=915460 CPUtime=12.67
/proc/23555/stat : 23555 (java) R 23553 23555 22888 0 -1 0 8787 0 1 0 1260 7 0 0 25 0 8 0 163950591 937431040 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073790442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23555/statm: 228865 8524 2525 14 0 215334 0
[pid=23555/tid=23557] ppid=23553 vsize=915460 CPUtime=0.03
/proc/23555/task/23557/stat : 23557 (java) S 23553 23555 22888 0 -1 64 287 0 0 0 3 0 0 0 16 0 8 0 163950594 937431040 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23558] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23558/stat : 23558 (java) S 23553 23555 22888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163950595 937431040 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23559] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23559/stat : 23559 (java) S 23553 23555 22888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163950595 937431040 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23560] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23560/stat : 23560 (java) S 23553 23555 22888 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 163950598 937431040 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23561] ppid=23553 vsize=915460 CPUtime=0.22
/proc/23555/task/23561/stat : 23561 (java) S 23553 23555 22888 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 163950598 937431040 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23562] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23562/stat : 23562 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163950598 937431040 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23563] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23563/stat : 23563 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163950598 937431040 8524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915460

[startup+25.5841 s]
/proc/loadavg: 2.06 1.62 1.32 3/87 23563
/proc/meminfo: memFree=1367056/2055888 swapFree=4095388/4096564
[pid=23555] ppid=23553 vsize=915460 CPUtime=25.46
/proc/23555/stat : 23555 (java) R 23553 23555 22888 0 -1 0 8789 0 1 0 2539 7 0 0 25 0 8 0 163950591 937431040 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073785804 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23555/statm: 228865 8526 2525 14 0 215334 0
[pid=23555/tid=23557] ppid=23553 vsize=915460 CPUtime=0.03
/proc/23555/task/23557/stat : 23557 (java) S 23553 23555 22888 0 -1 64 287 0 0 0 3 0 0 0 16 0 8 0 163950594 937431040 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23558] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23558/stat : 23558 (java) S 23553 23555 22888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163950595 937431040 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23559] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23559/stat : 23559 (java) S 23553 23555 22888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163950595 937431040 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23560] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23560/stat : 23560 (java) S 23553 23555 22888 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 163950598 937431040 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23561] ppid=23553 vsize=915460 CPUtime=0.22
/proc/23555/task/23561/stat : 23561 (java) S 23553 23555 22888 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 163950598 937431040 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23562] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23562/stat : 23562 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163950598 937431040 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23563] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23563/stat : 23563 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163950598 937431040 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915460

[startup+51.2722 s]
/proc/loadavg: 2.04 1.65 1.33 3/87 23563
/proc/meminfo: memFree=1367120/2055888 swapFree=4095388/4096564
[pid=23555] ppid=23553 vsize=915460 CPUtime=51.05
/proc/23555/stat : 23555 (java) R 23553 23555 22888 0 -1 0 8794 0 1 0 5098 7 0 0 25 0 8 0 163950591 937431040 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816783 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23555/statm: 228865 8531 2525 14 0 215334 0
[pid=23555/tid=23557] ppid=23553 vsize=915460 CPUtime=0.03
/proc/23555/task/23557/stat : 23557 (java) S 23553 23555 22888 0 -1 64 287 0 0 0 3 0 0 0 16 0 8 0 163950594 937431040 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23558] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23558/stat : 23558 (java) S 23553 23555 22888 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163950595 937431040 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23559] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23559/stat : 23559 (java) S 23553 23555 22888 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 163950595 937431040 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23560] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23560/stat : 23560 (java) S 23553 23555 22888 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 163950598 937431040 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23561] ppid=23553 vsize=915460 CPUtime=0.22
/proc/23555/task/23561/stat : 23561 (java) S 23553 23555 22888 0 -1 64 395 0 0 0 21 1 0 0 16 0 8 0 163950598 937431040 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23562] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23562/stat : 23562 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163950598 937431040 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23555/tid=23563] ppid=23553 vsize=915460 CPUtime=0
/proc/23555/task/23563/stat : 23563 (java) S 23553 23555 22888 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163950598 937431040 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 61.6923
CPU time (s): 61.4207
CPU user time (s): 61.3377
CPU system time (s): 0.082987
CPU usage (%): 99.5596
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.3377
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8888
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= 2378
involuntary context switches= 3328

runsolver used 0.06299 s user time and 0.167974 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sun Jan  7 07:38:55 UTC 2007


IDJOB= 202994
IDBENCH= 3902
FILE ID= node76/202994-1168155535

PBS_JOBID= 3478519

Free space on /tmp= 66646 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-27_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202994-1168155535/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-202994-1168155535 -o ROOT/results/node76/solver-202994-1168155535 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/202994-1168155535/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  eb2b54ba92381bdf1e2dac68bed0cb08

RANDOM SEED= 121644280

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1391912 kB
Buffers:         58000 kB
Cached:         526276 kB
SwapCached:        456 kB
Active:         312720 kB
Inactive:       296700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1391912 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:          33532 kB
Slab:            40224 kB
Committed_AS:  6092456 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66646 MiB



End job on node76 on Sun Jan  7 07:39:57 UTC 2007