Trace number 195487

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 80.4258 80.8476

DiagnosticValue
CHECKS504378609
NODES372979

General information on the benchmark

Namefrb/frb40-19/
frb40-19-5-mgd_ext.xml
MD5SUM8589284fd07ecd642593419b9f201de6
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 benchmark10.2274
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints326
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension326
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/195487-1168112978/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.41	       =>  wckTime=0.1  cpuTime=0.1  mem=6M951
0.41	   
0.41	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.63	     nbConstraints=326  nbRelationTypes=326  nbExtensionStructures=326  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=326  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2225  maxDegree=23
0.63	     maxArity=2
0.63	       =>  wckTime=0.317  cpuTime=0.24  mem=12M803
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.518  cpuTime=0.38  mem=15M6
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=68667  nbPropagations=917  nbRevisions=7536  nbUselessRevisions=6229  nbSingletonTests=50
0.88	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.88	       =>  wckTime=0.051  cpuTime=0.03  mem=15M6
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=24436  nbPropagations=1294  nbRevisions=11638  nbUselessRevisions=9584  nbAssignments=20
0.90	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=30  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.071  cpuTime=0.04  mem=15M6
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=62185  nbPropagations=3133  nbRevisions=29714  nbUselessRevisions=24300  nbAssignments=50
0.92	     nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=77  nbRestartNogoods=1  mapSize=19  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.091  cpuTime=0.05  mem=15M6
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=132938  nbPropagations=5999  nbRevisions=61012  nbUselessRevisions=49737
0.95	     nbAssignments=104  nbFailedAssignments=37  nbBacktracks=48  nbVisitedNodes=170  nbRestartNogoods=3  mapSize=39
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.116  cpuTime=0.07  mem=15M6
0.97	   
0.97	   search
0.97	     run=3  nbConstraintChecks=223666  nbPropagations=10039  nbRevisions=107241  nbUselessRevisions=86982
0.97	     nbAssignments=168  nbFailedAssignments=61  nbBacktracks=82  nbVisitedNodes=276  nbRestartNogoods=7  mapSize=67
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.135  cpuTime=0.09  mem=15M6
0.99	   
0.99	   search
0.99	     run=4  nbConstraintChecks=322151  nbPropagations=15521  nbRevisions=172078  nbUselessRevisions=139349
0.99	     nbAssignments=247  nbFailedAssignments=84  nbBacktracks=133  nbVisitedNodes=403  nbRestartNogoods=10  mapSize=106
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.157  cpuTime=0.11  mem=15M6
1.02	   
1.03	   search
1.03	     run=5  nbConstraintChecks=482843  nbPropagations=23317  nbRevisions=267324  nbUselessRevisions=216286
1.03	     nbAssignments=379  nbFailedAssignments=135  nbBacktracks=209  nbVisitedNodes=624  nbRestartNogoods=13  mapSize=171
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.194  cpuTime=0.14  mem=15M6
1.08	   
1.08	   search
1.08	     run=6  nbConstraintChecks=798459  nbPropagations=35390  nbRevisions=419810  nbUselessRevisions=338684
1.08	     nbAssignments=605  nbFailedAssignments=242  nbBacktracks=322  nbVisitedNodes=1026  nbRestartNogoods=16  mapSize=270
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.252  cpuTime=0.19  mem=15M6
1.17	   
1.17	   search
1.17	     run=7  nbConstraintChecks=1231774  nbPropagations=53465  nbRevisions=653899  nbUselessRevisions=525998
1.17	     nbAssignments=919  nbFailedAssignments=378  nbBacktracks=493  nbVisitedNodes=1582  nbRestartNogoods=18  mapSize=419
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.339  cpuTime=0.28  mem=15M6
1.27	   
1.27	   search
1.27	     run=8  nbConstraintChecks=1728136  nbPropagations=78991  nbRevisions=991278  nbUselessRevisions=797236
1.27	     nbAssignments=1382  nbFailedAssignments=569  nbBacktracks=750  nbVisitedNodes=2377  nbRestartNogoods=22
1.27	     mapSize=632  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.442  cpuTime=0.37  mem=15M6
1.44	   
1.44	   search
1.44	     run=9  nbConstraintChecks=2610642  nbPropagations=116818  nbRevisions=1495498  nbUselessRevisions=1201762
1.44	     nbAssignments=2061  nbFailedAssignments=854  nbBacktracks=1138  nbVisitedNodes=3566  nbRestartNogoods=29
1.44	     mapSize=957  nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.612  cpuTime=0.52  mem=15M6
1.47	   
1.47	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=15M6)
1.66	   
1.66	   search
1.66	     run=10  nbConstraintChecks=3898086  nbPropagations=172777  nbRevisions=2242702  nbUselessRevisions=1799155
1.66	     nbAssignments=3062  nbFailedAssignments=1271  nbBacktracks=1716  nbVisitedNodes=5306  nbRestartNogoods=35
1.66	       =>  wckTime=0.833  cpuTime=0.74  mem=15M6
1.98	   
1.98	   search
1.98	     run=11  nbConstraintChecks=5861987  nbPropagations=255738  nbRevisions=3352938  nbUselessRevisions=2686293
1.98	     nbAssignments=4520  nbFailedAssignments=1858  nbBacktracks=2580  nbVisitedNodes=7852  nbRestartNogoods=45
1.98	       =>  wckTime=1.153  cpuTime=1.05  mem=15M6
2.43	   
2.43	   search
2.43	     run=12  nbConstraintChecks=8553313  nbPropagations=377675  nbRevisions=4991116  nbUselessRevisions=3998467
2.43	     nbAssignments=6713  nbFailedAssignments=2747  nbBacktracks=3879  nbVisitedNodes=11665  nbRestartNogoods=54
2.43	       =>  wckTime=1.596  cpuTime=1.48  mem=15M6
3.17	   
3.17	   search
3.17	     run=13  nbConstraintChecks=13389587  nbPropagations=562964  nbRevisions=7501980  nbUselessRevisions=6007679
3.17	     nbAssignments=10012  nbFailedAssignments=4094  nbBacktracks=5825  nbVisitedNodes=17494  nbRestartNogoods=59
3.17	       =>  wckTime=2.335  cpuTime=2.22  mem=15M6
4.16	   
4.16	   search
4.16	     run=14  nbConstraintChecks=19377034  nbPropagations=836715  nbRevisions=11200435  nbUselessRevisions=8972443
4.16	     nbAssignments=14894  nbFailedAssignments=6050  nbBacktracks=8744  nbVisitedNodes=26011  nbRestartNogoods=67
4.16	       =>  wckTime=3.327  cpuTime=3.21  mem=15M6
5.84	   
5.84	   search
5.84	     run=15  nbConstraintChecks=30139920  nbPropagations=1255332  nbRevisions=16880472  nbUselessRevisions=13521374
5.84	     nbAssignments=22610  nbFailedAssignments=9382  nbBacktracks=13122  nbVisitedNodes=39706  nbRestartNogoods=77
5.84	       =>  wckTime=5.008  cpuTime=4.88  mem=15M6
8.03	   
8.03	   search
8.03	     run=16  nbConstraintChecks=43597594  nbPropagations=1866988  nbRevisions=25187679  nbUselessRevisions=20188882
8.03	     nbAssignments=33323  nbFailedAssignments=13521  nbBacktracks=19691  nbVisitedNodes=58205  nbRestartNogoods=90
8.03	       =>  wckTime=7.204  cpuTime=7.07  mem=15M6
11.73	   
11.73	   search
11.73	     run=17  nbConstraintChecks=67449094  nbPropagations=2794987  nbRevisions=37798459  nbUselessRevisions=30293809
11.73	     nbAssignments=50113  nbFailedAssignments=20451  nbBacktracks=29543  nbVisitedNodes=87680  nbRestartNogoods=97
11.73	       =>  wckTime=10.898  cpuTime=10.75  mem=15M6
16.86	   
16.86	   search
16.86	     run=18  nbConstraintChecks=100214879  nbPropagations=4166373  nbRevisions=56368766  nbUselessRevisions=45159997
16.86	     nbAssignments=74214  nbFailedAssignments=29755  nbBacktracks=44323  nbVisitedNodes=129268  nbRestartNogoods=104
16.86	       =>  wckTime=16.03  cpuTime=15.86  mem=15M982
24.47	   
24.47	   search
24.47	     run=19  nbConstraintChecks=147423095  nbPropagations=6209502  nbRevisions=84209400  nbUselessRevisions=67528693
24.47	     nbAssignments=110843  nbFailedAssignments=44209  nbBacktracks=66493  nbVisitedNodes=193208  nbRestartNogoods=113
24.47	       =>  wckTime=23.638  cpuTime=23.43  mem=15M982
36.67	   
36.67	   search
36.67	     run=20  nbConstraintChecks=224533325  nbPropagations=9309670  nbRevisions=126566998  nbUselessRevisions=101580116
36.67	     nbAssignments=167179  nbFailedAssignments=67286  nbBacktracks=99745  nbVisitedNodes=292194  nbRestartNogoods=127
36.67	       =>  wckTime=35.842  cpuTime=35.57  mem=15M982
53.97	   
53.97	   search
53.97	     run=21  nbConstraintChecks=332999462  nbPropagations=13917887  nbRevisions=189622625  nbUselessRevisions=152289960
53.97	     nbAssignments=249540  nbFailedAssignments=99761  nbBacktracks=149623  nbVisitedNodes=435625  nbRestartNogoods=139
53.97	       =>  wckTime=53.139  cpuTime=52.78  mem=15M982
80.82	   
80.82	   search
80.82	     run=22  nbConstraintChecks=504309942  nbPropagations=20844871  nbRevisions=284759808  nbUselessRevisions=228787337
80.82	     nbAssignments=372979  nbFailedAssignments=151105  nbBacktracks=221661  nbVisitedNodes=652819  nbRestartNogoods=145
80.82	       =>  wckTime=79.993  cpuTime=79.5  mem=15M982
80.83	   
80.83	   global
80.83	     nbConstraintChecks=504378609  nbPropagations=20845788  nbRevisions=284767344  nbUselessRevisions=228793566
80.83	     nbRestartNogoods=145  solvingWckTime=79.994  solvingCpuTime=79.5  expiredTime=no  totalExploration=no
80.83	     nbFoundSolutions=1  globalCpuTime=79.92
80.83	       =>  wckTime=80.516  cpuTime=79.89  mem=15M982
80.83	   
80.83	s SATISFIABLE
80.83	v 0 10 2 5 15 2 13 13 15 5 18 16 10 16 3 17 6 12 8 6 16 4 3 15 9 4 16 5 1 5 0 12 15 18 17 9 18 14 0 4 
80.83	d NODES 372979
80.83	d CHECKS 504378609
80.83	   
80.83	   totalWckTime=80.597  totalCpuTime=79.94

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/node25/watcher-195487-1168112978 -o ROOT/results/node25/solver-195487-1168112978 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195487-1168112978/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.86 1.37 1.74 2/86 11703
/proc/meminfo: memFree=1575232/2055920 swapFree=4192812/4192956
[pid=11702] ppid=11700 vsize=18540 CPUtime=0
/proc/11702/stat : 11702 (runsolver) R 11700 11702 11219 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 159690245 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 215781797159 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11702/statm: 4635 279 244 17 0 2626 0

[startup+0.102961 s]
/proc/loadavg: 0.86 1.37 1.74 2/86 11703
/proc/meminfo: memFree=1575232/2055920 swapFree=4192812/4192956
[pid=11702] ppid=11700 vsize=914988 CPUtime=0.08
/proc/11702/stat : 11702 (java) S 11700 11702 11219 0 -1 0 2996 0 1 0 7 1 0 0 17 0 8 0 159690245 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11702/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513029 s]
/proc/loadavg: 0.86 1.37 1.74 2/86 11703
/proc/meminfo: memFree=1575232/2055920 swapFree=4192812/4192956
[pid=11702] ppid=11700 vsize=915328 CPUtime=0.49
/proc/11702/stat : 11702 (java) R 11700 11702 11219 0 -1 0 6908 0 1 0 45 4 0 0 18 0 8 0 159690245 937295872 6647 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153440224 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11702/statm: 228832 6647 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34017 s]
/proc/loadavg: 0.86 1.37 1.74 3/93 11710
/proc/meminfo: memFree=1551176/2055920 swapFree=4192812/4192956
[pid=11702] ppid=11700 vsize=915456 CPUtime=1.31
/proc/11702/stat : 11702 (java) R 11700 11702 11219 0 -1 0 8734 0 1 0 124 7 0 0 20 0 8 0 159690245 937426944 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814021 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11702/statm: 228864 8472 2524 14 0 215334 0
[pid=11702/tid=11704] ppid=11700 vsize=915456 CPUtime=0.03
/proc/11702/task/11704/stat : 11704 (java) S 11700 11702 11219 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 159690249 937426944 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 11219 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159690249 937426944 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11706] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 11219 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159690250 937426944 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11707] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159690253 937426944 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11708] ppid=11700 vsize=915456 CPUtime=0.22
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 11219 0 -1 64 385 0 0 0 21 1 0 0 16 0 8 0 159690253 937426944 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11709] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159690253 937426944 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11710] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 11219 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159690253 937426944 8472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915456

[startup+2.97744 s]
/proc/loadavg: 0.86 1.37 1.74 3/95 11720
/proc/meminfo: memFree=1549304/2055920 swapFree=4192812/4192956
[pid=11702] ppid=11700 vsize=915456 CPUtime=2.93
/proc/11702/stat : 11702 (java) R 11700 11702 11219 0 -1 0 8768 0 1 0 286 7 0 0 25 0 8 0 159690245 937426944 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811023 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11702/statm: 228864 8505 2524 14 0 215334 0
[pid=11702/tid=11704] ppid=11700 vsize=915456 CPUtime=0.03
/proc/11702/task/11704/stat : 11704 (java) S 11700 11702 11219 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 159690249 937426944 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 11219 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159690249 937426944 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11706] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 11219 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159690250 937426944 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11707] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159690253 937426944 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11708] ppid=11700 vsize=915456 CPUtime=0.23
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 11219 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 159690253 937426944 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11709] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159690253 937426944 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11710] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 11219 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159690253 937426944 8505 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.277 s]
/proc/loadavg: 0.95 1.38 1.74 3/95 11720
/proc/meminfo: memFree=1549176/2055920 swapFree=4192812/4192956
[pid=11702] ppid=11700 vsize=915456 CPUtime=6.21
/proc/11702/stat : 11702 (java) R 11700 11702 11219 0 -1 0 8778 0 1 0 614 7 0 0 25 0 8 0 159690245 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814027 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11702/statm: 228864 8514 2524 14 0 215334 0
[pid=11702/tid=11704] ppid=11700 vsize=915456 CPUtime=0.03
/proc/11702/task/11704/stat : 11704 (java) S 11700 11702 11219 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 159690249 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 11219 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159690249 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11706] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 11219 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159690250 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11707] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159690253 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11708] ppid=11700 vsize=915456 CPUtime=0.23
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 11219 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 159690253 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11709] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159690253 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11710] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 11219 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159690253 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915456

[startup+12.7531 s]
/proc/loadavg: 1.03 1.39 1.74 3/95 11720
/proc/meminfo: memFree=1549184/2055920 swapFree=4192812/4192956
[pid=11702] ppid=11700 vsize=915456 CPUtime=12.65
/proc/11702/stat : 11702 (java) R 11700 11702 11219 0 -1 0 8782 0 1 0 1258 7 0 0 25 0 8 0 159690245 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797969 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11702/statm: 228864 8518 2524 14 0 215334 0
[pid=11702/tid=11704] ppid=11700 vsize=915456 CPUtime=0.03
/proc/11702/task/11704/stat : 11704 (java) S 11700 11702 11219 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 159690249 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 11219 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159690249 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11706] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 11219 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159690250 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11707] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159690253 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11708] ppid=11700 vsize=915456 CPUtime=0.23
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 11219 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 159690253 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11709] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159690253 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11710] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 11219 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159690253 937426944 8518 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915456

[startup+25.6073 s]
/proc/loadavg: 1.25 1.42 1.74 3/95 11720
/proc/meminfo: memFree=1549120/2055920 swapFree=4192812/4192956
[pid=11702] ppid=11700 vsize=915456 CPUtime=25.46
/proc/11702/stat : 11702 (java) R 11700 11702 11219 0 -1 0 8787 0 1 0 2538 8 0 0 25 0 8 0 159690245 937426944 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794538 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11702/statm: 228864 8523 2524 14 0 215334 0
[pid=11702/tid=11704] ppid=11700 vsize=915456 CPUtime=0.03
/proc/11702/task/11704/stat : 11704 (java) S 11700 11702 11219 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 159690249 937426944 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 11219 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159690249 937426944 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11706] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 11219 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159690250 937426944 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11707] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159690253 937426944 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11708] ppid=11700 vsize=915456 CPUtime=0.23
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 11219 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 159690253 937426944 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11709] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159690253 937426944 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11710] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 11219 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159690253 937426944 8523 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915456

[startup+51.2206 s]
/proc/loadavg: 1.57 1.48 1.75 3/95 11720
/proc/meminfo: memFree=1549120/2055920 swapFree=4192812/4192956
[pid=11702] ppid=11700 vsize=915456 CPUtime=50.94
/proc/11702/stat : 11702 (java) R 11700 11702 11219 0 -1 0 8790 0 1 0 5086 8 0 0 25 0 8 0 159690245 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815105 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11702/statm: 228864 8526 2524 14 0 215334 0
[pid=11702/tid=11704] ppid=11700 vsize=915456 CPUtime=0.03
/proc/11702/task/11704/stat : 11704 (java) S 11700 11702 11219 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 159690249 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11705] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11705/stat : 11705 (java) S 11700 11702 11219 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159690249 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11706] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11706/stat : 11706 (java) S 11700 11702 11219 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 159690250 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11707] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11707/stat : 11707 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 159690253 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11708] ppid=11700 vsize=915456 CPUtime=0.23
/proc/11702/task/11708/stat : 11708 (java) S 11700 11702 11219 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 159690253 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11709] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11709/stat : 11709 (java) S 11700 11702 11219 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159690253 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11702/tid=11710] ppid=11700 vsize=915456 CPUtime=0
/proc/11702/task/11710/stat : 11710 (java) S 11700 11702 11219 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159690253 937426944 8526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 80.8476
CPU time (s): 80.4258
CPU user time (s): 80.3338
CPU system time (s): 0.091986
CPU usage (%): 99.4782
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 80.3338
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8884
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= 2489
involuntary context switches= 4209

runsolver used 0.111982 s user time and 0.26196 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sat Jan  6 19:49:38 UTC 2007


IDJOB= 195487
IDBENCH= 3271
FILE ID= node25/195487-1168112978

PBS_JOBID= 3477380

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb40-19/frb40-19-5-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195487-1168112978/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-195487-1168112978 -o ROOT/results/node25/solver-195487-1168112978 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195487-1168112978/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8589284fd07ecd642593419b9f201de6

RANDOM SEED= 599310438

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.279
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.279
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:       1575776 kB
Buffers:         51308 kB
Cached:         306712 kB
SwapCached:          0 kB
Active:         134028 kB
Inactive:       274212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          69828 kB
Slab:            56788 kB
Committed_AS:  3048504 kB
PageTables:       2316 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= 66548 MiB



End job on node25 on Sat Jan  6 19:50:59 UTC 2007