Trace number 226081

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACUNSAT 11.6192 11.7541

DiagnosticValue
CHECKS98798411
NODES49433

General information on the benchmark

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

Solver Data (download as text)

0.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=mac.xml
0.41	   
0.41	   instance
0.41	     name=/tmp/evaluation/226081-1168080670/unknown.xml
0.44	   
0.44	   domains being loaded...
0.44	   
0.44	   variables being loaded...
0.47	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.47	       =>  wckTime=0.098  cpuTime=0.1  mem=6M951
0.47	   
0.47	   relations being loaded...
0.59	   
0.59	   constraints being loaded...
0.67	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.67	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=12  maxArity=2
0.67	       =>  wckTime=0.294  cpuTime=0.25  mem=15M763
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.482  cpuTime=0.37  mem=13M789
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.87	     detectedInconsistency=no
0.87	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M789
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=44074  nbPropagations=699  nbRevisions=3600  nbUselessRevisions=2161  nbAssignments=25
0.91	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.05  cpuTime=0.04  mem=14M764
0.94	   
0.94	   search
0.94	     run=1  nbConstraintChecks=126568  nbPropagations=2557  nbRevisions=14252  nbUselessRevisions=8731  nbAssignments=69
0.94	     nbFailedAssignments=35  nbBacktracks=26  nbVisitedNodes=125  nbRestartNogoods=4  mapSize=24  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.073  cpuTime=0.05  mem=14M764
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=217827  nbPropagations=5614  nbRevisions=31823  nbUselessRevisions=19430
0.95	     nbAssignments=122  nbFailedAssignments=62  nbBacktracks=48  nbVisitedNodes=220  nbRestartNogoods=8  mapSize=42
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.091  cpuTime=0.07  mem=14M764
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=335869  nbPropagations=10403  nbRevisions=59348  nbUselessRevisions=36247
0.98	     nbAssignments=200  nbFailedAssignments=102  nbBacktracks=84  nbVisitedNodes=357  nbRestartNogoods=14  mapSize=69
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.113  cpuTime=0.09  mem=14M764
1.01	   
1.01	   search
1.01	     run=4  nbConstraintChecks=625345  nbPropagations=18538  nbRevisions=107210  nbUselessRevisions=65351
1.01	     nbAssignments=319  nbFailedAssignments=168  nbBacktracks=134  nbVisitedNodes=582  nbRestartNogoods=15  mapSize=117
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.15  cpuTime=0.12  mem=14M764
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=994063  nbPropagations=32071  nbRevisions=187265  nbUselessRevisions=113924
1.06	     nbAssignments=518  nbFailedAssignments=287  nbBacktracks=209  nbVisitedNodes=959  nbRestartNogoods=19  mapSize=188
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.2  cpuTime=0.17  mem=14M764
1.12	   
1.12	   search
1.12	     run=6  nbConstraintChecks=1444781  nbPropagations=51802  nbRevisions=303326  nbUselessRevisions=184673
1.12	     nbAssignments=775  nbFailedAssignments=427  nbBacktracks=322  nbVisitedNodes=1433  nbRestartNogoods=23  mapSize=290
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.26  cpuTime=0.23  mem=14M764
1.21	   
1.21	   search
1.21	     run=7  nbConstraintChecks=2074317  nbPropagations=80475  nbRevisions=473161  nbUselessRevisions=288334
1.21	     nbAssignments=1123  nbFailedAssignments=602  nbBacktracks=492  nbVisitedNodes=2066  nbRestartNogoods=29
1.21	     mapSize=439  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.347  cpuTime=0.31  mem=14M764
1.36	   
1.36	   search
1.36	     run=8  nbConstraintChecks=3256979  nbPropagations=123559  nbRevisions=730772  nbUselessRevisions=445160
1.36	     nbAssignments=1664  nbFailedAssignments=883  nbBacktracks=748  nbVisitedNodes=3056  nbRestartNogoods=33
1.36	     mapSize=668  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.499  cpuTime=0.45  mem=14M764
1.55	   
1.55	   search
1.55	     run=9  nbConstraintChecks=4750324  nbPropagations=188273  nbRevisions=1117769  nbUselessRevisions=681132
1.55	     nbAssignments=2507  nbFailedAssignments=1338  nbBacktracks=1132  nbVisitedNodes=4600  nbRestartNogoods=49
1.55	     mapSize=1005  nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.684  cpuTime=0.63  mem=14M764
1.56	   
1.56	   INFO : Stopping hyperNogood (mapSize=1019, nbTooLargekeys=0, mem=14M764)
1.84	   
1.84	   search
1.84	     run=10  nbConstraintChecks=7403030  nbPropagations=285235  nbRevisions=1703796  nbUselessRevisions=1037702
1.84	     nbAssignments=3727  nbFailedAssignments=1978  nbBacktracks=1708  nbVisitedNodes=6835  nbRestartNogoods=60
1.84	       =>  wckTime=0.973  cpuTime=0.91  mem=14M764
2.23	   
2.23	   search
2.23	     run=11  nbConstraintChecks=11115537  nbPropagations=429193  nbRevisions=2575566  nbUselessRevisions=1568691
2.23	     nbAssignments=5563  nbFailedAssignments=2946  nbBacktracks=2572  nbVisitedNodes=10195  nbRestartNogoods=72
2.23	       =>  wckTime=1.368  cpuTime=1.3  mem=14M764
2.81	   
2.81	   search
2.81	     run=12  nbConstraintChecks=16544196  nbPropagations=642565  nbRevisions=3863894  nbUselessRevisions=2353403
2.81	     nbAssignments=8238  nbFailedAssignments=4321  nbBacktracks=3870  nbVisitedNodes=15083  nbRestartNogoods=84
2.81	       =>  wckTime=1.948  cpuTime=1.88  mem=14M764
3.69	   
3.69	   search
3.69	     run=13  nbConstraintChecks=24673479  nbPropagations=964547  nbRevisions=5807735  nbUselessRevisions=3538069
3.69	     nbAssignments=12420  nbFailedAssignments=6552  nbBacktracks=5819  nbVisitedNodes=22758  nbRestartNogoods=98
3.69	       =>  wckTime=2.83  cpuTime=2.76  mem=14M764
5.08	   
5.08	   search
5.08	     run=14  nbConstraintChecks=37899845  nbPropagations=1451723  nbRevisions=8764109  nbUselessRevisions=5340084
5.08	     nbAssignments=18683  nbFailedAssignments=9892  nbBacktracks=8740  nbVisitedNodes=34325  nbRestartNogoods=102
5.08	       =>  wckTime=4.217  cpuTime=4.15  mem=14M764
7.14	   
7.14	   search
7.14	     run=15  nbConstraintChecks=56994126  nbPropagations=2190802  nbRevisions=13268137  nbUselessRevisions=8086182
7.14	     nbAssignments=28279  nbFailedAssignments=15106  nbBacktracks=13119  nbVisitedNodes=52117  nbRestartNogoods=104
7.14	       =>  wckTime=6.279  cpuTime=6.21  mem=14M764
10.08	   
10.08	   search
10.08	     run=16  nbConstraintChecks=83815197  nbPropagations=3294141  nbRevisions=19991933  nbUselessRevisions=12193935
10.08	     nbAssignments=42031  nbFailedAssignments=22288  nbBacktracks=19687  nbVisitedNodes=77398  nbRestartNogoods=118
10.08	       =>  wckTime=9.213  cpuTime=9.14  mem=14M764
11.70	   
11.70	   search
11.70	     run=17  nbConstraintChecks=98798411  nbPropagations=4596501  nbRevisions=27932196  nbUselessRevisions=17045765
11.70	     nbAssignments=49433  nbFailedAssignments=26249  nbBacktracks=23129  nbVisitedNodes=91081  nbRestartNogoods=129
11.70	       =>  wckTime=10.839  cpuTime=10.77  mem=14M764
11.70	   
11.70	   global
11.70	     nbConstraintChecks=98798411  nbPropagations=4596541  nbRevisions=27932196  nbUselessRevisions=17045765
11.70	     nbRestartNogoods=129  solvingWckTime=10.84  solvingCpuTime=10.77  expiredTime=no  totalExploration=yes
11.70	     nbFoundSolutions=0  globalCpuTime=11.18
11.70	       =>  wckTime=11.326  cpuTime=11.14  mem=14M764
11.70	   
11.70	s UNSATISFIABLE
11.70	d NODES 49433
11.70	d CHECKS 98798411
11.70	   
11.70	   totalWckTime=11.401  totalCpuTime=11.18

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/node19/watcher-226081-1168080670 -o ROOT/results/node19/solver-226081-1168080670 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226081-1168080670/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.21 1.20 1.65 2/81 24145
/proc/meminfo: memFree=1251208/2055920 swapFree=4171232/4192956
[pid=24144] ppid=24142 vsize=1500 CPUtime=0
/proc/24144/stat : 24144 (java) R 24142 24144 23717 0 -1 0 86 0 0 0 0 0 0 0 19 0 1 0 156462466 1536000 69 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 7455328 0 0 4096 0 0 0 0 17 1 0 0
/proc/24144/statm: 375 69 55 14 0 8 0

[startup+0.102492 s]
/proc/loadavg: 0.21 1.20 1.65 2/81 24145
/proc/meminfo: memFree=1251208/2055920 swapFree=4171232/4192956
[pid=24144] ppid=24142 vsize=906128 CPUtime=0.02
/proc/24144/stat : 24144 (java) R 24142 24144 23717 0 -1 0 2029 0 1 0 1 1 0 0 18 0 1 0 156462466 927875072 1778 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153369815 0 4 0 7368 0 0 0 17 0 0 0
/proc/24144/statm: 226532 1778 1014 14 0 214115 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 906128

[startup+0.510562 s]
/proc/loadavg: 0.21 1.20 1.65 2/81 24145
/proc/meminfo: memFree=1251208/2055920 swapFree=4171232/4192956
[pid=24144] ppid=24142 vsize=915328 CPUtime=0.41
/proc/24144/stat : 24144 (java) R 24142 24144 23717 0 -1 0 6339 0 1 0 38 3 0 0 16 0 8 0 156462466 937295872 6078 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073567918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24144/statm: 228832 6079 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 915328

[startup+1.33172 s]
/proc/loadavg: 0.21 1.20 1.65 2/88 24152
/proc/meminfo: memFree=1225808/2055920 swapFree=4171232/4192956
[pid=24144] ppid=24142 vsize=915464 CPUtime=1.23
/proc/24144/stat : 24144 (java) S 24142 24144 23717 0 -1 0 9084 0 1 0 117 6 0 0 16 0 8 0 156462466 937435136 8822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24144/statm: 228866 8822 2513 14 0 215336 0
[pid=24144/tid=24146] ppid=24142 vsize=915464 CPUtime=0.03
/proc/24144/task/24146/stat : 24146 (java) S 24142 24144 23717 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156462476 937435136 8822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24144/tid=24147] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24147/stat : 24147 (java) S 24142 24144 23717 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156462477 937435136 8822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24148] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24148/stat : 24148 (java) S 24142 24144 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156462477 937435136 8822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24149] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24149/stat : 24149 (java) S 24142 24144 23717 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156462480 937435136 8822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24150] ppid=24142 vsize=915464 CPUtime=0.17
/proc/24144/task/24150/stat : 24150 (java) R 24142 24144 23717 0 -1 64 368 0 0 0 16 1 0 0 16 0 8 0 156462480 937435136 8822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153793142 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24151] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24151/stat : 24151 (java) S 24142 24144 23717 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156462480 937435136 8822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24152] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24152/stat : 24152 (java) S 24142 24144 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156462480 937435136 8822 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915464

[startup+2.97503 s]
/proc/loadavg: 0.27 1.19 1.64 3/100 24164
/proc/meminfo: memFree=1217136/2055920 swapFree=4171232/4192956
[pid=24144] ppid=24142 vsize=915464 CPUtime=2.87
/proc/24144/stat : 24144 (java) R 24142 24144 23717 0 -1 0 9095 0 1 0 281 6 0 0 18 0 8 0 156462466 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073731403 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24144/statm: 228866 8831 2513 14 0 215336 0
[pid=24144/tid=24146] ppid=24142 vsize=915464 CPUtime=0.03
/proc/24144/task/24146/stat : 24146 (java) S 24142 24144 23717 0 -1 64 254 0 0 0 3 0 0 0 17 0 8 0 156462476 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24144/tid=24147] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24147/stat : 24147 (java) S 24142 24144 23717 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156462477 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24148] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24148/stat : 24148 (java) S 24142 24144 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156462477 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24149] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24149/stat : 24149 (java) S 24142 24144 23717 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156462480 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24150] ppid=24142 vsize=915464 CPUtime=0.19
/proc/24144/task/24150/stat : 24150 (java) S 24142 24144 23717 0 -1 64 377 0 0 0 18 1 0 0 16 0 8 0 156462480 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24144/tid=24151] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24151/stat : 24151 (java) S 24142 24144 23717 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156462480 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24152] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24152/stat : 24152 (java) S 24142 24144 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156462480 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 915464

[startup+6.26764 s]
/proc/loadavg: 0.27 1.19 1.64 3/100 24164
/proc/meminfo: memFree=1199408/2055920 swapFree=4171232/4192956
[pid=24144] ppid=24142 vsize=915464 CPUtime=6.17
/proc/24144/stat : 24144 (java) R 24142 24144 23717 0 -1 0 9095 0 1 0 610 7 0 0 25 0 8 0 156462466 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073757930 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24144/statm: 228866 8831 2513 14 0 215336 0
[pid=24144/tid=24146] ppid=24142 vsize=915464 CPUtime=0.03
/proc/24144/task/24146/stat : 24146 (java) S 24142 24144 23717 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156462476 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24144/tid=24147] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24147/stat : 24147 (java) S 24142 24144 23717 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156462477 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24148] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24148/stat : 24148 (java) S 24142 24144 23717 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156462477 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24149] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24149/stat : 24149 (java) S 24142 24144 23717 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156462480 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24150] ppid=24142 vsize=915464 CPUtime=0.19
/proc/24144/task/24150/stat : 24150 (java) S 24142 24144 23717 0 -1 64 377 0 0 0 18 1 0 0 16 0 8 0 156462480 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24144/tid=24151] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24151/stat : 24151 (java) S 24142 24144 23717 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156462480 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24144/tid=24152] ppid=24142 vsize=915464 CPUtime=0
/proc/24144/task/24152/stat : 24152 (java) S 24142 24144 23717 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156462480 937435136 8831 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 11.7541
CPU time (s): 11.6192
CPU user time (s): 11.5432
CPU system time (s): 0.075988
CPU usage (%): 98.8523
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5432
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9101
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= 1002
involuntary context switches= 181

runsolver used 0.018997 s user time and 0.034994 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan  6 10:51:13 UTC 2007


IDJOB= 226081
IDBENCH= 5932
FILE ID= node19/226081-1168080670

PBS_JOBID= 3475867

Free space on /tmp= 66312 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  054d03355ebf2b9c54d4b3cc1c321848

RANDOM SEED= 128728475

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.260
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.260
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:       1254312 kB
Buffers:         70424 kB
Cached:         595664 kB
SwapCached:      10036 kB
Active:         289904 kB
Inactive:       411440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1254312 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:          44544 kB
Slab:            85264 kB
Committed_AS:  3596824 kB
PageTables:       2208 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= 66310 MiB



End job on node19 on Sat Jan  6 10:51:35 UTC 2007