Trace number 2093401

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 15.0097 15.1872

DiagnosticValue
CHECKS49944
NODES84

General information on the benchmark

Namecsp/marc/
normalized-large-84-sat_ext.xml
MD5SUM4ced2e4c94646c017bc30dc8e603e6b8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.2114
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints3486
Maximum constraint arity2
Maximum domain size84
Number of constraints which are defined in extension3486
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.30	     name=HOME/instance-2093401-1247401243.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.38	     nbVariables=84  nbDomainTypes=1  minDomainSize=84  maxDomainSize=84  nbTotalValues=7056
0.28/0.38	       =>  wckTime=0.123  cpuTime=0.11  mem=7M892
0.28/0.38	   
0.28/0.38	   relations being loaded...
2.86/2.98	   
2.86/2.98	   INFO : Contraction of relations, mem = 100M68
12.16/12.33	   
12.16/12.33	   constraints being loaded...
14.32/14.58	     nbConstraints=3486  nbRelationTypes=3486  nbExtensionStructures=3486  nbSharedExtensionStructures=0
14.32/14.58	     nbConflictsStructures=3486  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=585354  minDegree=83
14.32/14.58	     maxDegree=83  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.182  symmetryCpuTime=0.08
14.32/14.58	       =>  wckTime=14.315  cpuTime=12.91  mem=125M161
14.63/14.89	   
14.74/14.91	   solver IterativeSystematicSolver being built... 
14.84/15.03	       =>  wckTime=14.772  cpuTime=13.04  mem=113M728
14.84/15.07	   
14.84/15.07	   preprocessing
14.84/15.07	     nbConstraintChecks=42972  nbPropagations=85  nbRevisions=7272  nbUselessRevisions=7160  nbRemovedValues=6972
14.84/15.07	     detectedInconsistency=no
14.84/15.07	       =>  wckTime=0.034  cpuTime=0.02  mem=113M728
14.94/15.12	   
14.94/15.12	   search
14.94/15.12	     run=0  nbConstraintChecks=6972  minDepth=85  maxDepth=84  nbPropagations=169  nbRevisions=10758
14.94/15.12	     nbUselessRevisions=10646  nbAssignments=84  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=85
14.94/15.12	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=84
14.94/15.12	     nbREliminables=0  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
14.94/15.12	       =>  wckTime=0.084  cpuTime=0.05  mem=114M706
14.94/15.12	   
14.94/15.12	   global
14.94/15.12	     nbConstraintChecks=49944  nbPropagations=254  nbRevisions=18030  nbUselessRevisions=17806  nbRestartNogoods=0
14.94/15.12	     solvingWckTime=0.087  solvingCpuTime=0.05  expiredTime=no  totalExploration=no  nbFoundSolutions=1
14.94/15.12	     firstSolutionCpuTime=13.08  globalCpuTime=13.13
14.94/15.12	       =>  wckTime=14.861  cpuTime=13.09  mem=114M706
14.94/15.13	   
14.94/15.13	s SATISFIABLE
14.94/15.13	v 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 43 
14.94/15.13	d NODES 84
14.94/15.13	d CHECKS 49944
14.94/15.13	   
14.94/15.13	   totalWckTime=14.936  totalCpuTime=13.13

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-2093401-1247401243/watcher-2093401-1247401243 -o /tmp/evaluation-result-2093401-1247401243/solver-2093401-1247401243 -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-2093401-1247401243.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.74 0.57 0.20 4/80 2453
/proc/meminfo: memFree=1381160/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=10676 CPUtime=0
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27188902 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 2669 474 207 9 0 1184 0
[pid=2453/tid=2454] ppid=2451 vsize=10676 CPUtime=0
/proc/2453/task/2454/stat : 2454 (java) R 2451 2453 2209 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27188903 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 2826200 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0275751 s]
/proc/loadavg: 1.74 0.57 0.20 4/80 2453
/proc/meminfo: memFree=1381160/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=861936 CPUtime=0.02
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 1878 0 1 0 1 1 0 0 18 0 5 0 27188902 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 215484 1563 686 9 0 210399 0
[pid=2453/tid=2454] ppid=2451 vsize=861936 CPUtime=0
/proc/2453/task/2454/stat : 2454 (java) S 2451 2453 2209 0 -1 64 1187 0 1 0 0 0 0 0 19 0 5 0 27188903 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.102634 s]
/proc/loadavg: 1.74 0.57 0.20 4/80 2453
/proc/meminfo: memFree=1381160/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=865984 CPUtime=0.09
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 3774 0 1 0 7 2 0 0 18 0 9 0 27188902 886767616 3230 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 216496 3230 1703 9 0 210981 0
[pid=2453/tid=2454] ppid=2451 vsize=865984 CPUtime=0.07
/proc/2453/task/2454/stat : 2454 (java) R 2451 2453 2209 0 -1 64 2856 0 1 0 6 1 0 0 18 0 9 0 27188903 886767616 3230 996147200 134512640 134550932 4294955968 18446744073709551615 4125950889 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.30165 s]
/proc/loadavg: 1.74 0.57 0.20 4/80 2453
/proc/meminfo: memFree=1381160/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=866380 CPUtime=0.28
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 5863 0 1 0 25 3 0 0 18 0 9 0 27188902 887173120 5229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 216595 5229 1981 9 0 211053 0
[pid=2453/tid=2454] ppid=2451 vsize=866380 CPUtime=0.23
/proc/2453/task/2454/stat : 2454 (java) R 2451 2453 2209 0 -1 64 4881 0 1 0 21 2 0 0 18 0 9 0 27188903 887173120 5229 996147200 134512640 134550932 4294955968 18446744073709551615 103885600 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.702689 s]
/proc/loadavg: 1.74 0.57 0.20 4/80 2453
/proc/meminfo: memFree=1381160/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=866492 CPUtime=0.68
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 13355 0 1 0 62 6 0 0 18 0 9 0 27188902 887287808 12717 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 216623 12717 1998 9 0 211081 0
[pid=2453/tid=2454] ppid=2451 vsize=866492 CPUtime=0.59
/proc/2453/task/2454/stat : 2454 (java) R 2451 2453 2209 0 -1 64 12323 0 1 0 54 5 0 0 20 0 9 0 27188903 887287808 12717 996147200 134512640 134550932 4294955968 18446744073709551615 2444925 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866492

[startup+1.50276 s]
/proc/loadavg: 1.74 0.57 0.20 3/89 2462
/proc/meminfo: memFree=1310880/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=867084 CPUtime=1.47
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 25574 0 1 0 135 12 0 0 18 0 9 0 27188902 887894016 24932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 216771 24932 2011 9 0 211229 0
[pid=2453/tid=2454] ppid=2451 vsize=867084 CPUtime=1.19
/proc/2453/task/2454/stat : 2454 (java) R 2451 2453 2209 0 -1 64 15708 0 1 0 111 8 0 0 25 0 9 0 27188903 887894016 24932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2456] ppid=2451 vsize=867084 CPUtime=0.17
/proc/2453/task/2456/stat : 2456 (java) R 2451 2453 2209 0 -1 64 8701 0 0 0 14 3 0 0 16 0 9 0 27188905 887894016 24932 996147200 134512640 134550932 4294955968 18446744073709551615 104516247 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2457] ppid=2451 vsize=867084 CPUtime=0
/proc/2453/task/2457/stat : 2457 (java) S 2451 2453 2209 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27188905 887894016 24932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2458] ppid=2451 vsize=867084 CPUtime=0
/proc/2453/task/2458/stat : 2458 (java) S 2451 2453 2209 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27188905 887894016 24932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2459] ppid=2451 vsize=867084 CPUtime=0
/proc/2453/task/2459/stat : 2459 (java) S 2451 2453 2209 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27188907 887894016 24932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2460] ppid=2451 vsize=867084 CPUtime=0.09
/proc/2453/task/2460/stat : 2460 (java) S 2451 2453 2209 0 -1 64 462 0 0 0 9 0 0 0 16 0 9 0 27188907 887894016 24932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2461] ppid=2451 vsize=867084 CPUtime=0
/proc/2453/task/2461/stat : 2461 (java) S 2451 2453 2209 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27188907 887894016 24932 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2462] ppid=2451 vsize=867084 CPUtime=0
/proc/2453/task/2462/stat : 2462 (java) S 2451 2453 2209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27188907 887894016 24932 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) 867084

[startup+3.1019 s]
/proc/loadavg: 1.74 0.57 0.20 3/89 2462
/proc/meminfo: memFree=1273568/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=867084 CPUtime=3.06
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 33247 0 1 0 290 16 0 0 18 0 9 0 27188902 887894016 32601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 216771 32601 2013 9 0 211229 0
[pid=2453/tid=2454] ppid=2451 vsize=867084 CPUtime=2.52
/proc/2453/task/2454/stat : 2454 (java) R 2451 2453 2209 0 -1 64 15719 0 1 0 244 8 0 0 25 0 9 0 27188903 887894016 32601 996147200 134512640 134550932 4294955968 18446744073709551615 4126732576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2456] ppid=2451 vsize=867084 CPUtime=0.38
/proc/2453/task/2456/stat : 2456 (java) S 2451 2453 2209 0 -1 64 16336 0 0 0 32 6 0 0 16 0 9 0 27188905 887894016 32601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2457] ppid=2451 vsize=867084 CPUtime=0
/proc/2453/task/2457/stat : 2457 (java) S 2451 2453 2209 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27188905 887894016 32601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2458] ppid=2451 vsize=867084 CPUtime=0
/proc/2453/task/2458/stat : 2458 (java) S 2451 2453 2209 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27188905 887894016 32601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2459] ppid=2451 vsize=867084 CPUtime=0
/proc/2453/task/2459/stat : 2459 (java) S 2451 2453 2209 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27188907 887894016 32601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2460] ppid=2451 vsize=867084 CPUtime=0.12
/proc/2453/task/2460/stat : 2460 (java) S 2451 2453 2209 0 -1 64 489 0 0 0 12 0 0 0 16 0 9 0 27188907 887894016 32601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2461] ppid=2451 vsize=867084 CPUtime=0
/proc/2453/task/2461/stat : 2461 (java) S 2451 2453 2209 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27188907 887894016 32601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2462] ppid=2451 vsize=867084 CPUtime=0
/proc/2453/task/2462/stat : 2462 (java) S 2451 2453 2209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27188907 887894016 32601 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867084

[startup+6.30219 s]
/proc/loadavg: 1.84 0.61 0.22 4/89 2462
/proc/meminfo: memFree=1257504/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=867568 CPUtime=6.23
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 34384 0 1 0 605 18 0 0 18 0 9 0 27188902 888389632 33544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 216892 33544 2634 9 0 211350 0
[pid=2453/tid=2454] ppid=2451 vsize=867568 CPUtime=5.44
/proc/2453/task/2454/stat : 2454 (java) R 2451 2453 2209 0 -1 64 15726 0 1 0 535 9 0 0 25 0 9 0 27188903 888389632 33544 996147200 134512640 134550932 4294955968 18446744073709551615 4126591143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2456] ppid=2451 vsize=867568 CPUtime=0.6
/proc/2453/task/2456/stat : 2456 (java) S 2451 2453 2209 0 -1 64 17345 0 0 0 54 6 0 0 16 0 9 0 27188905 888389632 33544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2457] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2457/stat : 2457 (java) S 2451 2453 2209 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27188905 888389632 33544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2458] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2458/stat : 2458 (java) S 2451 2453 2209 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27188905 888389632 33544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2459] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2459/stat : 2459 (java) S 2451 2453 2209 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27188907 888389632 33544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2460] ppid=2451 vsize=867568 CPUtime=0.15
/proc/2453/task/2460/stat : 2460 (java) S 2451 2453 2209 0 -1 64 610 0 0 0 15 0 0 0 15 0 9 0 27188907 888389632 33544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2461] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2461/stat : 2461 (java) S 2451 2453 2209 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27188907 888389632 33544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2462] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2462/stat : 2462 (java) S 2451 2453 2209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27188907 888389632 33544 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867568

[startup+12.7018 s]
/proc/loadavg: 1.85 0.64 0.22 3/89 2462
/proc/meminfo: memFree=1229920/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=867568 CPUtime=12.56
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 40669 0 1 0 1231 25 0 0 18 0 9 0 27188902 888389632 39810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 216892 39810 2636 9 0 211350 0
[pid=2453/tid=2454] ppid=2451 vsize=867568 CPUtime=11.45
/proc/2453/task/2454/stat : 2454 (java) R 2451 2453 2209 0 -1 64 15771 0 1 0 1130 15 0 0 25 0 9 0 27188903 888389632 39810 996147200 134512640 134550932 4294955968 18446744073709551615 4126897759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2456] ppid=2451 vsize=867568 CPUtime=0.89
/proc/2453/task/2456/stat : 2456 (java) S 2451 2453 2209 0 -1 64 23554 0 0 0 80 9 0 0 16 0 9 0 27188905 888389632 39810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2457] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2457/stat : 2457 (java) S 2451 2453 2209 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27188905 888389632 39810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2458] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2458/stat : 2458 (java) S 2451 2453 2209 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27188905 888389632 39810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2459] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2459/stat : 2459 (java) S 2451 2453 2209 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27188907 888389632 39810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2460] ppid=2451 vsize=867568 CPUtime=0.19
/proc/2453/task/2460/stat : 2460 (java) S 2451 2453 2209 0 -1 64 641 0 0 0 19 0 0 0 15 0 9 0 27188907 888389632 39810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2461] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2461/stat : 2461 (java) S 2451 2453 2209 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27188907 888389632 39810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2462] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2462/stat : 2462 (java) S 2451 2453 2209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27188907 888389632 39810 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867568

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

[startup+14.3069 s]
/proc/loadavg: 1.87 0.66 0.23 3/89 2462
/proc/meminfo: memFree=1222752/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=867568 CPUtime=14.15
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 41872 0 1 0 1389 26 0 0 18 0 9 0 27188902 888389632 41011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 216892 41011 2636 9 0 211350 0
[pid=2453/tid=2454] ppid=2451 vsize=867568 CPUtime=12.95
/proc/2453/task/2454/stat : 2454 (java) R 2451 2453 2209 0 -1 64 15773 0 1 0 1280 15 0 0 25 0 9 0 27188903 888389632 41011 996147200 134512640 134550932 4294955968 18446744073709551615 4126922021 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2456] ppid=2451 vsize=867568 CPUtime=0.95
/proc/2453/task/2456/stat : 2456 (java) S 2451 2453 2209 0 -1 64 24738 0 0 0 85 10 0 0 16 0 9 0 27188905 888389632 41011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2457] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2457/stat : 2457 (java) S 2451 2453 2209 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27188905 888389632 41011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2458] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2458/stat : 2458 (java) S 2451 2453 2209 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27188905 888389632 41011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2459] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2459/stat : 2459 (java) S 2451 2453 2209 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27188907 888389632 41011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2460] ppid=2451 vsize=867568 CPUtime=0.22
/proc/2453/task/2460/stat : 2460 (java) S 2451 2453 2209 0 -1 64 658 0 0 0 22 0 0 0 16 0 9 0 27188907 888389632 41011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2461] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2461/stat : 2461 (java) S 2451 2453 2209 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27188907 888389632 41011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2462] ppid=2451 vsize=867568 CPUtime=0
/proc/2453/task/2462/stat : 2462 (java) S 2451 2453 2209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27188907 888389632 41011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 867568

[startup+14.7029 s]
/proc/loadavg: 1.87 0.66 0.23 3/89 2462
/proc/meminfo: memFree=1222752/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=867892 CPUtime=14.54
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 53993 422 1 0 1419 30 3 2 18 0 10 0 27188902 888721408 41070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 216973 41070 2635 9 0 211431 0
[pid=2453/tid=2454] ppid=2451 vsize=867892 CPUtime=13.16
/proc/2453/task/2454/stat : 2454 (java) S 2451 2453 2209 0 -1 64 18522 422 1 0 1296 15 3 2 24 0 10 0 27188903 888721408 41070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2453/tid=2456] ppid=2451 vsize=867892 CPUtime=1.12
/proc/2453/task/2456/stat : 2456 (java) R 2451 2453 2209 0 -1 64 33831 422 0 0 96 11 3 2 17 0 10 0 27188905 888721408 41070 996147200 134512640 134550932 4294955968 18446744073709551615 103731825 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2457] ppid=2451 vsize=867892 CPUtime=0.05
/proc/2453/task/2457/stat : 2457 (java) S 2451 2453 2209 0 -1 64 16 422 0 0 0 0 3 2 16 0 10 0 27188905 888721408 41070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2458] ppid=2451 vsize=867892 CPUtime=0.05
/proc/2453/task/2458/stat : 2458 (java) S 2451 2453 2209 0 -1 64 6 422 0 0 0 0 3 2 16 0 10 0 27188905 888721408 41070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2459] ppid=2451 vsize=867892 CPUtime=0.05
/proc/2453/task/2459/stat : 2459 (java) S 2451 2453 2209 0 -1 64 2 422 0 0 0 0 3 2 18 0 10 0 27188907 888721408 41070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2460] ppid=2451 vsize=867892 CPUtime=0.31
/proc/2453/task/2460/stat : 2460 (java) S 2451 2453 2209 0 -1 64 795 422 0 0 25 1 3 2 15 0 10 0 27188907 888721408 41070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2461] ppid=2451 vsize=867892 CPUtime=0.05
/proc/2453/task/2461/stat : 2461 (java) S 2451 2453 2209 0 -1 64 0 422 0 0 0 0 3 2 19 0 10 0 27188907 888721408 41070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2462] ppid=2451 vsize=867892 CPUtime=0.05
/proc/2453/task/2462/stat : 2462 (java) S 2451 2453 2209 0 -1 64 13 422 0 0 0 0 3 2 15 0 10 0 27188907 888721408 41070 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.54
Current children cumulated vsize (KiB) 867892

[startup+15.103 s]
/proc/loadavg: 1.87 0.66 0.23 3/89 2462
/proc/meminfo: memFree=1222752/2055920 swapFree=4192812/4192956
[pid=2453] ppid=2451 vsize=867980 CPUtime=14.94
/proc/2453/stat : 2453 (java) S 2451 2453 2209 0 -1 0 57587 422 1 0 1457 32 3 2 18 0 10 0 27188902 888811520 43629 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2453/statm: 216995 43629 2660 9 0 211431 0
[pid=2453/tid=2454] ppid=2451 vsize=867980 CPUtime=13.33
/proc/2453/task/2454/stat : 2454 (java) R 2451 2453 2209 0 -1 64 18778 422 1 0 1312 16 3 2 18 0 10 0 27188903 888811520 43629 996147200 134512640 134550932 4294955968 18446744073709551615 4127199300 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2456] ppid=2451 vsize=867980 CPUtime=1.31
/proc/2453/task/2456/stat : 2456 (java) S 2451 2453 2209 0 -1 64 37080 422 0 0 114 12 3 2 17 0 10 0 27188905 888811520 43629 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2457] ppid=2451 vsize=867980 CPUtime=0.05
/proc/2453/task/2457/stat : 2457 (java) S 2451 2453 2209 0 -1 64 21 422 0 0 0 0 3 2 16 0 10 0 27188905 888811520 43629 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2458] ppid=2451 vsize=867980 CPUtime=0.05
/proc/2453/task/2458/stat : 2458 (java) S 2451 2453 2209 0 -1 64 13 422 0 0 0 0 3 2 16 0 10 0 27188905 888811520 43629 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2459] ppid=2451 vsize=867980 CPUtime=0.05
/proc/2453/task/2459/stat : 2459 (java) S 2451 2453 2209 0 -1 64 2 422 0 0 0 0 3 2 18 0 10 0 27188907 888811520 43629 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2460] ppid=2451 vsize=867980 CPUtime=0.36
/proc/2453/task/2460/stat : 2460 (java) S 2451 2453 2209 0 -1 64 871 422 0 0 30 1 3 2 16 0 10 0 27188907 888811520 43629 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2461] ppid=2451 vsize=867980 CPUtime=0.05
/proc/2453/task/2461/stat : 2461 (java) S 2451 2453 2209 0 -1 64 0 422 0 0 0 0 3 2 19 0 10 0 27188907 888811520 43629 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2453/tid=2462] ppid=2451 vsize=867980 CPUtime=0.05
/proc/2453/task/2462/stat : 2462 (java) S 2451 2453 2209 0 -1 64 13 422 0 0 0 0 3 2 15 0 10 0 27188907 888811520 43629 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 867980

Child status: 0
Real time (s): 15.1872
CPU time (s): 15.0097
CPU user time (s): 14.6378
CPU system time (s): 0.371943
CPU usage (%): 98.8314
Max. virtual memory (cumulated for all children) (KiB): 867980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.6378
system time used= 0.371943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58062
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= 2007
involuntary context switches= 2501

runsolver used 0.023996 second user time and 0.056991 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 14:20:50
IDJOB=2093401
IDBENCH=53554
IDSOLVER=773
FILE ID=node43/2093401-1247401243
PBS_JOBID= 9510557
Free space on /tmp= 66188 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/marc/normalized-large-84-sat_ext.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-2093401-1247401243/watcher-2093401-1247401243 -o /tmp/evaluation-result-2093401-1247401243/solver-2093401-1247401243 -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-2093401-1247401243.xml

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

MD5SUM BENCH= 4ced2e4c94646c017bc30dc8e603e6b8
RANDOM SEED=1204311293

node43.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.213
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	: 5931.00
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.213
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:       1381640 kB
Buffers:         78428 kB
Cached:         410220 kB
SwapCached:          0 kB
Active:         345744 kB
Inactive:       239796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1381640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           74756 kB
Writeback:           0 kB
Mapped:         117356 kB
Slab:            73756 kB
Committed_AS:  1028508 kB
PageTables:       2016 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= 66184 MiB
End job on node43 at 2009-07-12 14:21:05