Trace number 223809

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 ESACSAT 8.16776 8.30743

DiagnosticValue
CHECKS55840171
NODES43591

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-31_ext.xml
MD5SUMc5beed9588e93895181bfaa0c8eda6ab
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.26435
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/223809-1168266503/unknown.xml
0.40	   
0.40	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.44	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.44	       =>  wckTime=0.106  cpuTime=0.1  mem=6M951
0.44	   
0.44	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.64	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1  maxDegree=16  maxArity=2
0.64	       =>  wckTime=0.299  cpuTime=0.24  mem=13M827
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.491  cpuTime=0.36  mem=14M839
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=65493  nbPropagations=805  nbRevisions=5078  nbUselessRevisions=3859  nbSingletonTests=47
0.88	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.88	       =>  wckTime=0.045  cpuTime=0.03  mem=14M839
0.89	   
0.89	   search
0.89	     run=0  nbConstraintChecks=29970  nbPropagations=1270  nbRevisions=8681  nbUselessRevisions=6457  nbAssignments=21
0.90	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=33  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.065  cpuTime=0.04  mem=14M839
0.91	   
0.91	   search
0.91	     run=1  nbConstraintChecks=84944  nbPropagations=3405  nbRevisions=24167  nbUselessRevisions=17705  nbAssignments=60
0.91	     nbFailedAssignments=20  nbBacktracks=25  nbVisitedNodes=98  nbRestartNogoods=3  mapSize=19  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.083  cpuTime=0.06  mem=14M839
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=194601  nbPropagations=6980  nbRevisions=50178  nbUselessRevisions=36654
0.94	     nbAssignments=141  nbFailedAssignments=40  nbBacktracks=47  nbVisitedNodes=177  nbRestartNogoods=8  mapSize=37
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.106  cpuTime=0.07  mem=14M839
0.95	   
0.95	   search
0.95	     run=3  nbConstraintChecks=298373  nbPropagations=11993  nbRevisions=87587  nbUselessRevisions=63619
0.95	     nbAssignments=210  nbFailedAssignments=63  nbBacktracks=82  nbVisitedNodes=280  nbRestartNogoods=11  mapSize=67
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.123  cpuTime=0.09  mem=14M839
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=415559  nbPropagations=19089  nbRevisions=141920  nbUselessRevisions=102713
0.98	     nbAssignments=316  nbFailedAssignments=113  nbBacktracks=132  nbVisitedNodes=463  nbRestartNogoods=12  mapSize=106
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.147  cpuTime=0.11  mem=14M839
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=633448  nbPropagations=29499  nbRevisions=223237  nbUselessRevisions=160478
1.02	     nbAssignments=472  nbFailedAssignments=187  nbBacktracks=209  nbVisitedNodes=739  nbRestartNogoods=18  mapSize=172
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.185  cpuTime=0.14  mem=14M839
1.06	   
1.06	   search
1.06	     run=6  nbConstraintChecks=891232  nbPropagations=44127  nbRevisions=338012  nbUselessRevisions=241688
1.06	     nbAssignments=690  nbFailedAssignments=278  nbBacktracks=322  nbVisitedNodes=1093  nbRestartNogoods=24  mapSize=253
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.227  cpuTime=0.18  mem=14M839
1.14	   
1.14	   search
1.14	     run=7  nbConstraintChecks=1379747  nbPropagations=66750  nbRevisions=517611  nbUselessRevisions=367553
1.14	     nbAssignments=1040  nbFailedAssignments=450  nbBacktracks=492  nbVisitedNodes=1726  nbRestartNogoods=30
1.14	     mapSize=409  nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.308  cpuTime=0.25  mem=14M839
1.25	   
1.25	   search
1.25	     run=8  nbConstraintChecks=2022333  nbPropagations=100172  nbRevisions=785219  nbUselessRevisions=554828
1.25	     nbAssignments=1528  nbFailedAssignments=675  nbBacktracks=749  nbVisitedNodes=2607  nbRestartNogoods=39
1.25	     mapSize=635  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.416  cpuTime=0.35  mem=14M839
1.40	   
1.40	   search
1.40	     run=9  nbConstraintChecks=3041809  nbPropagations=150912  nbRevisions=1194150  nbUselessRevisions=840179
1.40	     nbAssignments=2272  nbFailedAssignments=1029  nbBacktracks=1133  nbVisitedNodes=3962  nbRestartNogoods=45
1.40	     mapSize=969  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.571  cpuTime=0.5  mem=14M839
1.43	   
1.43	   INFO : Stopping hyperNogood (mapSize=1028, nbTooLargekeys=0, mem=14M839)
1.61	   
1.61	   search
1.61	     run=10  nbConstraintChecks=4502077  nbPropagations=226826  nbRevisions=1806126  nbUselessRevisions=1267091
1.61	     nbAssignments=3444  nbFailedAssignments=1587  nbBacktracks=1710  nbVisitedNodes=6000  nbRestartNogoods=56
1.61	       =>  wckTime=0.777  cpuTime=0.69  mem=14M839
1.91	   
1.91	   search
1.91	     run=11  nbConstraintChecks=6835591  nbPropagations=342693  nbRevisions=2742111  nbUselessRevisions=1920704
1.91	     nbAssignments=5217  nbFailedAssignments=2488  nbBacktracks=2576  nbVisitedNodes=9266  nbRestartNogoods=63
1.91	       =>  wckTime=1.08  cpuTime=1.0  mem=14M839
2.33	   
2.33	   search
2.33	     run=12  nbConstraintChecks=10061312  nbPropagations=512695  nbRevisions=4119747  nbUselessRevisions=2882019
2.33	     nbAssignments=7700  nbFailedAssignments=3665  nbBacktracks=3874  nbVisitedNodes=13738  nbRestartNogoods=73
2.33	       =>  wckTime=1.504  cpuTime=1.41  mem=14M839
3.00	   
3.00	   search
3.00	     run=13  nbConstraintChecks=15105440  nbPropagations=769963  nbRevisions=6210000  nbUselessRevisions=4340029
3.00	     nbAssignments=11720  nbFailedAssignments=5732  nbBacktracks=5820  nbVisitedNodes=21091  nbRestartNogoods=80
3.00	       =>  wckTime=2.168  cpuTime=2.07  mem=15M815
3.86	   
3.86	   search
3.86	     run=14  nbConstraintChecks=21618570  nbPropagations=1140926  nbRevisions=9212826  nbUselessRevisions=6435237
3.86	     nbAssignments=17042  nbFailedAssignments=8115  nbBacktracks=8741  nbVisitedNodes=30500  nbRestartNogoods=90
3.86	       =>  wckTime=3.03  cpuTime=2.92  mem=15M815
5.40	   
5.40	   search
5.40	     run=15  nbConstraintChecks=33522954  nbPropagations=1711501  nbRevisions=13854642  nbUselessRevisions=9675526
5.40	     nbAssignments=25992  nbFailedAssignments=12681  nbBacktracks=13121  nbVisitedNodes=46909  nbRestartNogoods=98
5.40	       =>  wckTime=4.566  cpuTime=4.46  mem=15M815
7.33	   
7.33	   search
7.33	     run=16  nbConstraintChecks=48452233  nbPropagations=2532354  nbRevisions=20526086  nbUselessRevisions=14334291
7.33	     nbAssignments=37826  nbFailedAssignments=17941  nbBacktracks=19690  nbVisitedNodes=67871  nbRestartNogoods=107
7.33	       =>  wckTime=6.498  cpuTime=6.36  mem=15M815
8.28	   
8.28	   search
8.28	     run=17  nbConstraintChecks=55774678  nbPropagations=3479039  nbRevisions=28221676  nbUselessRevisions=19709846
8.28	     nbAssignments=43591  nbFailedAssignments=20587  nbBacktracks=22769  nbVisitedNodes=78179  nbRestartNogoods=113
8.28	       =>  wckTime=7.452  cpuTime=7.31  mem=15M815
8.28	   
8.28	   global
8.28	     nbConstraintChecks=55840171  nbPropagations=3479844  nbRevisions=28226754  nbUselessRevisions=19713705
8.28	     nbRestartNogoods=113  solvingWckTime=7.453  solvingCpuTime=7.31  expiredTime=no  totalExploration=no
8.28	     nbFoundSolutions=1  globalCpuTime=7.71
8.28	       =>  wckTime=7.946  cpuTime=7.67  mem=15M815
8.29	   
8.29	s SATISFIABLE
8.29	v 5 7 17 14 10 18 0 20 24 12 16 6 13 22 18 20 1 12 5 13 10 8 7 17 3 5 1 9 10 16 0 9 14 6 9 22 6 21 2 17 
8.29	d NODES 43591
8.29	d CHECKS 55840171
8.29	   
8.29	   totalWckTime=8.023  totalCpuTime=7.71

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/node29/watcher-223809-1168266503 -o ROOT/results/node29/solver-223809-1168266503 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/223809-1168266503/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.77 1.97 2.05 5/94 18678
/proc/meminfo: memFree=532552/2055920 swapFree=4191880/4192956
[pid=18677] ppid=18675 vsize=18540 CPUtime=0
/proc/18677/stat : 18677 (runsolver) R 18675 18677 18468 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 175044419 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 221780700455 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/18677/statm: 4635 279 244 17 0 2626 0

[startup+0.102798 s]
/proc/loadavg: 1.77 1.97 2.05 5/94 18678
/proc/meminfo: memFree=532552/2055920 swapFree=4191880/4192956
[pid=18677] ppid=18675 vsize=914988 CPUtime=0.07
/proc/18677/stat : 18677 (java) R 18675 18677 18468 0 -1 0 2988 0 1 0 6 1 0 0 25 0 8 0 175044419 936947712 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18677/statm: 228747 2734 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.510811 s]
/proc/loadavg: 1.77 1.97 2.05 5/94 18678
/proc/meminfo: memFree=532552/2055920 swapFree=4191880/4192956
[pid=18677] ppid=18675 vsize=915328 CPUtime=0.45
/proc/18677/stat : 18677 (java) R 18675 18677 18468 0 -1 0 6742 0 11 0 39 6 0 0 25 0 8 0 175044419 937295872 6491 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153928145 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18677/statm: 228832 6491 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33187 s]
/proc/loadavg: 1.77 1.97 2.05 3/101 18685
/proc/meminfo: memFree=505296/2055920 swapFree=4191880/4192956
[pid=18677] ppid=18675 vsize=915452 CPUtime=1.26
/proc/18677/stat : 18677 (java) R 18675 18677 18468 0 -1 0 8691 0 11 0 118 8 0 0 25 0 8 0 175044419 937422848 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800014 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18677/statm: 228863 8439 2524 14 0 215333 0
[pid=18677/tid=18679] ppid=18675 vsize=915452 CPUtime=0.02
/proc/18677/task/18679/stat : 18679 (java) S 18675 18677 18468 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 175044423 937422848 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18680] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18680/stat : 18680 (java) S 18675 18677 18468 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175044424 937422848 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18681] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18681/stat : 18681 (java) S 18675 18677 18468 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175044424 937422848 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18682] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18682/stat : 18682 (java) S 18675 18677 18468 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 175044427 937422848 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18683] ppid=18675 vsize=915452 CPUtime=0.18
/proc/18677/task/18683/stat : 18683 (java) S 18675 18677 18468 0 -1 64 382 0 0 0 18 0 0 0 16 0 8 0 175044427 937422848 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18684] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18684/stat : 18684 (java) S 18675 18677 18468 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 175044427 937422848 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18685] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18685/stat : 18685 (java) S 18675 18677 18468 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175044427 937422848 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915452

[startup+2.96896 s]
/proc/loadavg: 1.77 1.97 2.05 3/101 18685
/proc/meminfo: memFree=504976/2055920 swapFree=4191880/4192956
[pid=18677] ppid=18675 vsize=915452 CPUtime=2.89
/proc/18677/stat : 18677 (java) R 18675 18677 18468 0 -1 0 8720 0 11 0 281 8 0 0 25 0 8 0 175044419 937422848 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073843216 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18677/statm: 228863 8467 2524 14 0 215333 0
[pid=18677/tid=18679] ppid=18675 vsize=915452 CPUtime=0.02
/proc/18677/task/18679/stat : 18679 (java) S 18675 18677 18468 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 175044423 937422848 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18680] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18680/stat : 18680 (java) S 18675 18677 18468 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175044424 937422848 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18681] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18681/stat : 18681 (java) S 18675 18677 18468 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175044424 937422848 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18682] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18682/stat : 18682 (java) S 18675 18677 18468 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 175044427 937422848 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18683] ppid=18675 vsize=915452 CPUtime=0.19
/proc/18677/task/18683/stat : 18683 (java) S 18675 18677 18468 0 -1 64 387 0 0 0 19 0 0 0 16 0 8 0 175044427 937422848 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18684] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18684/stat : 18684 (java) S 18675 18677 18468 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 175044427 937422848 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18685] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18685/stat : 18685 (java) S 18675 18677 18468 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175044427 937422848 8467 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915452

[startup+6.26216 s]
/proc/loadavg: 1.79 1.97 2.05 3/101 18685
/proc/meminfo: memFree=504848/2055920 swapFree=4191880/4192956
[pid=18677] ppid=18675 vsize=915452 CPUtime=6.15
/proc/18677/stat : 18677 (java) R 18675 18677 18468 0 -1 0 8730 0 11 0 607 8 0 0 25 0 8 0 175044419 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073789941 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18677/statm: 228863 8476 2524 14 0 215333 0
[pid=18677/tid=18679] ppid=18675 vsize=915452 CPUtime=0.02
/proc/18677/task/18679/stat : 18679 (java) S 18675 18677 18468 0 -1 64 244 0 0 0 2 0 0 0 16 0 8 0 175044423 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18680] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18680/stat : 18680 (java) S 18675 18677 18468 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175044424 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18681] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18681/stat : 18681 (java) S 18675 18677 18468 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175044424 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18682] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18682/stat : 18682 (java) S 18675 18677 18468 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 175044427 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18683] ppid=18675 vsize=915452 CPUtime=0.19
/proc/18677/task/18683/stat : 18683 (java) S 18675 18677 18468 0 -1 64 389 0 0 0 19 0 0 0 16 0 8 0 175044427 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18684] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18684/stat : 18684 (java) S 18675 18677 18468 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 175044427 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18677/tid=18685] ppid=18675 vsize=915452 CPUtime=0
/proc/18677/task/18685/stat : 18685 (java) S 18675 18677 18468 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175044427 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 8.30743
CPU time (s): 8.16776
CPU user time (s): 8.07677
CPU system time (s): 0.090986
CPU usage (%): 98.3188
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.07677
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8824
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1315
involuntary context switches= 1892

runsolver used 0.008998 s user time and 0.031995 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Jan  8 14:28:23 UTC 2007


IDJOB= 223809
IDBENCH= 5680
FILE ID= node29/223809-1168266503

PBS_JOBID= 3482852

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-31_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/223809-1168266503/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-223809-1168266503 -o ROOT/results/node29/solver-223809-1168266503 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/223809-1168266503/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c5beed9588e93895181bfaa0c8eda6ab

RANDOM SEED= 565264919

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.241
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.241
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:        532968 kB
Buffers:          3176 kB
Cached:        1397088 kB
SwapCached:        264 kB
Active:        1048604 kB
Inactive:       420436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        532968 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2044 kB
Writeback:           0 kB
Mapped:          94048 kB
Slab:            38436 kB
Committed_AS:  3839080 kB
PageTables:       2500 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= 66559 MiB



End job on node29 on Mon Jan  8 14:28:32 UTC 2007