Trace number 2097889

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 ACSAT 10.9773 11.1092

DiagnosticValue
CHECKS688685
NODES203

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-4.xml
MD5SUMc966f4ac55d40e9ed821e9d3623796fc
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 benchmark10.5704
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.19/0.30	   
0.19/0.30	   instance
0.19/0.30	     name=HOME/instance-2097889-1247414145.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.42	     nbVariables=200  nbDomainTypes=9  minDomainSize=42  maxDomainSize=190  nbTotalValues=26963
0.38/0.42	       =>  wckTime=0.162  cpuTime=0.13  mem=8M883
0.38/0.42	   
0.38/0.42	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
10.48/10.61	     nbConstraints=1108  nbMergedConstraints=945  nbConvertedConstraints=1108  nbConvertConstraintsChecks=17603536
10.48/10.61	     nbExtensionStructures=974  nbSharedExtensionStructures=283  nbConflictsStructures=974
10.48/10.61	     nbSharedConflictsStructures=283  nbSharedBinaryRepresentations=200383  minDegree=3  maxDegree=14  minArity=2
10.48/10.61	     maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.131  symmetryCpuTime=0.09
10.48/10.61	       =>  wckTime=10.344  cpuTime=9.92  mem=25M637
10.59/10.72	   
10.59/10.72	   solver IterativeSystematicSolver being built... 
10.68/10.86	       =>  wckTime=10.598  cpuTime=10.03  mem=28M233
10.78/10.91	   
10.78/10.91	   preprocessing
10.78/10.91	     nbConstraintChecks=161038  nbPropagations=270  nbRevisions=1406  nbUselessRevisions=983  nbRemovedValues=13029
10.78/10.91	     detectedInconsistency=no
10.78/10.91	       =>  wckTime=0.047  cpuTime=0.03  mem=28M233
10.88/11.07	   
10.88/11.07	   search
10.88/11.07	     run=0  nbConstraintChecks=527647  minDepth=39  maxDepth=200  nbPropagations=2231  nbRevisions=11997
10.88/11.07	     nbUselessRevisions=9616  nbAssignments=203  nbFailedAssignments=3  nbBacktracks=0  nbVisitedNodes=207
10.88/11.07	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=102.05
10.88/11.07	     nbREliminables=0.94  nbIEliminables=21.66  nbDEliminables=0  nbPEliminables=0
10.88/11.07	       =>  wckTime=0.204  cpuTime=0.15  mem=30M236
10.88/11.07	   
10.88/11.07	   global
10.88/11.07	     nbConstraintChecks=688685  nbPropagations=2501  nbRevisions=13403  nbUselessRevisions=10599  nbRestartNogoods=0
10.88/11.07	     solvingWckTime=0.207  solvingCpuTime=0.16  expiredTime=no  totalExploration=no  nbFoundSolutions=1
10.88/11.07	     firstSolutionCpuTime=10.17  globalCpuTime=10.22
10.88/11.07	       =>  wckTime=10.807  cpuTime=10.19  mem=30M236
10.88/11.07	   
10.88/11.07	s SATISFIABLE
10.88/11.07	v 2620 2412 2584 2576 -2280 -2496 -2452 -2532 2508 2320 -2280 -2640 -2420 -2384 -2492 2572 2632 -2552 -2288 2652 2640 -2552 -2320 -2532 2652 -2452 2580 -2648 2648 2424 -2640 2472 2620 -2336 2512 2512 -2640 2560 -2424 -2444 2560 2328 2484 2468 -2424 2356 2432 2600 -2476 2544 -2456 -2656 -2336 -2400 -2328 2320 2352 -2436 -2404 -2324 2512 -2320 -2452 2512 2492 -2492 2492 -2428 -2612 -2336 -2592 2388 2600 -2532 2308 2608 -2280 2600 2600 2320 2284 2288 2280 -2360 2572 2588 2572 2612 -2484 -2600 2280 2396 -2572 -2532 2420 2444 -2532 2452 2612 2608 2600 -2648 2484 2512 2500 2456 2584 2532 -2320 2340 2512 -2280 -2392 -2580 2344 2492 2420 -2596 2388 -2656 -2460 -2552 -2436 -2320 -2280 -2280 -2436 -2408 -2328 -2476 2600 2580 -2412 -2464 2320 2532 -2580 -2280 -2640 -2608 -2320 2648 -2460 2348 -2460 2536 2368 2616 2364 -2368 2560 2620 2520 -2448 -2556 2428 2600 -2384 -2444 -2628 -2416 2596 2472 -2312 2556 -2640 2492 -2420 -2608 -2464 2280 2616 -2320 -2376 -2320 -2336 -2540 -2376 -2376 -2376 -2568 -2280 2624 -2280 -2656 2608 -2416 2320 -2616 2408 2472 -2320 -2300 2620 -2396 -2616 -2432 -2460 -2280 -2552 
10.88/11.07	d NODES 203
10.88/11.07	d CHECKS 688685
10.88/11.07	   
10.88/11.07	   totalWckTime=10.879  totalCpuTime=10.22

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097889-1247414145/watcher-2097889-1247414145 -o /tmp/evaluation-result-2097889-1247414145/solver-2097889-1247414145 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097889-1247414145.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.11 2.06 2.01 4/80 1046
/proc/meminfo: memFree=1785456/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=18576 CPUtime=0
/proc/1046/stat : 1046 (runsolver) R 1044 1046 30423 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28480881 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1046/statm: 4644 284 249 26 0 2626 0

[startup+0.0189339 s]
/proc/loadavg: 2.11 2.06 2.01 4/80 1046
/proc/meminfo: memFree=1785456/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=11044 CPUtime=0
/proc/1046/stat : 1046 (java) S 1044 1046 30423 0 -1 0 859 0 1 0 0 0 0 0 18 0 2 0 28480881 11309056 613 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/1046/statm: 2798 631 327 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11044

[startup+0.102949 s]
/proc/loadavg: 2.11 2.06 2.01 4/80 1046
/proc/meminfo: memFree=1785456/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=865984 CPUtime=0.09
/proc/1046/stat : 1046 (java) S 1044 1046 30423 0 -1 0 3739 0 1 0 7 2 0 0 18 0 9 0 28480881 886767616 3205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1046/statm: 216496 3205 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301986 s]
/proc/loadavg: 2.11 2.06 2.01 4/80 1046
/proc/meminfo: memFree=1785456/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=866380 CPUtime=0.28
/proc/1046/stat : 1046 (java) S 1044 1046 30423 0 -1 0 5847 0 1 0 25 3 0 0 18 0 9 0 28480881 887173120 5213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1046/statm: 216595 5213 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701071 s]
/proc/loadavg: 2.11 2.06 2.01 4/80 1046
/proc/meminfo: memFree=1785456/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=867776 CPUtime=0.69
/proc/1046/stat : 1046 (java) S 1044 1046 30423 0 -1 0 8854 0 1 0 63 6 0 0 18 0 9 0 28480881 888602624 8208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1046/statm: 216944 8208 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867776

[startup+1.50222 s]
/proc/loadavg: 2.10 2.06 2.01 3/89 1055
/proc/meminfo: memFree=1754472/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=867776 CPUtime=1.47
/proc/1046/stat : 1046 (java) S 1044 1046 30423 0 -1 0 10770 0 1 0 140 7 0 0 18 0 9 0 28480881 888602624 10121 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1046/statm: 216944 10121 2041 9 0 211380 0
[pid=1046/tid=1048] ppid=1044 vsize=867776 CPUtime=1.25
/proc/1046/task/1048/stat : 1048 (java) R 1044 1046 30423 0 -1 64 9377 0 1 0 120 5 0 0 25 0 9 0 28480882 888602624 10121 996147200 134512640 134550932 4294955968 18446744073709551615 4126893281 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1049] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1049/stat : 1049 (java) S 1044 1046 30423 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28480883 888602624 10121 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1050] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1050/stat : 1050 (java) S 1044 1046 30423 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28480884 888602624 10121 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1051] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1051/stat : 1051 (java) S 1044 1046 30423 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28480884 888602624 10121 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1052] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1052/stat : 1052 (java) S 1044 1046 30423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28480886 888602624 10121 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1053] ppid=1044 vsize=867776 CPUtime=0.2
/proc/1046/task/1053/stat : 1053 (java) S 1044 1046 30423 0 -1 64 695 0 0 0 20 0 0 0 16 0 9 0 28480886 888602624 10121 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1054] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1054/stat : 1054 (java) S 1044 1046 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28480886 888602624 10121 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1055] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1055/stat : 1055 (java) S 1044 1046 30423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28480886 888602624 10121 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867776

[startup+3.10253 s]
/proc/loadavg: 2.10 2.06 2.01 3/89 1055
/proc/meminfo: memFree=1749480/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=867776 CPUtime=3.06
/proc/1046/stat : 1046 (java) S 1044 1046 30423 0 -1 0 12594 0 1 0 297 9 0 0 18 0 9 0 28480881 888602624 11944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1046/statm: 216944 11944 2041 9 0 211380 0
[pid=1046/tid=1048] ppid=1044 vsize=867776 CPUtime=2.81
/proc/1046/task/1048/stat : 1048 (java) R 1044 1046 30423 0 -1 64 11184 0 1 0 274 7 0 0 25 0 9 0 28480882 888602624 11944 996147200 134512640 134550932 4294955968 18446744073709551615 4126891895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1049] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1049/stat : 1049 (java) S 1044 1046 30423 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28480883 888602624 11944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1050] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1050/stat : 1050 (java) S 1044 1046 30423 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28480884 888602624 11944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1051] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1051/stat : 1051 (java) S 1044 1046 30423 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28480884 888602624 11944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1052] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1052/stat : 1052 (java) S 1044 1046 30423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28480886 888602624 11944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1053] ppid=1044 vsize=867776 CPUtime=0.22
/proc/1046/task/1053/stat : 1053 (java) S 1044 1046 30423 0 -1 64 712 0 0 0 22 0 0 0 15 0 9 0 28480886 888602624 11944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1054] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1054/stat : 1054 (java) S 1044 1046 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28480886 888602624 11944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1055] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1055/stat : 1055 (java) S 1044 1046 30423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28480886 888602624 11944 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867776

[startup+6.30215 s]
/proc/loadavg: 2.09 2.06 2.01 3/89 1055
/proc/meminfo: memFree=1735016/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=867776 CPUtime=6.23
/proc/1046/stat : 1046 (java) S 1044 1046 30423 0 -1 0 16072 0 1 0 611 12 0 0 18 0 9 0 28480881 888602624 15419 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1046/statm: 216944 15419 2041 9 0 211380 0
[pid=1046/tid=1048] ppid=1044 vsize=867776 CPUtime=5.97
/proc/1046/task/1048/stat : 1048 (java) R 1044 1046 30423 0 -1 64 14652 0 1 0 587 10 0 0 25 0 9 0 28480882 888602624 15419 996147200 134512640 134550932 4294955968 18446744073709551615 4126897967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1049] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1049/stat : 1049 (java) S 1044 1046 30423 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28480883 888602624 15419 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1050] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1050/stat : 1050 (java) S 1044 1046 30423 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28480884 888602624 15419 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1051] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1051/stat : 1051 (java) S 1044 1046 30423 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28480884 888602624 15419 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1052] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1052/stat : 1052 (java) S 1044 1046 30423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28480886 888602624 15419 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1053] ppid=1044 vsize=867776 CPUtime=0.23
/proc/1046/task/1053/stat : 1053 (java) S 1044 1046 30423 0 -1 64 722 0 0 0 23 0 0 0 16 0 9 0 28480886 888602624 15419 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1054] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1054/stat : 1054 (java) S 1044 1046 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28480886 888602624 15419 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1055] ppid=1044 vsize=867776 CPUtime=0
/proc/1046/task/1055/stat : 1055 (java) S 1044 1046 30423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28480886 888602624 15419 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867776

Solver just ended. Dumping a history of the last processes samples

[startup+9.50177 s]
/proc/loadavg: 2.09 2.06 2.01 3/89 1055
/proc/meminfo: memFree=1718184/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=867688 CPUtime=9.4
/proc/1046/stat : 1046 (java) S 1044 1046 30423 0 -1 0 19321 0 1 0 925 15 0 0 18 0 9 0 28480881 888512512 18643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1046/statm: 216922 18643 2029 9 0 211380 0
[pid=1046/tid=1048] ppid=1044 vsize=867688 CPUtime=9.06
/proc/1046/task/1048/stat : 1048 (java) R 1044 1046 30423 0 -1 64 15837 0 1 0 894 12 0 0 25 0 9 0 28480882 888512512 18643 996147200 134512640 134550932 4294955968 18446744073709551615 4126891784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1049] ppid=1044 vsize=867688 CPUtime=0.08
/proc/1046/task/1049/stat : 1049 (java) S 1044 1046 30423 0 -1 64 2059 0 0 0 7 1 0 0 16 0 9 0 28480883 888512512 18643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1050] ppid=1044 vsize=867688 CPUtime=0
/proc/1046/task/1050/stat : 1050 (java) S 1044 1046 30423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28480884 888512512 18643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1051] ppid=1044 vsize=867688 CPUtime=0
/proc/1046/task/1051/stat : 1051 (java) S 1044 1046 30423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28480884 888512512 18643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1052] ppid=1044 vsize=867688 CPUtime=0
/proc/1046/task/1052/stat : 1052 (java) S 1044 1046 30423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28480886 888512512 18643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1053] ppid=1044 vsize=867688 CPUtime=0.23
/proc/1046/task/1053/stat : 1053 (java) S 1044 1046 30423 0 -1 64 724 0 0 0 23 0 0 0 15 0 9 0 28480886 888512512 18643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1054] ppid=1044 vsize=867688 CPUtime=0
/proc/1046/task/1054/stat : 1054 (java) S 1044 1046 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28480886 888512512 18643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1055] ppid=1044 vsize=867688 CPUtime=0
/proc/1046/task/1055/stat : 1055 (java) S 1044 1046 30423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28480886 888512512 18643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 867688

[startup+10.3019 s]
/proc/loadavg: 2.09 2.06 2.01 3/89 1055
/proc/meminfo: memFree=1718248/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=867688 CPUtime=10.19
/proc/1046/stat : 1046 (java) S 1044 1046 30423 0 -1 0 19322 0 1 0 1004 15 0 0 18 0 9 0 28480881 888512512 18644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1046/statm: 216922 18644 2029 9 0 211380 0
[pid=1046/tid=1048] ppid=1044 vsize=867688 CPUtime=9.84
/proc/1046/task/1048/stat : 1048 (java) R 1044 1046 30423 0 -1 64 15838 0 1 0 972 12 0 0 25 0 9 0 28480882 888512512 18644 996147200 134512640 134550932 4294955968 18446744073709551615 4126910817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1049] ppid=1044 vsize=867688 CPUtime=0.08
/proc/1046/task/1049/stat : 1049 (java) S 1044 1046 30423 0 -1 64 2059 0 0 0 7 1 0 0 16 0 9 0 28480883 888512512 18644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1050] ppid=1044 vsize=867688 CPUtime=0
/proc/1046/task/1050/stat : 1050 (java) S 1044 1046 30423 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28480884 888512512 18644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1051] ppid=1044 vsize=867688 CPUtime=0
/proc/1046/task/1051/stat : 1051 (java) S 1044 1046 30423 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28480884 888512512 18644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1052] ppid=1044 vsize=867688 CPUtime=0
/proc/1046/task/1052/stat : 1052 (java) S 1044 1046 30423 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28480886 888512512 18644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1053] ppid=1044 vsize=867688 CPUtime=0.23
/proc/1046/task/1053/stat : 1053 (java) S 1044 1046 30423 0 -1 64 724 0 0 0 23 0 0 0 15 0 9 0 28480886 888512512 18644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1054] ppid=1044 vsize=867688 CPUtime=0
/proc/1046/task/1054/stat : 1054 (java) S 1044 1046 30423 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28480886 888512512 18644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1055] ppid=1044 vsize=867688 CPUtime=0
/proc/1046/task/1055/stat : 1055 (java) S 1044 1046 30423 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28480886 888512512 18644 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 867688

[startup+10.702 s]
/proc/loadavg: 2.09 2.06 2.01 3/89 1055
/proc/meminfo: memFree=1718248/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=868336 CPUtime=10.59
/proc/1046/stat : 1046 (java) S 1044 1046 30423 0 -1 0 25142 334 1 0 1040 17 1 1 18 0 10 0 28480881 889176064 19581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1046/statm: 217084 19581 2636 9 0 211542 0
[pid=1046/tid=1048] ppid=1044 vsize=868336 CPUtime=10.13
/proc/1046/task/1048/stat : 1048 (java) R 1044 1046 30423 0 -1 64 17144 334 1 0 998 13 1 1 24 0 10 0 28480882 889176064 19581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1049] ppid=1044 vsize=868336 CPUtime=0.18
/proc/1046/task/1049/stat : 1049 (java) R 1044 1046 30423 0 -1 64 6294 334 0 0 15 1 1 1 16 0 10 0 28480883 889176064 19581 996147200 134512640 134550932 4294955968 18446744073709551615 103659414 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1050] ppid=1044 vsize=868336 CPUtime=0.02
/proc/1046/task/1050/stat : 1050 (java) S 1044 1046 30423 0 -1 64 16 334 0 0 0 0 1 1 16 0 10 0 28480884 889176064 19581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1051] ppid=1044 vsize=868336 CPUtime=0.02
/proc/1046/task/1051/stat : 1051 (java) S 1044 1046 30423 0 -1 64 5 334 0 0 0 0 1 1 16 0 10 0 28480884 889176064 19581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1052] ppid=1044 vsize=868336 CPUtime=0.02
/proc/1046/task/1052/stat : 1052 (java) S 1044 1046 30423 0 -1 64 2 334 0 0 0 0 1 1 18 0 10 0 28480886 889176064 19581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1053] ppid=1044 vsize=868336 CPUtime=0.28
/proc/1046/task/1053/stat : 1053 (java) S 1044 1046 30423 0 -1 64 862 334 0 0 25 1 1 1 16 0 10 0 28480886 889176064 19581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1054] ppid=1044 vsize=868336 CPUtime=0.02
/proc/1046/task/1054/stat : 1054 (java) S 1044 1046 30423 0 -1 64 0 334 0 0 0 0 1 1 19 0 10 0 28480886 889176064 19581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1046/tid=1055] ppid=1044 vsize=868336 CPUtime=0.02
/proc/1046/task/1055/stat : 1055 (java) S 1044 1046 30423 0 -1 64 9 334 0 0 0 0 1 1 15 0 10 0 28480886 889176064 19581 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 868336

[startup+11.1024 s]
/proc/loadavg: 2.08 2.06 2.01 3/89 1059
/proc/meminfo: memFree=1710632/2055920 swapFree=4192812/4192956
[pid=1046] ppid=1044 vsize=0 CPUtime=10.96
/proc/1046/stat : 1046 (java) Z 1044 1046 30423 0 -1 12 30800 334 1 0 1075 19 1 1 16 0 2 0 28480881 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1046/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 11.1092
CPU time (s): 10.9773
CPU user time (s): 10.7624
CPU system time (s): 0.214967
CPU usage (%): 98.8127
Max. virtual memory (cumulated for all children) (KiB): 868424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7624
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31134
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= 1859
involuntary context switches= 2116

runsolver used 0.018997 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 17:55:45
IDJOB=2097889
IDBENCH=57943
IDSOLVER=773
FILE ID=node23/2097889-1247414145
PBS_JOBID= 9510598
Free space on /tmp= 66360 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp01/normalized-fapp01-0200-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097889-1247414145/watcher-2097889-1247414145 -o /tmp/evaluation-result-2097889-1247414145/solver-2097889-1247414145 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097889-1247414145.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c966f4ac55d40e9ed821e9d3623796fc
RANDOM SEED=794770052

node23.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.277
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.277
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:       1785936 kB
Buffers:         43004 kB
Cached:         116456 kB
SwapCached:          0 kB
Active:         148100 kB
Inactive:        63948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2608 kB
Writeback:           0 kB
Mapped:          72936 kB
Slab:            43132 kB
Committed_AS:  1014328 kB
PageTables:       1868 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= 66360 MiB
End job on node23 at 2009-07-12 17:55:56