Trace number 228361

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.8471 25.8824

DiagnosticValue
CHECKS116912029
NODES136384

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-29_ext.xml
MD5SUM050594c4dba56228ccf5da61967f157b
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 benchmark6.29304
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
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/228361-1168297612/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.39	       =>  wckTime=0.098  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.58	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8227  maxDegree=26
0.58	     maxArity=2
0.58	       =>  wckTime=0.287  cpuTime=0.21  mem=10M861
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.482  cpuTime=0.34  mem=14M819
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=32351  nbPropagations=880  nbRevisions=5629  nbUselessRevisions=4550  nbSingletonTests=51
0.83	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.83	       =>  wckTime=0.047  cpuTime=0.02  mem=14M819
0.85	   
0.85	   search
0.85	     run=0  nbConstraintChecks=23172  nbPropagations=1360  nbRevisions=11563  nbUselessRevisions=9362  nbAssignments=31
0.85	     nbFailedAssignments=10  nbBacktracks=15  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=15  nbInferences=0
0.85	     nbTooLargeKeys=0
0.85	       =>  wckTime=0.071  cpuTime=0.04  mem=14M819
0.87	   
0.87	   search
0.87	     run=1  nbConstraintChecks=49413  nbPropagations=3256  nbRevisions=29649  nbUselessRevisions=23990  nbAssignments=64
0.87	     nbFailedAssignments=19  nbBacktracks=32  nbVisitedNodes=102  nbRestartNogoods=1  mapSize=27  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.087  cpuTime=0.05  mem=14M819
0.88	   
0.88	   search
0.88	     run=2  nbConstraintChecks=80599  nbPropagations=5758  nbRevisions=55525  nbUselessRevisions=44920
0.88	     nbAssignments=105  nbFailedAssignments=31  nbBacktracks=54  nbVisitedNodes=168  nbRestartNogoods=4  mapSize=46
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.1  cpuTime=0.06  mem=14M819
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=133154  nbPropagations=9257  nbRevisions=95045  nbUselessRevisions=77168
0.89	     nbAssignments=169  nbFailedAssignments=53  nbBacktracks=87  nbVisitedNodes=272  nbRestartNogoods=6  mapSize=75
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.116  cpuTime=0.08  mem=14M819
0.92	   
0.92	   search
0.92	     run=4  nbConstraintChecks=201549  nbPropagations=14023  nbRevisions=153058  nbUselessRevisions=124781
0.92	     nbAssignments=253  nbFailedAssignments=79  nbBacktracks=138  nbVisitedNodes=412  nbRestartNogoods=13  mapSize=117
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.136  cpuTime=0.1  mem=14M819
0.95	   
0.95	   search
0.95	     run=5  nbConstraintChecks=313787  nbPropagations=20818  nbRevisions=240048  nbUselessRevisions=195865
0.95	     nbAssignments=381  nbFailedAssignments=126  nbBacktracks=214  nbVisitedNodes=633  nbRestartNogoods=17  mapSize=183
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.171  cpuTime=0.12  mem=14M819
0.99	   
0.99	   search
0.99	     run=6  nbConstraintChecks=476207  nbPropagations=30546  nbRevisions=367622  nbUselessRevisions=299832
0.99	     nbAssignments=566  nbFailedAssignments=191  nbBacktracks=328  nbVisitedNodes=943  nbRestartNogoods=21  mapSize=281
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.213  cpuTime=0.17  mem=14M819
1.05	   
1.05	   search
1.06	     run=7  nbConstraintChecks=720838  nbPropagations=44585  nbRevisions=557472  nbUselessRevisions=455113
1.06	     nbAssignments=843  nbFailedAssignments=291  nbBacktracks=499  nbVisitedNodes=1407  nbRestartNogoods=25  mapSize=425
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.276  cpuTime=0.24  mem=14M819
1.15	   
1.15	   search
1.15	     run=8  nbConstraintChecks=1094655  nbPropagations=65167  nbRevisions=842304  nbUselessRevisions=688073
1.15	     nbAssignments=1257  nbFailedAssignments=442  nbBacktracks=755  nbVisitedNodes=2120  nbRestartNogoods=31
1.15	     mapSize=657  nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.372  cpuTime=0.33  mem=14M819
1.28	   
1.28	   search
1.28	     run=9  nbConstraintChecks=1543132  nbPropagations=94036  nbRevisions=1245656  nbUselessRevisions=1019310
1.28	     nbAssignments=1815  nbFailedAssignments=610  nbBacktracks=1140  nbVisitedNodes=3041  nbRestartNogoods=38
1.28	     mapSize=960  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.496  cpuTime=0.44  mem=14M819
1.30	   
1.30	   INFO : Stopping hyperNogood (mapSize=1013, nbTooLargekeys=0, mem=14M819)
1.46	   
1.46	   search
1.46	     run=10  nbConstraintChecks=2346449  nbPropagations=137272  nbRevisions=1864347  nbUselessRevisions=1529159
1.46	     nbAssignments=2736  nbFailedAssignments=949  nbBacktracks=1716  nbVisitedNodes=4622  nbRestartNogoods=41
1.46	       =>  wckTime=0.683  cpuTime=0.61  mem=14M819
1.70	   
1.70	   search
1.70	     run=11  nbConstraintChecks=3465455  nbPropagations=200522  nbRevisions=2787444  nbUselessRevisions=2292723
1.70	     nbAssignments=4075  nbFailedAssignments=1414  nbBacktracks=2580  nbVisitedNodes=6891  nbRestartNogoods=51
1.70	       =>  wckTime=0.925  cpuTime=0.85  mem=14M819
2.07	   
2.07	   search
2.07	     run=12  nbConstraintChecks=5141641  nbPropagations=294596  nbRevisions=4164400  nbUselessRevisions=3432141
2.07	     nbAssignments=6062  nbFailedAssignments=2096  nbBacktracks=3880  nbVisitedNodes=10259  nbRestartNogoods=58
2.07	       =>  wckTime=1.289  cpuTime=1.22  mem=14M819
2.60	   
2.60	   search
2.60	     run=13  nbConstraintChecks=7642599  nbPropagations=432989  nbRevisions=6205914  nbUselessRevisions=5124972
2.60	     nbAssignments=8956  nbFailedAssignments=3036  nbBacktracks=5828  nbVisitedNodes=15125  nbRestartNogoods=63
2.60	       =>  wckTime=1.819  cpuTime=1.75  mem=14M819
3.39	   
3.39	   search
3.39	     run=14  nbConstraintChecks=11325430  nbPropagations=638261  nbRevisions=9239911  nbUselessRevisions=7642166
3.39	     nbAssignments=13387  nbFailedAssignments=4537  nbBacktracks=8749  nbVisitedNodes=22613  nbRestartNogoods=71
3.39	       =>  wckTime=2.61  cpuTime=2.54  mem=14M819
4.65	   
4.65	   search
4.65	     run=15  nbConstraintChecks=17267354  nbPropagations=948344  nbRevisions=13827690  nbUselessRevisions=11441777
4.65	     nbAssignments=20133  nbFailedAssignments=6896  nbBacktracks=13128  nbVisitedNodes=34051  nbRestartNogoods=80
4.65	       =>  wckTime=3.87  cpuTime=3.79  mem=14M819
6.47	   
6.47	   search
6.47	     run=16  nbConstraintChecks=25863251  nbPropagations=1409921  nbRevisions=20672609  nbUselessRevisions=17110600
6.47	     nbAssignments=30034  nbFailedAssignments=10221  nbBacktracks=19697  nbVisitedNodes=50619  nbRestartNogoods=88
6.47	       =>  wckTime=5.69  cpuTime=5.61  mem=14M819
9.20	   
9.20	   search
9.20	     run=17  nbConstraintChecks=38608947  nbPropagations=2098632  nbRevisions=30910115  nbUselessRevisions=25592822
9.20	     nbAssignments=45092  nbFailedAssignments=15423  nbBacktracks=29549  nbVisitedNodes=76018  nbRestartNogoods=99
9.20	       =>  wckTime=8.424  cpuTime=8.35  mem=14M819
13.24	   
13.24	   search
13.24	     run=18  nbConstraintChecks=57454981  nbPropagations=3123380  nbRevisions=46196573  nbUselessRevisions=38272469
13.24	     nbAssignments=67213  nbFailedAssignments=22760  nbBacktracks=44329  nbVisitedNodes=113096  nbRestartNogoods=105
13.24	       =>  wckTime=12.463  cpuTime=12.38  mem=14M819
19.23	   
19.23	   search
19.23	     run=19  nbConstraintChecks=85491453  nbPropagations=4649095  nbRevisions=68906488  nbUselessRevisions=57101667
19.23	     nbAssignments=100313  nbFailedAssignments=33686  nbBacktracks=66497  nbVisitedNodes=168436  nbRestartNogoods=115
19.23	       =>  wckTime=18.456  cpuTime=18.37  mem=14M819
25.86	   
25.86	   search
25.86	     run=20  nbConstraintChecks=116879678  nbPropagations=6726210  nbRevisions=99920090  nbUselessRevisions=82818966
25.86	     nbAssignments=136384  nbFailedAssignments=45886  nbBacktracks=90369  nbVisitedNodes=229019  nbRestartNogoods=123
25.86	       =>  wckTime=25.08  cpuTime=25.0  mem=14M819
25.86	   
25.86	   global
25.86	     nbConstraintChecks=116912029  nbPropagations=6727090  nbRevisions=99925719  nbUselessRevisions=82823516
25.86	     nbRestartNogoods=123  solvingWckTime=25.081  solvingCpuTime=25.0  expiredTime=no  totalExploration=yes
25.86	     nbFoundSolutions=0  globalCpuTime=25.39
25.86	       =>  wckTime=25.566  cpuTime=25.34  mem=14M819
25.86	   
25.86	s UNSATISFIABLE
25.86	d NODES 136384
25.86	d CHECKS 116912029
25.86	   
25.86	   totalWckTime=25.642  totalCpuTime=25.39

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/node7/watcher-228361-1168297612 -o ROOT/results/node7/solver-228361-1168297612 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228361-1168297612/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.13 1.37 1.26 4/78 1021
/proc/meminfo: memFree=1513312/2055920 swapFree=4192812/4192956
[pid=1020] ppid=1018 vsize=172 CPUtime=0
/proc/1020/stat : 1020 (java) R 1018 1020 31246 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 178156634 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10416932 0 0 4096 0 0 0 0 17 1 0 0
/proc/1020/statm: 43 24 18 14 0 3 0

[startup+0.104212 s]
/proc/loadavg: 1.13 1.37 1.26 4/78 1021
/proc/meminfo: memFree=1513312/2055920 swapFree=4192812/4192956
[pid=1020] ppid=1018 vsize=914988 CPUtime=0.09
/proc/1020/stat : 1020 (java) R 1018 1020 31246 0 -1 0 3070 0 1 0 8 1 0 0 16 0 8 0 178156634 936947712 2816 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1020/statm: 228747 2816 1453 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512253 s]
/proc/loadavg: 1.13 1.37 1.26 4/78 1021
/proc/meminfo: memFree=1513312/2055920 swapFree=4192812/4192956
[pid=1020] ppid=1018 vsize=916352 CPUtime=0.49
/proc/1020/stat : 1020 (java) R 1018 1020 31246 0 -1 0 6552 0 1 0 46 3 0 0 16 0 8 0 178156634 938344448 6291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1020/statm: 229088 6291 2140 14 0 215558 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 916352

[startup+1.33434 s]
/proc/loadavg: 1.13 1.37 1.26 2/85 1028
/proc/meminfo: memFree=1489640/2055920 swapFree=4192812/4192956
[pid=1020] ppid=1018 vsize=916480 CPUtime=1.3
/proc/1020/stat : 1020 (java) R 1018 1020 31246 0 -1 0 8680 0 1 0 125 5 0 0 16 0 8 0 178156634 938475520 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1020/statm: 229120 8418 2524 14 0 215590 0
[pid=1020/tid=1022] ppid=1018 vsize=916480 CPUtime=0.03
/proc/1020/task/1022/stat : 1022 (java) S 1018 1020 31246 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 178156637 938475520 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1020/tid=1023] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1023/stat : 1023 (java) S 1018 1020 31246 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 178156638 938475520 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1024] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1024/stat : 1024 (java) S 1018 1020 31246 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178156638 938475520 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1025] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1025/stat : 1025 (java) S 1018 1020 31246 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 178156641 938475520 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1026] ppid=1018 vsize=916480 CPUtime=0.21
/proc/1020/task/1026/stat : 1026 (java) S 1018 1020 31246 0 -1 64 387 0 0 0 20 1 0 0 16 0 8 0 178156641 938475520 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1027] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1027/stat : 1027 (java) S 1018 1020 31246 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178156641 938475520 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1028] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1028/stat : 1028 (java) S 1018 1020 31246 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178156641 938475520 8418 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) 916480

[startup+2.98251 s]
/proc/loadavg: 1.12 1.37 1.26 2/85 1028
/proc/meminfo: memFree=1489384/2055920 swapFree=4192812/4192956
[pid=1020] ppid=1018 vsize=916480 CPUtime=2.95
/proc/1020/stat : 1020 (java) R 1018 1020 31246 0 -1 0 8696 0 1 0 290 5 0 0 18 0 8 0 178156634 938475520 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797863 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1020/statm: 229120 8433 2524 14 0 215590 0
[pid=1020/tid=1022] ppid=1018 vsize=916480 CPUtime=0.03
/proc/1020/task/1022/stat : 1022 (java) S 1018 1020 31246 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 178156637 938475520 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1020/tid=1023] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1023/stat : 1023 (java) S 1018 1020 31246 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 178156638 938475520 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1024] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1024/stat : 1024 (java) S 1018 1020 31246 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178156638 938475520 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1025] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1025/stat : 1025 (java) S 1018 1020 31246 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 178156641 938475520 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1026] ppid=1018 vsize=916480 CPUtime=0.22
/proc/1020/task/1026/stat : 1026 (java) S 1018 1020 31246 0 -1 64 392 0 0 0 21 1 0 0 16 0 8 0 178156641 938475520 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1027] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1027/stat : 1027 (java) S 1018 1020 31246 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178156641 938475520 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1028] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1028/stat : 1028 (java) S 1018 1020 31246 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178156641 938475520 8433 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 916480

[startup+6.25885 s]
/proc/loadavg: 1.12 1.37 1.26 2/85 1028
/proc/meminfo: memFree=1489320/2055920 swapFree=4192812/4192956
[pid=1020] ppid=1018 vsize=916480 CPUtime=6.23
/proc/1020/stat : 1020 (java) R 1018 1020 31246 0 -1 0 8703 0 1 0 618 5 0 0 19 0 8 0 178156634 938475520 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073876875 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1020/statm: 229120 8439 2524 14 0 215590 0
[pid=1020/tid=1022] ppid=1018 vsize=916480 CPUtime=0.03
/proc/1020/task/1022/stat : 1022 (java) S 1018 1020 31246 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 178156637 938475520 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1020/tid=1023] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1023/stat : 1023 (java) S 1018 1020 31246 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 178156638 938475520 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1024] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1024/stat : 1024 (java) S 1018 1020 31246 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178156638 938475520 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1025] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1025/stat : 1025 (java) S 1018 1020 31246 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 178156641 938475520 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1026] ppid=1018 vsize=916480 CPUtime=0.22
/proc/1020/task/1026/stat : 1026 (java) S 1018 1020 31246 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 178156641 938475520 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1027] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1027/stat : 1027 (java) S 1018 1020 31246 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178156641 938475520 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1028] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1028/stat : 1028 (java) S 1018 1020 31246 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178156641 938475520 8439 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 916480

[startup+12.7405 s]
/proc/loadavg: 1.10 1.35 1.26 2/85 1028
/proc/meminfo: memFree=1489320/2055920 swapFree=4192812/4192956
[pid=1020] ppid=1018 vsize=916480 CPUtime=12.7
/proc/1020/stat : 1020 (java) R 1018 1020 31246 0 -1 0 8707 0 1 0 1265 5 0 0 25 0 8 0 178156634 938475520 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794273 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1020/statm: 229120 8443 2524 14 0 215590 0
[pid=1020/tid=1022] ppid=1018 vsize=916480 CPUtime=0.03
/proc/1020/task/1022/stat : 1022 (java) S 1018 1020 31246 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 178156637 938475520 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1020/tid=1023] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1023/stat : 1023 (java) S 1018 1020 31246 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 178156638 938475520 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1024] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1024/stat : 1024 (java) S 1018 1020 31246 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178156638 938475520 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1025] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1025/stat : 1025 (java) S 1018 1020 31246 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 178156641 938475520 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1026] ppid=1018 vsize=916480 CPUtime=0.22
/proc/1020/task/1026/stat : 1026 (java) S 1018 1020 31246 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 178156641 938475520 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1027] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1027/stat : 1027 (java) S 1018 1020 31246 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178156641 938475520 8443 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1028] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1028/stat : 1028 (java) S 1018 1020 31246 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178156641 938475520 8443 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) 916480

[startup+25.5679 s]
/proc/loadavg: 1.09 1.34 1.25 2/85 1028
/proc/meminfo: memFree=1489256/2055920 swapFree=4192812/4192956
[pid=1020] ppid=1018 vsize=916480 CPUtime=25.53
/proc/1020/stat : 1020 (java) R 1018 1020 31246 0 -1 0 8712 0 1 0 2548 5 0 0 25 0 8 0 178156634 938475520 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806841 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1020/statm: 229120 8448 2524 14 0 215590 0
[pid=1020/tid=1022] ppid=1018 vsize=916480 CPUtime=0.03
/proc/1020/task/1022/stat : 1022 (java) S 1018 1020 31246 0 -1 64 229 0 0 0 3 0 0 0 16 0 8 0 178156637 938475520 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1020/tid=1023] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1023/stat : 1023 (java) S 1018 1020 31246 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 178156638 938475520 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1024] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1024/stat : 1024 (java) S 1018 1020 31246 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 178156638 938475520 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1025] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1025/stat : 1025 (java) S 1018 1020 31246 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 178156641 938475520 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1026] ppid=1018 vsize=916480 CPUtime=0.22
/proc/1020/task/1026/stat : 1026 (java) S 1018 1020 31246 0 -1 64 393 0 0 0 21 1 0 0 16 0 8 0 178156641 938475520 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1027] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1027/stat : 1027 (java) S 1018 1020 31246 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 178156641 938475520 8448 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1020/tid=1028] ppid=1018 vsize=916480 CPUtime=0
/proc/1020/task/1028/stat : 1028 (java) S 1018 1020 31246 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 178156641 938475520 8448 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) 916480

Child status: 0
Real time (s): 25.8824
CPU time (s): 25.8471
CPU user time (s): 25.7841
CPU system time (s): 0.06299
CPU usage (%): 99.8633
Max. virtual memory (cumulated for all children) (KiB): 916480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7841
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8803
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= 1322
involuntary context switches= 142

runsolver used 0.026995 s user time and 0.077988 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan  8 23:06:52 UTC 2007


IDJOB= 228361
IDBENCH= 6184
FILE ID= node7/228361-1168297612

PBS_JOBID= 3502127

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-29_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228361-1168297612/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-228361-1168297612 -o ROOT/results/node7/solver-228361-1168297612 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/228361-1168297612/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  050594c4dba56228ccf5da61967f157b

RANDOM SEED= 156594164

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.220
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.220
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:       1513792 kB
Buffers:         92228 kB
Cached:         338280 kB
SwapCached:          0 kB
Active:         308920 kB
Inactive:       176720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1844 kB
Writeback:           0 kB
Mapped:          74104 kB
Slab:            41844 kB
Committed_AS:  5461228 kB
PageTables:       1976 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= 66561 MiB



End job on node7 on Mon Jan  8 23:07:18 UTC 2007