Trace number 218385

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESACUNSAT 64.0263 64.673

DiagnosticValue
CHECKS53470306
NODES49326

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-45_ext.xml
MD5SUMa7f563e17417029cc0d001ae5faf3c9a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.0773
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/218385-1168252435/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.43	       =>  wckTime=0.101  cpuTime=0.1  mem=6M951
0.43	   
0.43	   relations being loaded...
0.70	   
0.70	   constraints being loaded...
0.86	     nbConstraints=57  nbRelationTypes=57  nbExtensionStructures=57  nbSharedExtensionStructures=0
0.86	     nbConflictsStructures=57  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
0.86	       =>  wckTime=0.538  cpuTime=0.49  mem=41M385
0.94	   
0.94	   solver IterativeSystematicSolver being built... 
1.12	       =>  wckTime=0.794  cpuTime=0.64  mem=20M926
1.21	   
1.21	   preprocessing
1.21	     nbConstraintChecks=19749  nbValidityChecks=33064  nbPropagations=184  nbRevisions=1729  nbUselessRevisions=1470
1.21	     nbSingletonTests=28  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.21	       =>  wckTime=0.085  cpuTime=0.05  mem=20M926
1.29	   
1.29	   search
1.29	     run=0  nbConstraintChecks=38356  nbValidityChecks=75652  nbPropagations=675  nbRevisions=7304
1.29	     nbUselessRevisions=5826  nbAssignments=48  nbFailedAssignments=33  nbBacktracks=10  nbVisitedNodes=92
1.29	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.163  cpuTime=0.11  mem=21M929
1.38	   
1.38	   search
1.38	     run=1  nbConstraintChecks=98733  nbValidityChecks=200708  nbPropagations=2050  nbRevisions=23084
1.38	     nbUselessRevisions=18376  nbAssignments=117  nbFailedAssignments=67  nbBacktracks=26  nbVisitedNodes=191
1.38	     nbRestartNogoods=8  mapSize=25  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.259  cpuTime=0.2  mem=21M929
1.50	   
1.50	   search
1.50	     run=2  nbConstraintChecks=183451  nbValidityChecks=365664  nbPropagations=4319  nbRevisions=49793
1.50	     nbUselessRevisions=39579  nbAssignments=194  nbFailedAssignments=119  nbBacktracks=48  nbVisitedNodes=337
1.50	     nbRestartNogoods=12  mapSize=45  nbInferences=0  nbTooLargeKeys=0
1.50	       =>  wckTime=0.377  cpuTime=0.31  mem=21M929
1.63	   
1.63	   search
1.63	     run=3  nbConstraintChecks=275826  nbValidityChecks=547043  nbPropagations=7840  nbRevisions=89737
1.63	     nbUselessRevisions=70942  nbAssignments=292  nbFailedAssignments=174  nbBacktracks=81  nbVisitedNodes=509
1.63	     nbRestartNogoods=22  mapSize=78  nbInferences=0  nbTooLargeKeys=0
1.63	       =>  wckTime=0.506  cpuTime=0.44  mem=21M929
1.85	   
1.85	   search
1.85	     run=4  nbConstraintChecks=441127  nbValidityChecks=879964  nbPropagations=13156  nbRevisions=151886
1.85	     nbUselessRevisions=119739  nbAssignments=456  nbFailedAssignments=265  nbBacktracks=131  nbVisitedNodes=783
1.85	     nbRestartNogoods=32  mapSize=128  nbInferences=0  nbTooLargeKeys=0
1.85	       =>  wckTime=0.729  cpuTime=0.66  mem=21M929
2.20	   
2.20	   search
2.20	     run=5  nbConstraintChecks=702472  nbValidityChecks=1421298  nbPropagations=21908  nbRevisions=252706
2.20	     nbUselessRevisions=198261  nbAssignments=782  nbFailedAssignments=512  nbBacktracks=206  nbVisitedNodes=1417
2.20	     nbRestartNogoods=38  mapSize=201  nbInferences=0  nbTooLargeKeys=0
2.20	       =>  wckTime=1.078  cpuTime=1.0  mem=21M929
2.70	   
2.70	   search
2.70	     run=6  nbConstraintChecks=1095534  nbValidityChecks=2206121  nbPropagations=35070  nbRevisions=407282
2.70	     nbUselessRevisions=318538  nbAssignments=1150  nbFailedAssignments=764  nbBacktracks=319  nbVisitedNodes=2128
2.70	     nbRestartNogoods=42  mapSize=312  nbInferences=0  nbTooLargeKeys=0
2.70	       =>  wckTime=1.576  cpuTime=1.49  mem=21M929
3.40	   
3.40	   search
3.40	     run=7  nbConstraintChecks=1637766  nbValidityChecks=3223400  nbPropagations=54848  nbRevisions=633998
3.40	     nbUselessRevisions=493948  nbAssignments=1703  nbFailedAssignments=1138  nbBacktracks=489  nbVisitedNodes=3181
3.40	     nbRestartNogoods=53  mapSize=471  nbInferences=0  nbTooLargeKeys=0
3.40	       =>  wckTime=2.275  cpuTime=2.16  mem=21M929
4.54	   
4.54	   search
4.54	     run=8  nbConstraintChecks=2592245  nbValidityChecks=5163091  nbPropagations=84665  nbRevisions=990274
4.55	     nbUselessRevisions=769886  nbAssignments=2599  nbFailedAssignments=1775  nbBacktracks=745  nbVisitedNodes=4916
4.55	     nbRestartNogoods=61  mapSize=720  nbInferences=0  nbTooLargeKeys=0
4.55	       =>  wckTime=3.423  cpuTime=3.29  mem=21M929
5.74	   
5.74	   INFO : Stopping hyperNogood (mapSize=1011, nbTooLargekeys=0, mem=21M929)
6.08	   
6.08	   search
6.08	     run=9  nbConstraintChecks=3822791  nbValidityChecks=7684567  nbPropagations=130593  nbRevisions=1527759
6.08	     nbUselessRevisions=1185557  nbAssignments=4081  nbFailedAssignments=2869  nbBacktracks=1129  nbVisitedNodes=7799
6.08	     nbRestartNogoods=74
6.08	       =>  wckTime=4.955  cpuTime=4.81  mem=21M929
8.36	   
8.36	   search
8.36	     run=10  nbConstraintChecks=5736295  nbValidityChecks=11262519  nbPropagations=199779  nbRevisions=2321458
8.36	     nbUselessRevisions=1796135  nbAssignments=5997  nbFailedAssignments=4197  nbBacktracks=1707  nbVisitedNodes=11502
8.36	     nbRestartNogoods=83
8.36	       =>  wckTime=7.235  cpuTime=7.06  mem=21M929
11.81	   
11.81	   search
11.81	     run=11  nbConstraintChecks=8700684  nbValidityChecks=16885147  nbPropagations=301380  nbRevisions=3491613
11.81	     nbUselessRevisions=2694399  nbAssignments=8596  nbFailedAssignments=5929  nbBacktracks=2571  nbVisitedNodes=16504
11.81	     nbRestartNogoods=95
11.81	       =>  wckTime=10.684  cpuTime=10.47  mem=21M929
17.18	   
17.18	   search
17.18	     run=12  nbConstraintChecks=13290693  nbValidityChecks=25893563  nbPropagations=451049  nbRevisions=5255875
17.18	     nbUselessRevisions=4053276  nbAssignments=12488  nbFailedAssignments=8521  nbBacktracks=3868  nbVisitedNodes=23994
17.18	     nbRestartNogoods=112
17.18	       =>  wckTime=16.055  cpuTime=15.79  mem=21M929
24.33	   
24.33	   search
24.33	     run=13  nbConstraintChecks=19192055  nbValidityChecks=37540594  nbPropagations=673442  nbRevisions=7841217
24.33	     nbUselessRevisions=6044157  nbAssignments=18578  nbFailedAssignments=12660  nbBacktracks=5815  nbVisitedNodes=35755
24.33	     nbRestartNogoods=130
24.33	       =>  wckTime=23.211  cpuTime=22.89  mem=21M929
36.02	   
36.02	   search
36.02	     run=14  nbConstraintChecks=29150785  nbValidityChecks=56591430  nbPropagations=1005519  nbRevisions=11716642
36.02	     nbUselessRevisions=9026714  nbAssignments=27373  nbFailedAssignments=18525  nbBacktracks=8734  nbVisitedNodes=52719
36.02	     nbRestartNogoods=147
36.02	       =>  wckTime=34.894  cpuTime=34.46  mem=21M929
53.45	   
53.45	   search
53.45	     run=15  nbConstraintChecks=44004214  nbValidityChecks=85092878  nbPropagations=1501363  nbRevisions=17515948
53.45	     nbUselessRevisions=13488235  nbAssignments=40574  nbFailedAssignments=27344  nbBacktracks=13112
53.45	     nbVisitedNodes=78167  nbRestartNogoods=150
53.45	       =>  wckTime=52.333  cpuTime=51.73  mem=21M929
64.62	   
64.62	   search
64.62	     run=16  nbConstraintChecks=53450557  nbValidityChecks=102977984  nbPropagations=2105074  nbRevisions=24544748
64.62	     nbUselessRevisions=18891681  nbAssignments=49326  nbFailedAssignments=33256  nbBacktracks=15944
64.62	     nbVisitedNodes=95079  nbRestartNogoods=175
64.62	       =>  wckTime=63.493  cpuTime=62.8  mem=21M929
64.62	   
64.62	   global
64.62	     nbConstraintChecks=53470306  nbValidityChecks=103011048  nbPropagations=2105258  nbRevisions=24546477
64.62	     nbUselessRevisions=18893151  nbRestartNogoods=175  solvingWckTime=63.495  solvingCpuTime=62.8  expiredTime=no
64.62	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=63.48
64.62	       =>  wckTime=64.292  cpuTime=63.44  mem=21M929
64.62	   
64.62	s UNSATISFIABLE
64.62	d NODES 49326
64.62	d CHECKS 53470306
64.62	   
64.62	   totalWckTime=64.376  totalCpuTime=63.48

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/node5/watcher-218385-1168252435 -o ROOT/results/node5/solver-218385-1168252435 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218385-1168252435/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.95 2.04 2.00 4/95 1170
/proc/meminfo: memFree=1187240/2055920 swapFree=4192812/4192956
[pid=1169] ppid=1167 vsize=1784 CPUtime=0
/proc/1169/stat : 1169 (java) D 1167 1169 327 0 -1 0 169 0 0 0 0 0 0 0 18 0 1 0 153858032 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1169/statm: 446 140 106 14 0 91 0

[startup+0.106844 s]
/proc/loadavg: 1.95 2.04 2.00 4/95 1170
/proc/meminfo: memFree=1187240/2055920 swapFree=4192812/4192956
[pid=1169] ppid=1167 vsize=914988 CPUtime=0.09
/proc/1169/stat : 1169 (java) R 1167 1169 327 0 -1 0 2974 0 1 0 8 1 0 0 18 0 8 0 153858032 936947712 2720 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153558573 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1169/statm: 228747 2720 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514888 s]
/proc/loadavg: 1.95 2.04 2.00 4/95 1170
/proc/meminfo: memFree=1187240/2055920 swapFree=4192812/4192956
[pid=1169] ppid=1167 vsize=915328 CPUtime=0.49
/proc/1169/stat : 1169 (java) R 1167 1169 327 0 -1 0 7297 0 1 0 45 4 0 0 18 0 8 0 153858032 937295872 7036 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073552231 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1169/statm: 228832 7036 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33598 s]
/proc/loadavg: 1.95 2.04 2.00 5/102 1177
/proc/meminfo: memFree=1130992/2055920 swapFree=4192812/4192956
[pid=1169] ppid=1167 vsize=915460 CPUtime=1.3
/proc/1169/stat : 1169 (java) R 1167 1169 327 0 -1 0 16795 0 1 0 120 10 0 0 24 0 8 0 153858032 937431040 16533 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073609012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1169/statm: 228865 16533 2527 14 0 215335 0
[pid=1169/tid=1171] ppid=1167 vsize=915460 CPUtime=0.06
/proc/1169/task/1171/stat : 1171 (java) S 1167 1169 327 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 153858036 937431040 16533 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1172] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 327 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 153858036 937431040 16533 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1173] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 327 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 153858037 937431040 16533 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1174] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 327 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 153858040 937431040 16533 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1175] ppid=1167 vsize=915460 CPUtime=0.16
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 327 0 -1 64 354 0 0 0 16 0 0 0 15 0 8 0 153858040 937431040 16533 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1176] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 153858040 937431040 16533 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1177] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 153858040 937431040 16533 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.97417 s]
/proc/loadavg: 1.95 2.04 2.00 3/102 1177
/proc/meminfo: memFree=1130736/2055920 swapFree=4192812/4192956
[pid=1169] ppid=1167 vsize=915460 CPUtime=2.92
/proc/1169/stat : 1169 (java) R 1167 1169 327 0 -1 0 16809 0 1 0 282 10 0 0 25 0 8 0 153858032 937431040 16546 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073609012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1169/statm: 228865 16546 2527 14 0 215335 0
[pid=1169/tid=1171] ppid=1167 vsize=915460 CPUtime=0.06
/proc/1169/task/1171/stat : 1171 (java) S 1167 1169 327 0 -1 64 1744 0 0 0 6 0 0 0 17 0 8 0 153858036 937431040 16546 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1172] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 327 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 153858036 937431040 16546 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1173] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 327 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 153858037 937431040 16546 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1174] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 327 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 153858040 937431040 16546 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1175] ppid=1167 vsize=915460 CPUtime=0.19
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 327 0 -1 64 368 0 0 0 19 0 0 0 15 0 8 0 153858040 937431040 16546 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1176] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 153858040 937431040 16546 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1177] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 153858040 937431040 16546 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) 915460

[startup+6.17553 s]
/proc/loadavg: 1.95 2.04 2.00 3/102 1177
/proc/meminfo: memFree=1130672/2055920 swapFree=4192812/4192956
[pid=1169] ppid=1167 vsize=915460 CPUtime=6.09
/proc/1169/stat : 1169 (java) R 1167 1169 327 0 -1 0 16826 0 1 0 599 10 0 0 25 0 8 0 153858032 937431040 16559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073730002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1169/statm: 228865 16559 2527 14 0 215335 0
[pid=1169/tid=1171] ppid=1167 vsize=915460 CPUtime=0.06
/proc/1169/task/1171/stat : 1171 (java) S 1167 1169 327 0 -1 64 1744 0 0 0 6 0 0 0 17 0 8 0 153858036 937431040 16559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1172] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 327 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 153858036 937431040 16559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1173] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 327 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 153858037 937431040 16559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1174] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 327 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 153858040 937431040 16559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1175] ppid=1167 vsize=915460 CPUtime=0.23
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 327 0 -1 64 381 0 0 0 22 1 0 0 15 0 8 0 153858040 937431040 16559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1176] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 153858040 937431040 16559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1177] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 153858040 937431040 16559 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 915460

[startup+12.6533 s]
/proc/loadavg: 1.95 2.04 2.00 3/102 1177
/proc/meminfo: memFree=1130736/2055920 swapFree=4192812/4192956
[pid=1169] ppid=1167 vsize=915460 CPUtime=12.51
/proc/1169/stat : 1169 (java) R 1167 1169 327 0 -1 0 16828 0 1 0 1240 11 0 0 25 0 8 0 153858032 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613956 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1169/statm: 228865 16561 2527 14 0 215335 0
[pid=1169/tid=1171] ppid=1167 vsize=915460 CPUtime=0.06
/proc/1169/task/1171/stat : 1171 (java) S 1167 1169 327 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 153858036 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1172] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 327 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 153858036 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1173] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 327 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 153858037 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1174] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 327 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1175] ppid=1167 vsize=915460 CPUtime=0.24
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 327 0 -1 64 383 0 0 0 23 1 0 0 16 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1176] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1177] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 915460

[startup+25.5367 s]
/proc/loadavg: 2.04 2.05 2.00 3/102 1177
/proc/meminfo: memFree=1130864/2055920 swapFree=4192812/4192956
[pid=1169] ppid=1167 vsize=915460 CPUtime=25.28
/proc/1169/stat : 1169 (java) R 1167 1169 327 0 -1 0 16828 0 1 0 2517 11 0 0 25 0 8 0 153858032 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1169/statm: 228865 16561 2527 14 0 215335 0
[pid=1169/tid=1171] ppid=1167 vsize=915460 CPUtime=0.06
/proc/1169/task/1171/stat : 1171 (java) S 1167 1169 327 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 153858036 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1172] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 327 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 153858036 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1173] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 327 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 153858037 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1174] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 327 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1175] ppid=1167 vsize=915460 CPUtime=0.24
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 327 0 -1 64 383 0 0 0 23 1 0 0 16 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1176] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1177] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 915460

[startup+51.1726 s]
/proc/loadavg: 2.02 2.05 2.00 3/102 1177
/proc/meminfo: memFree=1130928/2055920 swapFree=4192812/4192956
[pid=1169] ppid=1167 vsize=915460 CPUtime=50.68
/proc/1169/stat : 1169 (java) R 1167 1169 327 0 -1 0 16828 0 1 0 5057 11 0 0 25 0 8 0 153858032 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1169/statm: 228865 16561 2527 14 0 215335 0
[pid=1169/tid=1171] ppid=1167 vsize=915460 CPUtime=0.06
/proc/1169/task/1171/stat : 1171 (java) S 1167 1169 327 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 153858036 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1172] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1172/stat : 1172 (java) S 1167 1169 327 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 153858036 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1173] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1173/stat : 1173 (java) S 1167 1169 327 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 153858037 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1174] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1174/stat : 1174 (java) S 1167 1169 327 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1175] ppid=1167 vsize=915460 CPUtime=0.24
/proc/1169/task/1175/stat : 1175 (java) S 1167 1169 327 0 -1 64 383 0 0 0 23 1 0 0 16 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1176] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1176/stat : 1176 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1169/tid=1177] ppid=1167 vsize=915460 CPUtime=0
/proc/1169/task/1177/stat : 1177 (java) S 1167 1169 327 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 153858040 937431040 16561 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 64.673
CPU time (s): 64.0263
CPU user time (s): 63.8953
CPU system time (s): 0.13098
CPU usage (%): 99
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.8953
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16837
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= 2381
involuntary context switches= 4432

runsolver used 0.080987 s user time and 0.216967 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Jan  8 10:33:55 UTC 2007


IDJOB= 218385
IDBENCH= 5232
FILE ID= node5/218385-1168252435

PBS_JOBID= 3481646

Free space on /tmp= 66351 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-45_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218385-1168252435/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-218385-1168252435 -o ROOT/results/node5/solver-218385-1168252435 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218385-1168252435/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a7f563e17417029cc0d001ae5faf3c9a

RANDOM SEED= 719356632

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.240
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.240
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:       1187720 kB
Buffers:         62224 kB
Cached:         519652 kB
SwapCached:          0 kB
Active:         387392 kB
Inactive:       417140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1187720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2956 kB
Writeback:           0 kB
Mapped:         250500 kB
Slab:            47992 kB
Committed_AS:  4796552 kB
PageTables:       2612 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= 66351 MiB



End job on node5 on Mon Jan  8 10:35:01 UTC 2007