Trace number 2096551

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 11.2103 11.3779

DiagnosticValue
CHECKS8970
NODES1404

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-9.xml
MD5SUMfc7340650ecf26f83251f4e28365151f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.8523
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1284
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2096551-1247410385.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.38/0.42	   
0.38/0.42	   variables being loaded...
0.48/0.53	     nbVariables=400  nbDomainTypes=400  minDomainSize=1186  maxDomainSize=1284  nbTotalValues=493724
0.48/0.53	       =>  wckTime=0.261  cpuTime=0.19  mem=19M661
0.48/0.53	   
0.48/0.53	   predicates being loaded...
0.48/0.59	   
0.48/0.59	   constraints being loaded...
3.34/3.49	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.34/3.49	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.358  symmetryCpuTime=1.21
3.34/3.49	     nbCliques=20
3.34/3.49	       =>  wckTime=3.225  cpuTime=2.79  mem=59M7
3.54/3.69	   
3.54/3.69	   solver IterativeSystematicSolver being built... 
3.63/3.77	   
3.63/3.77	   INFO : Forward propagation technique limited 
3.74/3.87	       =>  wckTime=3.599  cpuTime=2.94  mem=54M869
3.84/3.93	   
3.84/3.93	   preprocessing
3.84/3.93	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.84/3.93	     detectedInconsistency=no
3.84/3.93	       =>  wckTime=0.045  cpuTime=0.03  mem=56M884
9.38/9.52	   
9.38/9.52	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=657, mem=87M924)
11.16/11.31	   
11.16/11.31	   search
11.16/11.31	     run=4  nbConstraintChecks=8970  minDepth=401  maxDepth=400  nbPropagations=87142  nbRevisions=0
11.16/11.31	     nbUselessRevisions=0  nbAssignments=1404  nbFailedAssignments=80  nbBacktracks=1  nbVisitedNodes=1486
11.16/11.31	     nbRestartNogoods=65  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=15.9  nbIEliminables=0  nbDEliminables=0
11.16/11.31	     nbPEliminables=0
11.16/11.31	       =>  wckTime=7.42  cpuTime=7.16  mem=74M205
11.16/11.31	   
11.16/11.31	   global
11.16/11.31	     nbConstraintChecks=8970  nbPropagations=87542  nbRestartNogoods=65  solvingWckTime=7.422  solvingCpuTime=7.16
11.16/11.31	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=10.06  globalCpuTime=10.16
11.16/11.31	       =>  wckTime=11.041  cpuTime=10.12  mem=74M205
11.16/11.31	   
11.16/11.31	s SATISFIABLE
11.16/11.31	v 520 794 890 702 401 61 843 932 1016 174 0 681 988 192 283 1170 169 1125 183 159 1081 0 843 1137 317 953 919 92 1152 1001 521 409 486 685 492 248 1028 615 186 752 588 175 804 387 242 691 463 915 63 1028 0 316 974 404 661 538 276 385 1126 702 88 1203 743 1170 810 659 1040 731 124 1231 487 283 0 196 380 563 944 1087 864 472 114 1015 638 1007 221 702 319 565 124 966 920 405 873 0 488 824 1017 92 766 1026 71 622 656 167 1239 1084 256 1148 46 479 343 420 949 1007 794 706 561 852 720 0 1116 412 1032 248 33 574 159 947 57 1211 873 1087 484 915 1069 327 72 744 657 806 736 723 263 998 314 802 926 319 0 492 588 980 88 402 953 879 310 681 513 179 998 394 731 196 1024 1173 254 1080 766 801 96 657 528 332 448 563 0 881 472 92 1159 1058 864 1213 800 919 96 343 186 697 281 490 771 745 1090 426 0 564 661 194 1126 174 723 87 57 557 1204 892 271 829 646 804 397 988 477 949 771 1034 0 332 810 245 920 209 638 123 114 155 792 699 0 312 232 1144 436 1016 72 527 281 258 404 661 745 974 1119 615 187 874 409 247 96 1037 1096 0 491 1148 708 385 828 256 155 659 763 490 317 1068 806 561 744 405 1150 74 247 0 1035 902 633 974 394 1116 352 209 570 167 381 701 720 958 312 158 187 1156 174 802 1204 0 221 488 92 1053 132 1131 926 355 564 1016 114 737 1241 1101 1196 323 0 1042 463 655 491 800 861 233 920 327 33 170 998 1196 766 241 521 574 420 655 1090 1037 87 559 0 426 248 869 263 1081 1211 380 887 192 96 0 574 929 737 538 824 69 657 312 981 1053 479 1136 879 239 114 1233 158 920 570 745 981 306 179 659 74 0 490 402 324 46 1040 1136 661 568 944 71 980 158 906 838 404 1058 1005 318 219 929 439 794 701 612 863 0 
11.16/11.31	d NODES 1404
11.16/11.31	d CHECKS 8970
11.16/11.31	   
11.16/11.31	   totalWckTime=11.114  totalCpuTime=10.16

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-2096551-1247410385/watcher-2096551-1247410385 -o /tmp/evaluation-result-2096551-1247410385/solver-2096551-1247410385 -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-2096551-1247410385.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: 1.93 2.04 2.01 3/80 31932
/proc/meminfo: memFree=988712/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=10676 CPUtime=0
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28098825 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 2669 474 207 9 0 1184 0
[pid=31932/tid=31933] ppid=31930 vsize=10676 CPUtime=0
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28098826 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4657112 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0606811 s]
/proc/loadavg: 1.93 2.04 2.01 3/80 31932
/proc/meminfo: memFree=988712/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=863936 CPUtime=0.04
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 2655 0 1 0 3 1 0 0 18 0 9 0 28098825 884670464 2217 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 215984 2217 1035 9 0 210899 0
[pid=31932/tid=31933] ppid=31930 vsize=863936 CPUtime=0.02
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 1749 0 1 0 2 0 0 0 20 0 9 0 28098826 884670464 2217 996147200 134512640 134550932 4294955968 18446744073709551615 4125950829 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863936

[startup+0.101684 s]
/proc/loadavg: 1.93 2.04 2.01 3/80 31932
/proc/meminfo: memFree=988712/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=865984 CPUtime=0.09
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 3726 0 1 0 7 2 0 0 18 0 9 0 28098825 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 216496 3194 1695 9 0 210981 0
[pid=31932/tid=31933] ppid=31930 vsize=865984 CPUtime=0.06
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 2809 0 1 0 5 1 0 0 20 0 9 0 28098826 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4125967731 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301718 s]
/proc/loadavg: 1.93 2.04 2.01 3/80 31932
/proc/meminfo: memFree=988712/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=866380 CPUtime=0.28
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 5776 0 1 0 25 3 0 0 18 0 9 0 28098825 887173120 5162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 216595 5162 1960 9 0 211053 0
[pid=31932/tid=31933] ppid=31930 vsize=866380 CPUtime=0.22
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 4794 0 1 0 20 2 0 0 18 0 9 0 28098826 887173120 5162 996147200 134512640 134550932 4294955968 18446744073709551615 102755262 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701773 s]
/proc/loadavg: 1.93 2.04 2.01 3/80 31932
/proc/meminfo: memFree=988712/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=867776 CPUtime=0.68
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 10848 0 1 0 62 6 0 0 18 0 9 0 28098825 888602624 10202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 216944 10202 2036 9 0 211380 0
[pid=31932/tid=31933] ppid=31930 vsize=867776 CPUtime=0.5
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 9496 0 1 0 45 5 0 0 20 0 9 0 28098826 888602624 10202 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50188 s]
/proc/loadavg: 1.93 2.04 2.01 3/89 31941
/proc/meminfo: memFree=939104/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=867688 CPUtime=1.47
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 20805 0 1 0 130 17 0 0 18 0 9 0 28098825 888512512 20133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 216922 20133 2027 9 0 211380 0
[pid=31932/tid=31933] ppid=31930 vsize=867688 CPUtime=1.17
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 15818 0 1 0 103 14 0 0 25 0 9 0 28098826 888512512 20133 996147200 134512640 134550932 4294955968 18446744073709551615 103210609 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31935] ppid=31930 vsize=867688 CPUtime=0.07
/proc/31932/task/31935/stat : 31935 (java) S 31930 31932 30016 0 -1 64 3591 0 0 0 6 1 0 0 16 0 9 0 28098828 888512512 20133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31936] ppid=31930 vsize=867688 CPUtime=0
/proc/31932/task/31936/stat : 31936 (java) S 31930 31932 30016 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28098828 888512512 20133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31937] ppid=31930 vsize=867688 CPUtime=0
/proc/31932/task/31937/stat : 31937 (java) S 31930 31932 30016 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28098828 888512512 20133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31938] ppid=31930 vsize=867688 CPUtime=0
/proc/31932/task/31938/stat : 31938 (java) S 31930 31932 30016 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28098830 888512512 20133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31939] ppid=31930 vsize=867688 CPUtime=0.2
/proc/31932/task/31939/stat : 31939 (java) S 31930 31932 30016 0 -1 64 695 0 0 0 20 0 0 0 15 0 9 0 28098830 888512512 20133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31940] ppid=31930 vsize=867688 CPUtime=0
/proc/31932/task/31940/stat : 31940 (java) S 31930 31932 30016 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28098830 888512512 20133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31941] ppid=31930 vsize=867688 CPUtime=0
/proc/31932/task/31941/stat : 31941 (java) S 31930 31932 30016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28098830 888512512 20133 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867688

[startup+3.10211 s]
/proc/loadavg: 1.93 2.04 2.01 3/89 31941
/proc/meminfo: memFree=915744/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=868012 CPUtime=3.04
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 25814 584 1 0 252 44 7 1 18 0 9 0 28098825 888844288 20207 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 217003 20207 2040 9 0 211461 0
[pid=31932/tid=31933] ppid=31930 vsize=868012 CPUtime=2.68
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 20550 584 1 0 221 39 7 1 25 0 9 0 28098826 888844288 20207 996147200 134512640 134550932 4294955968 18446744073709551615 4127082634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31935] ppid=31930 vsize=868012 CPUtime=0.15
/proc/31932/task/31935/stat : 31935 (java) S 31930 31932 30016 0 -1 64 3591 584 0 0 6 1 7 1 17 0 9 0 28098828 888844288 20207 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31936] ppid=31930 vsize=868012 CPUtime=0.08
/proc/31932/task/31936/stat : 31936 (java) S 31930 31932 30016 0 -1 64 16 584 0 0 0 0 7 1 16 0 9 0 28098828 888844288 20207 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31937] ppid=31930 vsize=868012 CPUtime=0.08
/proc/31932/task/31937/stat : 31937 (java) S 31930 31932 30016 0 -1 64 5 584 0 0 0 0 7 1 16 0 9 0 28098828 888844288 20207 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31938] ppid=31930 vsize=868012 CPUtime=0.08
/proc/31932/task/31938/stat : 31938 (java) S 31930 31932 30016 0 -1 64 2 584 0 0 0 0 7 1 18 0 9 0 28098830 888844288 20207 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31939] ppid=31930 vsize=868012 CPUtime=0.32
/proc/31932/task/31939/stat : 31939 (java) S 31930 31932 30016 0 -1 64 840 584 0 0 24 0 7 1 15 0 9 0 28098830 888844288 20207 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31940] ppid=31930 vsize=868012 CPUtime=0.08
/proc/31932/task/31940/stat : 31940 (java) S 31930 31932 30016 0 -1 64 0 584 0 0 0 0 7 1 19 0 9 0 28098830 888844288 20207 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31941] ppid=31930 vsize=868012 CPUtime=0.08
/proc/31932/task/31941/stat : 31941 (java) S 31930 31932 30016 0 -1 64 8 584 0 0 0 0 7 1 15 0 9 0 28098830 888844288 20207 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868012

[startup+6.30256 s]
/proc/loadavg: 2.01 2.05 2.02 3/89 31945
/proc/meminfo: memFree=901472/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=868188 CPUtime=6.21
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 39607 584 1 0 566 47 7 1 18 0 9 0 28098825 889024512 24293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 217047 24293 2662 9 0 211483 0
[pid=31932/tid=31933] ppid=31930 vsize=868188 CPUtime=5.6
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 25734 584 1 0 511 41 7 1 25 0 9 0 28098826 889024512 24293 996147200 134512640 134550932 4294955968 18446744073709551615 4127226850 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31935] ppid=31930 vsize=868188 CPUtime=0.34
/proc/31932/task/31935/stat : 31935 (java) S 31930 31932 30016 0 -1 64 12069 584 0 0 23 3 7 1 16 0 9 0 28098828 889024512 24293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31936] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31936/stat : 31936 (java) S 31930 31932 30016 0 -1 64 20 584 0 0 0 0 7 1 17 0 9 0 28098828 889024512 24293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31937] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31937/stat : 31937 (java) S 31930 31932 30016 0 -1 64 9 584 0 0 0 0 7 1 16 0 9 0 28098828 889024512 24293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31938] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31938/stat : 31938 (java) S 31930 31932 30016 0 -1 64 2 584 0 0 0 0 7 1 18 0 9 0 28098830 889024512 24293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31939] ppid=31930 vsize=868188 CPUtime=0.39
/proc/31932/task/31939/stat : 31939 (java) S 31930 31932 30016 0 -1 64 932 584 0 0 30 1 7 1 15 0 9 0 28098830 889024512 24293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31940] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31940/stat : 31940 (java) S 31930 31932 30016 0 -1 64 0 584 0 0 0 0 7 1 19 0 9 0 28098830 889024512 24293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31941] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31941/stat : 31941 (java) S 31930 31932 30016 0 -1 64 39 584 0 0 0 0 7 1 15 0 9 0 28098830 889024512 24293 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868188

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

[startup+9.50202 s]
/proc/loadavg: 2.01 2.05 2.02 3/89 31945
/proc/meminfo: memFree=874472/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=868188 CPUtime=9.38
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 48885 584 1 0 879 51 7 1 18 0 9 0 28098825 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 217047 31009 2662 9 0 211483 0
[pid=31932/tid=31933] ppid=31930 vsize=868188 CPUtime=8.64
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 28222 584 1 0 815 41 7 1 25 0 9 0 28098826 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4127232553 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31935] ppid=31930 vsize=868188 CPUtime=0.44
/proc/31932/task/31935/stat : 31935 (java) S 31930 31932 30016 0 -1 64 18806 584 0 0 29 7 7 1 16 0 9 0 28098828 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31936] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31936/stat : 31936 (java) S 31930 31932 30016 0 -1 64 20 584 0 0 0 0 7 1 16 0 9 0 28098828 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31937] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31937/stat : 31937 (java) S 31930 31932 30016 0 -1 64 9 584 0 0 0 0 7 1 16 0 9 0 28098828 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31938] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31938/stat : 31938 (java) S 31930 31932 30016 0 -1 64 2 584 0 0 0 0 7 1 18 0 9 0 28098830 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31939] ppid=31930 vsize=868188 CPUtime=0.43
/proc/31932/task/31939/stat : 31939 (java) S 31930 31932 30016 0 -1 64 985 584 0 0 34 1 7 1 15 0 9 0 28098830 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31940] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31940/stat : 31940 (java) S 31930 31932 30016 0 -1 64 0 584 0 0 0 0 7 1 19 0 9 0 28098830 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31941] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31941/stat : 31941 (java) S 31930 31932 30016 0 -1 64 39 584 0 0 0 0 7 1 15 0 9 0 28098830 889024512 31009 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) 868188

[startup+10.3011 s]
/proc/loadavg: 2.01 2.05 2.02 3/89 31945
/proc/meminfo: memFree=874472/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=868188 CPUtime=10.17
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 48894 584 1 0 957 52 7 1 18 0 9 0 28098825 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 217047 31009 2662 9 0 211483 0
[pid=31932/tid=31933] ppid=31930 vsize=868188 CPUtime=9.41
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 28226 584 1 0 892 41 7 1 25 0 9 0 28098826 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4126664984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31935] ppid=31930 vsize=868188 CPUtime=0.45
/proc/31932/task/31935/stat : 31935 (java) S 31930 31932 30016 0 -1 64 18811 584 0 0 30 7 7 1 16 0 9 0 28098828 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31936] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31936/stat : 31936 (java) S 31930 31932 30016 0 -1 64 20 584 0 0 0 0 7 1 16 0 9 0 28098828 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31937] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31937/stat : 31937 (java) S 31930 31932 30016 0 -1 64 9 584 0 0 0 0 7 1 16 0 9 0 28098828 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31938] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31938/stat : 31938 (java) S 31930 31932 30016 0 -1 64 2 584 0 0 0 0 7 1 18 0 9 0 28098830 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31939] ppid=31930 vsize=868188 CPUtime=0.43
/proc/31932/task/31939/stat : 31939 (java) S 31930 31932 30016 0 -1 64 985 584 0 0 34 1 7 1 16 0 9 0 28098830 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31940] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31940/stat : 31940 (java) S 31930 31932 30016 0 -1 64 0 584 0 0 0 0 7 1 19 0 9 0 28098830 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31941] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31941/stat : 31941 (java) S 31930 31932 30016 0 -1 64 39 584 0 0 0 0 7 1 15 0 9 0 28098830 889024512 31009 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 868188

[startup+11.1022 s]
/proc/loadavg: 2.01 2.05 2.02 3/89 31945
/proc/meminfo: memFree=874408/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=868188 CPUtime=10.96
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 48899 584 1 0 1036 52 7 1 18 0 9 0 28098825 889024512 31011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 217047 31011 2662 9 0 211483 0
[pid=31932/tid=31933] ppid=31930 vsize=868188 CPUtime=10.19
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 28228 584 1 0 970 41 7 1 25 0 9 0 28098826 889024512 31011 996147200 134512640 134550932 4294955968 18446744073709551615 4126664984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31935] ppid=31930 vsize=868188 CPUtime=0.46
/proc/31932/task/31935/stat : 31935 (java) S 31930 31932 30016 0 -1 64 18811 584 0 0 31 7 7 1 16 0 9 0 28098828 889024512 31011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31936] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31936/stat : 31936 (java) S 31930 31932 30016 0 -1 64 20 584 0 0 0 0 7 1 16 0 9 0 28098828 889024512 31011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31937] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31937/stat : 31937 (java) S 31930 31932 30016 0 -1 64 9 584 0 0 0 0 7 1 16 0 9 0 28098828 889024512 31011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31938] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31938/stat : 31938 (java) S 31930 31932 30016 0 -1 64 2 584 0 0 0 0 7 1 18 0 9 0 28098830 889024512 31011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31939] ppid=31930 vsize=868188 CPUtime=0.43
/proc/31932/task/31939/stat : 31939 (java) S 31930 31932 30016 0 -1 64 988 584 0 0 34 1 7 1 15 0 9 0 28098830 889024512 31011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31940] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31940/stat : 31940 (java) S 31930 31932 30016 0 -1 64 0 584 0 0 0 0 7 1 19 0 9 0 28098830 889024512 31011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31941] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31941/stat : 31941 (java) S 31930 31932 30016 0 -1 64 39 584 0 0 0 0 7 1 15 0 9 0 28098830 889024512 31011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 868188

[startup+11.3013 s]
/proc/loadavg: 2.01 2.05 2.02 3/89 31945
/proc/meminfo: memFree=874408/2055920 swapFree=4192812/4192956
[pid=31932] ppid=31930 vsize=868188 CPUtime=11.16
/proc/31932/stat : 31932 (java) S 31930 31932 30016 0 -1 0 48906 584 1 0 1056 52 7 1 18 0 9 0 28098825 889024512 31014 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31932/statm: 217047 31014 2662 9 0 211483 0
[pid=31932/tid=31933] ppid=31930 vsize=868188 CPUtime=10.38
/proc/31932/task/31933/stat : 31933 (java) R 31930 31932 30016 0 -1 64 28234 584 1 0 989 41 7 1 25 0 9 0 28098826 889024512 31014 996147200 134512640 134550932 4294955968 18446744073709551615 4127293011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31935] ppid=31930 vsize=868188 CPUtime=0.46
/proc/31932/task/31935/stat : 31935 (java) S 31930 31932 30016 0 -1 64 18811 584 0 0 31 7 7 1 16 0 9 0 28098828 889024512 31014 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31936] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31936/stat : 31936 (java) S 31930 31932 30016 0 -1 64 20 584 0 0 0 0 7 1 16 0 9 0 28098828 889024512 31014 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31937] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31937/stat : 31937 (java) S 31930 31932 30016 0 -1 64 9 584 0 0 0 0 7 1 16 0 9 0 28098828 889024512 31014 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31938] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31938/stat : 31938 (java) S 31930 31932 30016 0 -1 64 2 584 0 0 0 0 7 1 18 0 9 0 28098830 889024512 31014 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31939] ppid=31930 vsize=868188 CPUtime=0.43
/proc/31932/task/31939/stat : 31939 (java) S 31930 31932 30016 0 -1 64 989 584 0 0 34 1 7 1 15 0 9 0 28098830 889024512 31014 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31940] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31940/stat : 31940 (java) S 31930 31932 30016 0 -1 64 0 584 0 0 0 0 7 1 19 0 9 0 28098830 889024512 31014 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31932/tid=31941] ppid=31930 vsize=868188 CPUtime=0.08
/proc/31932/task/31941/stat : 31941 (java) S 31930 31932 30016 0 -1 64 39 584 0 0 0 0 7 1 15 0 9 0 28098830 889024512 31014 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 868188

Child status: 0
Real time (s): 11.3779
CPU time (s): 11.2103
CPU user time (s): 10.6534
CPU system time (s): 0.556915
CPU usage (%): 98.5266
Max. virtual memory (cumulated for all children) (KiB): 868188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6534
system time used= 0.556915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49520
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= 1948
involuntary context switches= 2387

runsolver used 0.015997 second user time and 0.049992 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 16:53:05
IDJOB=2096551
IDBENCH=56425
IDSOLVER=773
FILE ID=node49/2096551-1247410385
PBS_JOBID= 9510548
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= fc7340650ecf26f83251f4e28365151f
RANDOM SEED=769505397

node49.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.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        989192 kB
Buffers:         77628 kB
Cached:         251764 kB
SwapCached:          0 kB
Active:         840420 kB
Inactive:       149476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        989192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3308 kB
Writeback:           0 kB
Mapped:         681000 kB
Slab:            60656 kB
Committed_AS:  1023904 kB
PageTables:       3044 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= 66408 MiB
End job on node49 at 2009-07-12 16:53:16