Trace number 223771

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 25.1432 25.4294

DiagnosticValue
CHECKS193344143
NODES153475

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-43_ext.xml
MD5SUM39c370cf5dacf33fbeebdad3c1e8acaa
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 benchmark11.1133
SatisfiableNO
(Un)Satisfiability was provedNO
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.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/223771-1168266425/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.39	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.59	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=2
0.59	       =>  wckTime=0.292  cpuTime=0.22  mem=13M810
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.488  cpuTime=0.35  mem=14M839
0.84	   
0.84	   preprocessing
0.84	     nbConstraintChecks=64981  nbPropagations=711  nbRevisions=4600  nbUselessRevisions=3553  nbSingletonTests=47
0.84	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.84	       =>  wckTime=0.05  cpuTime=0.01  mem=14M839
0.85	   
0.85	   search
0.85	     run=0  nbConstraintChecks=27634  nbPropagations=1127  nbRevisions=7514  nbUselessRevisions=5607  nbAssignments=21
0.85	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=33  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.068  cpuTime=0.03  mem=14M839
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=73755  nbPropagations=2968  nbRevisions=20656  nbUselessRevisions=15208  nbAssignments=51
0.87	     nbFailedAssignments=14  nbBacktracks=25  nbVisitedNodes=83  nbRestartNogoods=2  mapSize=20  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.086  cpuTime=0.04  mem=14M839
0.89	   
0.89	   search
0.89	     run=2  nbConstraintChecks=135362  nbPropagations=5719  nbRevisions=40642  nbUselessRevisions=29471
0.89	     nbAssignments=94  nbFailedAssignments=31  nbBacktracks=47  nbVisitedNodes=155  nbRestartNogoods=4  mapSize=39
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.103  cpuTime=0.05  mem=14M839
0.90	   
0.90	   search
0.90	     run=3  nbConstraintChecks=205715  nbPropagations=9694  nbRevisions=70062  nbUselessRevisions=50386
0.90	     nbAssignments=159  nbFailedAssignments=56  nbBacktracks=82  nbVisitedNodes=267  nbRestartNogoods=8  mapSize=68
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.117  cpuTime=0.06  mem=14M839
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=360617  nbPropagations=15943  nbRevisions=116728  nbUselessRevisions=82705
0.93	     nbAssignments=262  nbFailedAssignments=102  nbBacktracks=136  nbVisitedNodes=447  nbRestartNogoods=9  mapSize=112
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.142  cpuTime=0.08  mem=14M839
0.96	   
0.96	   search
0.96	     run=5  nbConstraintChecks=549560  nbPropagations=25329  nbRevisions=188157  nbUselessRevisions=132314
0.96	     nbAssignments=419  nbFailedAssignments=176  nbBacktracks=213  nbVisitedNodes=732  nbRestartNogoods=11  mapSize=180
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.176  cpuTime=0.12  mem=14M839
1.00	   
1.00	   search
1.00	     run=6  nbConstraintChecks=822062  nbPropagations=39211  nbRevisions=293710  nbUselessRevisions=205638
1.00	     nbAssignments=644  nbFailedAssignments=272  nbBacktracks=326  nbVisitedNodes=1119  nbRestartNogoods=16  mapSize=277
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.218  cpuTime=0.16  mem=14M839
1.06	   
1.06	   search
1.06	     run=7  nbConstraintChecks=1177826  nbPropagations=59139  nbRevisions=444199  nbUselessRevisions=309803
1.06	     nbAssignments=944  nbFailedAssignments=394  nbBacktracks=496  nbVisitedNodes=1634  nbRestartNogoods=24  mapSize=411
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.274  cpuTime=0.21  mem=14M839
1.17	   
1.17	   search
1.17	     run=8  nbConstraintChecks=1896966  nbPropagations=89740  nbRevisions=679159  nbUselessRevisions=471957
1.17	     nbAssignments=1454  nbFailedAssignments=630  nbBacktracks=753  nbVisitedNodes=2523  nbRestartNogoods=36
1.17	     mapSize=628  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.385  cpuTime=0.31  mem=14M839
1.31	   
1.31	   search
1.31	     run=9  nbConstraintChecks=2828124  nbPropagations=135838  nbRevisions=1032951  nbUselessRevisions=715677
1.31	     nbAssignments=2189  nbFailedAssignments=965  nbBacktracks=1137  nbVisitedNodes=3813  nbRestartNogoods=41
1.31	     mapSize=960  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.528  cpuTime=0.44  mem=14M839
1.34	   
1.34	   INFO : Stopping hyperNogood (mapSize=1012, nbTooLargekeys=0, mem=14M839)
1.53	   
1.53	   search
1.53	     run=10  nbConstraintChecks=4476021  nbPropagations=207063  nbRevisions=1591279  nbUselessRevisions=1100993
1.53	     nbAssignments=3336  nbFailedAssignments=1531  nbBacktracks=1713  nbVisitedNodes=5902  nbRestartNogoods=49
1.53	       =>  wckTime=0.743  cpuTime=0.64  mem=14M839
1.79	   
1.79	   search
1.79	     run=11  nbConstraintChecks=6515449  nbPropagations=312424  nbRevisions=2415510  nbUselessRevisions=1667460
1.79	     nbAssignments=4982  nbFailedAssignments=2308  nbBacktracks=2577  nbVisitedNodes=8845  nbRestartNogoods=58
1.79	       =>  wckTime=1.007  cpuTime=0.91  mem=14M839
2.19	   
2.19	   search
2.19	     run=12  nbConstraintChecks=9655793  nbPropagations=469042  nbRevisions=3650268  nbUselessRevisions=2518049
2.19	     nbAssignments=7475  nbFailedAssignments=3496  nbBacktracks=3876  nbVisitedNodes=13329  nbRestartNogoods=63
2.19	       =>  wckTime=1.406  cpuTime=1.3  mem=14M839
2.74	   
2.74	   search
2.74	     run=13  nbConstraintChecks=14124475  nbPropagations=696407  nbRevisions=5430012  nbUselessRevisions=3740241
2.74	     nbAssignments=10869  nbFailedAssignments=4936  nbBacktracks=5822  nbVisitedNodes=19261  nbRestartNogoods=72
2.74	       =>  wckTime=1.958  cpuTime=1.85  mem=15M814
3.65	   
3.65	   search
3.65	     run=14  nbConstraintChecks=21312812  nbPropagations=1041692  nbRevisions=8144884  nbUselessRevisions=5609949
3.65	     nbAssignments=16469  nbFailedAssignments=7586  nbBacktracks=8741  nbVisitedNodes=29257  nbRestartNogoods=81
3.65	       =>  wckTime=2.869  cpuTime=2.75  mem=15M814
4.79	   
4.79	   search
4.79	     run=15  nbConstraintChecks=30399017  nbPropagations=1535909  nbRevisions=11994671  nbUselessRevisions=8255096
4.79	     nbAssignments=23976  nbFailedAssignments=10706  nbBacktracks=13120  nbVisitedNodes=42217  nbRestartNogoods=92
4.79	       =>  wckTime=4.009  cpuTime=3.88  mem=15M814
6.56	   
6.56	   search
6.56	     run=16  nbConstraintChecks=44037346  nbPropagations=2265315  nbRevisions=17637066  nbUselessRevisions=12134550
6.56	     nbAssignments=35505  nbFailedAssignments=15648  nbBacktracks=19688  nbVisitedNodes=62336  nbRestartNogoods=100
6.56	       =>  wckTime=5.778  cpuTime=5.63  mem=15M814
9.60	   
9.60	   search
9.60	     run=17  nbConstraintChecks=67573441  nbPropagations=3385346  nbRevisions=26402129  nbUselessRevisions=18183779
9.60	     nbAssignments=54137  nbFailedAssignments=24419  nbBacktracks=29540  nbVisitedNodes=95931  nbRestartNogoods=104
9.60	       =>  wckTime=8.816  cpuTime=8.63  mem=15M814
13.55	   
13.55	   search
13.55	     run=18  nbConstraintChecks=98812339  nbPropagations=5019514  nbRevisions=39066205  nbUselessRevisions=26896840
13.55	     nbAssignments=79422  nbFailedAssignments=34911  nbBacktracks=44320  nbVisitedNodes=139731  nbRestartNogoods=110
13.55	       =>  wckTime=12.764  cpuTime=12.54  mem=15M814
19.79	   
19.79	   search
19.79	     run=19  nbConstraintChecks=148718924  nbPropagations=7465587  nbRevisions=58047496  nbUselessRevisions=39956140
19.79	     nbAssignments=118588  nbFailedAssignments=51903  nbBacktracks=66489  nbVisitedNodes=208397  nbRestartNogoods=120
19.79	       =>  wckTime=19.008  cpuTime=18.73  mem=15M814
25.37	   
25.37	   search
25.37	     run=20  nbConstraintChecks=193279162  nbPropagations=10637593  nbRevisions=82628220  nbUselessRevisions=56850014
25.37	     nbAssignments=153475  nbFailedAssignments=67306  nbBacktracks=85971  nbVisitedNodes=269756  nbRestartNogoods=126
25.37	       =>  wckTime=24.587  cpuTime=24.26  mem=15M814
25.37	   
25.37	   global
25.37	     nbConstraintChecks=193344143  nbPropagations=10638304  nbRevisions=82632820  nbUselessRevisions=56853567
25.37	     nbRestartNogoods=126  solvingWckTime=24.589  solvingCpuTime=24.26  expiredTime=no  totalExploration=yes
25.37	     nbFoundSolutions=0  globalCpuTime=24.68
25.37	       =>  wckTime=25.08  cpuTime=24.62  mem=15M814
25.38	   
25.38	s UNSATISFIABLE
25.38	d NODES 153475
25.38	d CHECKS 193344143
25.38	   
25.38	   totalWckTime=25.157  totalCpuTime=24.69

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/node75/watcher-223771-1168266425 -o ROOT/results/node75/solver-223771-1168266425 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/223771-1168266425/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.36 1.04 0.68 5/85 24022
/proc/meminfo: memFree=1690688/2055920 swapFree=4184496/4192956
[pid=24021] ppid=24019 vsize=47892 CPUtime=0
/proc/24021/stat : 24021 (java) D 24019 24021 23883 0 -1 0 1219 0 1 0 0 0 0 0 18 0 1 0 175041873 49041408 968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099855350 0 0 17 0 0 0
/proc/24021/statm: 11973 968 766 14 0 1707 0

[startup+0.103002 s]
/proc/loadavg: 1.36 1.04 0.68 5/85 24022
/proc/meminfo: memFree=1690688/2055920 swapFree=4184496/4192956
[pid=24021] ppid=24019 vsize=914988 CPUtime=0.09
/proc/24021/stat : 24021 (java) R 24019 24021 23883 0 -1 0 3048 0 1 0 7 2 0 0 24 0 8 0 175041873 936947712 2794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072897170 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24021/statm: 228747 2794 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.51105 s]
/proc/loadavg: 1.36 1.04 0.68 5/85 24022
/proc/meminfo: memFree=1690688/2055920 swapFree=4184496/4192956
[pid=24021] ppid=24019 vsize=915328 CPUtime=0.49
/proc/24021/stat : 24021 (java) R 24019 24021 23883 0 -1 0 7357 0 1 0 44 5 0 0 25 0 8 0 175041873 937295872 7096 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072941836 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24021/statm: 228832 7096 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33314 s]
/proc/loadavg: 1.36 1.04 0.68 3/92 24029
/proc/meminfo: memFree=1666824/2055920 swapFree=4184496/4192956
[pid=24021] ppid=24019 vsize=915452 CPUtime=1.3
/proc/24021/stat : 24021 (java) R 24019 24021 23883 0 -1 0 8715 0 1 0 122 8 0 0 25 0 8 0 175041873 937422848 8453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812656 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24021/statm: 228863 8453 2524 14 0 215333 0
[pid=24021/tid=24023] ppid=24019 vsize=915452 CPUtime=0.03
/proc/24021/task/24023/stat : 24023 (java) S 24019 24021 23883 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175041877 937422848 8453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24024] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24024/stat : 24024 (java) S 24019 24021 23883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175041877 937422848 8453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24025] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24025/stat : 24025 (java) S 24019 24021 23883 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175041877 937422848 8453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24026] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24026/stat : 24026 (java) S 24019 24021 23883 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175041880 937422848 8453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24027] ppid=24019 vsize=915452 CPUtime=0.2
/proc/24021/task/24027/stat : 24027 (java) S 24019 24021 23883 0 -1 64 382 0 0 0 19 1 0 0 15 0 8 0 175041880 937422848 8453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24028] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24028/stat : 24028 (java) S 24019 24021 23883 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 175041880 937422848 8453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24029] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24029/stat : 24029 (java) S 24019 24021 23883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175041880 937422848 8453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915452

[startup+2.98533 s]
/proc/loadavg: 1.36 1.04 0.68 4/92 24029
/proc/meminfo: memFree=1666568/2055920 swapFree=4184496/4192956
[pid=24021] ppid=24019 vsize=915452 CPUtime=2.94
/proc/24021/stat : 24021 (java) R 24019 24021 23883 0 -1 0 8732 0 1 0 286 8 0 0 25 0 8 0 175041873 937422848 8469 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788873 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24021/statm: 228863 8469 2524 14 0 215333 0
[pid=24021/tid=24023] ppid=24019 vsize=915452 CPUtime=0.03
/proc/24021/task/24023/stat : 24023 (java) S 24019 24021 23883 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175041877 937422848 8469 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24024] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24024/stat : 24024 (java) S 24019 24021 23883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175041877 937422848 8469 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24025] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24025/stat : 24025 (java) S 24019 24021 23883 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175041877 937422848 8469 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24026] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24026/stat : 24026 (java) S 24019 24021 23883 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175041880 937422848 8469 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24027] ppid=24019 vsize=915452 CPUtime=0.21
/proc/24021/task/24027/stat : 24027 (java) S 24019 24021 23883 0 -1 64 387 0 0 0 20 1 0 0 15 0 8 0 175041880 937422848 8469 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24028] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24028/stat : 24028 (java) S 24019 24021 23883 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 175041880 937422848 8469 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24029] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24029/stat : 24029 (java) S 24019 24021 23883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175041880 937422848 8469 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915452

[startup+6.27072 s]
/proc/loadavg: 1.41 1.05 0.69 3/92 24029
/proc/meminfo: memFree=1666568/2055920 swapFree=4184496/4192956
[pid=24021] ppid=24019 vsize=915452 CPUtime=6.2
/proc/24021/stat : 24021 (java) R 24019 24021 23883 0 -1 0 8738 0 1 0 612 8 0 0 25 0 8 0 175041873 937422848 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073781514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24021/statm: 228863 8474 2524 14 0 215333 0
[pid=24021/tid=24023] ppid=24019 vsize=915452 CPUtime=0.03
/proc/24021/task/24023/stat : 24023 (java) S 24019 24021 23883 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175041877 937422848 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24024] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24024/stat : 24024 (java) S 24019 24021 23883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175041877 937422848 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24025] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24025/stat : 24025 (java) S 24019 24021 23883 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175041877 937422848 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24026] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24026/stat : 24026 (java) S 24019 24021 23883 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175041880 937422848 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24027] ppid=24019 vsize=915452 CPUtime=0.21
/proc/24021/task/24027/stat : 24027 (java) S 24019 24021 23883 0 -1 64 387 0 0 0 20 1 0 0 16 0 8 0 175041880 937422848 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24028] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24028/stat : 24028 (java) S 24019 24021 23883 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 175041880 937422848 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24029] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24029/stat : 24029 (java) S 24019 24021 23883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175041880 937422848 8474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915452

[startup+12.7555 s]
/proc/loadavg: 1.46 1.07 0.69 3/92 24029
/proc/meminfo: memFree=1666512/2055920 swapFree=4184496/4192956
[pid=24021] ppid=24019 vsize=915452 CPUtime=12.61
/proc/24021/stat : 24021 (java) R 24019 24021 23883 0 -1 0 8743 0 1 0 1253 8 0 0 25 0 8 0 175041873 937422848 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794406 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24021/statm: 228863 8479 2524 14 0 215333 0
[pid=24021/tid=24023] ppid=24019 vsize=915452 CPUtime=0.03
/proc/24021/task/24023/stat : 24023 (java) S 24019 24021 23883 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175041877 937422848 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24024] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24024/stat : 24024 (java) S 24019 24021 23883 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175041877 937422848 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24025] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24025/stat : 24025 (java) S 24019 24021 23883 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175041877 937422848 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24026] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24026/stat : 24026 (java) S 24019 24021 23883 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175041880 937422848 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24027] ppid=24019 vsize=915452 CPUtime=0.21
/proc/24021/task/24027/stat : 24027 (java) S 24019 24021 23883 0 -1 64 387 0 0 0 20 1 0 0 16 0 8 0 175041880 937422848 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24028] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24028/stat : 24028 (java) S 24019 24021 23883 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 175041880 937422848 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24021/tid=24029] ppid=24019 vsize=915452 CPUtime=0
/proc/24021/task/24029/stat : 24029 (java) S 24019 24021 23883 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175041880 937422848 8479 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 25.4294
CPU time (s): 25.1432
CPU user time (s): 25.0502
CPU system time (s): 0.092985
CPU usage (%): 98.8746
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.0502
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8840
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= 1602
involuntary context switches= 2426

runsolver used 0.034994 s user time and 0.069989 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Jan  8 14:27:05 UTC 2007


IDJOB= 223771
IDBENCH= 5678
FILE ID= node75/223771-1168266425

PBS_JOBID= 3482831

Free space on /tmp= 66556 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  39c370cf5dacf33fbeebdad3c1e8acaa

RANDOM SEED= 709012059

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1691104 kB
Buffers:         42696 kB
Cached:         104360 kB
SwapCached:       2680 kB
Active:         233348 kB
Inactive:        77396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691104 kB
SwapTotal:     4192956 kB
SwapFree:      4184496 kB
Dirty:            2212 kB
Writeback:           0 kB
Mapped:         179776 kB
Slab:            38980 kB
Committed_AS:  4825784 kB
PageTables:       2140 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= 66556 MiB



End job on node75 on Mon Jan  8 14:27:30 UTC 2007