Trace number 1086979

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 25.9351 26.1265

DiagnosticValue
CHECKS14061100
NODES688

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-6.xml
MD5SUMc69528fd65a2520fb81be713348cca16
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 benchmark25.9351
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=mac.xml
0.18/0.26	   
0.18/0.26	   instance
0.18/0.26	     name=HOME/instance-1086979-1215242200.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.48/0.55	     nbVariables=300  nbDomainTypes=13  minDomainSize=50  maxDomainSize=270  nbTotalValues=61762
0.48/0.55	       =>  wckTime=0.331  cpuTime=0.31  mem=9M807
0.48/0.56	   
0.48/0.56	   predicates being loaded...
0.58/0.68	   
0.58/0.68	   constraints being loaded...
20.49/20.67	   
20.49/20.67	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 43M884)
21.46/21.60	     nbConstraints=1804  nbGlobalConstraints=5  nbMergedConstraints=1561  nbConvertedConstraints=1012
21.46/21.60	     nbConvertConstraintsChecks=42261578  nbExtensionStructures=927  nbSharedExtensionStructures=203
21.46/21.60	     nbConflictsStructures=1020  nbSharedConflictsStructures=216  nbUnbuiltConflictsStructures=610
21.46/21.60	     nbSharedBinaryRepresentations=266997  nbEvaluationManagers=703  nbSharedEvaluationManagers=84  minDegree=3
21.46/21.60	     maxDegree=19  minArity=2  avgArity=2.01  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.22
21.46/21.60	     symmetryCpuTime=0.14  nbCliques=5
21.46/21.60	       =>  wckTime=21.373  cpuTime=20.69  mem=35M9
21.57/21.73	   
21.57/21.73	   solver IterativeSystematicSolver being built... 
21.67/21.82	   
21.67/21.82	   INFO : Forward propagation technique limited 
21.67/21.89	       =>  wckTime=21.668  cpuTime=20.84  mem=46M186
22.96/23.11	   
22.96/23.11	   preprocessing
22.96/23.11	     nbConstraintChecks=3601727  nbValidityChecks=63178  nbPropagations=347  nbRevisions=2455  nbUselessRevisions=2010
22.96/23.11	     nbRemovedValues=18768  detectedInconsistency=no
22.96/23.11	       =>  wckTime=1.216  cpuTime=1.18  mem=47M177
25.84/26.05	   
25.84/26.05	   search
25.84/26.05	     run=4  nbConstraintChecks=10459395  nbValidityChecks=4986245  minDepth=28  maxDepth=300  nbPropagations=38627
25.84/26.05	     nbRevisions=287779  nbUselessRevisions=235878  nbAssignments=688  nbFailedAssignments=97  nbBacktracks=18
25.84/26.05	     nbVisitedNodes=798  nbRestartNogoods=40  nbFoundSolutions=1  mapSize=16  nbInferences=0  nbTooLargeKeys=0
25.84/26.05	     nbSEliminables=0  nbREliminables=14.56  nbIEliminables=215.65  nbDEliminables=0  nbPEliminables=0
25.84/26.05	       =>  wckTime=4.155  cpuTime=4.07  mem=49M127
25.84/26.05	   
25.84/26.05	   global
25.84/26.05	     nbConstraintChecks=14061122  nbValidityChecks=5049423  nbPropagations=38974  nbRevisions=290234
25.84/26.05	     nbUselessRevisions=237888  nbRestartNogoods=40  solvingWckTime=4.157  solvingCpuTime=4.07  expiredTime=no
25.84/26.05	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=24.9  globalCpuTime=24.96
25.84/26.05	       =>  wckTime=25.827  cpuTime=24.91  mem=49M127
25.84/26.05	   
25.84/26.05	s SATISFIABLE
25.84/26.05	v 2624 2452 -2272 -2168 2200 -2400 2640 -2236 2660 -2416 2676 2560 2544 2460 -2364 2388 2548 -2508 -2160 2288 -2280 2696 2280 -2428 2196 -2540 -2340 -2432 -2244 2612 2252 2484 -2256 2652 2436 2288 -2560 2208 2616 2304 -2160 2396 2636 -2352 -2276 -2248 -2596 -2576 -2448 -2620 2204 2680 -2632 2468 -2292 2524 -2228 -2252 -2476 -2696 -2320 2160 -2200 -2564 2472 -2524 2584 2664 -2320 2372 -2548 -2236 -2232 -2184 2160 -2600 -2636 -2572 2500 -2160 2584 2160 -2580 2692 -2360 2636 -2468 2556 2160 -2200 2680 2664 2696 -2552 -2160 2200 -2440 2212 2696 -2160 -2436 -2200 2676 -2508 2348 -2408 -2200 2624 2556 -2676 2248 2588 -2460 2648 2212 -2656 2640 -2624 -2308 2628 -2676 2648 2588 2512 -2664 -2360 -2476 -2656 -2212 -2664 -2600 -2276 2528 -2696 2316 -2244 -2328 -2392 2644 -2592 -2236 -2172 2588 -2244 2516 2396 -2164 -2668 -2288 -2656 -2304 2656 2160 -2516 2284 -2628 2396 -2544 -2344 2692 2324 2300 2348 -2484 -2264 2588 2244 -2644 2692 -2160 2560 2584 2696 -2696 -2684 2200 2684 -2240 2396 2628 2520 2232 -2264 2200 -2308 -2656 2516 -2160 2624 -2656 -2188 2556 -2248 2568 2568 2200 -2616 -2524 2400 2636 -2476 2624 2580 -2412 2672 2636 2224 2388 -2472 2252 -2292 -2652 2160 -2200 -2436 2564 2524 -2288 -2264 -2624 -2664 -2324 -2628 -2416 2696 2436 -2304 -2524 -2436 2608 -2640 -2664 2260 -2688 2600 2624 -2436 2664 -2460 -2200 2656 -2200 -2676 -2480 -2564 2348 -2196 -2420 2500 2444 -2364 -2348 2252 2696 -2204 -2292 2680 2492 -2656 -2628 2652 -2508 -2636 -2456 2588 -2452 2624 -2536 2640 -2468 2160 -2272 -2372 -2332 2200 2520 -2620 -2200 2296 -2160 2596 -2624 -2632 2584 2656 2656 -2204 2384 2608 -2456 -2328 2484 2368 -2200 -2204 2332 -2592 -2656 2252 -2300 
25.84/26.05	d NODES 688
25.84/26.05	d CHECKS 14061122
25.84/26.05	   
25.84/26.05	   totalWckTime=25.881  totalCpuTime=24.96

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086979-1215242200/watcher-1086979-1215242200 -o /tmp/evaluation-result-1086979-1215242200/solver-1086979-1215242200 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1086979-1215242200.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.51 2.84 4/91 389
/proc/meminfo: memFree=944048/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=18572 CPUtime=0
/proc/389/stat : 389 (runsolver) R 387 389 352 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 647145872 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 251279240487 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/389/statm: 4643 292 257 25 0 2626 0

[startup+0.0431901 s]
/proc/loadavg: 1.94 2.51 2.84 4/91 389
/proc/meminfo: memFree=944048/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=861876 CPUtime=0.03
/proc/389/stat : 389 (java) S 387 389 352 0 -1 0 2251 0 1 0 2 1 0 0 18 0 5 0 647145872 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/389/statm: 215469 1862 854 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.102372 s]
/proc/loadavg: 1.94 2.51 2.84 4/91 389
/proc/meminfo: memFree=944048/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=865884 CPUtime=0.09
/proc/389/stat : 389 (java) S 387 389 352 0 -1 0 3814 0 1 0 7 2 0 0 18 0 9 0 647145872 886665216 3265 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/389/statm: 216471 3265 1726 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301399 s]
/proc/loadavg: 1.94 2.51 2.84 4/91 389
/proc/meminfo: memFree=944048/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=866128 CPUtime=0.28
/proc/389/stat : 389 (java) S 387 389 352 0 -1 0 5990 0 1 0 24 4 0 0 18 0 9 0 647145872 886915072 5361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/389/statm: 216532 5361 1955 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.702446 s]
/proc/loadavg: 1.94 2.51 2.84 4/91 389
/proc/meminfo: memFree=944048/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=866624 CPUtime=0.68
/proc/389/stat : 389 (java) S 387 389 352 0 -1 0 7740 0 1 0 63 5 0 0 18 0 9 0 647145872 887422976 7100 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/389/statm: 216656 7100 2006 9 0 211162 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866624

[startup+1.50254 s]
/proc/loadavg: 1.95 2.50 2.84 3/100 398
/proc/meminfo: memFree=912360/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=867700 CPUtime=1.47
/proc/389/stat : 389 (java) S 387 389 352 0 -1 0 11872 0 1 0 140 7 0 0 18 0 9 0 647145872 888524800 11229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/389/statm: 216925 11229 2014 9 0 211431 0
[pid=389/tid=391] ppid=387 vsize=867700 CPUtime=1.28
/proc/389/task/391/stat : 391 (java) R 387 389 352 0 -1 64 10474 0 1 0 122 6 0 0 25 0 9 0 647145873 888524800 11229 996147200 134512640 134550740 4294955968 18446744073709551615 4126123413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/392/stat : 392 (java) S 387 389 352 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 647145875 888524800 11229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=393] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 352 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 647145875 888524800 11229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 352 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 647145875 888524800 11229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647145877 888524800 11229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=396] ppid=387 vsize=867700 CPUtime=0.17
/proc/389/task/396/stat : 396 (java) S 387 389 352 0 -1 64 700 0 0 0 17 0 0 0 16 0 9 0 647145877 888524800 11229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647145877 888524800 11229 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=398] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647145877 888524800 11229 996147200 134512640 134550740 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) 867700

[startup+3.10174 s]
/proc/loadavg: 1.95 2.50 2.84 3/100 398
/proc/meminfo: memFree=905000/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=867700 CPUtime=3.07
/proc/389/stat : 389 (java) S 387 389 352 0 -1 0 12871 0 1 0 299 8 0 0 18 0 9 0 647145872 888524800 12226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/389/statm: 216925 12226 2014 9 0 211431 0
[pid=389/tid=391] ppid=387 vsize=867700 CPUtime=2.85
/proc/389/task/391/stat : 391 (java) R 387 389 352 0 -1 64 11448 0 1 0 278 7 0 0 25 0 9 0 647145873 888524800 12226 996147200 134512640 134550740 4294955968 18446744073709551615 4126884942 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/392/stat : 392 (java) S 387 389 352 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 647145875 888524800 12226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=393] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 352 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 647145875 888524800 12226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 352 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 647145875 888524800 12226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647145877 888524800 12226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=396] ppid=387 vsize=867700 CPUtime=0.19
/proc/389/task/396/stat : 396 (java) S 387 389 352 0 -1 64 725 0 0 0 19 0 0 0 16 0 9 0 647145877 888524800 12226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647145877 888524800 12226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=398] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647145877 888524800 12226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867700

[startup+6.30115 s]
/proc/loadavg: 2.03 2.51 2.84 4/100 398
/proc/meminfo: memFree=896232/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=867700 CPUtime=6.26
/proc/389/stat : 389 (java) S 387 389 352 0 -1 0 14976 0 1 0 616 10 0 0 18 0 9 0 647145872 888524800 14329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/389/statm: 216925 14329 2014 9 0 211431 0
[pid=389/tid=391] ppid=387 vsize=867700 CPUtime=6.04
/proc/389/task/391/stat : 391 (java) R 387 389 352 0 -1 64 13551 0 1 0 595 9 0 0 25 0 9 0 647145873 888524800 14329 996147200 134512640 134550740 4294955968 18446744073709551615 4126889328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/392/stat : 392 (java) S 387 389 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647145875 888524800 14329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=393] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 352 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 647145875 888524800 14329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 352 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 647145875 888524800 14329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647145877 888524800 14329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=396] ppid=387 vsize=867700 CPUtime=0.2
/proc/389/task/396/stat : 396 (java) S 387 389 352 0 -1 64 727 0 0 0 20 0 0 0 16 0 9 0 647145877 888524800 14329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647145877 888524800 14329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=398] ppid=387 vsize=867700 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647145877 888524800 14329 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867700

[startup+12.702 s]
/proc/loadavg: 2.03 2.50 2.83 3/100 398
/proc/meminfo: memFree=873520/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=867612 CPUtime=12.62
/proc/389/stat : 389 (java) S 387 389 352 0 -1 0 20065 0 1 0 1249 13 0 0 18 0 9 0 647145872 888434688 19391 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/389/statm: 216903 19391 2005 9 0 211431 0
[pid=389/tid=391] ppid=387 vsize=867612 CPUtime=12.27
/proc/389/task/391/stat : 391 (java) R 387 389 352 0 -1 64 15776 0 1 0 1217 10 0 0 25 0 9 0 647145873 888434688 19391 996147200 134512640 134550740 4294955968 18446744073709551615 4126888770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867612 CPUtime=0.1
/proc/389/task/392/stat : 392 (java) S 387 389 352 0 -1 64 2857 0 0 0 9 1 0 0 17 0 9 0 647145875 888434688 19391 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=393] ppid=387 vsize=867612 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 352 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 647145875 888434688 19391 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867612 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 352 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647145875 888434688 19391 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867612 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 647145877 888434688 19391 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=396] ppid=387 vsize=867612 CPUtime=0.21
/proc/389/task/396/stat : 396 (java) S 387 389 352 0 -1 64 735 0 0 0 21 0 0 0 16 0 9 0 647145877 888434688 19391 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867612 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 647145877 888434688 19391 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=398] ppid=387 vsize=867612 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 352 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647145877 888434688 19391 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867612

[startup+25.5026 s]
/proc/loadavg: 2.02 2.47 2.82 3/100 402
/proc/meminfo: memFree=851568/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=868024 CPUtime=25.34
/proc/389/stat : 389 (java) S 387 389 352 0 -1 0 39049 376 1 0 2510 22 1 1 18 0 9 0 647145872 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/389/statm: 217006 25504 2638 9 0 211512 0
[pid=389/tid=391] ppid=387 vsize=868024 CPUtime=24.57
/proc/389/task/391/stat : 391 (java) R 387 389 352 0 -1 64 23274 376 1 0 2440 15 1 1 25 0 9 0 647145873 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4127081736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=868024 CPUtime=0.39
/proc/389/task/392/stat : 392 (java) S 387 389 352 0 -1 64 13920 376 0 0 33 4 1 1 17 0 9 0 647145875 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=393] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/393/stat : 393 (java) S 387 389 352 0 -1 64 17 376 0 0 0 0 1 1 17 0 9 0 647145875 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/394/stat : 394 (java) S 387 389 352 0 -1 64 16 376 0 0 0 0 1 1 16 0 9 0 647145875 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/395/stat : 395 (java) S 387 389 352 0 -1 64 1 376 0 0 0 0 1 1 18 0 9 0 647145877 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=396] ppid=387 vsize=868024 CPUtime=0.39
/proc/389/task/396/stat : 396 (java) S 387 389 352 0 -1 64 996 376 0 0 36 1 1 1 15 0 9 0 647145877 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/397/stat : 397 (java) S 387 389 352 0 -1 64 1 376 0 0 0 0 1 1 19 0 9 0 647145877 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=398] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/398/stat : 398 (java) S 387 389 352 0 -1 64 10 376 0 0 0 0 1 1 15 0 9 0 647145877 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 868024

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

[startup+25.9026 s]
/proc/loadavg: 2.02 2.47 2.82 3/100 402
/proc/meminfo: memFree=851568/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=868024 CPUtime=25.74
/proc/389/stat : 389 (java) S 387 389 352 0 -1 0 39131 376 1 0 2550 22 1 1 18 0 9 0 647145872 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/389/statm: 217006 25504 2638 9 0 211512 0
[pid=389/tid=391] ppid=387 vsize=868024 CPUtime=24.97
/proc/389/task/391/stat : 391 (java) R 387 389 352 0 -1 64 23356 376 1 0 2480 15 1 1 25 0 9 0 647145873 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4127179897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=868024 CPUtime=0.39
/proc/389/task/392/stat : 392 (java) S 387 389 352 0 -1 64 13920 376 0 0 33 4 1 1 17 0 9 0 647145875 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=393] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/393/stat : 393 (java) S 387 389 352 0 -1 64 17 376 0 0 0 0 1 1 17 0 9 0 647145875 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/394/stat : 394 (java) S 387 389 352 0 -1 64 16 376 0 0 0 0 1 1 16 0 9 0 647145875 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/395/stat : 395 (java) S 387 389 352 0 -1 64 1 376 0 0 0 0 1 1 18 0 9 0 647145877 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=396] ppid=387 vsize=868024 CPUtime=0.39
/proc/389/task/396/stat : 396 (java) S 387 389 352 0 -1 64 996 376 0 0 36 1 1 1 15 0 9 0 647145877 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/397/stat : 397 (java) S 387 389 352 0 -1 64 1 376 0 0 0 0 1 1 19 0 9 0 647145877 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=398] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/398/stat : 398 (java) S 387 389 352 0 -1 64 10 376 0 0 0 0 1 1 15 0 9 0 647145877 888856576 25504 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.74
Current children cumulated vsize (KiB) 868024

[startup+26.1026 s]
/proc/loadavg: 2.02 2.47 2.82 3/100 402
/proc/meminfo: memFree=851568/2055920 swapFree=3921008/4192956
[pid=389] ppid=387 vsize=868024 CPUtime=25.9
/proc/389/stat : 389 (java) S 387 389 352 0 -1 0 39385 376 1 0 2565 23 1 1 18 0 9 0 647145872 888856576 25508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/389/statm: 217006 25508 2638 9 0 211512 0
[pid=389/tid=391] ppid=387 vsize=868024 CPUtime=25.12
/proc/389/task/391/stat : 391 (java) S 387 389 352 0 -1 64 23610 376 1 0 2495 15 1 1 25 0 9 0 647145873 888856576 25508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=868024 CPUtime=0.39
/proc/389/task/392/stat : 392 (java) S 387 389 352 0 -1 64 13920 376 0 0 33 4 1 1 17 0 9 0 647145875 888856576 25508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=393] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/393/stat : 393 (java) S 387 389 352 0 -1 64 17 376 0 0 0 0 1 1 17 0 9 0 647145875 888856576 25508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/394/stat : 394 (java) S 387 389 352 0 -1 64 16 376 0 0 0 0 1 1 16 0 9 0 647145875 888856576 25508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/395/stat : 395 (java) S 387 389 352 0 -1 64 1 376 0 0 0 0 1 1 18 0 9 0 647145877 888856576 25508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=396] ppid=387 vsize=868024 CPUtime=0.39
/proc/389/task/396/stat : 396 (java) S 387 389 352 0 -1 64 996 376 0 0 36 1 1 1 17 0 9 0 647145877 888856576 25508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/397/stat : 397 (java) S 387 389 352 0 -1 64 1 376 0 0 0 0 1 1 19 0 9 0 647145877 888856576 25508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=398] ppid=387 vsize=868024 CPUtime=0.02
/proc/389/task/398/stat : 398 (java) S 387 389 352 0 -1 64 10 376 0 0 0 0 1 1 15 0 9 0 647145877 888856576 25508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.9
Current children cumulated vsize (KiB) 868024

Child status: 0
Real time (s): 26.1265
CPU time (s): 25.9351
CPU user time (s): 25.6761
CPU system time (s): 0.25896
CPU usage (%): 99.2671
Max. virtual memory (cumulated for all children) (KiB): 868024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.6761
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39791
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= 1986
involuntary context switches= 2788

runsolver used 0.030995 second user time and 0.097985 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-05 09:16:40
IDJOB=1086979
IDBENCH=57908
IDSOLVER=363
FILE ID=node92/1086979-1215242200
PBS_JOBID= 7882006
Free space on /tmp= 66472 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp04/normalized-fapp04-0300-6.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086979-1215242200/watcher-1086979-1215242200 -o /tmp/evaluation-result-1086979-1215242200/solver-1086979-1215242200 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1086979-1215242200.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c69528fd65a2520fb81be713348cca16
RANDOM SEED=1275246077

node92.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.223
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.223
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:        944528 kB
Buffers:         49884 kB
Cached:         185336 kB
SwapCached:       7132 kB
Active:         965152 kB
Inactive:        82524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        944528 kB
SwapTotal:     4192956 kB
SwapFree:      3921008 kB
Dirty:            2724 kB
Writeback:           0 kB
Mapped:         828880 kB
Slab:            46004 kB
Committed_AS:  2292400 kB
PageTables:       4512 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= 66468 MiB
End job on node92 at 2008-07-05 09:17:07