Trace number 208502

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 21.8747 22.15

DiagnosticValue
CHECKS131514524
NODES95762

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-19_ext.xml
MD5SUMf75720650ca6373fb2e3d0a4452f81c0
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 benchmark2.17767
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints335
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension335
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/208502-1168074716/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.42	       =>  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=335  nbRelationTypes=335  nbExtensionStructures=335  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=335  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2811  maxDegree=24
0.64	     maxArity=2
0.64	       =>  wckTime=0.322  cpuTime=0.24  mem=12M803
0.68	   
0.68	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.523  cpuTime=0.37  mem=13M919
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.01  mem=13M919
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=37453  nbPropagations=595  nbRevisions=6891  nbUselessRevisions=5499  nbAssignments=31
0.90	     nbFailedAssignments=11  nbBacktracks=15  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=14  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.057  cpuTime=0.04  mem=14M894
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=94502  nbPropagations=1972  nbRevisions=23728  nbUselessRevisions=19059  nbAssignments=68
0.92	     nbFailedAssignments=25  nbBacktracks=30  nbVisitedNodes=113  nbRestartNogoods=1  mapSize=29  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.08  cpuTime=0.06  mem=14M894
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=162707  nbPropagations=4313  nbRevisions=52865  nbUselessRevisions=42589
0.94	     nbAssignments=117  nbFailedAssignments=43  nbBacktracks=54  nbVisitedNodes=196  nbRestartNogoods=3  mapSize=49
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.104  cpuTime=0.07  mem=14M894
0.96	   
0.97	   search
0.97	     run=3  nbConstraintChecks=265119  nbPropagations=8035  nbRevisions=100301  nbUselessRevisions=80542
0.97	     nbAssignments=187  nbFailedAssignments=73  nbBacktracks=87  nbVisitedNodes=318  nbRestartNogoods=6  mapSize=80
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.125  cpuTime=0.09  mem=14M894
0.99	   
0.99	   search
0.99	     run=4  nbConstraintChecks=389425  nbPropagations=13483  nbRevisions=170787  nbUselessRevisions=136855
0.99	     nbAssignments=277  nbFailedAssignments=107  nbBacktracks=139  nbVisitedNodes=472  nbRestartNogoods=10  mapSize=122
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.152  cpuTime=0.12  mem=14M894
1.03	   
1.03	   search
1.03	     run=5  nbConstraintChecks=559321  nbPropagations=21498  nbRevisions=275395  nbUselessRevisions=220992
1.03	     nbAssignments=420  nbFailedAssignments=162  nbBacktracks=215  nbVisitedNodes=716  nbRestartNogoods=13  mapSize=187
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.191  cpuTime=0.15  mem=14M894
1.08	   
1.08	   search
1.09	     run=6  nbConstraintChecks=832430  nbPropagations=33267  nbRevisions=431521  nbUselessRevisions=346098
1.09	     nbAssignments=622  nbFailedAssignments=244  nbBacktracks=328  nbVisitedNodes=1057  nbRestartNogoods=18  mapSize=280
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.245  cpuTime=0.21  mem=14M894
1.17	   
1.17	   search
1.17	     run=7  nbConstraintChecks=1261975  nbPropagations=50852  nbRevisions=668454  nbUselessRevisions=535875
1.17	     nbAssignments=929  nbFailedAssignments=375  nbBacktracks=498  nbVisitedNodes=1597  nbRestartNogoods=25  mapSize=429
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.329  cpuTime=0.28  mem=14M894
1.30	   
1.30	   search
1.30	     run=8  nbConstraintChecks=1905519  nbPropagations=77100  nbRevisions=1021874  nbUselessRevisions=818531
1.30	     nbAssignments=1390  nbFailedAssignments=574  nbBacktracks=755  nbVisitedNodes=2406  nbRestartNogoods=32
1.30	     mapSize=657  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.456  cpuTime=0.4  mem=14M894
1.46	   
1.46	   search
1.46	     run=9  nbConstraintChecks=2735659  nbPropagations=115085  nbRevisions=1536694  nbUselessRevisions=1231715
1.46	     nbAssignments=2019  nbFailedAssignments=812  nbBacktracks=1141  nbVisitedNodes=3499  nbRestartNogoods=40
1.46	     mapSize=989  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.622  cpuTime=0.55  mem=14M894
1.49	   
1.49	   INFO : Stopping hyperNogood (mapSize=1035, nbTooLargekeys=0, mem=14M894)
1.68	   
1.68	   search
1.68	     run=10  nbConstraintChecks=4008662  nbPropagations=170821  nbRevisions=2293310  nbUselessRevisions=1839613
1.68	     nbAssignments=2990  nbFailedAssignments=1199  nbBacktracks=1718  nbVisitedNodes=5180  nbRestartNogoods=45
1.68	       =>  wckTime=0.843  cpuTime=0.76  mem=14M894
2.04	   
2.04	   search
2.04	     run=11  nbConstraintChecks=6179913  nbPropagations=256506  nbRevisions=3475189  nbUselessRevisions=2791068
2.04	     nbAssignments=4591  nbFailedAssignments=1930  nbBacktracks=2585  nbVisitedNodes=8051  nbRestartNogoods=50
2.04	       =>  wckTime=1.197  cpuTime=1.11  mem=14M894
2.53	   
2.53	   search
2.53	     run=12  nbConstraintChecks=9231215  nbPropagations=383563  nbRevisions=5230620  nbUselessRevisions=4200790
2.53	     nbAssignments=6810  nbFailedAssignments=2844  nbBacktracks=3882  nbVisitedNodes=11912  nbRestartNogoods=53
2.53	       =>  wckTime=1.692  cpuTime=1.59  mem=14M894
3.26	   
3.26	   search
3.26	     run=13  nbConstraintChecks=13774712  nbPropagations=573232  nbRevisions=7878457  nbUselessRevisions=6333699
3.26	     nbAssignments=10138  nbFailedAssignments=4221  nbBacktracks=5828  nbVisitedNodes=17739  nbRestartNogoods=63
3.26	       =>  wckTime=2.424  cpuTime=2.32  mem=14M894
4.35	   
4.35	   search
4.35	     run=14  nbConstraintChecks=20539890  nbPropagations=854585  nbRevisions=11792576  nbUselessRevisions=9479975
4.35	     nbAssignments=15041  nbFailedAssignments=6200  nbBacktracks=8747  nbVisitedNodes=26228  nbRestartNogoods=75
4.35	       =>  wckTime=3.506  cpuTime=3.39  mem=14M894
6.07	   
6.07	   search
6.07	     run=15  nbConstraintChecks=31399380  nbPropagations=1281821  nbRevisions=17743401  nbUselessRevisions=14266851
6.07	     nbAssignments=22572  nbFailedAssignments=9349  nbBacktracks=13125  nbVisitedNodes=39521  nbRestartNogoods=81
6.07	       =>  wckTime=5.228  cpuTime=5.09  mem=14M894
8.50	   
8.50	   search
8.50	     run=16  nbConstraintChecks=46437866  nbPropagations=1917399  nbRevisions=26596610  nbUselessRevisions=21391944
8.50	     nbAssignments=33567  nbFailedAssignments=13769  nbBacktracks=19694  nbVisitedNodes=58729  nbRestartNogoods=88
8.50	       =>  wckTime=7.663  cpuTime=7.51  mem=14M894
12.17	   
12.17	   search
12.17	     run=17  nbConstraintChecks=69301115  nbPropagations=2868418  nbRevisions=39807055  nbUselessRevisions=32024048
12.17	     nbAssignments=50245  nbFailedAssignments=20589  nbBacktracks=29546  nbVisitedNodes=87910  nbRestartNogoods=96
12.17	       =>  wckTime=11.333  cpuTime=11.14  mem=14M894
17.67	   
17.67	   search
17.67	     run=18  nbConstraintChecks=103911681  nbPropagations=4286940  nbRevisions=59666429  nbUselessRevisions=48021502
17.67	     nbAssignments=75675  nbFailedAssignments=31236  nbBacktracks=44324  nbVisitedNodes=132397  nbRestartNogoods=104
17.67	       =>  wckTime=16.828  cpuTime=16.59  mem=14M894
22.08	   
22.08	   search
22.08	     run=19  nbConstraintChecks=131514524  nbPropagations=6082337  nbRevisions=84848484  nbUselessRevisions=68314939
22.08	     nbAssignments=95762  nbFailedAssignments=39498  nbBacktracks=56109  nbVisitedNodes=167554  nbRestartNogoods=120
22.08	       =>  wckTime=21.24  cpuTime=20.95  mem=14M894
22.08	   
22.08	   global
22.08	     nbConstraintChecks=131514524  nbPropagations=6082377  nbRevisions=84848484  nbUselessRevisions=68314939
22.08	     nbRestartNogoods=120  solvingWckTime=21.241  solvingCpuTime=20.95  expiredTime=no  totalExploration=no
22.08	     nbFoundSolutions=1  globalCpuTime=21.37
22.08	       =>  wckTime=21.767  cpuTime=21.32  mem=14M894
22.09	   
22.09	s SATISFIABLE
22.09	v 15 11 6 6 5 0 5 12 16 7 7 7 5 9 16 6 5 3 16 7 0 12 10 2 9 7 14 1 8 15 0 18 11 8 5 14 16 3 2 10 
22.09	d NODES 95762
22.09	d CHECKS 131514524
22.09	   
22.09	   totalWckTime=21.85  totalCpuTime=21.37

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/node19/watcher-208502-1168074716 -o ROOT/results/node19/solver-208502-1168074716 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208502-1168074716/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.89 1.98 1.98 4/93 22539
/proc/meminfo: memFree=1151144/2055920 swapFree=4171232/4192956
[pid=22538] ppid=22536 vsize=906644 CPUtime=0.02
/proc/22538/stat : 22538 (java) S 22536 22538 21991 0 -1 0 2068 0 1 0 1 1 0 0 18 0 2 0 155866250 928403456 1817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/22538/statm: 226661 1817 1036 14 0 214244 0
[pid=22538/tid=22540] ppid=22536 vsize=906644 CPUtime=0
/proc/22538/task/22540/stat : 22540 (java) R 22536 22538 21991 0 -1 64 3 0 0 0 0 0 0 0 19 0 2 0 155866253 928403456 1817 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.103592 s]
/proc/loadavg: 1.89 1.98 1.98 4/93 22539
/proc/meminfo: memFree=1151144/2055920 swapFree=4171232/4192956
[pid=22538] ppid=22536 vsize=914988 CPUtime=0.08
/proc/22538/stat : 22538 (java) R 22536 22538 21991 0 -1 0 3007 0 1 0 7 1 0 0 17 0 8 0 155866250 936947712 2753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155239863 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22538/statm: 228747 2753 1431 14 0 215242 0
[pid=22538/tid=22540] ppid=22536 vsize=914988 CPUtime=0
/proc/22538/task/22540/stat : 22540 (java) S 22536 22538 21991 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 155866253 936947712 2753 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51167 s]
/proc/loadavg: 1.89 1.98 1.98 4/93 22539
/proc/meminfo: memFree=1151144/2055920 swapFree=4171232/4192956
[pid=22538] ppid=22536 vsize=915328 CPUtime=0.48
/proc/22538/stat : 22538 (java) R 22536 22538 21991 0 -1 0 6788 0 1 0 44 4 0 0 18 0 8 0 155866250 937295872 6527 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072916949 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22538/statm: 228832 6527 2137 14 0 215302 0
[pid=22538/tid=22540] ppid=22536 vsize=915328 CPUtime=0
/proc/22538/task/22540/stat : 22540 (java) S 22536 22538 21991 0 -1 64 7 0 0 0 0 0 0 0 18 0 8 0 155866253 937295872 6527 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33582 s]
/proc/loadavg: 1.89 1.98 1.98 4/100 22546
/proc/meminfo: memFree=1127664/2055920 swapFree=4171232/4192956
[pid=22538] ppid=22536 vsize=915456 CPUtime=1.3
/proc/22538/stat : 22538 (java) R 22536 22538 21991 0 -1 0 8628 0 1 0 124 6 0 0 19 0 8 0 155866250 937426944 8366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22538/statm: 228864 8366 2513 14 0 215334 0
[pid=22538/tid=22540] ppid=22536 vsize=915456 CPUtime=0.03
/proc/22538/task/22540/stat : 22540 (java) S 22536 22538 21991 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155866253 937426944 8366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22541] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22541/stat : 22541 (java) S 22536 22538 21991 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155866254 937426944 8366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22542] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22542/stat : 22542 (java) S 22536 22538 21991 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155866254 937426944 8366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22543] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22543/stat : 22543 (java) S 22536 22538 21991 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155866257 937426944 8366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22544] ppid=22536 vsize=915456 CPUtime=0.21
/proc/22538/task/22544/stat : 22544 (java) R 22536 22538 21991 0 -1 64 379 0 0 0 20 1 0 0 17 0 8 0 155866257 937426944 8366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152835158 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22545] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22545/stat : 22545 (java) S 22536 22538 21991 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155866257 937426944 8366 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22546] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22546/stat : 22546 (java) S 22536 22538 21991 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155866257 937426944 8366 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) 915456

[startup+2.98013 s]
/proc/loadavg: 1.89 1.98 1.98 3/100 22546
/proc/meminfo: memFree=1127344/2055920 swapFree=4171232/4192956
[pid=22538] ppid=22536 vsize=915456 CPUtime=2.93
/proc/22538/stat : 22538 (java) R 22536 22538 21991 0 -1 0 8668 0 1 0 287 6 0 0 25 0 8 0 155866250 937426944 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073807507 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22538/statm: 228864 8405 2513 14 0 215334 0
[pid=22538/tid=22540] ppid=22536 vsize=915456 CPUtime=0.03
/proc/22538/task/22540/stat : 22540 (java) S 22536 22538 21991 0 -1 64 288 0 0 0 3 0 0 0 17 0 8 0 155866253 937426944 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22541] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22541/stat : 22541 (java) S 22536 22538 21991 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155866254 937426944 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22542] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22542/stat : 22542 (java) S 22536 22538 21991 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155866254 937426944 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22543] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22543/stat : 22543 (java) S 22536 22538 21991 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155866257 937426944 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22544] ppid=22536 vsize=915456 CPUtime=0.23
/proc/22538/task/22544/stat : 22544 (java) S 22536 22538 21991 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 155866257 937426944 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22545] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22545/stat : 22545 (java) S 22536 22538 21991 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155866257 937426944 8405 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22546] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22546/stat : 22546 (java) S 22536 22538 21991 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155866257 937426944 8405 18446744073709551615 134512640 134570532 4294956464 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.26875 s]
/proc/loadavg: 1.90 1.98 1.98 4/100 22546
/proc/meminfo: memFree=1127344/2055920 swapFree=4171232/4192956
[pid=22538] ppid=22536 vsize=915456 CPUtime=6.18
/proc/22538/stat : 22538 (java) R 22536 22538 21991 0 -1 0 8676 0 1 0 612 6 0 0 25 0 8 0 155866250 937426944 8412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918529 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22538/statm: 228864 8412 2513 14 0 215334 0
[pid=22538/tid=22540] ppid=22536 vsize=915456 CPUtime=0.03
/proc/22538/task/22540/stat : 22540 (java) S 22536 22538 21991 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155866253 937426944 8412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22541] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22541/stat : 22541 (java) S 22536 22538 21991 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155866254 937426944 8412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22542] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22542/stat : 22542 (java) S 22536 22538 21991 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155866254 937426944 8412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22543] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22543/stat : 22543 (java) S 22536 22538 21991 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155866257 937426944 8412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22544] ppid=22536 vsize=915456 CPUtime=0.23
/proc/22538/task/22544/stat : 22544 (java) S 22536 22538 21991 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 155866257 937426944 8412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22545] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22545/stat : 22545 (java) S 22536 22538 21991 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155866257 937426944 8412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22546] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22546/stat : 22546 (java) S 22536 22538 21991 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155866257 937426944 8412 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915456

[startup+12.753 s]
/proc/loadavg: 1.91 1.98 1.98 3/100 22546
/proc/meminfo: memFree=1127288/2055920 swapFree=4171232/4192956
[pid=22538] ppid=22536 vsize=915456 CPUtime=12.61
/proc/22538/stat : 22538 (java) R 22536 22538 21991 0 -1 0 8682 0 1 0 1255 6 0 0 25 0 8 0 155866250 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073807598 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22538/statm: 228864 8417 2513 14 0 215334 0
[pid=22538/tid=22540] ppid=22536 vsize=915456 CPUtime=0.03
/proc/22538/task/22540/stat : 22540 (java) S 22536 22538 21991 0 -1 64 288 0 0 0 3 0 0 0 16 0 8 0 155866253 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22541] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22541/stat : 22541 (java) S 22536 22538 21991 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155866254 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22542] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22542/stat : 22542 (java) S 22536 22538 21991 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155866254 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22543] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22543/stat : 22543 (java) S 22536 22538 21991 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155866257 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22544] ppid=22536 vsize=915456 CPUtime=0.23
/proc/22538/task/22544/stat : 22544 (java) S 22536 22538 21991 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 155866257 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22545] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22545/stat : 22545 (java) S 22536 22538 21991 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155866257 937426944 8417 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22538/tid=22546] ppid=22536 vsize=915456 CPUtime=0
/proc/22538/task/22546/stat : 22546 (java) S 22536 22538 21991 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155866257 937426944 8417 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

Child status: 0
Real time (s): 22.15
CPU time (s): 21.8747
CPU user time (s): 21.7977
CPU system time (s): 0.076988
CPU usage (%): 98.757
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7977
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8778
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= 1279
involuntary context switches= 2405

runsolver used 0.037994 s user time and 0.073988 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan  6 09:11:56 UTC 2007


IDJOB= 208502
IDBENCH= 4399
FILE ID= node19/208502-1168074716

PBS_JOBID= 3475755

Free space on /tmp= 66304 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f75720650ca6373fb2e3d0a4452f81c0

RANDOM SEED= 361440675

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.260
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.260
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1151624 kB
Buffers:         70116 kB
Cached:         577884 kB
SwapCached:      10036 kB
Active:         398268 kB
Inactive:       404964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1151624 kB
SwapTotal:     4192956 kB
SwapFree:      4171232 kB
Dirty:            1972 kB
Writeback:           0 kB
Mapped:         174544 kB
Slab:            85360 kB
Committed_AS:  4370636 kB
PageTables:       2652 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= 66304 MiB



End job on node19 on Sat Jan  6 09:12:18 UTC 2007