Trace number 1085447

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 ESACSAT 18.9991 19.1607

DiagnosticValue
CHECKS262021000
NODES35860

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-2.xml
MD5SUMe903255bfbda8f76e6400f31b9319dae
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 benchmark0.790879
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size134
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1085447-1215233863.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.37	     nbVariables=100  nbDomainTypes=43  minDomainSize=117  maxDomainSize=134  nbTotalValues=12740
0.29/0.37	       =>  wckTime=0.124  cpuTime=0.09  mem=7M886
0.29/0.37	   
0.29/0.37	   predicates being loaded...
0.38/0.43	   
0.38/0.43	   constraints being loaded...
2.18/2.26	     nbConstraints=850  nbGlobalConstraints=5  nbConvertedConstraints=845  nbConvertConstraintsChecks=5805531
2.18/2.26	     nbExtensionStructures=358  nbSharedExtensionStructures=620  nbConflictsStructures=358
2.18/2.26	     nbSharedConflictsStructures=620  nbSharedBinaryRepresentations=73625  minDegree=11  maxDegree=24  minArity=2
2.18/2.26	     avgArity=2.05  maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.112  symmetryCpuTime=0.08  nbCliques=5
2.18/2.26	       =>  wckTime=2.012  cpuTime=1.79  mem=26M670
2.27/2.35	   
2.27/2.35	   solver IterativeSystematicSolver being built... 
2.37/2.41	   
2.37/2.41	   INFO : Forward propagation technique limited 
2.37/2.48	       =>  wckTime=2.233  cpuTime=1.9  mem=22M354
3.45/3.51	   
3.45/3.54	   preprocessing
3.45/3.54	     nbConstraintChecks=12750817  nbPropagations=32137  nbRevisions=100521  nbUselessRevisions=63462
3.45/3.54	     nbSingletonTests=1268  nbEffectiveSingletonTests=27  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=89
3.45/3.54	     detectedInconsistency=no
3.45/3.54	       =>  wckTime=1.027  cpuTime=0.98  mem=47M561
4.15/4.27	   
4.15/4.27	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=14M198)
18.92/19.13	   
18.92/19.13	   search
18.92/19.13	     run=18  nbConstraintChecks=249270403  minDepth=3  maxDepth=100  nbPropagations=3431377  nbRevisions=19072834
18.92/19.13	     nbUselessRevisions=12693359  nbAssignments=35860  nbFailedAssignments=29604  nbInferredBacktracks=92
18.92/19.13	     nbBacktracks=5799  nbVisitedNodes=70374  nbRestartNogoods=406  nbFoundSolutions=1  nbSEliminables=0
18.92/19.13	     nbREliminables=0  nbIEliminables=89.8  nbDEliminables=0  nbPEliminables=0
18.92/19.13	       =>  wckTime=16.653  cpuTime=16.37  mem=20M658
18.92/19.14	   
18.92/19.14	   global
18.92/19.14	     nbConstraintChecks=262021220  nbPropagations=3463514  nbRevisions=19173355  nbUselessRevisions=12756821
18.92/19.14	     nbRestartNogoods=406  solvingWckTime=16.655  solvingCpuTime=16.37  expiredTime=no  totalExploration=no
18.92/19.14	     nbFoundSolutions=1  firstSolutionCpuTime=18.27  globalCpuTime=18.32
18.92/19.14	       =>  wckTime=18.891  cpuTime=18.27  mem=20M658
18.92/19.14	   
18.92/19.14	s SATISFIABLE
18.92/19.14	v 0 1 5 4 10 68 80 32 85 86 3 4 10 44 80 68 96 97 122 161 0 1 110 32 121 120 135 136 140 139 11 8 38 36 49 68 77 64 97 96 0 8 14 15 37 36 49 50 61 60 26 27 129 128 135 136 144 143 151 160 18 32 61 60 96 68 108 107 113 160 5 4 14 15 22 23 41 40 48 49 21 20 32 33 58 59 73 71 76 160 32 33 53 54 107 68 120 119 130 160 
18.92/19.14	d NODES 35860
18.92/19.14	d CHECKS 262021220
18.92/19.14	   
18.92/19.14	   totalWckTime=18.958  totalCpuTime=18.32

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085447-1215233863/watcher-1085447-1215233863 -o /tmp/evaluation-result-1085447-1215233863/solver-1085447-1215233863 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1085447-1215233863.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 1454
/proc/meminfo: memFree=1225736/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=152 CPUtime=0
/proc/1454/stat : 1454 (java) R 1452 1454 402 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 2002357713 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 7393579 0 0 4096 0 0 0 0 17 0 0 0
/proc/1454/statm: 38 26 19 9 0 4 0

[startup+0.0305109 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 1454
/proc/meminfo: memFree=1225736/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=861876 CPUtime=0.02
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 2102 0 1 0 1 1 0 0 18 0 5 0 2002357713 882561024 1750 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 215469 1750 807 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101522 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 1454
/proc/meminfo: memFree=1225736/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=865884 CPUtime=0.09
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 3753 0 1 0 7 2 0 0 18 0 9 0 2002357713 886665216 3215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 216471 3218 1706 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301556 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 1454
/proc/meminfo: memFree=1225736/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=866284 CPUtime=0.29
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 5914 0 1 0 25 4 0 0 18 0 9 0 2002357713 887074816 5288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 216571 5288 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701624 s]
/proc/loadavg: 2.07 2.02 2.00 4/72 1454
/proc/meminfo: memFree=1225736/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=867676 CPUtime=0.68
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 8514 0 1 0 63 5 0 0 18 0 9 0 2002357713 888500224 7872 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 216919 7872 2013 9 0 211425 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.50276 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 1463
/proc/meminfo: memFree=1200128/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=867676 CPUtime=1.49
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 9799 0 1 0 141 8 0 0 18 0 9 0 2002357713 888500224 9156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 216919 9157 2014 9 0 211425 0
[pid=1454/tid=1456] ppid=1452 vsize=867676 CPUtime=1.26
/proc/1454/task/1456/stat : 1456 (java) R 1452 1454 402 0 -1 64 8405 0 1 0 120 6 0 0 25 0 9 0 2002357714 888500224 9157 996147200 134512640 134550740 4294955968 18446744073709551615 103825763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1457] ppid=1452 vsize=867676 CPUtime=0
/proc/1454/task/1457/stat : 1457 (java) S 1452 1454 402 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2002357715 888500224 9157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1458] ppid=1452 vsize=867676 CPUtime=0
/proc/1454/task/1458/stat : 1458 (java) S 1452 1454 402 0 -1 64 10 0 0 0 0 0 0 0 20 0 9 0 2002357715 888500224 9157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1459] ppid=1452 vsize=867676 CPUtime=0
/proc/1454/task/1459/stat : 1459 (java) S 1452 1454 402 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 2002357715 888500224 9157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1460] ppid=1452 vsize=867676 CPUtime=0
/proc/1454/task/1460/stat : 1460 (java) S 1452 1454 402 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 2002357717 888500224 9157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1461] ppid=1452 vsize=867676 CPUtime=0.2
/proc/1454/task/1461/stat : 1461 (java) S 1452 1454 402 0 -1 64 698 0 0 0 20 0 0 0 15 0 9 0 2002357717 888500224 9157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1462] ppid=1452 vsize=867676 CPUtime=0
/proc/1454/task/1462/stat : 1462 (java) S 1452 1454 402 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 2002357717 888500224 9157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1463] ppid=1452 vsize=867676 CPUtime=0
/proc/1454/task/1463/stat : 1463 (java) S 1452 1454 402 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002357717 888500224 9157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867676

[startup+3.10203 s]
/proc/loadavg: 2.07 2.02 2.00 3/81 1463
/proc/meminfo: memFree=1193152/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=868124 CPUtime=3.06
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 22611 320 1 0 291 15 0 0 18 0 9 0 2002357713 888958976 14640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 217031 14640 2632 9 0 211537 0
[pid=1454/tid=1456] ppid=1452 vsize=868124 CPUtime=2.67
/proc/1454/task/1456/stat : 1456 (java) R 1452 1454 402 0 -1 64 16868 320 1 0 255 12 0 0 22 0 9 0 2002357714 888958976 14640 996147200 134512640 134550740 4294955968 18446744073709551615 4126683224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1457] ppid=1452 vsize=868124 CPUtime=0.06
/proc/1454/task/1457/stat : 1457 (java) S 1452 1454 402 0 -1 64 4000 320 0 0 6 0 0 0 16 0 9 0 2002357715 888958976 14640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1458] ppid=1452 vsize=868124 CPUtime=0
/proc/1454/task/1458/stat : 1458 (java) S 1452 1454 402 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 2002357715 888958976 14640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1459] ppid=1452 vsize=868124 CPUtime=0
/proc/1454/task/1459/stat : 1459 (java) S 1452 1454 402 0 -1 64 11 320 0 0 0 0 0 0 16 0 9 0 2002357715 888958976 14640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1460] ppid=1452 vsize=868124 CPUtime=0
/proc/1454/task/1460/stat : 1460 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 22 0 9 0 2002357717 888958976 14640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1461] ppid=1452 vsize=868124 CPUtime=0.28
/proc/1454/task/1461/stat : 1461 (java) S 1452 1454 402 0 -1 64 913 320 0 0 28 0 0 0 15 0 9 0 2002357717 888958976 14640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1462] ppid=1452 vsize=868124 CPUtime=0
/proc/1454/task/1462/stat : 1462 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 23 0 9 0 2002357717 888958976 14640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1463] ppid=1452 vsize=868124 CPUtime=0
/proc/1454/task/1463/stat : 1463 (java) S 1452 1454 402 0 -1 64 3 320 0 0 0 0 0 0 15 0 9 0 2002357717 888958976 14640 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868124

[startup+6.30256 s]
/proc/loadavg: 2.22 2.05 2.01 3/81 1467
/proc/meminfo: memFree=1157824/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=868036 CPUtime=6.23
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 27697 320 1 0 604 19 0 0 18 0 9 0 2002357713 888868864 19415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 217009 19415 2614 9 0 211537 0
[pid=1454/tid=1456] ppid=1452 vsize=868036 CPUtime=5.77
/proc/1454/task/1456/stat : 1456 (java) R 1452 1454 402 0 -1 64 20764 320 1 0 562 15 0 0 17 0 9 0 2002357714 888868864 19415 996147200 134512640 134550740 4294955968 18446744073709551615 4127136284 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1457] ppid=1452 vsize=868036 CPUtime=0.08
/proc/1454/task/1457/stat : 1457 (java) S 1452 1454 402 0 -1 64 5124 320 0 0 7 1 0 0 16 0 9 0 2002357715 888868864 19415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1458] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1458/stat : 1458 (java) S 1452 1454 402 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 19415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1459] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1459/stat : 1459 (java) S 1452 1454 402 0 -1 64 13 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 19415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1460] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1460/stat : 1460 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 22 0 9 0 2002357717 888868864 19415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1461] ppid=1452 vsize=868036 CPUtime=0.34
/proc/1454/task/1461/stat : 1461 (java) S 1452 1454 402 0 -1 64 947 320 0 0 34 0 0 0 16 0 9 0 2002357717 888868864 19415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1462] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1462/stat : 1462 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 23 0 9 0 2002357717 888868864 19415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1463] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1463/stat : 1463 (java) S 1452 1454 402 0 -1 64 33 320 0 0 0 0 0 0 15 0 9 0 2002357717 888868864 19415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868036

[startup+12.7026 s]
/proc/loadavg: 2.20 2.05 2.01 3/81 1467
/proc/meminfo: memFree=1153088/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=868036 CPUtime=12.58
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 28840 320 1 0 1238 20 0 0 18 0 9 0 2002357713 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 217009 20545 2614 9 0 211537 0
[pid=1454/tid=1456] ppid=1452 vsize=868036 CPUtime=12.09
/proc/1454/task/1456/stat : 1456 (java) R 1452 1454 402 0 -1 64 20768 320 1 0 1194 15 0 0 25 0 9 0 2002357714 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4127136204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1457] ppid=1452 vsize=868036 CPUtime=0.1
/proc/1454/task/1457/stat : 1457 (java) S 1452 1454 402 0 -1 64 6252 320 0 0 8 2 0 0 16 0 9 0 2002357715 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1458] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1458/stat : 1458 (java) S 1452 1454 402 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1459] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1459/stat : 1459 (java) S 1452 1454 402 0 -1 64 13 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1460] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1460/stat : 1460 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 22 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1461] ppid=1452 vsize=868036 CPUtime=0.35
/proc/1454/task/1461/stat : 1461 (java) S 1452 1454 402 0 -1 64 958 320 0 0 35 0 0 0 16 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1462] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1462/stat : 1462 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 23 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1463] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1463/stat : 1463 (java) S 1452 1454 402 0 -1 64 33 320 0 0 0 0 0 0 15 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868036

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

[startup+15.9022 s]
/proc/loadavg: 2.19 2.05 2.01 3/81 1467
/proc/meminfo: memFree=1153088/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=868036 CPUtime=15.75
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 28841 320 1 0 1555 20 0 0 18 0 9 0 2002357713 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 217009 20545 2614 9 0 211537 0
[pid=1454/tid=1456] ppid=1452 vsize=868036 CPUtime=15.26
/proc/1454/task/1456/stat : 1456 (java) R 1452 1454 402 0 -1 64 20769 320 1 0 1511 15 0 0 25 0 9 0 2002357714 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4127037937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1457] ppid=1452 vsize=868036 CPUtime=0.1
/proc/1454/task/1457/stat : 1457 (java) S 1452 1454 402 0 -1 64 6252 320 0 0 8 2 0 0 16 0 9 0 2002357715 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1458] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1458/stat : 1458 (java) S 1452 1454 402 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1459] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1459/stat : 1459 (java) S 1452 1454 402 0 -1 64 13 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1460] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1460/stat : 1460 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 22 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1461] ppid=1452 vsize=868036 CPUtime=0.35
/proc/1454/task/1461/stat : 1461 (java) S 1452 1454 402 0 -1 64 958 320 0 0 35 0 0 0 16 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1462] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1462/stat : 1462 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 23 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1463] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1463/stat : 1463 (java) S 1452 1454 402 0 -1 64 33 320 0 0 0 0 0 0 15 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (KiB) 868036

[startup+17.5024 s]
/proc/loadavg: 2.17 2.05 2.01 3/81 1467
/proc/meminfo: memFree=1153088/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=868036 CPUtime=17.34
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 28841 320 1 0 1714 20 0 0 18 0 9 0 2002357713 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 217009 20545 2614 9 0 211537 0
[pid=1454/tid=1456] ppid=1452 vsize=868036 CPUtime=16.85
/proc/1454/task/1456/stat : 1456 (java) R 1452 1454 402 0 -1 64 20769 320 1 0 1670 15 0 0 25 0 9 0 2002357714 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4127161784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1457] ppid=1452 vsize=868036 CPUtime=0.1
/proc/1454/task/1457/stat : 1457 (java) S 1452 1454 402 0 -1 64 6252 320 0 0 8 2 0 0 16 0 9 0 2002357715 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1458] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1458/stat : 1458 (java) S 1452 1454 402 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1459] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1459/stat : 1459 (java) S 1452 1454 402 0 -1 64 13 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1460] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1460/stat : 1460 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 22 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1461] ppid=1452 vsize=868036 CPUtime=0.35
/proc/1454/task/1461/stat : 1461 (java) S 1452 1454 402 0 -1 64 958 320 0 0 35 0 0 0 16 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1462] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1462/stat : 1462 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 23 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1463] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1463/stat : 1463 (java) S 1452 1454 402 0 -1 64 33 320 0 0 0 0 0 0 15 0 9 0 2002357717 888868864 20545 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.34
Current children cumulated vsize (KiB) 868036

[startup+18.3016 s]
/proc/loadavg: 2.17 2.05 2.01 3/81 1467
/proc/meminfo: memFree=1153088/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=868036 CPUtime=18.13
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 28843 320 1 0 1793 20 0 0 18 0 9 0 2002357713 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 217009 20546 2614 9 0 211537 0
[pid=1454/tid=1456] ppid=1452 vsize=868036 CPUtime=17.63
/proc/1454/task/1456/stat : 1456 (java) R 1452 1454 402 0 -1 64 20770 320 1 0 1748 15 0 0 25 0 9 0 2002357714 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4126377645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1457] ppid=1452 vsize=868036 CPUtime=0.1
/proc/1454/task/1457/stat : 1457 (java) S 1452 1454 402 0 -1 64 6253 320 0 0 8 2 0 0 16 0 9 0 2002357715 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1458] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1458/stat : 1458 (java) S 1452 1454 402 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1459] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1459/stat : 1459 (java) S 1452 1454 402 0 -1 64 13 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1460] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1460/stat : 1460 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 22 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1461] ppid=1452 vsize=868036 CPUtime=0.35
/proc/1454/task/1461/stat : 1461 (java) S 1452 1454 402 0 -1 64 958 320 0 0 35 0 0 0 16 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1462] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1462/stat : 1462 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 23 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1463] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1463/stat : 1463 (java) S 1452 1454 402 0 -1 64 33 320 0 0 0 0 0 0 15 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.13
Current children cumulated vsize (KiB) 868036

[startup+18.7066 s]
/proc/loadavg: 2.17 2.05 2.01 3/81 1467
/proc/meminfo: memFree=1153088/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=868036 CPUtime=18.53
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 28843 320 1 0 1833 20 0 0 18 0 9 0 2002357713 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 217009 20546 2614 9 0 211537 0
[pid=1454/tid=1456] ppid=1452 vsize=868036 CPUtime=18.03
/proc/1454/task/1456/stat : 1456 (java) R 1452 1454 402 0 -1 64 20770 320 1 0 1788 15 0 0 25 0 9 0 2002357714 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4127131203 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1457] ppid=1452 vsize=868036 CPUtime=0.1
/proc/1454/task/1457/stat : 1457 (java) S 1452 1454 402 0 -1 64 6253 320 0 0 8 2 0 0 16 0 9 0 2002357715 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1458] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1458/stat : 1458 (java) S 1452 1454 402 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1459] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1459/stat : 1459 (java) S 1452 1454 402 0 -1 64 13 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1460] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1460/stat : 1460 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 22 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1461] ppid=1452 vsize=868036 CPUtime=0.35
/proc/1454/task/1461/stat : 1461 (java) S 1452 1454 402 0 -1 64 958 320 0 0 35 0 0 0 16 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1462] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1462/stat : 1462 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 23 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1463] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1463/stat : 1463 (java) S 1452 1454 402 0 -1 64 33 320 0 0 0 0 0 0 15 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.53
Current children cumulated vsize (KiB) 868036

[startup+19.1017 s]
/proc/loadavg: 2.17 2.05 2.01 3/81 1467
/proc/meminfo: memFree=1153088/2055920 swapFree=4180732/4192956
[pid=1454] ppid=1452 vsize=868036 CPUtime=18.92
/proc/1454/stat : 1454 (java) S 1452 1454 402 0 -1 0 28843 320 1 0 1872 20 0 0 18 0 9 0 2002357713 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1454/statm: 217009 20546 2614 9 0 211537 0
[pid=1454/tid=1456] ppid=1452 vsize=868036 CPUtime=18.42
/proc/1454/task/1456/stat : 1456 (java) R 1452 1454 402 0 -1 64 20770 320 1 0 1827 15 0 0 25 0 9 0 2002357714 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4127037981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1457] ppid=1452 vsize=868036 CPUtime=0.1
/proc/1454/task/1457/stat : 1457 (java) S 1452 1454 402 0 -1 64 6253 320 0 0 8 2 0 0 16 0 9 0 2002357715 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1458] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1458/stat : 1458 (java) S 1452 1454 402 0 -1 64 16 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1459] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1459/stat : 1459 (java) S 1452 1454 402 0 -1 64 13 320 0 0 0 0 0 0 16 0 9 0 2002357715 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1460] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1460/stat : 1460 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 22 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1461] ppid=1452 vsize=868036 CPUtime=0.35
/proc/1454/task/1461/stat : 1461 (java) S 1452 1454 402 0 -1 64 958 320 0 0 35 0 0 0 16 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1454/tid=1462] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1462/stat : 1462 (java) S 1452 1454 402 0 -1 64 1 320 0 0 0 0 0 0 23 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1454/tid=1463] ppid=1452 vsize=868036 CPUtime=0
/proc/1454/task/1463/stat : 1463 (java) S 1452 1454 402 0 -1 64 33 320 0 0 0 0 0 0 15 0 9 0 2002357717 888868864 20546 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.92
Current children cumulated vsize (KiB) 868036

Child status: 0
Real time (s): 19.1607
CPU time (s): 18.9991
CPU user time (s): 18.7711
CPU system time (s): 0.227965
CPU usage (%): 99.1564
Max. virtual memory (cumulated for all children) (KiB): 868124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.7711
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29200
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= 2071
involuntary context switches= 2130

runsolver used 0.039993 second user time and 0.06399 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-05 06:57:43
IDJOB=1085447
IDBENCH=57631
IDSOLVER=364
FILE ID=node57/1085447-1215233863
PBS_JOBID= 7881904
Free space on /tmp= 66524 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085447-1215233863/watcher-1085447-1215233863 -o /tmp/evaluation-result-1085447-1215233863/solver-1085447-1215233863 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1085447-1215233863.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e903255bfbda8f76e6400f31b9319dae
RANDOM SEED=674942634

node57.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.258
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.258
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:       1226216 kB
Buffers:         44976 kB
Cached:         202652 kB
SwapCached:       6148 kB
Active:         693636 kB
Inactive:        82452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1226216 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:         536040 kB
Slab:            37676 kB
Committed_AS:  4646432 kB
PageTables:       3144 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= 66524 MiB
End job on node57 at 2008-07-05 06:58:02