Trace number 2094607

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 9.47856 9.49543

DiagnosticValue
CHECKS686963
NODES5878

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-100-7.xml
MD5SUMab54a3befb7bc28d039702d9f31a2fb5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.9497
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size916
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=mac.xml
0.17/0.28	   
0.17/0.28	   instance
0.17/0.28	     name=HOME/instance-2094607-1247404770.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.40/0.40	     nbVariables=225  nbDomainTypes=225  minDomainSize=818  maxDomainSize=916  nbTotalValues=195434
0.40/0.40	       =>  wckTime=0.154  cpuTime=0.14  mem=12M847
0.40/0.40	   
0.40/0.40	   predicates being loaded...
0.40/0.46	   
0.40/0.46	   constraints being loaded...
1.62/1.62	     nbConstraints=3165  nbGlobalConstraints=3165  nbSharedBinaryRepresentations=0  minDegree=29  maxDegree=29
1.62/1.62	     minArity=2  avgArity=2.06  maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.469  symmetryCpuTime=0.39
1.62/1.62	     nbCliques=15
1.62/1.62	       =>  wckTime=1.375  cpuTime=1.18  mem=46M81
1.72/1.75	   
1.72/1.75	   solver IterativeSystematicSolver being built... 
1.81/1.82	   
1.81/1.82	   INFO : Forward propagation technique limited 
1.81/1.90	       =>  wckTime=1.648  cpuTime=1.3  mem=34M357
1.92/1.93	   
1.92/1.93	   preprocessing
1.92/1.93	     nbConstraintChecks=0  nbPropagations=225  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.92/1.93	     detectedInconsistency=no
1.92/1.93	       =>  wckTime=0.027  cpuTime=0.01  mem=36M277
7.88/7.94	   
7.88/7.94	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=51M478)
9.38/9.44	   
9.38/9.44	   search
9.38/9.44	     run=13  nbConstraintChecks=686963  minDepth=156  maxDepth=225  nbPropagations=344540  nbRevisions=0
9.38/9.44	     nbUselessRevisions=0  nbAssignments=5878  nbFailedAssignments=4084  nbBacktracks=190  nbVisitedNodes=10152
9.38/9.44	     nbRestartNogoods=631  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=13.61  nbIEliminables=0
9.38/9.44	     nbDEliminables=0  nbPEliminables=0
9.38/9.44	       =>  wckTime=7.538  cpuTime=7.3  mem=51M813
9.38/9.45	   
9.38/9.45	   global
9.38/9.45	     nbConstraintChecks=686963  nbPropagations=344765  nbRestartNogoods=631  solvingWckTime=7.54  solvingCpuTime=7.3
9.38/9.45	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=8.59  globalCpuTime=8.65
9.38/9.45	       =>  wckTime=9.198  cpuTime=8.61  mem=51M813
9.38/9.45	   
9.38/9.45	s SATISFIABLE
9.38/9.45	v 415 468 150 98 302 827 712 619 347 0 63 220 743 531 565 319 52 415 668 0 62 248 91 736 511 643 841 190 229 551 121 430 353 0 516 177 63 265 645 590 797 150 721 911 856 585 160 407 228 473 98 772 861 543 673 52 731 350 265 0 158 859 0 604 652 390 759 516 121 489 728 334 91 255 241 0 541 177 264 687 146 530 347 491 832 84 392 434 766 60 642 264 695 764 154 660 558 0 115 110 617 337 491 59 431 371 0 308 579 423 787 573 687 523 233 617 221 295 84 116 274 468 667 50 808 126 630 319 547 390 167 766 859 241 407 836 390 815 630 126 305 782 558 295 460 0 238 705 151 752 85 0 815 448 634 604 229 497 48 752 643 547 423 190 328 146 248 674 531 473 156 62 343 143 388 590 856 0 874 759 184 458 135 431 559 353 0 249 156 522 673 859 617 78 834 40 0 836 585 737 392 334 305 665 489 460 804 235 60 143 416 403 565 586 668 110 551 491 736 255 430 156 350 63 0 
9.38/9.45	d NODES 5878
9.38/9.45	d CHECKS 686963
9.38/9.45	   
9.38/9.45	   totalWckTime=9.264  totalCpuTime=8.66

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-2094607-1247404770/watcher-2094607-1247404770 -o /tmp/evaluation-result-2094607-1247404770/solver-2094607-1247404770 -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-2094607-1247404770.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.39 2.25 2.04 4/81 31458
/proc/meminfo: memFree=955720/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=18576 CPUtime=0
/proc/31458/stat : 31458 (runsolver) R 31456 31458 30925 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 27541803 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 254613712167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/31458/statm: 4644 284 249 26 0 2626 0

[startup+0.076553 s]
/proc/loadavg: 2.39 2.25 2.04 4/81 31458
/proc/meminfo: memFree=955720/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=864144 CPUtime=0.05
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 3093 0 1 0 4 1 0 0 21 0 9 0 27541803 884883456 2578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 216036 2578 1235 9 0 210929 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864144

[startup+0.101552 s]
/proc/loadavg: 2.39 2.25 2.04 4/81 31458
/proc/meminfo: memFree=955720/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=865980 CPUtime=0.07
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 3733 0 1 0 6 1 0 0 21 0 9 0 27541803 886763520 3201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 216495 3201 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865980

[startup+0.301577 s]
/proc/loadavg: 2.39 2.25 2.04 4/81 31458
/proc/meminfo: memFree=955720/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=866380 CPUtime=0.28
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 5970 0 1 0 24 4 0 0 21 0 9 0 27541803 887173120 5336 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 216595 5336 1984 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701614 s]
/proc/loadavg: 2.39 2.25 2.04 4/81 31458
/proc/meminfo: memFree=955720/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=868812 CPUtime=0.7
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 10613 0 1 0 64 6 0 0 21 0 9 0 27541803 889663488 9967 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 217203 9968 2037 9 0 211639 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 868812

[startup+1.50271 s]
/proc/loadavg: 2.28 2.22 2.04 3/77 31484
/proc/meminfo: memFree=998000/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=869460 CPUtime=1.52
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 18283 443 1 0 128 21 2 1 21 0 9 0 27541803 890327040 15315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 217365 15315 2052 9 0 211801 0
[pid=31458/tid=31460] ppid=31456 vsize=869460 CPUtime=1.27
/proc/31458/task/31460/stat : 31460 (java) R 31456 31458 30925 0 -1 64 16596 443 1 0 105 19 2 1 18 0 9 0 27541805 890327040 15315 996147200 134512640 134550932 4294955968 18446744073709551615 4127081239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31461] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31461/stat : 31461 (java) S 31456 31458 30925 0 -1 64 3 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 15315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31462] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31462/stat : 31462 (java) S 31456 31458 30925 0 -1 64 11 443 0 0 0 0 2 1 24 0 9 0 27541806 890327040 15315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31463] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31463/stat : 31463 (java) S 31456 31458 30925 0 -1 64 3 443 0 0 0 0 2 1 25 0 9 0 27541806 890327040 15315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31464] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31464/stat : 31464 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 15315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31465] ppid=31456 vsize=869460 CPUtime=0.25
/proc/31458/task/31465/stat : 31465 (java) S 31456 31458 30925 0 -1 64 848 443 0 0 22 0 2 1 16 0 9 0 27541808 890327040 15315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31466] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31466/stat : 31466 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 15315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31467] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31467/stat : 31467 (java) S 31456 31458 30925 0 -1 64 12 443 0 0 0 0 2 1 15 0 9 0 27541808 890327040 15315 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 869460

[startup+3.10289 s]
/proc/loadavg: 2.28 2.22 2.04 3/90 31506
/proc/meminfo: memFree=933896/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=869460 CPUtime=3.09
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 35696 443 1 0 280 26 2 1 21 0 9 0 27541803 890327040 22751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 217365 22751 2662 9 0 211801 0
[pid=31458/tid=31460] ppid=31456 vsize=869460 CPUtime=2.61
/proc/31458/task/31460/stat : 31460 (java) R 31456 31458 30925 0 -1 64 22612 443 1 0 237 21 2 1 19 0 9 0 27541805 890327040 22751 996147200 134512640 134550932 4294955968 18446744073709551615 4127243774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31461] ppid=31456 vsize=869460 CPUtime=0.17
/proc/31458/task/31461/stat : 31461 (java) S 31456 31458 30925 0 -1 64 11281 443 0 0 11 3 2 1 16 0 9 0 27541806 890327040 22751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31462] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31462/stat : 31462 (java) S 31456 31458 30925 0 -1 64 19 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 22751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31463] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31463/stat : 31463 (java) S 31456 31458 30925 0 -1 64 9 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 22751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31464] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31464/stat : 31464 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 22751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31465] ppid=31456 vsize=869460 CPUtime=0.33
/proc/31458/task/31465/stat : 31465 (java) S 31456 31458 30925 0 -1 64 953 443 0 0 30 0 2 1 15 0 9 0 27541808 890327040 22751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31466] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31466/stat : 31466 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 22751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31467] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31467/stat : 31467 (java) S 31456 31458 30925 0 -1 64 12 443 0 0 0 0 2 1 15 0 9 0 27541808 890327040 22751 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 869460

[startup+6.30125 s]
/proc/loadavg: 2.26 2.22 2.04 3/90 31510
/proc/meminfo: memFree=859208/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=869460 CPUtime=6.29
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 38838 443 1 0 598 28 2 1 21 0 9 0 27541803 890327040 25815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 217365 25815 2662 9 0 211801 0
[pid=31458/tid=31460] ppid=31456 vsize=869460 CPUtime=5.72
/proc/31458/task/31460/stat : 31460 (java) R 31456 31458 30925 0 -1 64 22624 443 1 0 548 21 2 1 25 0 9 0 27541805 890327040 25815 996147200 134512640 134550932 4294955968 18446744073709551615 4126686488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31461] ppid=31456 vsize=869460 CPUtime=0.22
/proc/31458/task/31461/stat : 31461 (java) S 31456 31458 30925 0 -1 64 14327 443 0 0 15 4 2 1 16 0 9 0 27541806 890327040 25815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31462] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31462/stat : 31462 (java) S 31456 31458 30925 0 -1 64 19 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 25815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31463] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31463/stat : 31463 (java) S 31456 31458 30925 0 -1 64 9 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 25815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31464] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31464/stat : 31464 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 25815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31465] ppid=31456 vsize=869460 CPUtime=0.36
/proc/31458/task/31465/stat : 31465 (java) S 31456 31458 30925 0 -1 64 1008 443 0 0 33 0 2 1 15 0 9 0 27541808 890327040 25815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31466] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31466/stat : 31466 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 25815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31467] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31467/stat : 31467 (java) S 31456 31458 30925 0 -1 64 41 443 0 0 0 0 2 1 15 0 9 0 27541808 890327040 25815 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 869460

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

[startup+7.90143 s]
/proc/loadavg: 2.26 2.22 2.04 3/90 31510
/proc/meminfo: memFree=850888/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=869460 CPUtime=7.88
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 39977 443 1 0 757 28 2 1 21 0 9 0 27541803 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 217365 26949 2662 9 0 211801 0
[pid=31458/tid=31460] ppid=31456 vsize=869460 CPUtime=7.29
/proc/31458/task/31460/stat : 31460 (java) R 31456 31458 30925 0 -1 64 22628 443 1 0 705 21 2 1 25 0 9 0 27541805 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4126095896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31461] ppid=31456 vsize=869460 CPUtime=0.25
/proc/31458/task/31461/stat : 31461 (java) S 31456 31458 30925 0 -1 64 15457 443 0 0 17 5 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31462] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31462/stat : 31462 (java) S 31456 31458 30925 0 -1 64 19 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31463] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31463/stat : 31463 (java) S 31456 31458 30925 0 -1 64 9 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31464] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31464/stat : 31464 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31465] ppid=31456 vsize=869460 CPUtime=0.38
/proc/31458/task/31465/stat : 31465 (java) S 31456 31458 30925 0 -1 64 1013 443 0 0 34 1 2 1 15 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31466] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31466/stat : 31466 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31467] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31467/stat : 31467 (java) S 31456 31458 30925 0 -1 64 41 443 0 0 0 0 2 1 15 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 869460

[startup+8.70152 s]
/proc/loadavg: 2.26 2.22 2.04 3/90 31510
/proc/meminfo: memFree=850696/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=869460 CPUtime=8.69
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 39978 443 1 0 838 28 2 1 21 0 9 0 27541803 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 217365 26949 2662 9 0 211801 0
[pid=31458/tid=31460] ppid=31456 vsize=869460 CPUtime=8.09
/proc/31458/task/31460/stat : 31460 (java) R 31456 31458 30925 0 -1 64 22629 443 1 0 785 21 2 1 25 0 9 0 27541805 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4127261919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31461] ppid=31456 vsize=869460 CPUtime=0.26
/proc/31458/task/31461/stat : 31461 (java) S 31456 31458 30925 0 -1 64 15457 443 0 0 18 5 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31462] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31462/stat : 31462 (java) S 31456 31458 30925 0 -1 64 19 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31463] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31463/stat : 31463 (java) S 31456 31458 30925 0 -1 64 9 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31464] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31464/stat : 31464 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31465] ppid=31456 vsize=869460 CPUtime=0.38
/proc/31458/task/31465/stat : 31465 (java) S 31456 31458 30925 0 -1 64 1013 443 0 0 34 1 2 1 16 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31466] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31466/stat : 31466 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31467] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31467/stat : 31467 (java) S 31456 31458 30925 0 -1 64 41 443 0 0 0 0 2 1 15 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 869460

[startup+9.10157 s]
/proc/loadavg: 2.26 2.22 2.04 3/90 31510
/proc/meminfo: memFree=850696/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=869460 CPUtime=9.08
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 39978 443 1 0 877 28 2 1 21 0 9 0 27541803 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 217365 26949 2662 9 0 211801 0
[pid=31458/tid=31460] ppid=31456 vsize=869460 CPUtime=8.48
/proc/31458/task/31460/stat : 31460 (java) R 31456 31458 30925 0 -1 64 22629 443 1 0 824 21 2 1 25 0 9 0 27541805 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4126864439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31461] ppid=31456 vsize=869460 CPUtime=0.26
/proc/31458/task/31461/stat : 31461 (java) S 31456 31458 30925 0 -1 64 15457 443 0 0 18 5 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31462] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31462/stat : 31462 (java) S 31456 31458 30925 0 -1 64 19 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31463] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31463/stat : 31463 (java) S 31456 31458 30925 0 -1 64 9 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31464] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31464/stat : 31464 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31465] ppid=31456 vsize=869460 CPUtime=0.38
/proc/31458/task/31465/stat : 31465 (java) S 31456 31458 30925 0 -1 64 1013 443 0 0 34 1 2 1 16 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31466] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31466/stat : 31466 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31467] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31467/stat : 31467 (java) S 31456 31458 30925 0 -1 64 41 443 0 0 0 0 2 1 15 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.08
Current children cumulated vsize (KiB) 869460

[startup+9.30159 s]
/proc/loadavg: 2.26 2.22 2.04 3/90 31510
/proc/meminfo: memFree=850696/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=869460 CPUtime=9.28
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 39979 443 1 0 897 28 2 1 21 0 9 0 27541803 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 217365 26949 2662 9 0 211801 0
[pid=31458/tid=31460] ppid=31456 vsize=869460 CPUtime=8.68
/proc/31458/task/31460/stat : 31460 (java) R 31456 31458 30925 0 -1 64 22630 443 1 0 844 21 2 1 25 0 9 0 27541805 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4127192864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31461] ppid=31456 vsize=869460 CPUtime=0.26
/proc/31458/task/31461/stat : 31461 (java) S 31456 31458 30925 0 -1 64 15457 443 0 0 18 5 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31462] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31462/stat : 31462 (java) S 31456 31458 30925 0 -1 64 19 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31463] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31463/stat : 31463 (java) S 31456 31458 30925 0 -1 64 9 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31464] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31464/stat : 31464 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31465] ppid=31456 vsize=869460 CPUtime=0.38
/proc/31458/task/31465/stat : 31465 (java) S 31456 31458 30925 0 -1 64 1013 443 0 0 34 1 2 1 16 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31466] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31466/stat : 31466 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31467] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31467/stat : 31467 (java) S 31456 31458 30925 0 -1 64 41 443 0 0 0 0 2 1 15 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.28
Current children cumulated vsize (KiB) 869460

[startup+9.4026 s]
/proc/loadavg: 2.26 2.22 2.04 3/90 31510
/proc/meminfo: memFree=850696/2055920 swapFree=4192948/4192956
[pid=31458] ppid=31456 vsize=869460 CPUtime=9.38
/proc/31458/stat : 31458 (java) S 31456 31458 30925 0 -1 0 39979 443 1 0 907 28 2 1 21 0 9 0 27541803 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31458/statm: 217365 26949 2662 9 0 211801 0
[pid=31458/tid=31460] ppid=31456 vsize=869460 CPUtime=8.78
/proc/31458/task/31460/stat : 31460 (java) R 31456 31458 30925 0 -1 64 22630 443 1 0 854 21 2 1 25 0 9 0 27541805 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4127080024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31461] ppid=31456 vsize=869460 CPUtime=0.26
/proc/31458/task/31461/stat : 31461 (java) S 31456 31458 30925 0 -1 64 15457 443 0 0 18 5 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31462] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31462/stat : 31462 (java) S 31456 31458 30925 0 -1 64 19 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31463] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31463/stat : 31463 (java) S 31456 31458 30925 0 -1 64 9 443 0 0 0 0 2 1 16 0 9 0 27541806 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31464] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31464/stat : 31464 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31465] ppid=31456 vsize=869460 CPUtime=0.38
/proc/31458/task/31465/stat : 31465 (java) S 31456 31458 30925 0 -1 64 1013 443 0 0 34 1 2 1 16 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31458/tid=31466] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31466/stat : 31466 (java) S 31456 31458 30925 0 -1 64 1 443 0 0 0 0 2 1 25 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31458/tid=31467] ppid=31456 vsize=869460 CPUtime=0.03
/proc/31458/task/31467/stat : 31467 (java) S 31456 31458 30925 0 -1 64 41 443 0 0 0 0 2 1 15 0 9 0 27541808 890327040 26949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 869460

Child status: 0
Real time (s): 9.49543
CPU time (s): 9.47856
CPU user time (s): 9.15861
CPU system time (s): 0.319951
CPU usage (%): 99.8223
Max. virtual memory (cumulated for all children) (KiB): 869460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.15861
system time used= 0.319951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40456
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= 1768
involuntary context switches= 1802

runsolver used 0.014997 second user time and 0.040993 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 15:19:30
IDJOB=2094607
IDBENCH=54414
IDSOLVER=773
FILE ID=node87/2094607-1247404770
PBS_JOBID= 9510477
Free space on /tmp= 66292 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-100-7.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-2094607-1247404770/watcher-2094607-1247404770 -o /tmp/evaluation-result-2094607-1247404770/solver-2094607-1247404770 -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-2094607-1247404770.xml

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

MD5SUM BENCH= ab54a3befb7bc28d039702d9f31a2fb5
RANDOM SEED=1599363128

node87.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.236
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.236
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:        956200 kB
Buffers:        107020 kB
Cached:         801792 kB
SwapCached:          8 kB
Active:         302496 kB
Inactive:       705156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        956200 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            5136 kB
Writeback:           0 kB
Mapped:         118028 kB
Slab:            77120 kB
Committed_AS:  1031516 kB
PageTables:       2056 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= 66292 MiB
End job on node87 at 2009-07-12 15:19:39