Trace number 195488

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 82.3695 82.6985

DiagnosticValue
CHECKS556059266
NODES414712

General information on the benchmark

Namefrb/frb40-19/
frb40-19-5-mgd_ext.xml
MD5SUM8589284fd07ecd642593419b9f201de6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.2274
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints326
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension326
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/195488-1168069823/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.40	       =>  wckTime=0.095  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.60	     nbConstraints=326  nbRelationTypes=326  nbExtensionStructures=326  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=326  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2225  maxDegree=23
0.60	     maxArity=2
0.60	       =>  wckTime=0.301  cpuTime=0.23  mem=12M803
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.49  cpuTime=0.35  mem=13M916
0.80	   
0.80	   preprocessing
0.80	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.80	     detectedInconsistency=no
0.80	       =>  wckTime=0.0050  cpuTime=0.0  mem=13M916
0.84	   
0.84	   search
0.84	     run=0  nbConstraintChecks=24436  nbPropagations=417  nbRevisions=4102  nbUselessRevisions=3355  nbAssignments=20
0.84	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=30  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.046  cpuTime=0.02  mem=14M891
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=63331  nbPropagations=1397  nbRevisions=14824  nbUselessRevisions=12013  nbAssignments=51
0.86	     nbFailedAssignments=14  nbBacktracks=26  nbVisitedNodes=79  nbRestartNogoods=1  mapSize=19  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.068  cpuTime=0.03  mem=14M891
0.88	   
0.88	   search
0.88	     run=2  nbConstraintChecks=131641  nbPropagations=3377  nbRevisions=38472  nbUselessRevisions=31042
0.89	     nbAssignments=105  nbFailedAssignments=37  nbBacktracks=49  nbVisitedNodes=172  nbRestartNogoods=3  mapSize=40
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.093  cpuTime=0.05  mem=14M891
0.90	   
0.90	   search
0.90	     run=3  nbConstraintChecks=209831  nbPropagations=6482  nbRevisions=76439  nbUselessRevisions=61570
0.90	     nbAssignments=166  nbFailedAssignments=58  nbBacktracks=82  nbVisitedNodes=270  nbRestartNogoods=6  mapSize=65
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.11  cpuTime=0.07  mem=14M891
0.93	   
0.93	   search
0.93	     run=4  nbConstraintChecks=321978  nbPropagations=11218  nbRevisions=134940  nbUselessRevisions=108447
0.93	     nbAssignments=259  nbFailedAssignments=92  nbBacktracks=135  nbVisitedNodes=427  nbRestartNogoods=10  mapSize=112
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.134  cpuTime=0.09  mem=14M891
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=522428  nbPropagations=18750  nbRevisions=230649  nbUselessRevisions=185046
0.97	     nbAssignments=403  nbFailedAssignments=153  nbBacktracks=211  nbVisitedNodes=677  nbRestartNogoods=15  mapSize=179
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.174  cpuTime=0.12  mem=14M891
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=771641  nbPropagations=29824  nbRevisions=371441  nbUselessRevisions=297254
1.01	     nbAssignments=600  nbFailedAssignments=227  nbBacktracks=327  nbVisitedNodes=1007  nbRestartNogoods=19  mapSize=273
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.223  cpuTime=0.17  mem=14M891
1.08	   
1.08	   search
1.08	     run=7  nbConstraintChecks=1106358  nbPropagations=45920  nbRevisions=581642  nbUselessRevisions=465637
1.08	     nbAssignments=903  nbFailedAssignments=352  nbBacktracks=497  nbVisitedNodes=1534  nbRestartNogoods=23  mapSize=414
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.289  cpuTime=0.24  mem=14M891
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=1674048  nbPropagations=69754  nbRevisions=897689  nbUselessRevisions=719198
1.19	     nbAssignments=1340  nbFailedAssignments=521  nbBacktracks=757  nbVisitedNodes=2289  nbRestartNogoods=27
1.19	     mapSize=625  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.399  cpuTime=0.34  mem=14M891
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=2465729  nbPropagations=105016  nbRevisions=1366978  nbUselessRevisions=1095561
1.34	     nbAssignments=1964  nbFailedAssignments=753  nbBacktracks=1142  nbVisitedNodes=3361  nbRestartNogoods=32
1.34	     mapSize=939  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.547  cpuTime=0.47  mem=14M891
1.39	   
1.39	   INFO : Stopping hyperNogood (mapSize=1033, nbTooLargekeys=0, mem=14M891)
1.56	   
1.56	   search
1.56	     run=10  nbConstraintChecks=3867319  nbPropagations=159390  nbRevisions=2091401  nbUselessRevisions=1674907
1.56	     nbAssignments=2971  nbFailedAssignments=1175  nbBacktracks=1718  nbVisitedNodes=5144  nbRestartNogoods=39
1.56	       =>  wckTime=0.771  cpuTime=0.68  mem=14M891
1.83	   
1.83	   search
1.83	     run=11  nbConstraintChecks=5584541  nbPropagations=238447  nbRevisions=3145557  nbUselessRevisions=2519512
1.83	     nbAssignments=4361  nbFailedAssignments=1692  nbBacktracks=2584  nbVisitedNodes=7529  nbRestartNogoods=51
1.83	       =>  wckTime=1.036  cpuTime=0.94  mem=14M891
2.29	   
2.29	   search
2.29	     run=12  nbConstraintChecks=8722573  nbPropagations=359996  nbRevisions=4774892  nbUselessRevisions=3823869
2.29	     nbAssignments=6613  nbFailedAssignments=2643  nbBacktracks=3881  nbVisitedNodes=11493  nbRestartNogoods=57
2.29	       =>  wckTime=1.497  cpuTime=1.4  mem=14M891
2.96	   
2.96	   search
2.96	     run=13  nbConstraintChecks=13414839  nbPropagations=543196  nbRevisions=7229105  nbUselessRevisions=5781348
2.96	     nbAssignments=9921  nbFailedAssignments=3998  nbBacktracks=5828  nbVisitedNodes=17268  nbRestartNogoods=61
2.96	       =>  wckTime=2.168  cpuTime=2.07  mem=14M891
3.88	   
3.88	   search
3.89	     run=14  nbConstraintChecks=19243090  nbPropagations=812434  nbRevisions=10860005  nbUselessRevisions=8691744
3.89	     nbAssignments=14734  nbFailedAssignments=5884  nbBacktracks=8747  nbVisitedNodes=25668  nbRestartNogoods=68
3.89	       =>  wckTime=3.093  cpuTime=2.97  mem=14M891
5.41	   
5.41	   search
5.41	     run=15  nbConstraintChecks=29577642  nbPropagations=1222812  nbRevisions=16417132  nbUselessRevisions=13146128
5.41	     nbAssignments=22226  nbFailedAssignments=8992  nbBacktracks=13126  nbVisitedNodes=38882  nbRestartNogoods=81
5.41	       =>  wckTime=4.617  cpuTime=4.49  mem=14M891
7.49	   
7.49	   search
7.49	     run=16  nbConstraintChecks=43659543  nbPropagations=1829323  nbRevisions=24632263  nbUselessRevisions=19735298
7.49	     nbAssignments=32972  nbFailedAssignments=13162  nbBacktracks=19697  nbVisitedNodes=57467  nbRestartNogoods=91
7.49	       =>  wckTime=6.7  cpuTime=6.56  mem=14M891
10.59	   
10.59	   search
10.59	     run=17  nbConstraintChecks=64422611  nbPropagations=2727290  nbRevisions=36816446  nbUselessRevisions=29510152
10.59	     nbAssignments=49227  nbFailedAssignments=19557  nbBacktracks=29550  nbVisitedNodes=85661  nbRestartNogoods=100
10.59	       =>  wckTime=9.794  cpuTime=9.65  mem=14M891
15.65	   
15.66	   search
15.66	     run=18  nbConstraintChecks=99460224  nbPropagations=4095880  nbRevisions=55471003  nbUselessRevisions=44471584
15.66	     nbAssignments=74362  nbFailedAssignments=29905  nbBacktracks=44331  nbVisitedNodes=129799  nbRestartNogoods=113
15.66	       =>  wckTime=14.863  cpuTime=14.7  mem=14M891
22.58	   
22.58	   search
22.58	     run=19  nbConstraintChecks=145236711  nbPropagations=6124178  nbRevisions=83048494  nbUselessRevisions=66629920
22.58	     nbAssignments=110630  nbFailedAssignments=43998  nbBacktracks=66501  nbVisitedNodes=192611  nbRestartNogoods=122
22.58	       =>  wckTime=21.784  cpuTime=21.56  mem=14M891
34.02	   
34.02	   search
34.02	     run=20  nbConstraintChecks=222996214  nbPropagations=9217658  nbRevisions=125296342  nbUselessRevisions=100606434
34.02	     nbAssignments=167225  nbFailedAssignments=67335  nbBacktracks=99753  nbVisitedNodes=292298  nbRestartNogoods=134
34.02	       =>  wckTime=33.227  cpuTime=32.9  mem=14M891
49.72	   
49.72	   search
49.72	     run=21  nbConstraintChecks=328999532  nbPropagations=13800338  nbRevisions=188060314  nbUselessRevisions=151156304
49.72	     nbAssignments=249134  nbFailedAssignments=99359  nbBacktracks=149631  nbVisitedNodes=434691  nbRestartNogoods=148
49.72	       =>  wckTime=48.923  cpuTime=48.57  mem=14M891
75.37	   
75.37	   search
75.37	     run=22  nbConstraintChecks=506573567  nbPropagations=20783305  nbRevisions=283849913  nbUselessRevisions=228220094
75.37	     nbAssignments=376616  nbFailedAssignments=152015  nbBacktracks=224450  nbVisitedNodes=659024  nbRestartNogoods=154
75.37	       =>  wckTime=74.579  cpuTime=74.22  mem=14M891
82.65	   
82.65	   search
82.65	     run=23  nbConstraintChecks=556059266  nbPropagations=28465225  nbRevisions=389009451  nbUselessRevisions=312798752
82.65	     nbAssignments=414712  nbFailedAssignments=166580  nbBacktracks=247941  nbVisitedNodes=724592  nbRestartNogoods=168
82.65	       =>  wckTime=81.861  cpuTime=81.49  mem=14M891
82.65	   
82.65	   global
82.65	     nbConstraintChecks=556059266  nbPropagations=28465265  nbRevisions=389009451  nbUselessRevisions=312798752
82.65	     nbRestartNogoods=168  solvingWckTime=81.862  solvingCpuTime=81.49  expiredTime=no  totalExploration=no
82.65	     nbFoundSolutions=1  globalCpuTime=81.9
82.65	       =>  wckTime=82.355  cpuTime=81.85  mem=14M891
82.66	   
82.66	s SATISFIABLE
82.66	v 0 10 2 5 15 2 13 13 15 5 18 16 10 16 3 17 6 12 8 6 16 4 3 15 9 4 16 5 1 5 0 12 15 18 17 9 18 14 0 4 
82.66	d NODES 414712
82.66	d CHECKS 556059266
82.66	   
82.66	   totalWckTime=82.431  totalCpuTime=81.91

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/node76/watcher-195488-1168069823 -o ROOT/results/node76/solver-195488-1168069823 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195488-1168069823/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.81 0.95 0.98 5/73 29696
/proc/meminfo: memFree=1797080/2055888 swapFree=4096420/4096564
[pid=29694] ppid=29691 vsize=168 CPUtime=0
/proc/29694/stat : 29694 (java) R 29691 29694 29478 0 -1 0 40 0 0 0 0 0 0 0 20 0 1 0 155379424 172032 23 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4817844 0 0 4096 0 0 0 0 17 1 0 0
/proc/29694/statm: 42 23 18 14 0 2 0

[startup+0.107615 s]
/proc/loadavg: 0.81 0.95 0.98 5/73 29696
/proc/meminfo: memFree=1797080/2055888 swapFree=4096420/4096564
[pid=29694] ppid=29691 vsize=914992 CPUtime=0.09
/proc/29694/stat : 29694 (java) R 29691 29694 29478 0 -1 0 3018 0 1 0 7 2 0 0 20 0 8 0 155379424 936951808 2766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155473985 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29694/statm: 228748 2766 1436 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914992

[startup+0.515693 s]
/proc/loadavg: 0.81 0.95 0.98 5/73 29696
/proc/meminfo: memFree=1797080/2055888 swapFree=4096420/4096564
[pid=29694] ppid=29691 vsize=915332 CPUtime=0.49
/proc/29694/stat : 29694 (java) R 29691 29694 29478 0 -1 0 6959 0 1 0 45 4 0 0 22 0 8 0 155379424 937299968 6700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072913192 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29694/statm: 228833 6700 2139 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33785 s]
/proc/loadavg: 0.81 0.95 0.98 3/92 29714
/proc/meminfo: memFree=1749448/2055888 swapFree=4096420/4096564
[pid=29694] ppid=29691 vsize=915460 CPUtime=1.31
/proc/29694/stat : 29694 (java) R 29691 29694 29478 0 -1 0 8642 0 1 0 124 7 0 0 25 0 8 0 155379424 937431040 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823158 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29694/statm: 228865 8382 2514 14 0 215334 0
[pid=29694/tid=29701] ppid=29691 vsize=915460 CPUtime=0.03
/proc/29694/task/29701/stat : 29701 (java) S 29691 29694 29478 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 155379429 937431040 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29702] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29702/stat : 29702 (java) S 29691 29694 29478 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155379429 937431040 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29703] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29703/stat : 29703 (java) S 29691 29694 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155379429 937431040 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29707] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29707/stat : 29707 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155379432 937431040 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29708] ppid=29691 vsize=915460 CPUtime=0.2
/proc/29694/task/29708/stat : 29708 (java) S 29691 29694 29478 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 155379432 937431040 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29709] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29709/stat : 29709 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155379432 937431040 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29710] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29710/stat : 29710 (java) S 29691 29694 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155379432 937431040 8382 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.98617 s]
/proc/loadavg: 0.81 0.95 0.98 3/92 29714
/proc/meminfo: memFree=1748936/2055888 swapFree=4096420/4096564
[pid=29694] ppid=29691 vsize=915460 CPUtime=2.95
/proc/29694/stat : 29694 (java) R 29691 29694 29478 0 -1 0 8669 0 1 0 288 7 0 0 25 0 8 0 155379424 937431040 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791920 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29694/statm: 228865 8408 2514 14 0 215334 0
[pid=29694/tid=29701] ppid=29691 vsize=915460 CPUtime=0.03
/proc/29694/task/29701/stat : 29701 (java) S 29691 29694 29478 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 155379429 937431040 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29702] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29702/stat : 29702 (java) S 29691 29694 29478 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155379429 937431040 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29703] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29703/stat : 29703 (java) S 29691 29694 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155379429 937431040 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29707] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29707/stat : 29707 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155379432 937431040 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29708] ppid=29691 vsize=915460 CPUtime=0.21
/proc/29694/task/29708/stat : 29708 (java) S 29691 29694 29478 0 -1 64 393 0 0 0 20 1 0 0 16 0 8 0 155379432 937431040 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29709] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29709/stat : 29709 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155379432 937431040 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29710] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29710/stat : 29710 (java) S 29691 29694 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155379432 937431040 8408 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.26681 s]
/proc/loadavg: 0.90 0.97 0.99 3/92 29714
/proc/meminfo: memFree=1748872/2055888 swapFree=4096420/4096564
[pid=29694] ppid=29691 vsize=915460 CPUtime=6.19
/proc/29694/stat : 29694 (java) R 29691 29694 29478 0 -1 0 8675 0 1 0 612 7 0 0 25 0 8 0 155379424 937431040 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798859 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29694/statm: 228865 8413 2514 14 0 215334 0
[pid=29694/tid=29701] ppid=29691 vsize=915460 CPUtime=0.03
/proc/29694/task/29701/stat : 29701 (java) S 29691 29694 29478 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 155379429 937431040 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29702] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29702/stat : 29702 (java) S 29691 29694 29478 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155379429 937431040 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29703] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29703/stat : 29703 (java) S 29691 29694 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155379429 937431040 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29707] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29707/stat : 29707 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155379432 937431040 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29708] ppid=29691 vsize=915460 CPUtime=0.22
/proc/29694/task/29708/stat : 29708 (java) S 29691 29694 29478 0 -1 64 393 0 0 0 21 1 0 0 15 0 8 0 155379432 937431040 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29709] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29709/stat : 29709 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155379432 937431040 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29710] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29710/stat : 29710 (java) S 29691 29694 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155379432 937431040 8413 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915460

[startup+12.7481 s]
/proc/loadavg: 0.99 0.99 0.99 3/92 29714
/proc/meminfo: memFree=1748888/2055888 swapFree=4096420/4096564
[pid=29694] ppid=29691 vsize=915460 CPUtime=12.64
/proc/29694/stat : 29694 (java) R 29691 29694 29478 0 -1 0 8680 0 1 0 1257 7 0 0 25 0 8 0 155379424 937431040 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791637 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29694/statm: 228865 8418 2514 14 0 215334 0
[pid=29694/tid=29701] ppid=29691 vsize=915460 CPUtime=0.03
/proc/29694/task/29701/stat : 29701 (java) S 29691 29694 29478 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 155379429 937431040 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29702] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29702/stat : 29702 (java) S 29691 29694 29478 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155379429 937431040 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29703] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29703/stat : 29703 (java) S 29691 29694 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155379429 937431040 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29707] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29707/stat : 29707 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155379432 937431040 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29708] ppid=29691 vsize=915460 CPUtime=0.22
/proc/29694/task/29708/stat : 29708 (java) S 29691 29694 29478 0 -1 64 393 0 0 0 21 1 0 0 15 0 8 0 155379432 937431040 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29709] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29709/stat : 29709 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155379432 937431040 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29710] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29710/stat : 29710 (java) S 29691 29694 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155379432 937431040 8418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915460

[startup+25.5816 s]
/proc/loadavg: 1.14 1.02 1.01 2/80 29781
/proc/meminfo: memFree=1774760/2055888 swapFree=4096420/4096564
[pid=29694] ppid=29691 vsize=915460 CPUtime=25.39
/proc/29694/stat : 29694 (java) R 29691 29694 29478 0 -1 0 8685 0 1 0 2532 7 0 0 25 0 8 0 155379424 937431040 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788766 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29694/statm: 228865 8423 2514 14 0 215334 0
[pid=29694/tid=29701] ppid=29691 vsize=915460 CPUtime=0.03
/proc/29694/task/29701/stat : 29701 (java) S 29691 29694 29478 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 155379429 937431040 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29702] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29702/stat : 29702 (java) S 29691 29694 29478 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155379429 937431040 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29703] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29703/stat : 29703 (java) S 29691 29694 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155379429 937431040 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29707] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29707/stat : 29707 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155379432 937431040 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29708] ppid=29691 vsize=915460 CPUtime=0.22
/proc/29694/task/29708/stat : 29708 (java) S 29691 29694 29478 0 -1 64 393 0 0 0 21 1 0 0 15 0 8 0 155379432 937431040 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29709] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29709/stat : 29709 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155379432 937431040 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29710] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29710/stat : 29710 (java) S 29691 29694 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155379432 937431040 8423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 915460

[startup+51.2656 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 29900
/proc/meminfo: memFree=1779216/2055888 swapFree=4096420/4096564
[pid=29694] ppid=29691 vsize=915460 CPUtime=50.97
/proc/29694/stat : 29694 (java) R 29691 29694 29478 0 -1 0 8691 0 1 0 5089 8 0 0 25 0 8 0 155379424 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791734 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29694/statm: 228865 8429 2514 14 0 215334 0
[pid=29694/tid=29701] ppid=29691 vsize=915460 CPUtime=0.03
/proc/29694/task/29701/stat : 29701 (java) S 29691 29694 29478 0 -1 64 286 0 0 0 3 0 0 0 16 0 8 0 155379429 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29702] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29702/stat : 29702 (java) S 29691 29694 29478 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155379429 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29703] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29703/stat : 29703 (java) S 29691 29694 29478 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155379429 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29694/tid=29707] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29707/stat : 29707 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155379432 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29708] ppid=29691 vsize=915460 CPUtime=0.22
/proc/29694/task/29708/stat : 29708 (java) S 29691 29694 29478 0 -1 64 394 0 0 0 21 1 0 0 16 0 8 0 155379432 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29709] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29709/stat : 29709 (java) S 29691 29694 29478 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155379432 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29694/tid=29710] ppid=29691 vsize=915460 CPUtime=0
/proc/29694/task/29710/stat : 29710 (java) S 29691 29694 29478 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155379432 937431040 8429 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 82.6985
CPU time (s): 82.3695
CPU user time (s): 82.2805
CPU system time (s): 0.088986
CPU usage (%): 99.6022
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.2805
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8786
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= 2823
involuntary context switches= 3543

runsolver used 0.112982 s user time and 0.19597 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sat Jan  6 07:50:23 UTC 2007


IDJOB= 195488
IDBENCH= 3271
FILE ID= node76/195488-1168069823

PBS_JOBID= 3475935

Free space on /tmp= 66639 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8589284fd07ecd642593419b9f201de6

RANDOM SEED= 454674283

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1797288 kB
Buffers:         18944 kB
Cached:         162004 kB
SwapCached:          0 kB
Active:          55084 kB
Inactive:       146768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1797288 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            4064 kB
Writeback:           0 kB
Mapped:          31340 kB
Slab:            42680 kB
Committed_AS:  5726440 kB
PageTables:       1732 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66641 MiB



End job on node76 on Sat Jan  6 07:51:46 UTC 2007