Trace number 202761

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 ACSAT 71.9261 72.6527

DiagnosticValue
CHECKS444370623
NODES326786

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-45_ext.xml
MD5SUM1c046588c38b55c6da3459e0e52b840b
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 benchmark13.7239
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints346
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension346
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=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/202761-1168072674/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.41	       =>  wckTime=0.101  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.64	     nbConstraints=346  nbRelationTypes=346  nbExtensionStructures=346  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=346  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=3155  maxDegree=25
0.64	     maxArity=2
0.64	       =>  wckTime=0.329  cpuTime=0.24  mem=12M804
0.68	   
0.68	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.526  cpuTime=0.38  mem=13M933
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.85	     detectedInconsistency=no
0.85	       =>  wckTime=0.0050  cpuTime=0.0  mem=13M933
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=28614  nbPropagations=446  nbRevisions=4342  nbUselessRevisions=3447  nbAssignments=23
0.90	     nbFailedAssignments=5  nbBacktracks=13  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.052  cpuTime=0.03  mem=14M908
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=82335  nbPropagations=1636  nbRevisions=17922  nbUselessRevisions=14231  nbAssignments=60
0.92	     nbFailedAssignments=20  nbBacktracks=28  nbVisitedNodes=99  nbRestartNogoods=1  mapSize=24  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.076  cpuTime=0.05  mem=14M908
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=142278  nbPropagations=3617  nbRevisions=41771  nbUselessRevisions=33464
0.94	     nbAssignments=104  nbFailedAssignments=35  nbBacktracks=50  nbVisitedNodes=172  nbRestartNogoods=6  mapSize=44
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.098  cpuTime=0.06  mem=14M908
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=230964  nbPropagations=6831  nbRevisions=81903  nbUselessRevisions=65870
0.96	     nbAssignments=167  nbFailedAssignments=58  nbBacktracks=84  nbVisitedNodes=278  nbRestartNogoods=9  mapSize=75
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.117  cpuTime=0.08  mem=14M908
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=327266  nbPropagations=11465  nbRevisions=139935  nbUselessRevisions=112747
0.98	     nbAssignments=247  nbFailedAssignments=79  nbBacktracks=137  nbVisitedNodes=404  nbRestartNogoods=12  mapSize=112
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.14  cpuTime=0.1  mem=14M908
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=489334  nbPropagations=18477  nbRevisions=231339  nbUselessRevisions=186865
1.02	     nbAssignments=379  nbFailedAssignments=129  nbBacktracks=212  nbVisitedNodes=633  nbRestartNogoods=16  mapSize=177
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.178  cpuTime=0.13  mem=14M908
1.07	   
1.07	   search
1.07	     run=6  nbConstraintChecks=725219  nbPropagations=28765  nbRevisions=367089  nbUselessRevisions=296916
1.07	     nbAssignments=565  nbFailedAssignments=195  nbBacktracks=325  nbVisitedNodes=947  nbRestartNogoods=20  mapSize=266
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.225  cpuTime=0.18  mem=14M908
1.15	   
1.15	   search
1.15	     run=7  nbConstraintChecks=1096549  nbPropagations=44379  nbRevisions=574860  nbUselessRevisions=465115
1.15	     nbAssignments=856  nbFailedAssignments=308  nbBacktracks=499  nbVisitedNodes=1449  nbRestartNogoods=25  mapSize=412
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.304  cpuTime=0.25  mem=14M908
1.27	   
1.27	   search
1.27	     run=8  nbConstraintChecks=1724387  nbPropagations=68523  nbRevisions=903704  nbUselessRevisions=730993
1.27	     nbAssignments=1316  nbFailedAssignments=503  nbBacktracks=757  nbVisitedNodes=2259  nbRestartNogoods=28
1.27	     mapSize=637  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.427  cpuTime=0.37  mem=14M908
1.45	   
1.45	   search
1.45	     run=9  nbConstraintChecks=2683829  nbPropagations=105289  nbRevisions=1414223  nbUselessRevisions=1144133
1.45	     nbAssignments=1984  nbFailedAssignments=778  nbBacktracks=1142  nbVisitedNodes=3436  nbRestartNogoods=33
1.45	     mapSize=977  nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.609  cpuTime=0.54  mem=14M908
1.48	   
1.48	   INFO : Stopping hyperNogood (mapSize=1024, nbTooLargekeys=0, mem=14M908)
1.69	   
1.69	   search
1.69	     run=10  nbConstraintChecks=4072524  nbPropagations=161211  nbRevisions=2201124  nbUselessRevisions=1781948
1.69	     nbAssignments=3004  nbFailedAssignments=1214  nbBacktracks=1720  nbVisitedNodes=5244  nbRestartNogoods=41
1.69	       =>  wckTime=0.849  cpuTime=0.77  mem=14M908
2.02	   
2.02	   search
2.02	     run=11  nbConstraintChecks=6003147  nbPropagations=244186  nbRevisions=3376796  nbUselessRevisions=2735437
2.02	     nbAssignments=4494  nbFailedAssignments=1833  nbBacktracks=2584  nbVisitedNodes=7863  nbRestartNogoods=50
2.02	       =>  wckTime=1.175  cpuTime=1.08  mem=14M908
2.52	   
2.52	   search
2.52	     run=12  nbConstraintChecks=9140724  nbPropagations=368891  nbRevisions=5147952  nbUselessRevisions=4171083
2.52	     nbAssignments=6719  nbFailedAssignments=2755  nbBacktracks=3882  nbVisitedNodes=11747  nbRestartNogoods=61
2.52	       =>  wckTime=1.673  cpuTime=1.57  mem=14M908
3.18	   
3.18	   search
3.18	     run=13  nbConstraintChecks=13239769  nbPropagations=550834  nbRevisions=7726206  nbUselessRevisions=6260481
3.18	     nbAssignments=9970  nbFailedAssignments=4053  nbBacktracks=5830  nbVisitedNodes=17376  nbRestartNogoods=69
3.18	       =>  wckTime=2.34  cpuTime=2.24  mem=14M908
4.25	   
4.25	   search
4.25	     run=14  nbConstraintChecks=19889672  nbPropagations=823062  nbRevisions=11594333  nbUselessRevisions=9395852
4.25	     nbAssignments=14915  nbFailedAssignments=6073  nbBacktracks=8749  nbVisitedNodes=26023  nbRestartNogoods=76
4.25	       =>  wckTime=3.406  cpuTime=3.3  mem=14M908
5.92	   
5.92	   search
5.92	     run=15  nbConstraintChecks=30287377  nbPropagations=1236819  nbRevisions=17497741  nbUselessRevisions=14186103
5.92	     nbAssignments=22324  nbFailedAssignments=9097  nbBacktracks=13129  nbVisitedNodes=39079  nbRestartNogoods=84
5.92	       =>  wckTime=5.074  cpuTime=4.95  mem=14M908
8.47	   
8.47	   search
8.47	     run=16  nbConstraintChecks=46107471  nbPropagations=1864445  nbRevisions=26503788  nbUselessRevisions=21500164
8.47	     nbAssignments=33863  nbFailedAssignments=14059  nbBacktracks=19701  nbVisitedNodes=59536  nbRestartNogoods=95
8.47	       =>  wckTime=7.628  cpuTime=7.48  mem=14M908
12.03	   
12.03	   search
12.03	     run=17  nbConstraintChecks=67771982  nbPropagations=2796247  nbRevisions=39801659  nbUselessRevisions=32298848
12.03	     nbAssignments=50331  nbFailedAssignments=20665  nbBacktracks=29555  nbVisitedNodes=88297  nbRestartNogoods=103
12.03	       =>  wckTime=11.184  cpuTime=11.0  mem=14M908
17.35	   
17.35	   search
17.35	     run=18  nbConstraintChecks=100781205  nbPropagations=4177810  nbRevisions=59504353  nbUselessRevisions=48283253
17.35	     nbAssignments=74930  nbFailedAssignments=30480  nbBacktracks=44333  nbVisitedNodes=131075  nbRestartNogoods=111
17.35	       =>  wckTime=16.512  cpuTime=16.28  mem=14M908
25.49	   
25.49	   search
25.49	     run=19  nbConstraintChecks=151640629  nbPropagations=6252942  nbRevisions=89093319  nbUselessRevisions=72293587
25.49	     nbAssignments=111991  nbFailedAssignments=45365  nbBacktracks=66502  nbVisitedNodes=195850  nbRestartNogoods=117
25.49	       =>  wckTime=24.651  cpuTime=24.34  mem=14M908
37.98	   
37.98	   search
37.98	     run=20  nbConstraintChecks=229632403  nbPropagations=9371121  nbRevisions=133775398  nbUselessRevisions=108562023
37.98	     nbAssignments=168329  nbFailedAssignments=68445  nbBacktracks=99754  nbVisitedNodes=294507  nbRestartNogoods=131
37.98	       =>  wckTime=37.141  cpuTime=36.72  mem=14M908
56.47	   
56.48	   search
56.48	     run=21  nbConstraintChecks=344374555  nbPropagations=14040635  nbRevisions=200952302  nbUselessRevisions=163119478
56.48	     nbAssignments=252679  nbFailedAssignments=102910  nbBacktracks=149632  nbVisitedNodes=442172  nbRestartNogoods=143
56.48	       =>  wckTime=55.633  cpuTime=55.04  mem=14M908
72.59	   
72.59	   search
72.59	     run=22  nbConstraintChecks=444370623  nbPropagations=20076518  nbRevisions=287701448  nbUselessRevisions=233594576
72.59	     nbAssignments=326786  nbFailedAssignments=132456  nbBacktracks=194153  nbVisitedNodes=571127  nbRestartNogoods=163
72.59	       =>  wckTime=71.748  cpuTime=71.01  mem=14M908
72.59	   
72.59	   global
72.59	     nbConstraintChecks=444370623  nbPropagations=20076558  nbRevisions=287701448  nbUselessRevisions=233594576
72.59	     nbRestartNogoods=163  solvingWckTime=71.749  solvingCpuTime=71.01  expiredTime=no  totalExploration=no
72.59	     nbFoundSolutions=1  globalCpuTime=71.44
72.59	       =>  wckTime=72.279  cpuTime=71.39  mem=14M908
72.60	   
72.60	s SATISFIABLE
72.60	v 15 4 0 17 1 9 10 17 0 3 15 2 17 18 6 12 14 2 6 2 11 2 1 14 2 9 14 13 15 1 18 9 13 8 1 6 5 4 4 4 
72.60	d NODES 326786
72.60	d CHECKS 444370623
72.60	   
72.60	   totalWckTime=72.362  totalCpuTime=71.44

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/node12/watcher-202761-1168072674 -o ROOT/results/node12/solver-202761-1168072674 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/202761-1168072674/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.78 1.76 1.84 4/93 20082
/proc/meminfo: memFree=1074216/2055920 swapFree=4160348/4192956
[pid=20081] ppid=20079 vsize=11868 CPUtime=0
/proc/20081/stat : 20081 (java) D 20079 20081 19790 0 -1 0 765 0 1 0 0 0 0 0 17 0 1 0 155662452 12152832 515 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 9696036 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/20081/statm: 2967 515 425 14 0 1602 0

[startup+0.104323 s]
/proc/loadavg: 1.78 1.76 1.84 4/93 20082
/proc/meminfo: memFree=1074216/2055920 swapFree=4160348/4192956
[pid=20081] ppid=20079 vsize=914988 CPUtime=0.08
/proc/20081/stat : 20081 (java) R 20079 20081 19790 0 -1 0 2994 0 1 0 7 1 0 0 18 0 8 0 155662452 936947712 2740 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072932851 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20081/statm: 228747 2740 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514398 s]
/proc/loadavg: 1.78 1.76 1.84 4/93 20082
/proc/meminfo: memFree=1074216/2055920 swapFree=4160348/4192956
[pid=20081] ppid=20079 vsize=915328 CPUtime=0.49
/proc/20081/stat : 20081 (java) R 20079 20081 19790 0 -1 0 6831 0 1 0 45 4 0 0 18 0 8 0 155662452 937295872 6570 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20081/statm: 228832 6570 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33554 s]
/proc/loadavg: 1.78 1.76 1.84 3/100 20089
/proc/meminfo: memFree=1050736/2055920 swapFree=4160348/4192956
[pid=20081] ppid=20079 vsize=915456 CPUtime=1.31
/proc/20081/stat : 20081 (java) R 20079 20081 19790 0 -1 0 8633 0 1 0 124 7 0 0 24 0 8 0 155662452 937426944 8371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073817995 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20081/statm: 228864 8371 2513 14 0 215334 0
[pid=20081/tid=20083] ppid=20079 vsize=915456 CPUtime=0.03
/proc/20081/task/20083/stat : 20083 (java) S 20079 20081 19790 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 155662456 937426944 8371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20084] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20084/stat : 20084 (java) S 20079 20081 19790 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155662456 937426944 8371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20085] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20085/stat : 20085 (java) S 20079 20081 19790 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155662456 937426944 8371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20086] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20086/stat : 20086 (java) S 20079 20081 19790 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155662460 937426944 8371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20087] ppid=20079 vsize=915456 CPUtime=0.21
/proc/20081/task/20087/stat : 20087 (java) S 20079 20081 19790 0 -1 64 381 0 0 0 20 1 0 0 16 0 8 0 155662460 937426944 8371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20088] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20088/stat : 20088 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155662460 937426944 8371 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20089] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20089/stat : 20089 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155662460 937426944 8371 18446744073709551615 134512640 134570532 4294956464 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.97383 s]
/proc/loadavg: 1.78 1.76 1.84 3/100 20089
/proc/meminfo: memFree=1050480/2055920 swapFree=4160348/4192956
[pid=20081] ppid=20079 vsize=915456 CPUtime=2.92
/proc/20081/stat : 20081 (java) R 20079 20081 19790 0 -1 0 8669 0 1 0 285 7 0 0 25 0 8 0 155662452 937426944 8406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073816339 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20081/statm: 228864 8406 2513 14 0 215334 0
[pid=20081/tid=20083] ppid=20079 vsize=915456 CPUtime=0.03
/proc/20081/task/20083/stat : 20083 (java) S 20079 20081 19790 0 -1 64 290 0 0 0 3 0 0 0 17 0 8 0 155662456 937426944 8406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20084] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20084/stat : 20084 (java) S 20079 20081 19790 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155662456 937426944 8406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20085] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20085/stat : 20085 (java) S 20079 20081 19790 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155662456 937426944 8406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20086] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20086/stat : 20086 (java) S 20079 20081 19790 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155662460 937426944 8406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20087] ppid=20079 vsize=915456 CPUtime=0.22
/proc/20081/task/20087/stat : 20087 (java) S 20079 20081 19790 0 -1 64 391 0 0 0 21 1 0 0 15 0 8 0 155662460 937426944 8406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20088] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20088/stat : 20088 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155662460 937426944 8406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20089] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20089/stat : 20089 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155662460 937426944 8406 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915456

[startup+6.27243 s]
/proc/loadavg: 1.80 1.77 1.84 3/100 20089
/proc/meminfo: memFree=1050352/2055920 swapFree=4160348/4192956
[pid=20081] ppid=20079 vsize=915456 CPUtime=6.19
/proc/20081/stat : 20081 (java) R 20079 20081 19790 0 -1 0 8677 0 1 0 612 7 0 0 25 0 8 0 155662452 937426944 8413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073831312 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20081/statm: 228864 8413 2513 14 0 215334 0
[pid=20081/tid=20083] ppid=20079 vsize=915456 CPUtime=0.03
/proc/20081/task/20083/stat : 20083 (java) S 20079 20081 19790 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 155662456 937426944 8413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20084] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20084/stat : 20084 (java) S 20079 20081 19790 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155662456 937426944 8413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20085] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20085/stat : 20085 (java) S 20079 20081 19790 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155662456 937426944 8413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20086] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20086/stat : 20086 (java) S 20079 20081 19790 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155662460 937426944 8413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20087] ppid=20079 vsize=915456 CPUtime=0.22
/proc/20081/task/20087/stat : 20087 (java) S 20079 20081 19790 0 -1 64 391 0 0 0 21 1 0 0 15 0 8 0 155662460 937426944 8413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20088] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20088/stat : 20088 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155662460 937426944 8413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20089] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20089/stat : 20089 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155662460 937426944 8413 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915456

[startup+12.7476 s]
/proc/loadavg: 1.81 1.77 1.84 3/100 20089
/proc/meminfo: memFree=1050288/2055920 swapFree=4160348/4192956
[pid=20081] ppid=20079 vsize=915456 CPUtime=12.61
/proc/20081/stat : 20081 (java) R 20079 20081 19790 0 -1 0 8683 0 1 0 1254 7 0 0 25 0 8 0 155662452 937426944 8418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073817989 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20081/statm: 228864 8418 2513 14 0 215334 0
[pid=20081/tid=20083] ppid=20079 vsize=915456 CPUtime=0.03
/proc/20081/task/20083/stat : 20083 (java) S 20079 20081 19790 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 155662456 937426944 8418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20084] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20084/stat : 20084 (java) S 20079 20081 19790 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155662456 937426944 8418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20085] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20085/stat : 20085 (java) S 20079 20081 19790 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155662456 937426944 8418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20086] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20086/stat : 20086 (java) S 20079 20081 19790 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155662460 937426944 8418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20087] ppid=20079 vsize=915456 CPUtime=0.23
/proc/20081/task/20087/stat : 20087 (java) S 20079 20081 19790 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 155662460 937426944 8418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20088] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20088/stat : 20088 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155662460 937426944 8418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20089] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20089/stat : 20089 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155662460 937426944 8418 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915456

[startup+25.6069 s]
/proc/loadavg: 1.85 1.78 1.84 3/100 20089
/proc/meminfo: memFree=1050352/2055920 swapFree=4160348/4192956
[pid=20081] ppid=20079 vsize=915456 CPUtime=25.35
/proc/20081/stat : 20081 (java) R 20079 20081 19790 0 -1 0 8688 0 1 0 2528 7 0 0 25 0 8 0 155662452 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073834912 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20081/statm: 228864 8423 2513 14 0 215334 0
[pid=20081/tid=20083] ppid=20079 vsize=915456 CPUtime=0.03
/proc/20081/task/20083/stat : 20083 (java) S 20079 20081 19790 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 155662456 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20084] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20084/stat : 20084 (java) S 20079 20081 19790 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155662456 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20085] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20085/stat : 20085 (java) S 20079 20081 19790 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155662456 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20086] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20086/stat : 20086 (java) S 20079 20081 19790 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155662460 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20087] ppid=20079 vsize=915456 CPUtime=0.23
/proc/20081/task/20087/stat : 20087 (java) S 20079 20081 19790 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 155662460 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20088] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20088/stat : 20088 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155662460 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20089] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20089/stat : 20089 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155662460 937426944 8423 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915456

[startup+51.2125 s]
/proc/loadavg: 1.90 1.80 1.85 3/100 20089
/proc/meminfo: memFree=1050352/2055920 swapFree=4160348/4192956
[pid=20081] ppid=20079 vsize=915456 CPUtime=50.72
/proc/20081/stat : 20081 (java) R 20079 20081 19790 0 -1 0 8690 0 1 0 5065 7 0 0 25 0 8 0 155662452 937426944 8425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073795536 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20081/statm: 228864 8425 2513 14 0 215334 0
[pid=20081/tid=20083] ppid=20079 vsize=915456 CPUtime=0.03
/proc/20081/task/20083/stat : 20083 (java) S 20079 20081 19790 0 -1 64 290 0 0 0 3 0 0 0 16 0 8 0 155662456 937426944 8425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20084] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20084/stat : 20084 (java) S 20079 20081 19790 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155662456 937426944 8425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20085] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20085/stat : 20085 (java) S 20079 20081 19790 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155662456 937426944 8425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20086] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20086/stat : 20086 (java) S 20079 20081 19790 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155662460 937426944 8425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20087] ppid=20079 vsize=915456 CPUtime=0.23
/proc/20081/task/20087/stat : 20087 (java) S 20079 20081 19790 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 155662460 937426944 8425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20088] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20088/stat : 20088 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155662460 937426944 8425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20081/tid=20089] ppid=20079 vsize=915456 CPUtime=0
/proc/20081/task/20089/stat : 20089 (java) S 20079 20081 19790 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155662460 937426944 8425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 72.6527
CPU time (s): 71.9261
CPU user time (s): 71.8421
CPU system time (s): 0.083987
CPU usage (%): 98.9999
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.8421
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8787
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= 2577
involuntary context switches= 5632

runsolver used 0.089986 s user time and 0.243962 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan  6 08:37:54 UTC 2007


IDJOB= 202761
IDBENCH= 3881
FILE ID= node12/202761-1168072674

PBS_JOBID= 3475752

Free space on /tmp= 66316 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19/rand-2-40-19-443-230-45_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/202761-1168072674/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-202761-1168072674 -o ROOT/results/node12/solver-202761-1168072674 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/202761-1168072674/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1c046588c38b55c6da3459e0e52b840b

RANDOM SEED= 926370374

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.265
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.265
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:       1074696 kB
Buffers:         27840 kB
Cached:         231860 kB
SwapCached:       4684 kB
Active:         689112 kB
Inactive:       210140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1074696 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:         659312 kB
Slab:            65612 kB
Committed_AS:  4713672 kB
PageTables:       3304 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= 66316 MiB



End job on node12 on Sat Jan  6 08:39:07 UTC 2007