Trace number 209203

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 11.0983 11.2341

DiagnosticValue
CHECKS9947296
NODES580

General information on the benchmark

Namefapp/fapp01-05/fapp03/
fapp03-0300-7.xml
MD5SUM336f9727f83de4902cc9d6bc31a3cb37
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.9597
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/209203-1168074900/unknown.xml
0.36	   
0.36	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.45	     nbVariables=300  nbDomainTypes=13  minDomainSize=42  maxDomainSize=250
0.45	       =>  wckTime=0.157  cpuTime=0.11  mem=8M838
0.45	   
0.45	   predicates being loaded...
0.46	   
0.46	   constraints being loaded...
4.45	   
4.45	   INFO : Stopping converting binary constraints (cpu=4.03, mem = 43M101)
5.09	     nbConstraints=2326  nbMergedConstraints=2051  nbConvertedConstraints=184  nbConvertConstraintsChecks=6378700
5.09	     nbExtensionStructures=175  nbSharedExtensionStructures=9  nbConflictsStructures=175  nbSharedConflictsStructures=9
5.09	     nbSharedBinaryRepresentations=40517  nbEvaluationManagers=1906  nbSharedEvaluationManagers=236  maxDegree=19
5.09	     maxArity=2
5.09	       =>  wckTime=4.793  cpuTime=4.53  mem=51M453
5.20	   
5.20	   solver IterativeSystematicSolver being built... 
5.40	       =>  wckTime=5.105  cpuTime=4.7  mem=33M363
8.23	   
8.23	   preprocessing
8.23	     nbConstraintChecks=5301491  nbValidityChecks=252121  nbPropagations=405  nbRevisions=6886  nbUselessRevisions=6194
8.23	     nbRemovedValues=25324  detectedInconsistency=no
8.23	       =>  wckTime=2.825  cpuTime=2.77  mem=33M363
9.79	   
9.79	   search
9.79	     run=0  nbConstraintChecks=2410573  nbValidityChecks=2487554  nbPropagations=3633  nbRevisions=50861
9.79	     nbUselessRevisions=45055  nbAssignments=114  nbFailedAssignments=25  nbBacktracks=10  nbVisitedNodes=145
9.79	     nbRestartNogoods=0  mapSize=6  nbInferences=0  nbTooLargeKeys=0
9.79	       =>  wckTime=4.385  cpuTime=4.3  mem=34M351
10.70	   
10.70	   search
10.70	     run=1  nbConstraintChecks=3896766  nbValidityChecks=4383873  nbPropagations=10287  nbRevisions=141590
10.70	     nbUselessRevisions=125193  nbAssignments=271  nbFailedAssignments=51  nbBacktracks=27  nbVisitedNodes=334
10.70	     nbRestartNogoods=17  mapSize=15  nbInferences=0  nbTooLargeKeys=0
10.70	       =>  wckTime=5.297  cpuTime=5.2  mem=35M339
11.18	   
11.18	   search
11.18	     run=2  nbConstraintChecks=4645805  nbValidityChecks=6192728  nbPropagations=20206  nbRevisions=270980
11.18	     nbUselessRevisions=239832  nbAssignments=580  nbFailedAssignments=60  nbBacktracks=27  nbVisitedNodes=652
11.18	     nbRestartNogoods=21  mapSize=15  nbInferences=0  nbTooLargeKeys=0
11.18	       =>  wckTime=5.775  cpuTime=5.67  mem=36M327
11.18	   
11.18	   global
11.18	     nbConstraintChecks=9947296  nbValidityChecks=6444849  nbPropagations=20611  nbRevisions=277866
11.18	     nbUselessRevisions=246026  nbRestartNogoods=21  solvingWckTime=5.776  solvingCpuTime=5.67  expiredTime=no
11.18	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=10.42
11.18	       =>  wckTime=10.883  cpuTime=10.37  mem=36M327
11.18	   
11.18	s SATISFIABLE
11.18	v -2292 -2608 2616 2380 2284 2216 2452 -2368 -2384 2352 2256 2192 2312 -2400 2616 2480 -2372 2568 2632 2584 -2160 -2440 2204 2268 2600 -2160 -2352 -2528 2232 -2404 2292 -2160 2616 -2432 -2616 -2612 -2540 2424 -2200 2516 2228 2364 2264 2216 -2192 2520 -2596 -2160 -2160 2272 -2640 -2612 -2176 -2568 -2468 -2324 2576 -2484 2556 -2372 -2460 -2624 -2460 2268 -2408 -2464 -2460 2528 2440 -2480 -2456 -2516 -2540 -2600 -2480 2232 -2452 -2568 2236 -2564 2164 2468 -2252 -2292 -2184 -2608 -2492 -2480 2556 -2200 2384 2348 2596 -2568 -2532 2420 -2652 -2200 2524 -2600 -2372 -2608 -2360 2608 2320 -2200 -2500 2348 2572 -2400 -2484 2656 2248 2468 -2504 -2344 -2648 2524 -2272 2556 2392 -2612 2232 -2248 -2252 -2644 2632 -2528 2208 2360 2508 2568 -2552 -2348 -2200 -2476 -2592 -2440 2324 2316 2196 2428 -2528 -2480 2584 -2224 -2196 2312 -2200 2564 -2508 -2364 2596 -2512 -2576 -2560 -2556 2212 -2580 2572 -2460 2200 -2612 -2160 -2332 -2200 2308 -2568 2392 -2160 2272 -2464 2608 -2520 2404 2592 2520 -2568 -2616 -2568 2412 2496 -2544 -2656 -2624 -2584 -2216 -2292 -2176 2508 2624 -2584 -2500 2160 2584 -2352 -2276 -2560 2548 -2304 2480 -2608 2344 -2572 -2520 2436 -2544 2440 -2324 -2624 2160 -2440 -2256 -2528 2592 2576 2640 -2392 2432 2588 2444 -2160 -2640 2644 2332 -2584 -2584 2340 2552 -2468 2604 -2200 -2552 2384 -2480 -2588 -2364 2388 -2344 -2228 2628 2516 -2392 -2288 2284 -2612 2656 2564 2596 -2604 2568 -2556 -2404 -2600 -2200 -2388 -2432 -2572 -2640 2232 2388 -2604 -2616 -2604 -2472 -2380 2596 -2332 -2408 -2648 2412 -2476 -2500 2448 -2656 2236 -2476 2608 2440 2364 2616 2444 -2332 2216 -2228 -2252 2268 -2428 -2324 2420 -2624 -2172 2636 -2568 -2284 2592 2244 2572 -2500 -2372 
11.18	d NODES 580
11.18	d CHECKS 9947296
11.18	   
11.18	   totalWckTime=10.96  totalCpuTime=10.42

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/node55/watcher-209203-1168074900 -o ROOT/results/node55/solver-209203-1168074900 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/209203-1168074900/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.68 1.92 1.85 3/80 11501
/proc/meminfo: memFree=1269912/2055920 swapFree=4192812/4192956
[pid=11500] ppid=11498 vsize=18540 CPUtime=0
/proc/11500/stat : 11500 (runsolver) R 11498 11500 10819 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 155889268 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 248761609511 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11500/statm: 4635 279 244 17 0 2626 0

[startup+0.107639 s]
/proc/loadavg: 1.68 1.92 1.85 3/80 11501
/proc/meminfo: memFree=1269912/2055920 swapFree=4192812/4192956
[pid=11500] ppid=11498 vsize=914988 CPUtime=0.09
/proc/11500/stat : 11500 (java) R 11498 11500 10819 0 -1 0 3063 0 1 0 7 2 0 0 23 0 8 0 155889268 936947712 2809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155068695 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11500/statm: 228747 2809 1451 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.518686 s]
/proc/loadavg: 1.68 1.92 1.85 3/80 11501
/proc/meminfo: memFree=1269912/2055920 swapFree=4192812/4192956
[pid=11500] ppid=11498 vsize=915328 CPUtime=0.49
/proc/11500/stat : 11500 (java) R 11498 11500 10819 0 -1 0 6918 0 1 0 44 5 0 0 25 0 8 0 155889268 937295872 6657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153794732 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11500/statm: 228832 6657 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33875 s]
/proc/loadavg: 1.71 1.92 1.85 3/87 11508
/proc/meminfo: memFree=1227496/2055920 swapFree=4192812/4192956
[pid=11500] ppid=11498 vsize=915628 CPUtime=1.3
/proc/11500/stat : 11500 (java) R 11498 11500 10819 0 -1 0 13118 0 1 0 123 7 0 0 25 0 8 0 155889268 937603072 12856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798363 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11500/statm: 228907 12856 2169 14 0 215377 0
[pid=11500/tid=11502] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11502/stat : 11502 (java) S 11498 11500 10819 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 155889272 937603072 12856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11503] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11498 11500 10819 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 155889272 937603072 12856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11504] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11498 11500 10819 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 155889272 937603072 12856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11505] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11505/stat : 11505 (java) S 11498 11500 10819 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155889275 937603072 12856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11506] ppid=11498 vsize=915628 CPUtime=0.15
/proc/11500/task/11506/stat : 11506 (java) S 11498 11500 10819 0 -1 64 413 0 0 0 15 0 0 0 16 0 8 0 155889275 937603072 12856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11507] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11498 11500 10819 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155889275 937603072 12856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11508] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11508/stat : 11508 (java) S 11498 11500 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155889275 937603072 12856 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915628

[startup+2.97591 s]
/proc/loadavg: 1.71 1.92 1.85 3/87 11508
/proc/meminfo: memFree=1224680/2055920 swapFree=4192812/4192956
[pid=11500] ppid=11498 vsize=915628 CPUtime=2.93
/proc/11500/stat : 11500 (java) R 11498 11500 10819 0 -1 0 14161 0 1 0 285 8 0 0 25 0 8 0 155889268 937603072 13899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801840 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11500/statm: 228907 13899 2170 14 0 215377 0
[pid=11500/tid=11502] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11502/stat : 11502 (java) S 11498 11500 10819 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 155889272 937603072 13899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11503] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11498 11500 10819 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 155889272 937603072 13899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11504] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11498 11500 10819 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 155889272 937603072 13899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11505] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11505/stat : 11505 (java) S 11498 11500 10819 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155889275 937603072 13899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11506] ppid=11498 vsize=915628 CPUtime=0.17
/proc/11500/task/11506/stat : 11506 (java) S 11498 11500 10819 0 -1 64 428 0 0 0 17 0 0 0 15 0 8 0 155889275 937603072 13899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11507] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11498 11500 10819 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155889275 937603072 13899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11508] ppid=11498 vsize=915628 CPUtime=0
/proc/11500/task/11508/stat : 11508 (java) S 11498 11500 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155889275 937603072 13899 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915628

[startup+6.26823 s]
/proc/loadavg: 1.73 1.92 1.85 3/87 11508
/proc/meminfo: memFree=1199272/2055920 swapFree=4192812/4192956
[pid=11500] ppid=11498 vsize=915720 CPUtime=6.2
/proc/11500/stat : 11500 (java) R 11498 11500 10819 0 -1 0 20408 0 1 0 609 11 0 0 25 0 8 0 155889268 937697280 20144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073792933 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11500/statm: 228930 20144 2533 14 0 215400 0
[pid=11500/tid=11502] ppid=11498 vsize=915720 CPUtime=0.15
/proc/11500/task/11502/stat : 11502 (java) S 11498 11500 10819 0 -1 64 3303 0 0 0 14 1 0 0 17 0 8 0 155889272 937697280 20144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11503] ppid=11498 vsize=915720 CPUtime=0
/proc/11500/task/11503/stat : 11503 (java) S 11498 11500 10819 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155889272 937697280 20144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11504] ppid=11498 vsize=915720 CPUtime=0
/proc/11500/task/11504/stat : 11504 (java) S 11498 11500 10819 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155889272 937697280 20144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11505] ppid=11498 vsize=915720 CPUtime=0
/proc/11500/task/11505/stat : 11505 (java) S 11498 11500 10819 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155889275 937697280 20144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11506] ppid=11498 vsize=915720 CPUtime=0.27
/proc/11500/task/11506/stat : 11506 (java) S 11498 11500 10819 0 -1 64 484 0 0 0 26 1 0 0 15 0 8 0 155889275 937697280 20144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11507] ppid=11498 vsize=915720 CPUtime=0
/proc/11500/task/11507/stat : 11507 (java) S 11498 11500 10819 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155889275 937697280 20144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11500/tid=11508] ppid=11498 vsize=915720 CPUtime=0
/proc/11500/task/11508/stat : 11508 (java) S 11498 11500 10819 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155889275 937697280 20144 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915720

Child status: 0
Real time (s): 11.2341
CPU time (s): 11.0983
CPU user time (s): 10.9663
CPU system time (s): 0.131979
CPU usage (%): 98.7909
Max. virtual memory (cumulated for all children) (KiB): 915776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.9663
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20443
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= 1609
involuntary context switches= 1941

runsolver used 0.016997 s user time and 0.027995 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sat Jan  6 09:15:02 UTC 2007


IDJOB= 209203
IDBENCH= 4502
FILE ID= node55/209203-1168074900

PBS_JOBID= 3475984

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp01-05/fapp03/fapp03-0300-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/209203-1168074900/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-209203-1168074900 -o ROOT/results/node55/solver-209203-1168074900 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/209203-1168074900/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  336f9727f83de4902cc9d6bc31a3cb37

RANDOM SEED= 783140161

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.218
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	: 5931.00
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.218
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:       1270520 kB
Buffers:         55336 kB
Cached:         600388 kB
SwapCached:          0 kB
Active:         138076 kB
Inactive:       564152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1270520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2388 kB
Writeback:           0 kB
Mapped:          66736 kB
Slab:            68600 kB
Committed_AS:  3797456 kB
PageTables:       1828 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= 66542 MiB



End job on node55 on Sat Jan  6 09:15:25 UTC 2007