Trace number 2098651

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 26.342 26.5155

DiagnosticValue
CHECKS5273750
NODES350

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-8.xml
MD5SUMce0f620893af5adfeaa49fc84af7b2cb
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 benchmark26.342
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.28	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-2098651-1247416342.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.45	     nbVariables=350  nbDomainTypes=8  minDomainSize=186  maxDomainSize=802  nbTotalValues=201074
0.38/0.45	       =>  wckTime=0.195  cpuTime=0.16  mem=14M732
0.38/0.45	   
0.38/0.45	   predicates being loaded...
0.48/0.51	   
0.48/0.51	   constraints being loaded...
20.58/20.71	   
20.58/20.71	   INFO : Stopping converting binary constraints (cpu=20.15, mem = 21M91)
22.36/22.50	     nbConstraints=3122  nbGlobalConstraints=8  nbMergedConstraints=2759  nbConvertedConstraints=99
22.36/22.50	     nbConvertConstraintsChecks=42238098  nbExtensionStructures=93  nbSharedExtensionStructures=13
22.36/22.50	     nbConflictsStructures=93  nbSharedConflictsStructures=13  nbUnbuiltConflictsStructures=1321
22.36/22.50	     nbSharedBinaryRepresentations=108388  nbEvaluationManagers=1321  nbSharedEvaluationManagers=1694  minDegree=5
22.36/22.50	     maxDegree=38  minArity=2  avgArity=2.01  maxArity=8  nbGenerators=0  nbFusions=0  symmetryWckTime=0.957
22.36/22.50	     symmetryCpuTime=0.87  nbCliques=8
22.36/22.50	       =>  wckTime=22.248  cpuTime=21.71  mem=41M199
22.47/22.64	   
22.47/22.64	   solver IterativeSystematicSolver being built... 
22.56/22.77	   
22.56/22.77	   INFO : Forward propagation technique limited 
22.66/22.89	       =>  wckTime=22.642  cpuTime=21.89  mem=42M535
25.55/25.72	   
25.55/25.72	   preprocessing
25.55/25.72	     nbConstraintChecks=5225584  nbValidityChecks=302610  nbPropagations=548  nbRevisions=14051
25.55/25.72	     nbUselessRevisions=12570  nbRemovedValues=197374  detectedInconsistency=no
25.55/25.72	       =>  wckTime=2.82  cpuTime=2.78  mem=43M500
26.25/26.45	   
26.25/26.45	   search
26.25/26.45	     run=0  nbConstraintChecks=48169  nbValidityChecks=112804  minDepth=351  maxDepth=350  nbPropagations=1239
26.25/26.45	     nbRevisions=22397  nbUselessRevisions=20545  nbAssignments=350  nbFailedAssignments=0  nbBacktracks=0
26.25/26.45	     nbVisitedNodes=351  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
26.25/26.45	     nbSEliminables=0  nbREliminables=0  nbIEliminables=213.68  nbDEliminables=0  nbPEliminables=0
26.25/26.45	       =>  wckTime=3.552  cpuTime=3.47  mem=48M257
26.25/26.45	   
26.25/26.45	   global
26.25/26.45	     nbConstraintChecks=5273753  nbValidityChecks=415414  nbPropagations=1787  nbRevisions=36448
26.25/26.45	     nbUselessRevisions=33115  nbRestartNogoods=0  solvingWckTime=3.554  solvingCpuTime=3.48  expiredTime=no
26.25/26.45	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=25.36  globalCpuTime=25.41
26.25/26.45	       =>  wckTime=26.2  cpuTime=25.38  mem=48M257
26.25/26.47	   
26.25/26.47	s SATISFIABLE
26.25/26.47	v -2640 -2640 -2604 -2162 -2174 2372 -2920 -2312 -2120 -2564 -2534 -2684 -2184 -2680 -2278 -2428 -2582 -2640 -2520 -2340 -2146 -2368 -2368 -2220 -2368 2520 -2680 -2406 -2604 -2368 2656 2802 -2644 -2564 -2564 -2440 -2880 -2564 -2408 -2564 -2220 -2218 2228 -2578 -2260 2536 -2374 -2368 -2408 -2170 -2408 -2434 -2612 -2408 -2368 -2432 -2164 -2658 -2550 -2134 -2230 -2868 -2562 -2496 -2680 2614 -2220 -2886 -2414 -2920 -2604 -2584 -2544 -2780 -2408 -2260 -2368 -2220 2408 -2220 2604 -2692 -2564 -2472 -2124 -2260 -2604 -2640 -2684 -2544 -2322 -2220 -2582 -2408 -2172 -2680 -2640 -2220 -2640 -2220 -2144 -2368 -2604 -2214 -2514 -2640 -2220 -2314 -2604 -2472 -2710 -2564 -2260 -2368 -2368 -2802 -2680 -2604 2430 -2354 -2260 -2692 -2740 -2272 -2222 -2640 -2538 2478 -2368 -2546 -2908 -2680 -2732 -2174 -2706 -2470 -2564 -2680 -2738 -2408 -2604 -2506 -2408 -2564 -2258 -2388 -2220 -2698 -2408 -2368 -2260 -2920 2584 -2206 -2880 -2366 -2260 -2880 -2564 -2524 -2282 -2762 -2182 -2564 -2842 -2518 -2368 -2604 2732 -2880 -2408 2574 -2746 -2260 -2260 -2604 2694 -2640 -2478 -2840 -2410 -2260 -2238 -2374 -2670 -2190 -2696 -2172 -2182 -2130 -2604 -2680 -2640 -2484 -2406 -2284 -2640 -2920 -2408 -2332 2604 -2220 -2554 -2220 -2468 2846 -2260 -2324 -2368 -2572 2280 -2400 -2640 -2408 -2186 -2280 -2640 -2270 -2268 -2680 -2680 -2446 -2368 -2310 -2680 -2680 -2680 -2368 -2554 -2470 -2240 -2366 -2670 -2220 -2604 -2550 -2122 -2260 -2132 2848 -2710 -2368 -2888 -2514 -2222 -2920 -2680 -2644 -2406 -2680 -2220 -2590 2120 -2880 -2408 -2564 -2380 2260 -2564 -2590 -2230 -2680 -2494 -2774 -2408 -2240 -2920 -2408 -2408 -2640 -2368 -2348 2480 -2480 -2522 2680 -2372 -2564 -2220 -2640 -2256 -2920 2212 -2172 -2778 -2260 -2430 -2216 -2372 -2560 -2522 -2764 -2562 -2640 -2920 2542 -2446 -2408 -2680 -2880 -2546 2734 -2220 -2270 -2166 2542 -2334 -2212 -2880 -2124 -2564 -2734 -2680 -2368 -2604 -2320 -2640 -2360 -2746 -2880 -2520 -2260 -2604 -2406 -2640 -2518 -2880 -2880 -2640 -2408 -2408 -2408 -2432 -2640 -2706 -2474 -2680 -2506 -2260 -2160 -2804 -2450 -2564 -2368 2160 -2368 -2164 -2920 -2332 -2332 
26.25/26.47	d NODES 350
26.25/26.47	d CHECKS 5273753
26.25/26.47	   
26.25/26.47	   totalWckTime=26.281  totalCpuTime=25.42

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-2098651-1247416342/watcher-2098651-1247416342 -o /tmp/evaluation-result-2098651-1247416342/solver-2098651-1247416342 -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-2098651-1247416342.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.01 2.07 2.03 4/81 2463
/proc/meminfo: memFree=1524592/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=18576 CPUtime=0
/proc/2463/stat : 2463 (runsolver) R 2461 2463 2387 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28699297 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 269807578407 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2463/statm: 4644 284 249 26 0 2626 0

[startup+0.048364 s]
/proc/loadavg: 2.01 2.07 2.03 4/81 2463
/proc/meminfo: memFree=1524592/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=861936 CPUtime=0.03
/proc/2463/stat : 2463 (java) S 2461 2463 2387 0 -1 0 2353 0 1 0 1 2 0 0 20 0 5 0 28699297 882622464 1938 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/2463/statm: 215484 1938 885 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.101368 s]
/proc/loadavg: 2.01 2.07 2.03 4/81 2463
/proc/meminfo: memFree=1524592/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=865980 CPUtime=0.09
/proc/2463/stat : 2463 (java) S 2461 2463 2387 0 -1 0 3731 0 1 0 6 3 0 0 20 0 9 0 28699297 886763520 3199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2463/statm: 216495 3199 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.30139 s]
/proc/loadavg: 2.01 2.07 2.03 4/81 2463
/proc/meminfo: memFree=1524592/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=866380 CPUtime=0.28
/proc/2463/stat : 2463 (java) S 2461 2463 2387 0 -1 0 5926 0 1 0 23 5 0 0 20 0 9 0 28699297 887173120 5292 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2463/statm: 216595 5292 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701435 s]
/proc/loadavg: 2.01 2.07 2.03 4/81 2463
/proc/meminfo: memFree=1524592/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=867776 CPUtime=0.68
/proc/2463/stat : 2463 (java) S 2461 2463 2387 0 -1 0 10271 0 1 0 61 7 0 0 20 0 9 0 28699297 888602624 9625 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2463/statm: 216944 9625 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50151 s]
/proc/loadavg: 2.01 2.07 2.03 3/90 2472
/proc/meminfo: memFree=1475048/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=867776 CPUtime=1.47
/proc/2463/stat : 2463 (java) S 2461 2463 2387 0 -1 0 15343 0 1 0 138 9 0 0 20 0 9 0 28699297 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2463/statm: 216944 14694 2041 9 0 211380 0
[pid=2463/tid=2465] ppid=2461 vsize=867776 CPUtime=1.29
/proc/2463/task/2465/stat : 2465 (java) R 2461 2463 2387 0 -1 64 13962 0 1 0 121 8 0 0 25 0 9 0 28699299 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4126905344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2466] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2466/stat : 2466 (java) S 2461 2463 2387 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28699300 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2467] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2467/stat : 2467 (java) S 2461 2463 2387 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28699300 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2468] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2468/stat : 2468 (java) S 2461 2463 2387 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28699300 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2469] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2469/stat : 2469 (java) S 2461 2463 2387 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28699302 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2470] ppid=2461 vsize=867776 CPUtime=0.17
/proc/2463/task/2470/stat : 2470 (java) S 2461 2463 2387 0 -1 64 683 0 0 0 17 0 0 0 16 0 9 0 28699302 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2471] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2471/stat : 2471 (java) S 2461 2463 2387 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28699303 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2472] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2472/stat : 2472 (java) S 2461 2463 2387 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28699303 888602624 14694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867776

[startup+3.10269 s]
/proc/loadavg: 2.01 2.07 2.03 3/90 2472
/proc/meminfo: memFree=1472552/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=867776 CPUtime=3.07
/proc/2463/stat : 2463 (java) S 2461 2463 2387 0 -1 0 15925 0 1 0 297 10 0 0 20 0 9 0 28699297 888602624 15275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2463/statm: 216944 15275 2041 9 0 211380 0
[pid=2463/tid=2465] ppid=2461 vsize=867776 CPUtime=2.87
/proc/2463/task/2465/stat : 2465 (java) R 2461 2463 2387 0 -1 64 14537 0 1 0 279 8 0 0 25 0 9 0 28699299 888602624 15275 996147200 134512640 134550932 4294955968 18446744073709551615 4126908031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2466] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2466/stat : 2466 (java) S 2461 2463 2387 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28699300 888602624 15275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2467] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2467/stat : 2467 (java) S 2461 2463 2387 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28699300 888602624 15275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2468] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2468/stat : 2468 (java) S 2461 2463 2387 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28699300 888602624 15275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2469] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2469/stat : 2469 (java) S 2461 2463 2387 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28699302 888602624 15275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2470] ppid=2461 vsize=867776 CPUtime=0.18
/proc/2463/task/2470/stat : 2470 (java) S 2461 2463 2387 0 -1 64 690 0 0 0 18 0 0 0 15 0 9 0 28699302 888602624 15275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2471] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2471/stat : 2471 (java) S 2461 2463 2387 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28699303 888602624 15275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2472] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2472/stat : 2472 (java) S 2461 2463 2387 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28699303 888602624 15275 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867776

[startup+6.30203 s]
/proc/loadavg: 2.01 2.07 2.03 3/90 2472
/proc/meminfo: memFree=1468456/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=867776 CPUtime=6.26
/proc/2463/stat : 2463 (java) S 2461 2463 2387 0 -1 0 16709 0 1 0 615 11 0 0 20 0 9 0 28699297 888602624 16056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2463/statm: 216944 16056 2041 9 0 211380 0
[pid=2463/tid=2465] ppid=2461 vsize=867776 CPUtime=6.05
/proc/2463/task/2465/stat : 2465 (java) R 2461 2463 2387 0 -1 64 15319 0 1 0 596 9 0 0 25 0 9 0 28699299 888602624 16056 996147200 134512640 134550932 4294955968 18446744073709551615 4126913616 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2466] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2466/stat : 2466 (java) S 2461 2463 2387 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28699300 888602624 16056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2467] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2467/stat : 2467 (java) S 2461 2463 2387 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 28699300 888602624 16056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2468] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2468/stat : 2468 (java) S 2461 2463 2387 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 28699300 888602624 16056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2469] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2469/stat : 2469 (java) S 2461 2463 2387 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28699302 888602624 16056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2470] ppid=2461 vsize=867776 CPUtime=0.18
/proc/2463/task/2470/stat : 2470 (java) S 2461 2463 2387 0 -1 64 692 0 0 0 18 0 0 0 15 0 9 0 28699302 888602624 16056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2471] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2471/stat : 2471 (java) S 2461 2463 2387 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28699303 888602624 16056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2472] ppid=2461 vsize=867776 CPUtime=0
/proc/2463/task/2472/stat : 2472 (java) S 2461 2463 2387 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28699303 888602624 16056 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867776

[startup+12.7027 s]
/proc/loadavg: 2.00 2.06 2.03 3/90 2472
/proc/meminfo: memFree=1455280/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=867688 CPUtime=12.62
/proc/2463/stat : 2463 (java) S 2461 2463 2387 0 -1 0 19794 0 1 0 1250 12 0 0 20 0 9 0 28699297 888512512 19115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2463/statm: 216922 19115 2029 9 0 211380 0
[pid=2463/tid=2465] ppid=2461 vsize=867688 CPUtime=12.33
/proc/2463/task/2465/stat : 2465 (java) R 2461 2463 2387 0 -1 64 15837 0 1 0 1224 9 0 0 25 0 9 0 28699299 888512512 19115 996147200 134512640 134550932 4294955968 18446744073709551615 4126912656 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2466] ppid=2461 vsize=867688 CPUtime=0.05
/proc/2463/task/2466/stat : 2466 (java) S 2461 2463 2387 0 -1 64 2546 0 0 0 5 0 0 0 16 0 9 0 28699300 888512512 19115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2467] ppid=2461 vsize=867688 CPUtime=0
/proc/2463/task/2467/stat : 2467 (java) S 2461 2463 2387 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28699300 888512512 19115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2468] ppid=2461 vsize=867688 CPUtime=0
/proc/2463/task/2468/stat : 2468 (java) S 2461 2463 2387 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28699300 888512512 19115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2469] ppid=2461 vsize=867688 CPUtime=0
/proc/2463/task/2469/stat : 2469 (java) S 2461 2463 2387 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 28699302 888512512 19115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2470] ppid=2461 vsize=867688 CPUtime=0.2
/proc/2463/task/2470/stat : 2470 (java) S 2461 2463 2387 0 -1 64 710 0 0 0 20 0 0 0 16 0 9 0 28699302 888512512 19115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2471] ppid=2461 vsize=867688 CPUtime=0
/proc/2463/task/2471/stat : 2471 (java) S 2461 2463 2387 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28699303 888512512 19115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2472] ppid=2461 vsize=867688 CPUtime=0
/proc/2463/task/2472/stat : 2472 (java) S 2461 2463 2387 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28699303 888512512 19115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867688

[startup+25.5011 s]
/proc/loadavg: 2.00 2.06 2.03 3/90 2476
/proc/meminfo: memFree=1426032/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=868012 CPUtime=25.35
/proc/2463/stat : 2463 (java) S 2461 2463 2387 0 -1 0 45540 457 1 0 2511 20 3 1 20 0 9 0 28699297 888844288 27052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2463/statm: 217003 27052 2640 9 0 211461 0
[pid=2463/tid=2465] ppid=2461 vsize=868012 CPUtime=24.68
/proc/2463/task/2465/stat : 2465 (java) R 2461 2463 2387 0 -1 64 26090 457 1 0 2452 12 3 1 25 0 9 0 28699299 888844288 27052 996147200 134512640 134550932 4294955968 18446744073709551615 4126908033 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2466] ppid=2461 vsize=868012 CPUtime=0.33
/proc/2463/task/2466/stat : 2466 (java) S 2461 2463 2387 0 -1 64 17628 457 0 0 25 4 3 1 17 0 9 0 28699300 888844288 27052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2467] ppid=2461 vsize=868012 CPUtime=0.04
/proc/2463/task/2467/stat : 2467 (java) S 2461 2463 2387 0 -1 64 20 457 0 0 0 0 3 1 16 0 9 0 28699300 888844288 27052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2468] ppid=2461 vsize=868012 CPUtime=0.04
/proc/2463/task/2468/stat : 2468 (java) S 2461 2463 2387 0 -1 64 30 457 0 0 0 0 3 1 15 0 9 0 28699300 888844288 27052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2469] ppid=2461 vsize=868012 CPUtime=0.04
/proc/2463/task/2469/stat : 2469 (java) S 2461 2463 2387 0 -1 64 2 457 0 0 0 0 3 1 25 0 9 0 28699302 888844288 27052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2470] ppid=2461 vsize=868012 CPUtime=0.38
/proc/2463/task/2470/stat : 2470 (java) S 2461 2463 2387 0 -1 64 957 457 0 0 33 1 3 1 16 0 9 0 28699302 888844288 27052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2471] ppid=2461 vsize=868012 CPUtime=0.04
/proc/2463/task/2471/stat : 2471 (java) S 2461 2463 2387 0 -1 64 0 457 0 0 0 0 3 1 25 0 9 0 28699303 888844288 27052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2472] ppid=2461 vsize=868012 CPUtime=0.04
/proc/2463/task/2472/stat : 2472 (java) S 2461 2463 2387 0 -1 64 8 457 0 0 0 0 3 1 15 0 9 0 28699303 888844288 27052 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 868012

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

[startup+26.3012 s]
/proc/loadavg: 2.00 2.06 2.03 3/90 2476
/proc/meminfo: memFree=1425968/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=868012 CPUtime=26.15
/proc/2463/stat : 2463 (java) S 2461 2463 2387 0 -1 0 45557 457 1 0 2591 20 3 1 20 0 9 0 28699297 888844288 27064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2463/statm: 217003 27064 2640 9 0 211461 0
[pid=2463/tid=2465] ppid=2461 vsize=868012 CPUtime=25.45
/proc/2463/task/2465/stat : 2465 (java) R 2461 2463 2387 0 -1 64 26091 457 1 0 2529 12 3 1 25 0 9 0 28699299 888844288 27064 996147200 134512640 134550932 4294955968 18446744073709551615 4127375049 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2466] ppid=2461 vsize=868012 CPUtime=0.33
/proc/2463/task/2466/stat : 2466 (java) S 2461 2463 2387 0 -1 64 17628 457 0 0 25 4 3 1 17 0 9 0 28699300 888844288 27064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2467] ppid=2461 vsize=868012 CPUtime=0.04
/proc/2463/task/2467/stat : 2467 (java) S 2461 2463 2387 0 -1 64 20 457 0 0 0 0 3 1 16 0 9 0 28699300 888844288 27064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2468] ppid=2461 vsize=868012 CPUtime=0.04
/proc/2463/task/2468/stat : 2468 (java) S 2461 2463 2387 0 -1 64 30 457 0 0 0 0 3 1 15 0 9 0 28699300 888844288 27064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2469] ppid=2461 vsize=868012 CPUtime=0.04
/proc/2463/task/2469/stat : 2469 (java) S 2461 2463 2387 0 -1 64 2 457 0 0 0 0 3 1 25 0 9 0 28699302 888844288 27064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2470] ppid=2461 vsize=868012 CPUtime=0.4
/proc/2463/task/2470/stat : 2470 (java) S 2461 2463 2387 0 -1 64 971 457 0 0 35 1 3 1 15 0 9 0 28699302 888844288 27064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2471] ppid=2461 vsize=868012 CPUtime=0.04
/proc/2463/task/2471/stat : 2471 (java) S 2461 2463 2387 0 -1 64 0 457 0 0 0 0 3 1 25 0 9 0 28699303 888844288 27064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2463/tid=2472] ppid=2461 vsize=868012 CPUtime=0.04
/proc/2463/task/2472/stat : 2472 (java) S 2461 2463 2387 0 -1 64 10 457 0 0 0 0 3 1 15 0 9 0 28699303 888844288 27064 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.15
Current children cumulated vsize (KiB) 868012

[startup+26.5018 s]
/proc/loadavg: 2.00 2.06 2.03 3/90 2476
/proc/meminfo: memFree=1425968/2055920 swapFree=4192812/4192956
[pid=2463] ppid=2461 vsize=0 CPUtime=26.31
/proc/2463/stat : 2463 (java) Z 2461 2463 2387 0 -1 12 45593 457 1 0 2607 20 3 1 16 0 2 0 28699297 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2463/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.31
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 26.5155
CPU time (s): 26.342
CPU user time (s): 26.109
CPU system time (s): 0.232964
CPU usage (%): 99.3458
Max. virtual memory (cumulated for all children) (KiB): 868100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.109
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46050
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= 2569
involuntary context switches= 3429

runsolver used 0.038994 second user time and 0.092985 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 18:32:22
IDJOB=2098651
IDBENCH=58844
IDSOLVER=773
FILE ID=node81/2098651-1247416342
PBS_JOBID= 9510754
Free space on /tmp= 126652 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-8.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-2098651-1247416342/watcher-2098651-1247416342 -o /tmp/evaluation-result-2098651-1247416342/solver-2098651-1247416342 -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-2098651-1247416342.xml

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

MD5SUM BENCH= ce0f620893af5adfeaa49fc84af7b2cb
RANDOM SEED=828324807

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1525072 kB
Buffers:         44428 kB
Cached:         168412 kB
SwapCached:          0 kB
Active:         372836 kB
Inactive:        86672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2820 kB
Writeback:           0 kB
Mapped:         267120 kB
Slab:            55968 kB
Committed_AS:  1029068 kB
PageTables:       2324 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126648 MiB
End job on node81 at 2009-07-12 18:32:49