Trace number 208757

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 34.5348 34.8758

DiagnosticValue
CHECKS27703181
NODES32804

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-15_ext.xml
MD5SUMd06f413d5c4a9194a6918decf3c71f7e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.65514
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/208757-1168074827/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.42	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.70	   
0.70	   constraints being loaded...
0.86	     nbConstraints=58  nbRelationTypes=58  nbExtensionStructures=58  nbSharedExtensionStructures=0
0.86	     nbConflictsStructures=58  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=15  maxArity=3
0.86	       =>  wckTime=0.541  cpuTime=0.48  mem=42M536
0.95	   
0.95	   solver IterativeSystematicSolver being built... 
1.11	       =>  wckTime=0.791  cpuTime=0.63  mem=21M321
1.12	   
1.12	   preprocessing
1.12	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.12	     detectedInconsistency=no
1.12	       =>  wckTime=0.0030  cpuTime=0.0  mem=21M321
1.22	   
1.22	   search
1.22	     run=0  nbConstraintChecks=18294  nbValidityChecks=35809  nbPropagations=321  nbRevisions=3125
1.22	     nbUselessRevisions=2451  nbAssignments=30  nbFailedAssignments=14  nbBacktracks=11  nbVisitedNodes=54
1.22	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.103  cpuTime=0.06  mem=21M321
1.27	   
1.27	   search
1.27	     run=1  nbConstraintChecks=45340  nbValidityChecks=85678  nbPropagations=945  nbRevisions=9946
1.27	     nbUselessRevisions=7852  nbAssignments=64  nbFailedAssignments=28  nbBacktracks=27  nbVisitedNodes=108
1.27	     nbRestartNogoods=1  mapSize=21  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.152  cpuTime=0.1  mem=21M321
1.34	   
1.34	   search
1.34	     run=2  nbConstraintChecks=81568  nbValidityChecks=157614  nbPropagations=2045  nbRevisions=22088
1.34	     nbUselessRevisions=17431  nbAssignments=110  nbFailedAssignments=49  nbBacktracks=49  nbVisitedNodes=188
1.34	     nbRestartNogoods=4  mapSize=38  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.22  cpuTime=0.16  mem=21M321
1.46	   
1.46	   search
1.46	     run=3  nbConstraintChecks=163081  nbValidityChecks=321851  nbPropagations=4274  nbRevisions=46849
1.46	     nbUselessRevisions=36859  nbAssignments=209  nbFailedAssignments=112  nbBacktracks=82  nbVisitedNodes=378
1.46	     nbRestartNogoods=8  mapSize=71  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.34  cpuTime=0.26  mem=21M321
1.54	   
1.54	   search
1.54	     run=4  nbConstraintChecks=219279  nbValidityChecks=434622  nbPropagations=7360  nbRevisions=79934
1.54	     nbUselessRevisions=62778  nbAssignments=294  nbFailedAssignments=142  nbBacktracks=132  nbVisitedNodes=516
1.54	     nbRestartNogoods=12  mapSize=107  nbInferences=0  nbTooLargeKeys=0
1.54	       =>  wckTime=0.417  cpuTime=0.34  mem=21M321
1.77	   
1.77	   search
1.77	     run=5  nbConstraintChecks=395846  nbValidityChecks=784150  nbPropagations=12551  nbRevisions=137204
1.77	     nbUselessRevisions=107758  nbAssignments=505  nbFailedAssignments=272  nbBacktracks=208  nbVisitedNodes=909
1.77	     nbRestartNogoods=17  mapSize=175  nbInferences=0  nbTooLargeKeys=0
1.77	       =>  wckTime=0.651  cpuTime=0.57  mem=21M321
1.99	   
1.99	   search
1.99	     run=6  nbConstraintChecks=571086  nbValidityChecks=1121509  nbPropagations=20035  nbRevisions=218325
1.99	     nbUselessRevisions=171194  nbAssignments=727  nbFailedAssignments=375  nbBacktracks=323  nbVisitedNodes=1296
1.99	     nbRestartNogoods=33  mapSize=260  nbInferences=0  nbTooLargeKeys=0
1.99	       =>  wckTime=0.87  cpuTime=0.79  mem=21M321
2.43	   
2.43	   search
2.43	     run=7  nbConstraintChecks=904886  nbValidityChecks=1786364  nbPropagations=31759  nbRevisions=346585
2.43	     nbUselessRevisions=271475  nbAssignments=1127  nbFailedAssignments=600  nbBacktracks=493  nbVisitedNodes=2026
2.43	     nbRestartNogoods=39  mapSize=401  nbInferences=0  nbTooLargeKeys=0
2.43	       =>  wckTime=1.311  cpuTime=1.21  mem=21M321
3.06	   
3.06	   search
3.06	     run=8  nbConstraintChecks=1403700  nbValidityChecks=2740658  nbPropagations=49787  nbRevisions=542472
3.06	     nbUselessRevisions=424111  nbAssignments=1675  nbFailedAssignments=889  nbBacktracks=750  nbVisitedNodes=3020
3.06	     nbRestartNogoods=43  mapSize=612  nbInferences=0  nbTooLargeKeys=0
3.06	       =>  wckTime=1.943  cpuTime=1.82  mem=21M321
4.11	   
4.11	   search
4.11	     run=9  nbConstraintChecks=2231255  nbValidityChecks=4417375  nbPropagations=78052  nbRevisions=860518
4.11	     nbUselessRevisions=672603  nbAssignments=2697  nbFailedAssignments=1522  nbBacktracks=1135  nbVisitedNodes=4926
4.11	     nbRestartNogoods=46  mapSize=945  nbInferences=0  nbTooLargeKeys=0
4.11	       =>  wckTime=2.989  cpuTime=2.85  mem=21M321
4.33	   
4.33	   INFO : Stopping hyperNogood (mapSize=1036, nbTooLargekeys=0, mem=22M290)
5.23	   
5.23	   search
5.23	     run=10  nbConstraintChecks=3174401  nbValidityChecks=6209873  nbPropagations=118256  nbRevisions=1304411
5.23	     nbUselessRevisions=1018347  nbAssignments=3742  nbFailedAssignments=1987  nbBacktracks=1712  nbVisitedNodes=6755
5.23	     nbRestartNogoods=58
5.23	       =>  wckTime=4.112  cpuTime=3.95  mem=22M290
7.37	   
7.37	   search
7.37	     run=11  nbConstraintChecks=4911657  nbValidityChecks=9690943  nbPropagations=181531  nbRevisions=2003025
7.37	     nbUselessRevisions=1563312  nbAssignments=5811  nbFailedAssignments=3188  nbBacktracks=2576  nbVisitedNodes=10610
7.37	     nbRestartNogoods=67
7.37	       =>  wckTime=6.252  cpuTime=6.07  mem=22M290
10.20	   
10.20	   search
10.20	     run=12  nbConstraintChecks=7351106  nbValidityChecks=14329172  nbPropagations=275569  nbRevisions=3021971
10.20	     nbUselessRevisions=2355987  nbAssignments=8486  nbFailedAssignments=4562  nbBacktracks=3874  nbVisitedNodes=15433
10.20	     nbRestartNogoods=74
10.20	       =>  wckTime=9.087  cpuTime=8.88  mem=22M290
14.43	   
14.43	   search
14.43	     run=13  nbConstraintChecks=10868025  nbValidityChecks=21171527  nbPropagations=414521  nbRevisions=4534254
14.43	     nbUselessRevisions=3532237  nbAssignments=12620  nbFailedAssignments=6746  nbBacktracks=5820  nbVisitedNodes=22922
14.43	     nbRestartNogoods=91
14.43	       =>  wckTime=13.315  cpuTime=13.07  mem=22M290
21.64	   
21.64	   search
21.64	     run=14  nbConstraintChecks=16649400  nbValidityChecks=33250118  nbPropagations=635797  nbRevisions=6989583
21.64	     nbUselessRevisions=5444491  nbAssignments=19980  nbFailedAssignments=11185  nbBacktracks=8739  nbVisitedNodes=36791
21.64	     nbRestartNogoods=107
21.64	       =>  wckTime=20.523  cpuTime=20.21  mem=22M290
31.14	   
31.14	   search
31.14	     run=15  nbConstraintChecks=24741953  nbValidityChecks=48762917  nbPropagations=958665  nbRevisions=10537278
31.14	     nbUselessRevisions=8203540  nbAssignments=28987  nbFailedAssignments=15810  nbBacktracks=13117
31.14	     nbVisitedNodes=53048  nbRestartNogoods=129
31.14	       =>  wckTime=30.026  cpuTime=29.62  mem=22M290
34.84	   
34.85	   search
34.85	     run=16  nbConstraintChecks=27703181  nbValidityChecks=54885900  nbPropagations=1323509  nbRevisions=14549382
34.85	     nbUselessRevisions=11326433  nbAssignments=32804  nbFailedAssignments=18307  nbBacktracks=14417
34.85	     nbVisitedNodes=60322  nbRestartNogoods=139
34.85	       =>  wckTime=33.729  cpuTime=33.29  mem=22M290
34.85	   
34.85	   global
34.85	     nbConstraintChecks=27703181  nbValidityChecks=54885900  nbPropagations=1323529  nbRevisions=14549382
34.85	     nbUselessRevisions=11326433  nbRestartNogoods=139  solvingWckTime=33.73  solvingCpuTime=33.29  expiredTime=no
34.85	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=33.97
34.85	       =>  wckTime=34.524  cpuTime=33.92  mem=22M290
34.85	   
34.85	s SATISFIABLE
34.85	v 1 12 18 7 5 0 19 10 4 0 17 17 5 6 8 6 7 12 9 14 
34.85	d NODES 32804
34.85	d CHECKS 27703181
34.85	   
34.85	   totalWckTime=34.608  totalCpuTime=33.98

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/node1/watcher-208757-1168074827 -o ROOT/results/node1/solver-208757-1168074827 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/208757-1168074827/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.93 1.95 1.91 4/93 16766
/proc/meminfo: memFree=1111328/2055920 swapFree=4165584/4192956
[pid=16765] ppid=16763 vsize=906644 CPUtime=0.02
/proc/16765/stat : 16765 (java) S 16763 16765 16530 0 -1 0 2069 0 1 0 2 0 0 0 18 0 2 0 155878651 928403456 1818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 226661 1818 1036 14 0 214244 0
[pid=16765/tid=16767] ppid=16763 vsize=906644 CPUtime=0
/proc/16765/task/16767/stat : 16767 (java) R 16763 16765 16530 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 155878654 928403456 1818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.104683 s]
/proc/loadavg: 1.93 1.95 1.91 4/93 16766
/proc/meminfo: memFree=1111328/2055920 swapFree=4165584/4192956
[pid=16765] ppid=16763 vsize=914988 CPUtime=0.08
/proc/16765/stat : 16765 (java) S 16763 16765 16530 0 -1 0 2997 0 1 0 7 1 0 0 17 0 8 0 155878651 936947712 2743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 228747 2743 1427 14 0 215242 0
[pid=16765/tid=16767] ppid=16763 vsize=914988 CPUtime=0
/proc/16765/task/16767/stat : 16767 (java) S 16763 16765 16530 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 155878654 936947712 2743 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.515743 s]
/proc/loadavg: 1.93 1.95 1.91 4/93 16766
/proc/meminfo: memFree=1111328/2055920 swapFree=4165584/4192956
[pid=16765] ppid=16763 vsize=915328 CPUtime=0.49
/proc/16765/stat : 16765 (java) R 16763 16765 16530 0 -1 0 7394 0 1 0 45 4 0 0 18 0 8 0 155878651 937295872 7133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073445412 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 228832 7133 2137 14 0 215302 0
[pid=16765/tid=16767] ppid=16763 vsize=915328 CPUtime=0
/proc/16765/task/16767/stat : 16767 (java) S 16763 16765 16530 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 155878654 937295872 7133 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33683 s]
/proc/loadavg: 1.93 1.95 1.91 4/100 16773
/proc/meminfo: memFree=1053800/2055920 swapFree=4165584/4192956
[pid=16765] ppid=16763 vsize=915460 CPUtime=1.3
/proc/16765/stat : 16765 (java) R 16763 16765 16530 0 -1 0 17078 0 1 0 120 10 0 0 23 0 8 0 155878651 937431040 16815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 228865 16815 2517 14 0 215335 0
[pid=16765/tid=16767] ppid=16763 vsize=915460 CPUtime=0.06
/proc/16765/task/16767/stat : 16767 (java) S 16763 16765 16530 0 -1 64 1793 0 0 0 6 0 0 0 16 0 8 0 155878654 937431040 16815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16768] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16768/stat : 16768 (java) S 16763 16765 16530 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878655 937431040 16815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16769] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16769/stat : 16769 (java) S 16763 16765 16530 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878655 937431040 16815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16770] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16770/stat : 16770 (java) S 16763 16765 16530 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155878658 937431040 16815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16771] ppid=16763 vsize=915460 CPUtime=0.18
/proc/16765/task/16771/stat : 16771 (java) S 16763 16765 16530 0 -1 64 355 0 0 0 17 1 0 0 15 0 8 0 155878658 937431040 16815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16772] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16772/stat : 16772 (java) S 16763 16765 16530 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155878658 937431040 16815 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16773] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16773/stat : 16773 (java) S 16763 16765 16530 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878658 937431040 16815 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.97402 s]
/proc/loadavg: 1.93 1.95 1.91 3/100 16773
/proc/meminfo: memFree=1053608/2055920 swapFree=4165584/4192956
[pid=16765] ppid=16763 vsize=915460 CPUtime=2.92
/proc/16765/stat : 16765 (java) R 16763 16765 16530 0 -1 0 17096 0 1 0 282 10 0 0 25 0 8 0 155878651 937431040 16832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073759337 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 228865 16832 2517 14 0 215335 0
[pid=16765/tid=16767] ppid=16763 vsize=915460 CPUtime=0.06
/proc/16765/task/16767/stat : 16767 (java) S 16763 16765 16530 0 -1 64 1793 0 0 0 6 0 0 0 17 0 8 0 155878654 937431040 16832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16768] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16768/stat : 16768 (java) S 16763 16765 16530 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878655 937431040 16832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16769] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16769/stat : 16769 (java) S 16763 16765 16530 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878655 937431040 16832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16770] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16770/stat : 16770 (java) S 16763 16765 16530 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155878658 937431040 16832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16771] ppid=16763 vsize=915460 CPUtime=0.23
/proc/16765/task/16771/stat : 16771 (java) S 16763 16765 16530 0 -1 64 373 0 0 0 22 1 0 0 16 0 8 0 155878658 937431040 16832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16772] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16772/stat : 16772 (java) S 16763 16765 16530 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155878658 937431040 16832 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16773] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16773/stat : 16773 (java) S 16763 16765 16530 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878658 937431040 16832 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.26641 s]
/proc/loadavg: 1.93 1.96 1.91 3/100 16773
/proc/meminfo: memFree=1053544/2055920 swapFree=4165584/4192956
[pid=16765] ppid=16763 vsize=915460 CPUtime=6.18
/proc/16765/stat : 16765 (java) R 16763 16765 16530 0 -1 0 17108 0 1 0 608 10 0 0 25 0 8 0 155878651 937431040 16842 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073727818 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 228865 16842 2517 14 0 215335 0
[pid=16765/tid=16767] ppid=16763 vsize=915460 CPUtime=0.06
/proc/16765/task/16767/stat : 16767 (java) S 16763 16765 16530 0 -1 64 1793 0 0 0 6 0 0 0 16 0 8 0 155878654 937431040 16842 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16768] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16768/stat : 16768 (java) S 16763 16765 16530 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878655 937431040 16842 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16769] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16769/stat : 16769 (java) S 16763 16765 16530 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878655 937431040 16842 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16770] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16770/stat : 16770 (java) S 16763 16765 16530 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155878658 937431040 16842 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16771] ppid=16763 vsize=915460 CPUtime=0.24
/proc/16765/task/16771/stat : 16771 (java) S 16763 16765 16530 0 -1 64 384 0 0 0 23 1 0 0 16 0 8 0 155878658 937431040 16842 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16772] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16772/stat : 16772 (java) S 16763 16765 16530 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155878658 937431040 16842 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16773] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16773/stat : 16773 (java) S 16763 16765 16530 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878658 937431040 16842 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) 915460

[startup+12.7502 s]
/proc/loadavg: 1.94 1.96 1.91 3/100 16773
/proc/meminfo: memFree=1053544/2055920 swapFree=4165584/4192956
[pid=16765] ppid=16763 vsize=915460 CPUtime=12.6
/proc/16765/stat : 16765 (java) R 16763 16765 16530 0 -1 0 17110 0 1 0 1250 10 0 0 25 0 8 0 155878651 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073776555 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 228865 16843 2517 14 0 215335 0
[pid=16765/tid=16767] ppid=16763 vsize=915460 CPUtime=0.06
/proc/16765/task/16767/stat : 16767 (java) S 16763 16765 16530 0 -1 64 1793 0 0 0 6 0 0 0 16 0 8 0 155878654 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16768] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16768/stat : 16768 (java) S 16763 16765 16530 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878655 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16769] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16769/stat : 16769 (java) S 16763 16765 16530 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878655 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16770] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16770/stat : 16770 (java) S 16763 16765 16530 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155878658 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16771] ppid=16763 vsize=915460 CPUtime=0.24
/proc/16765/task/16771/stat : 16771 (java) S 16763 16765 16530 0 -1 64 385 0 0 0 23 1 0 0 16 0 8 0 155878658 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16772] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16772/stat : 16772 (java) S 16763 16765 16530 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155878658 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16773] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16773/stat : 16773 (java) S 16763 16765 16530 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878658 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915460

[startup+25.6287 s]
/proc/loadavg: 1.95 1.96 1.91 3/100 16773
/proc/meminfo: memFree=1053672/2055920 swapFree=4165584/4192956
[pid=16765] ppid=16763 vsize=915460 CPUtime=25.37
/proc/16765/stat : 16765 (java) R 16763 16765 16530 0 -1 0 17110 0 1 0 2527 10 0 0 25 0 8 0 155878651 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16765/statm: 228865 16843 2517 14 0 215335 0
[pid=16765/tid=16767] ppid=16763 vsize=915460 CPUtime=0.06
/proc/16765/task/16767/stat : 16767 (java) S 16763 16765 16530 0 -1 64 1793 0 0 0 6 0 0 0 16 0 8 0 155878654 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16768] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16768/stat : 16768 (java) S 16763 16765 16530 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155878655 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16769] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16769/stat : 16769 (java) S 16763 16765 16530 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155878655 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16770] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16770/stat : 16770 (java) S 16763 16765 16530 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155878658 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16771] ppid=16763 vsize=915460 CPUtime=0.24
/proc/16765/task/16771/stat : 16771 (java) S 16763 16765 16530 0 -1 64 385 0 0 0 23 1 0 0 16 0 8 0 155878658 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16772] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16772/stat : 16772 (java) S 16763 16765 16530 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 155878658 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16765/tid=16773] ppid=16763 vsize=915460 CPUtime=0
/proc/16765/task/16773/stat : 16773 (java) S 16763 16765 16530 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155878658 937431040 16843 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 34.8758
CPU time (s): 34.5348
CPU user time (s): 34.4108
CPU system time (s): 0.123981
CPU usage (%): 99.0221
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.4108
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17117
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= 1704
involuntary context switches= 3342

runsolver used 0.049992 s user time and 0.114982 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Jan  6 09:13:49 UTC 2007


IDJOB= 208757
IDBENCH= 4437
FILE ID= node1/208757-1168074827

PBS_JOBID= 3475782

Free space on /tmp= 66295 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d06f413d5c4a9194a6918decf3c71f7e

RANDOM SEED= 104039449

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.234
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.234
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:       1111808 kB
Buffers:         69660 kB
Cached:         617936 kB
SwapCached:       3692 kB
Active:         492352 kB
Inactive:       354244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1111808 kB
SwapTotal:     4192956 kB
SwapFree:      4165584 kB
Dirty:            3028 kB
Writeback:           0 kB
Mapped:         178896 kB
Slab:            81940 kB
Committed_AS:  4943472 kB
PageTables:       2616 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= 66295 MiB



End job on node1 on Sat Jan  6 09:14:25 UTC 2007