Trace number 227804

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 15.8386 15.9665

DiagnosticValue
CHECKS48721571
NODES76158

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-41_ext.xml
MD5SUM670c715ab6a155ca06d6e0ffeed30174
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 benchmark0.089985
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/227804-1168278872/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.42	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.69	     nbConstraints=752  nbRelationTypes=752  nbExtensionStructures=751  nbSharedExtensionStructures=1
0.69	     nbConflictsStructures=751  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=11881  maxDegree=39
0.69	     maxArity=2
0.69	       =>  wckTime=0.361  cpuTime=0.24  mem=11M844
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.88	       =>  wckTime=0.557  cpuTime=0.36  mem=15M6
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=22559  nbPropagations=903  nbRevisions=5647  nbUselessRevisions=4536  nbSingletonTests=49
0.94	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.94	       =>  wckTime=0.053  cpuTime=0.03  mem=15M6
0.96	   
0.96	   search
0.96	     run=0  nbConstraintChecks=12125  nbPropagations=1208  nbRevisions=9218  nbUselessRevisions=7595  nbAssignments=25
0.96	     nbFailedAssignments=5  nbBacktracks=11  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=7  nbInferences=0
0.96	     nbTooLargeKeys=0
0.96	       =>  wckTime=0.073  cpuTime=0.04  mem=15M6
0.98	   
0.98	   search
0.98	     run=1  nbConstraintChecks=28228  nbPropagations=2798  nbRevisions=23756  nbUselessRevisions=19765  nbAssignments=54
0.98	     nbFailedAssignments=10  nbBacktracks=28  nbVisitedNodes=77  nbRestartNogoods=2  mapSize=17  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.09  cpuTime=0.05  mem=15M6
0.99	   
0.99	   search
0.99	     run=2  nbConstraintChecks=50375  nbPropagations=4890  nbRevisions=45386  nbUselessRevisions=37958  nbAssignments=95
0.99	     nbFailedAssignments=20  nbBacktracks=50  nbVisitedNodes=138  nbRestartNogoods=4  mapSize=34  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.104  cpuTime=0.06  mem=15M6
1.01	   
1.01	   search
1.01	     run=3  nbConstraintChecks=84545  nbPropagations=7726  nbRevisions=78257  nbUselessRevisions=65781
1.01	     nbAssignments=150  nbFailedAssignments=31  nbBacktracks=85  nbVisitedNodes=224  nbRestartNogoods=7  mapSize=62
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.12  cpuTime=0.09  mem=15M6
1.03	   
1.03	   search
1.03	     run=4  nbConstraintChecks=134259  nbPropagations=11564  nbRevisions=127649  nbUselessRevisions=107767
1.03	     nbAssignments=231  nbFailedAssignments=53  nbBacktracks=136  nbVisitedNodes=352  nbRestartNogoods=10  mapSize=103
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.141  cpuTime=0.11  mem=15M6
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=206013  nbPropagations=16836  nbRevisions=200634  nbUselessRevisions=170048
1.06	     nbAssignments=346  nbFailedAssignments=83  nbBacktracks=213  nbVisitedNodes=535  nbRestartNogoods=12  mapSize=163
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.174  cpuTime=0.14  mem=15M6
1.10	   
1.10	   search
1.10	     run=6  nbConstraintChecks=309734  nbPropagations=24171  nbRevisions=308553  nbUselessRevisions=262282
1.10	     nbAssignments=514  nbFailedAssignments=127  nbBacktracks=328  nbVisitedNodes=806  nbRestartNogoods=16  mapSize=256
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.217  cpuTime=0.18  mem=15M6
1.16	   
1.16	   search
1.16	     run=7  nbConstraintChecks=464972  nbPropagations=34581  nbRevisions=468416  nbUselessRevisions=399062
1.16	     nbAssignments=767  nbFailedAssignments=201  nbBacktracks=499  nbVisitedNodes=1216  nbRestartNogoods=19  mapSize=395
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.279  cpuTime=0.24  mem=15M6
1.26	   
1.26	   search
1.26	     run=8  nbConstraintChecks=723130  nbPropagations=49920  nbRevisions=711928  nbUselessRevisions=606898
1.26	     nbAssignments=1137  nbFailedAssignments=309  nbBacktracks=756  nbVisitedNodes=1825  nbRestartNogoods=24
1.26	     mapSize=609  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.371  cpuTime=0.33  mem=15M6
1.40	   
1.40	   search
1.40	     run=9  nbConstraintChecks=1059413  nbPropagations=71860  nbRevisions=1064493  nbUselessRevisions=907636
1.40	     nbAssignments=1694  nbFailedAssignments=472  nbBacktracks=1141  nbVisitedNodes=2721  nbRestartNogoods=29
1.40	     mapSize=911  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.511  cpuTime=0.45  mem=15M6
1.45	   
1.45	   INFO : Stopping hyperNogood (mapSize=1028, nbTooLargekeys=0, mem=15M6)
1.58	   
1.58	   search
1.58	     run=10  nbConstraintChecks=1564259  nbPropagations=103634  nbRevisions=1588622  nbUselessRevisions=1355953
1.58	     nbAssignments=2517  nbFailedAssignments=707  nbBacktracks=1718  nbVisitedNodes=4042  nbRestartNogoods=34
1.58	       =>  wckTime=0.692  cpuTime=0.62  mem=15M6
1.83	   
1.83	   search
1.83	     run=11  nbConstraintChecks=2333202  nbPropagations=150332  nbRevisions=2370782  nbUselessRevisions=2026092
1.83	     nbAssignments=3753  nbFailedAssignments=1072  nbBacktracks=2582  nbVisitedNodes=6053  nbRestartNogoods=43
1.83	       =>  wckTime=0.945  cpuTime=0.87  mem=15M6
2.21	   
2.21	   search
2.21	     run=12  nbConstraintChecks=3488041  nbPropagations=219475  nbRevisions=3540925  nbUselessRevisions=3028630
2.22	     nbAssignments=5602  nbFailedAssignments=1616  nbBacktracks=3880  nbVisitedNodes=9068  nbRestartNogoods=49
2.22	       =>  wckTime=1.33  cpuTime=1.26  mem=15M6
2.75	   
2.75	   search
2.75	     run=13  nbConstraintChecks=5219281  nbPropagations=322144  nbRevisions=5284990  nbUselessRevisions=4522255
2.75	     nbAssignments=8326  nbFailedAssignments=2387  nbBacktracks=5828  nbVisitedNodes=13479  nbRestartNogoods=54
2.75	       =>  wckTime=1.868  cpuTime=1.79  mem=15M6
3.52	   
3.52	   search
3.52	     run=14  nbConstraintChecks=7727483  nbPropagations=473143  nbRevisions=7878554  nbUselessRevisions=6747743
3.52	     nbAssignments=12377  nbFailedAssignments=3512  nbBacktracks=8747  nbVisitedNodes=19988  nbRestartNogoods=59
3.52	       =>  wckTime=2.637  cpuTime=2.56  mem=15M6
4.71	   
4.71	   search
4.71	     run=15  nbConstraintChecks=11624093  nbPropagations=698701  nbRevisions=11784870  nbUselessRevisions=10103282
4.71	     nbAssignments=18498  nbFailedAssignments=5246  nbBacktracks=13127  nbVisitedNodes=29935  nbRestartNogoods=64
4.71	       =>  wckTime=3.822  cpuTime=3.74  mem=15M6
6.47	   
6.47	   search
6.47	     run=16  nbConstraintChecks=17472218  nbPropagations=1036570  nbRevisions=17638823  nbUselessRevisions=15129849
6.48	     nbAssignments=27772  nbFailedAssignments=7943  nbBacktracks=19697  nbVisitedNodes=44945  nbRestartNogoods=72
6.48	       =>  wckTime=5.59  cpuTime=5.51  mem=15M6
9.27	   
9.27	   search
9.27	     run=17  nbConstraintChecks=26746856  nbPropagations=1552212  nbRevisions=26546103  nbUselessRevisions=22768301
9.27	     nbAssignments=41838  nbFailedAssignments=12148  nbBacktracks=29551  nbVisitedNodes=67903  nbRestartNogoods=78
9.27	       =>  wckTime=8.384  cpuTime=8.3  mem=15M6
13.24	   
13.24	   search
13.24	     run=18  nbConstraintChecks=39900560  nbPropagations=2318745  nbRevisions=39885862  nbUselessRevisions=34220430
13.24	     nbAssignments=62504  nbFailedAssignments=18029  nbBacktracks=44329  nbVisitedNodes=101404  nbRestartNogoods=85
13.24	       =>  wckTime=12.351  cpuTime=12.26  mem=15M6
15.90	   
15.90	   search
15.90	     run=19  nbConstraintChecks=48699012  nbPropagations=3252388  nbRevisions=56178891  nbUselessRevisions=48213997
15.90	     nbAssignments=76158  nbFailedAssignments=22026  nbBacktracks=53946  nbVisitedNodes=123624  nbRestartNogoods=93
15.90	       =>  wckTime=15.016  cpuTime=14.92  mem=15M6
15.90	   
15.90	   global
15.90	     nbConstraintChecks=48721571  nbPropagations=3253291  nbRevisions=56184538  nbUselessRevisions=48218533
15.90	     nbRestartNogoods=93  solvingWckTime=15.017  solvingCpuTime=14.92  expiredTime=no  totalExploration=no
15.90	     nbFoundSolutions=1  globalCpuTime=15.34
15.90	       =>  wckTime=15.576  cpuTime=15.29  mem=15M981
15.91	   
15.91	s SATISFIABLE
15.91	v 6 0 7 6 4 0 1 5 1 2 2 7 6 3 2 1 0 6 6 6 3 2 7 7 6 2 5 4 3 2 3 0 4 4 0 3 4 6 6 1 
15.91	d NODES 76158
15.91	d CHECKS 48721571
15.91	   
15.91	   totalWckTime=15.651  totalCpuTime=15.34

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/node38/watcher-227804-1168278872 -o ROOT/results/node38/solver-227804-1168278872 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227804-1168278872/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.10 1.58 1.34 3/72 15197
/proc/meminfo: memFree=846360/2055920 swapFree=4192812/4192956
[pid=15196] ppid=15190 vsize=292 CPUtime=0
/proc/15196/stat : 15196 (java) R 15190 15196 15061 0 -1 0 52 0 0 0 0 0 0 0 19 0 1 0 176287350 299008 35 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 8606500 0 0 4096 0 0 0 0 17 1 0 0
/proc/15196/statm: 73 37 29 14 0 5 0

[startup+0.106726 s]
/proc/loadavg: 1.10 1.58 1.34 3/72 15197
/proc/meminfo: memFree=846360/2055920 swapFree=4192812/4192956
[pid=15196] ppid=15190 vsize=913228 CPUtime=0.07
/proc/15196/stat : 15196 (java) R 15190 15196 15061 0 -1 0 2918 0 1 0 6 1 0 0 24 0 8 0 176287350 935145472 2664 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 228307 2664 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913228

[startup+0.514803 s]
/proc/loadavg: 1.10 1.58 1.34 3/72 15197
/proc/meminfo: memFree=846360/2055920 swapFree=4192812/4192956
[pid=15196] ppid=15190 vsize=915328 CPUtime=0.45
/proc/15196/stat : 15196 (java) R 15190 15196 15061 0 -1 0 6293 0 6 0 42 3 0 0 16 0 8 0 176287350 937295872 6037 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942034 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15196/statm: 228832 6037 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.34196 s]
/proc/loadavg: 1.10 1.58 1.34 2/75 15207
/proc/meminfo: memFree=821440/2055920 swapFree=4192812/4192956
[pid=15196] ppid=15190 vsize=915584 CPUtime=1.28
/proc/15196/stat : 15196 (java) R 15190 15196 15061 0 -1 0 8762 0 6 0 122 6 0 0 16 0 8 0 176287350 937558016 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073918150 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15196/statm: 228896 8505 2524 14 0 215366 0
[pid=15196/tid=15201] ppid=15190 vsize=915584 CPUtime=0.03
/proc/15196/task/15201/stat : 15201 (java) S 15190 15196 15061 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176287355 937558016 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15202] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15190 15196 15061 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 176287356 937558016 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15203] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15190 15196 15061 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176287356 937558016 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15190 15196 15061 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176287359 937558016 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15190 vsize=915584 CPUtime=0.22
/proc/15196/task/15205/stat : 15205 (java) S 15190 15196 15061 0 -1 64 408 0 0 0 21 1 0 0 16 0 8 0 176287359 937558016 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15206/stat : 15206 (java) S 15190 15196 15061 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 176287359 937558016 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15190 15196 15061 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176287359 937558016 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915584

[startup+2.98028 s]
/proc/loadavg: 1.09 1.57 1.33 2/75 15209
/proc/meminfo: memFree=821056/2055920 swapFree=4192812/4192956
[pid=15196] ppid=15190 vsize=915584 CPUtime=2.9
/proc/15196/stat : 15196 (java) R 15190 15196 15061 0 -1 0 8795 0 6 0 284 6 0 0 17 0 8 0 176287350 937558016 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073919000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 228896 8537 2524 14 0 215366 0
[pid=15196/tid=15201] ppid=15190 vsize=915584 CPUtime=0.03
/proc/15196/task/15201/stat : 15201 (java) S 15190 15196 15061 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176287355 937558016 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15202] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15190 15196 15061 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 176287356 937558016 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15203] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15190 15196 15061 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176287356 937558016 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15190 15196 15061 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176287359 937558016 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15190 vsize=915584 CPUtime=0.24
/proc/15196/task/15205/stat : 15205 (java) S 15190 15196 15061 0 -1 64 419 0 0 0 23 1 0 0 16 0 8 0 176287359 937558016 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15206/stat : 15206 (java) S 15190 15196 15061 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 176287359 937558016 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15190 15196 15061 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176287359 937558016 8537 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915584

[startup+6.27792 s]
/proc/loadavg: 1.09 1.57 1.33 3/82 15217
/proc/meminfo: memFree=818448/2055920 swapFree=4192812/4192956
[pid=15196] ppid=15190 vsize=915584 CPUtime=6.2
/proc/15196/stat : 15196 (java) R 15190 15196 15061 0 -1 0 8800 0 6 0 614 6 0 0 25 0 8 0 176287350 937558016 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073919033 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 228896 8542 2524 14 0 215366 0
[pid=15196/tid=15201] ppid=15190 vsize=915584 CPUtime=0.03
/proc/15196/task/15201/stat : 15201 (java) S 15190 15196 15061 0 -1 64 304 0 0 0 3 0 0 0 17 0 8 0 176287355 937558016 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15202] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15190 15196 15061 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 176287356 937558016 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15203] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15190 15196 15061 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176287356 937558016 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15190 15196 15061 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176287359 937558016 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15190 vsize=915584 CPUtime=0.24
/proc/15196/task/15205/stat : 15205 (java) S 15190 15196 15061 0 -1 64 419 0 0 0 23 1 0 0 15 0 8 0 176287359 937558016 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15206/stat : 15206 (java) S 15190 15196 15061 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 176287359 937558016 8542 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15190 15196 15061 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176287359 937558016 8542 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) 915584

[startup+12.7572 s]
/proc/loadavg: 1.23 1.58 1.34 3/82 15217
/proc/meminfo: memFree=818384/2055920 swapFree=4192812/4192956
[pid=15196] ppid=15190 vsize=915584 CPUtime=12.67
/proc/15196/stat : 15196 (java) R 15190 15196 15061 0 -1 0 8806 0 6 0 1261 6 0 0 25 0 8 0 176287350 937558016 8547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073905780 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15196/statm: 228896 8547 2524 14 0 215366 0
[pid=15196/tid=15201] ppid=15190 vsize=915584 CPUtime=0.03
/proc/15196/task/15201/stat : 15201 (java) S 15190 15196 15061 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176287355 937558016 8547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15202] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15202/stat : 15202 (java) S 15190 15196 15061 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 176287356 937558016 8547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15203] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15203/stat : 15203 (java) S 15190 15196 15061 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176287356 937558016 8547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15204] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15204/stat : 15204 (java) S 15190 15196 15061 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176287359 937558016 8547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15205] ppid=15190 vsize=915584 CPUtime=0.24
/proc/15196/task/15205/stat : 15205 (java) S 15190 15196 15061 0 -1 64 419 0 0 0 23 1 0 0 15 0 8 0 176287359 937558016 8547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15206] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15206/stat : 15206 (java) S 15190 15196 15061 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 176287359 937558016 8547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15196/tid=15207] ppid=15190 vsize=915584 CPUtime=0
/proc/15196/task/15207/stat : 15207 (java) S 15190 15196 15061 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176287359 937558016 8547 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 15.9665
CPU time (s): 15.8386
CPU user time (s): 15.7616
CPU system time (s): 0.076988
CPU usage (%): 99.1989
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7616
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8902
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1286
involuntary context switches= 624

runsolver used 0.019996 s user time and 0.05999 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Jan  8 17:54:34 UTC 2007


IDJOB= 227804
IDBENCH= 6120
FILE ID= node38/227804-1168278872

PBS_JOBID= 3483384

Free space on /tmp= 66520 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-41_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227804-1168278872/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-227804-1168278872 -o ROOT/results/node38/solver-227804-1168278872 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227804-1168278872/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  670c715ab6a155ca06d6e0ffeed30174

RANDOM SEED= 765099441

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.267
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.267
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:        847176 kB
Buffers:          7808 kB
Cached:        1125072 kB
SwapCached:          0 kB
Active:         624836 kB
Inactive:       528440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        847176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2696 kB
Writeback:           0 kB
Mapped:          30612 kB
Slab:            40936 kB
Committed_AS:  4017908 kB
PageTables:       1768 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= 66520 MiB



End job on node38 on Mon Jan  8 17:54:56 UTC 2007