Trace number 226203

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 ACUNSAT 30.5594 30.6431

DiagnosticValue
CHECKS283249005
NODES152173

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-29_ext.xml
MD5SUMe90797268d71e6eb172828a0a7e4423c
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 benchmark13.6209
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/226203-1168080679/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.42	       =>  wckTime=0.103  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.63	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.63	       =>  wckTime=0.308  cpuTime=0.25  mem=15M732
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.508  cpuTime=0.38  mem=13M789
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.83	     detectedInconsistency=no
0.83	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M789
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=72021  nbPropagations=1015  nbRevisions=5721  nbUselessRevisions=3367  nbAssignments=44
0.90	     nbFailedAssignments=28  nbBacktracks=10  nbVisitedNodes=83  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.065  cpuTime=0.04  mem=14M764
0.91	   
0.91	   search
0.91	     run=1  nbConstraintChecks=137064  nbPropagations=2971  nbRevisions=16790  nbUselessRevisions=10087
0.91	     nbAssignments=83  nbFailedAssignments=47  nbBacktracks=25  nbVisitedNodes=150  nbRestartNogoods=9  mapSize=25
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.082  cpuTime=0.05  mem=14M764
0.93	   
0.93	   search
0.93	     run=2  nbConstraintChecks=230570  nbPropagations=6196  nbRevisions=35118  nbUselessRevisions=21400
0.93	     nbAssignments=135  nbFailedAssignments=74  nbBacktracks=47  nbVisitedNodes=243  nbRestartNogoods=13  mapSize=46
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.102  cpuTime=0.07  mem=14M764
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=361969  nbPropagations=11448  nbRevisions=65627  nbUselessRevisions=40217
0.96	     nbAssignments=212  nbFailedAssignments=113  nbBacktracks=80  nbVisitedNodes=384  nbRestartNogoods=15  mapSize=77
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.126  cpuTime=0.09  mem=14M764
0.99	   
0.99	   search
0.99	     run=4  nbConstraintChecks=598430  nbPropagations=19909  nbRevisions=115741  nbUselessRevisions=71192
0.99	     nbAssignments=340  nbFailedAssignments=184  nbBacktracks=130  nbVisitedNodes=620  nbRestartNogoods=19  mapSize=125
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.162  cpuTime=0.12  mem=14M764
1.04	   
1.04	   search
1.04	     run=5  nbConstraintChecks=898466  nbPropagations=32916  nbRevisions=193589  nbUselessRevisions=119397
1.04	     nbAssignments=523  nbFailedAssignments=288  nbBacktracks=205  nbVisitedNodes=954  nbRestartNogoods=24  mapSize=193
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.207  cpuTime=0.16  mem=14M764
1.10	   
1.10	   search
1.10	     run=6  nbConstraintChecks=1337964  nbPropagations=52284  nbRevisions=308925  nbUselessRevisions=190752
1.10	     nbAssignments=771  nbFailedAssignments=418  nbBacktracks=319  nbVisitedNodes=1403  nbRestartNogoods=30  mapSize=289
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.269  cpuTime=0.22  mem=14M764
1.22	   
1.22	   search
1.22	     run=7  nbConstraintChecks=2193032  nbPropagations=83283  nbRevisions=495122  nbUselessRevisions=304894
1.22	     nbAssignments=1192  nbFailedAssignments=664  nbBacktracks=490  nbVisitedNodes=2196  nbRestartNogoods=38
1.22	     mapSize=449  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.389  cpuTime=0.33  mem=14M764
1.38	   
1.38	   search
1.38	     run=8  nbConstraintChecks=3361775  nbPropagations=129895  nbRevisions=776572  nbUselessRevisions=476692
1.38	     nbAssignments=1779  nbFailedAssignments=991  nbBacktracks=747  nbVisitedNodes=3299  nbRestartNogoods=50
1.38	     mapSize=689  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.549  cpuTime=0.48  mem=14M764
1.55	   
1.55	   search
1.55	     run=9  nbConstraintChecks=4672874  nbPropagations=196046  nbRevisions=1174039  nbUselessRevisions=719930
1.55	     nbAssignments=2529  nbFailedAssignments=1351  nbBacktracks=1132  nbVisitedNodes=4661  nbRestartNogoods=63
1.55	     mapSize=1026  nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.714  cpuTime=0.64  mem=14M764
1.56	   
1.56	   INFO : Stopping hyperNogood (mapSize=1042, nbTooLargekeys=0, mem=14M764)
1.79	   
1.79	   search
1.79	     run=10  nbConstraintChecks=6753711  nbPropagations=291383  nbRevisions=1749463  nbUselessRevisions=1072887
1.80	     nbAssignments=3717  nbFailedAssignments=1956  nbBacktracks=1709  nbVisitedNodes=6805  nbRestartNogoods=67
1.80	       =>  wckTime=0.964  cpuTime=0.88  mem=14M764
2.14	   
2.14	   search
2.14	     run=11  nbConstraintChecks=9824813  nbPropagations=431796  nbRevisions=2591932  nbUselessRevisions=1590734
2.14	     nbAssignments=5461  nbFailedAssignments=2833  nbBacktracks=2573  nbVisitedNodes=9981  nbRestartNogoods=74
2.14	       =>  wckTime=1.314  cpuTime=1.23  mem=14M764
2.67	   
2.67	   search
2.67	     run=12  nbConstraintChecks=14439295  nbPropagations=639208  nbRevisions=3830896  nbUselessRevisions=2351891
2.67	     nbAssignments=8065  nbFailedAssignments=4136  nbBacktracks=3871  nbVisitedNodes=14683  nbRestartNogoods=80
2.67	       =>  wckTime=1.843  cpuTime=1.75  mem=14M764
3.46	   
3.47	   search
3.47	     run=13  nbConstraintChecks=21437750  nbPropagations=946292  nbRevisions=5661507  nbUselessRevisions=3475473
3.47	     nbAssignments=11909  nbFailedAssignments=6032  nbBacktracks=5817  nbVisitedNodes=21672  nbRestartNogoods=89
3.47	       =>  wckTime=2.634  cpuTime=2.54  mem=14M764
4.71	   
4.71	   search
4.71	     run=14  nbConstraintChecks=32459691  nbPropagations=1412830  nbRevisions=8448537  nbUselessRevisions=5185780
4.71	     nbAssignments=18209  nbFailedAssignments=9409  nbBacktracks=8737  nbVisitedNodes=33238  nbRestartNogoods=109
4.71	       =>  wckTime=3.877  cpuTime=3.78  mem=14M764
6.42	   
6.42	   search
6.42	     run=15  nbConstraintChecks=48745445  nbPropagations=2113092  nbRevisions=12645546  nbUselessRevisions=7765726
6.42	     nbAssignments=27394  nbFailedAssignments=14211  nbBacktracks=13115  nbVisitedNodes=50049  nbRestartNogoods=122
6.42	       =>  wckTime=5.586  cpuTime=5.48  mem=14M764
8.95	   
8.95	   search
8.95	     run=16  nbConstraintChecks=73033476  nbPropagations=3158778  nbRevisions=18888954  nbUselessRevisions=11598157
8.95	     nbAssignments=40860  nbFailedAssignments=21103  nbBacktracks=19683  nbVisitedNodes=74662  nbRestartNogoods=135
8.95	       =>  wckTime=8.122  cpuTime=8.02  mem=14M764
12.94	   
12.94	   search
12.94	     run=17  nbConstraintChecks=111527789  nbPropagations=4741481  nbRevisions=28381340  nbUselessRevisions=17422425
12.94	     nbAssignments=61735  nbFailedAssignments=32121  nbBacktracks=29536  nbVisitedNodes=113085  nbRestartNogoods=149
12.94	       =>  wckTime=12.11  cpuTime=12.0  mem=14M764
19.14	   
19.14	   search
19.14	     run=18  nbConstraintChecks=171848432  nbPropagations=7159645  nbRevisions=42932499  nbUselessRevisions=26342173
19.14	     nbAssignments=93982  nbFailedAssignments=49586  nbBacktracks=44315  nbVisitedNodes=172630  nbRestartNogoods=156
19.14	       =>  wckTime=18.312  cpuTime=18.2  mem=14M764
28.87	   
28.87	   search
28.87	     run=19  nbConstraintChecks=266374852  nbPropagations=10861714  nbRevisions=65342670  nbUselessRevisions=40081356
28.87	     nbAssignments=143587  nbFailedAssignments=77019  nbBacktracks=66483  nbVisitedNodes=264476  nbRestartNogoods=166
28.87	       =>  wckTime=28.04  cpuTime=27.91  mem=14M764
30.61	   
30.61	   search
30.61	     run=20  nbConstraintChecks=283249005  nbPropagations=14793058  nbRevisions=89168231  nbUselessRevisions=54691457
30.61	     nbAssignments=152173  nbFailedAssignments=81654  nbBacktracks=70435  nbVisitedNodes=280349  nbRestartNogoods=169
30.61	       =>  wckTime=29.776  cpuTime=29.65  mem=14M764
30.61	   
30.61	   global
30.61	     nbConstraintChecks=283249005  nbPropagations=14793098  nbRevisions=89168231  nbUselessRevisions=54691457
30.61	     nbRestartNogoods=169  solvingWckTime=29.777  solvingCpuTime=29.65  expiredTime=no  totalExploration=yes
30.61	     nbFoundSolutions=0  globalCpuTime=30.09
30.61	       =>  wckTime=30.289  cpuTime=30.03  mem=14M764
30.61	   
30.61	s UNSATISFIABLE
30.61	d NODES 152173
30.61	d CHECKS 283249005
30.61	   
30.61	   totalWckTime=30.37  totalCpuTime=30.09

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/node39/watcher-226203-1168080679 -o ROOT/results/node39/solver-226203-1168080679 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226203-1168080679/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.13 0.66 1.26 6/73 21465
/proc/meminfo: memFree=1733392/2055920 swapFree=4192812/4192956
[pid=21464] ppid=21459 vsize=168 CPUtime=0
/proc/21464/stat : 21464 (java) R 21459 21464 21355 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 156468230 172032 23 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 11092267 0 0 4096 0 0 0 0 17 0 0 0
/proc/21464/statm: 42 23 18 14 0 2 0

[startup+0.107828 s]
/proc/loadavg: 0.13 0.66 1.26 6/73 21465
/proc/meminfo: memFree=1733392/2055920 swapFree=4192812/4192956
[pid=21464] ppid=21459 vsize=914988 CPUtime=0.08
/proc/21464/stat : 21464 (java) R 21459 21464 21355 0 -1 0 2976 0 1 0 7 1 0 0 17 0 8 0 156468230 936947712 2722 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152785051 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21464/statm: 228747 2722 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.518866 s]
/proc/loadavg: 0.13 0.66 1.26 6/73 21465
/proc/meminfo: memFree=1733392/2055920 swapFree=4192812/4192956
[pid=21464] ppid=21459 vsize=915328 CPUtime=0.49
/proc/21464/stat : 21464 (java) R 21459 21464 21355 0 -1 0 7222 0 1 0 46 3 0 0 18 0 8 0 156468230 937295872 6961 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073588661 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21464/statm: 228832 6961 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34794 s]
/proc/loadavg: 0.13 0.66 1.26 3/87 21479
/proc/meminfo: memFree=1682272/2055920 swapFree=4192812/4192956
[pid=21464] ppid=21459 vsize=915464 CPUtime=1.32
/proc/21464/stat : 21464 (java) R 21459 21464 21355 0 -1 0 9076 0 1 0 127 5 0 0 25 0 8 0 156468230 937435136 8814 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073769926 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21464/statm: 228866 8814 2513 14 0 215336 0
[pid=21464/tid=21467] ppid=21459 vsize=915464 CPUtime=0.03
/proc/21464/task/21467/stat : 21467 (java) S 21459 21464 21355 0 -1 64 253 0 0 0 3 0 0 0 17 0 8 0 156468235 937435136 8814 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21470] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21470/stat : 21470 (java) S 21459 21464 21355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156468235 937435136 8814 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21471] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21471/stat : 21471 (java) S 21459 21464 21355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156468235 937435136 8814 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21476] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21476/stat : 21476 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156468238 937435136 8814 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21477] ppid=21459 vsize=915464 CPUtime=0.18
/proc/21464/task/21477/stat : 21477 (java) S 21459 21464 21355 0 -1 64 369 0 0 0 18 0 0 0 16 0 8 0 156468238 937435136 8814 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21478] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21478/stat : 21478 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156468238 937435136 8814 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21479] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21479/stat : 21479 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156468238 937435136 8814 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915464

[startup+2.98809 s]
/proc/loadavg: 0.28 0.68 1.26 3/87 21479
/proc/meminfo: memFree=1682144/2055920 swapFree=4192812/4192956
[pid=21464] ppid=21459 vsize=915464 CPUtime=2.95
/proc/21464/stat : 21464 (java) R 21459 21464 21355 0 -1 0 9084 0 1 0 290 5 0 0 25 0 8 0 156468230 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759481 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21464/statm: 228866 8821 2513 14 0 215336 0
[pid=21464/tid=21467] ppid=21459 vsize=915464 CPUtime=0.03
/proc/21464/task/21467/stat : 21467 (java) S 21459 21464 21355 0 -1 64 253 0 0 0 3 0 0 0 16 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21470] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21470/stat : 21470 (java) S 21459 21464 21355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21471] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21471/stat : 21471 (java) S 21459 21464 21355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21476] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21476/stat : 21476 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21477] ppid=21459 vsize=915464 CPUtime=0.2
/proc/21464/task/21477/stat : 21477 (java) S 21459 21464 21355 0 -1 64 377 0 0 0 20 0 0 0 15 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21478] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21478/stat : 21478 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21479] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21479/stat : 21479 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156468238 937435136 8821 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) 915464

[startup+6.26738 s]
/proc/loadavg: 0.28 0.68 1.26 2/75 21479
/proc/meminfo: memFree=1708240/2055920 swapFree=4192812/4192956
[pid=21464] ppid=21459 vsize=915464 CPUtime=6.22
/proc/21464/stat : 21464 (java) R 21459 21464 21355 0 -1 0 9085 0 1 0 617 5 0 0 25 0 8 0 156468230 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753987 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21464/statm: 228866 8821 2513 14 0 215336 0
[pid=21464/tid=21467] ppid=21459 vsize=915464 CPUtime=0.03
/proc/21464/task/21467/stat : 21467 (java) S 21459 21464 21355 0 -1 64 253 0 0 0 3 0 0 0 16 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21470] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21470/stat : 21470 (java) S 21459 21464 21355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21471] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21471/stat : 21471 (java) S 21459 21464 21355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21476] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21476/stat : 21476 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21477] ppid=21459 vsize=915464 CPUtime=0.2
/proc/21464/task/21477/stat : 21477 (java) S 21459 21464 21355 0 -1 64 377 0 0 0 20 0 0 0 15 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21478] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21478/stat : 21478 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21479] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21479/stat : 21479 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156468238 937435136 8821 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) 915464

[startup+12.751 s]
/proc/loadavg: 0.39 0.69 1.26 2/75 21487
/proc/meminfo: memFree=1708296/2055920 swapFree=4192812/4192956
[pid=21464] ppid=21459 vsize=915464 CPUtime=12.7
/proc/21464/stat : 21464 (java) R 21459 21464 21355 0 -1 0 9085 0 1 0 1265 5 0 0 25 0 8 0 156468230 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21464/statm: 228866 8821 2513 14 0 215336 0
[pid=21464/tid=21467] ppid=21459 vsize=915464 CPUtime=0.03
/proc/21464/task/21467/stat : 21467 (java) S 21459 21464 21355 0 -1 64 253 0 0 0 3 0 0 0 16 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21470] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21470/stat : 21470 (java) S 21459 21464 21355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21471] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21471/stat : 21471 (java) S 21459 21464 21355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21476] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21476/stat : 21476 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21477] ppid=21459 vsize=915464 CPUtime=0.2
/proc/21464/task/21477/stat : 21477 (java) S 21459 21464 21355 0 -1 64 377 0 0 0 20 0 0 0 15 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21478] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21478/stat : 21478 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21479] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21479/stat : 21479 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915464

[startup+25.5972 s]
/proc/loadavg: 0.48 0.70 1.26 2/75 21487
/proc/meminfo: memFree=1708304/2055920 swapFree=4192812/4192956
[pid=21464] ppid=21459 vsize=915464 CPUtime=25.53
/proc/21464/stat : 21464 (java) R 21459 21464 21355 0 -1 0 9085 0 1 0 2548 5 0 0 25 0 8 0 156468230 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073739125 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21464/statm: 228866 8821 2513 14 0 215336 0
[pid=21464/tid=21467] ppid=21459 vsize=915464 CPUtime=0.03
/proc/21464/task/21467/stat : 21467 (java) S 21459 21464 21355 0 -1 64 253 0 0 0 3 0 0 0 16 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21470] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21470/stat : 21470 (java) S 21459 21464 21355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21471] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21471/stat : 21471 (java) S 21459 21464 21355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156468235 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21476] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21476/stat : 21476 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21477] ppid=21459 vsize=915464 CPUtime=0.2
/proc/21464/task/21477/stat : 21477 (java) S 21459 21464 21355 0 -1 64 377 0 0 0 20 0 0 0 15 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21478] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21478/stat : 21478 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21464/tid=21479] ppid=21459 vsize=915464 CPUtime=0
/proc/21464/task/21479/stat : 21479 (java) S 21459 21464 21355 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156468238 937435136 8821 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 30.6431
CPU time (s): 30.5594
CPU user time (s): 30.4974
CPU system time (s): 0.06199
CPU usage (%): 99.7267
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.4974
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9093
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= 1659
involuntary context switches= 1981

runsolver used 0.025996 s user time and 0.098984 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 10:51:20 UTC 2007


IDJOB= 226203
IDBENCH= 5944
FILE ID= node39/226203-1168080679

PBS_JOBID= 3476107

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-29_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226203-1168080679/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-226203-1168080679 -o ROOT/results/node39/solver-226203-1168080679 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226203-1168080679/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e90797268d71e6eb172828a0a7e4423c

RANDOM SEED= 115007471

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.236
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.236
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:       1734288 kB
Buffers:         27284 kB
Cached:         203372 kB
SwapCached:          0 kB
Active:          75332 kB
Inactive:       175472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4416 kB
Writeback:           0 kB
Mapped:          30296 kB
Slab:            56488 kB
Committed_AS:  2999648 kB
PageTables:       1660 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= 66531 MiB



End job on node39 on Sat Jan  6 10:52:00 UTC 2007