Trace number 2093057

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 22.9905 22.9326

DiagnosticValue
CHECKS752761
NODES92

General information on the benchmark

Namecsp/lard/
normalized-lard-92-92.xml
MD5SUM8d85dcbb0804438d2d0cc8e5085d39f8
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 benchmark14.2998
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints4186
Maximum constraint arity2
Maximum domain size93
Number of constraints which are defined in extension4186
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.07	
0.06/0.07	Abscon 112 (May, 2008)
0.21/0.20	
0.21/0.21	   configuration
0.21/0.21	     name=mac.xml
0.21/0.23	   
0.21/0.23	   instance
0.21/0.23	     name=HOME/instance-2093057-1247401117.xml
0.21/0.26	   
0.21/0.26	   domains being loaded...
0.21/0.27	   
0.21/0.27	   variables being loaded...
0.34/0.30	     nbVariables=92  nbDomainTypes=1  minDomainSize=93  maxDomainSize=93  nbTotalValues=8556
0.34/0.30	       =>  wckTime=0.098  cpuTime=0.09  mem=7M892
0.34/0.30	   
0.34/0.30	   relations being loaded...
2.79/2.72	   
2.79/2.72	   INFO : Contraction of relations, mem = 100M242
16.46/16.46	   
16.46/16.46	   constraints being loaded...
22.10/22.07	     nbConstraints=4186  nbRelationTypes=4186  nbExtensionStructures=4186  nbSharedExtensionStructures=0
22.10/22.07	     nbConflictsStructures=4186  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=778363  minDegree=91
22.10/22.07	     maxDegree=91  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.204  symmetryCpuTime=0.1
22.10/22.07	       =>  wckTime=21.871  cpuTime=20.52  mem=149M532
22.58/22.56	   
22.58/22.57	   solver IterativeSystematicSolver being built... 
22.79/22.70	       =>  wckTime=22.5  cpuTime=20.64  mem=140M494
22.79/22.75	   
22.79/22.75	   preprocessing
22.79/22.75	     nbConstraintChecks=483287  nbPropagations=96  nbRevisions=9988  nbUselessRevisions=9736  nbRemovedValues=4350
22.79/22.75	     detectedInconsistency=no
22.79/22.75	       =>  wckTime=0.045  cpuTime=0.03  mem=140M494
22.89/22.85	   
22.89/22.85	   search
22.89/22.85	     run=0  nbConstraintChecks=269474  minDepth=93  maxDepth=92  nbPropagations=207  nbRevisions=15882
22.89/22.85	     nbUselessRevisions=15611  nbAssignments=92  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=93
22.89/22.85	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=46
22.89/22.85	     nbREliminables=0  nbIEliminables=30.71  nbDEliminables=0  nbPEliminables=0
22.89/22.85	       =>  wckTime=0.145  cpuTime=0.1  mem=141M493
22.89/22.85	   
22.89/22.85	   global
22.89/22.85	     nbConstraintChecks=752761  nbPropagations=303  nbRevisions=25870  nbUselessRevisions=25347  nbRestartNogoods=0
22.89/22.85	     solvingWckTime=0.148  solvingCpuTime=0.1  expiredTime=no  totalExploration=no  nbFoundSolutions=1
22.89/22.85	     firstSolutionCpuTime=20.73  globalCpuTime=20.78
22.89/22.85	       =>  wckTime=22.65  cpuTime=20.74  mem=141M493
22.89/22.85	   
22.89/22.85	s SATISFIABLE
22.89/22.85	v 0 1 1 1 1 2 3 1 2 3 4 1 2 3 1 2 1 2 3 13 14 15 16 17 18 19 20 17 18 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 9 10 11 12 13 3 4 5 6 7 8 9 10 11 12 13 1 1 1 2 1 2 3 1 2 3 1 1 2 3 1 2 1 2 3 4 5 6 1 
22.89/22.85	d NODES 92
22.89/22.85	d CHECKS 752761
22.89/22.85	   
22.89/22.85	   totalWckTime=22.692  totalCpuTime=20.78

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-2093057-1247401117/watcher-2093057-1247401117 -o /tmp/evaluation-result-2093057-1247401117/solver-2093057-1247401117 -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-2093057-1247401117.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: 0.22 0.05 0.06 3/67 28034
/proc/meminfo: memFree=1705360/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=152 CPUtime=0
/proc/28034/stat : 28034 (java) R 28032 28034 27955 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27180150 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 9695531 0 0 4096 0 0 0 0 17 0 0 0
/proc/28034/statm: 38 26 19 9 0 4 0

[startup+0.068325 s]
/proc/loadavg: 0.22 0.05 0.06 3/67 28034
/proc/meminfo: memFree=1705360/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=865172 CPUtime=0.06
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 3120 0 1 0 5 1 0 0 18 0 9 0 27180150 885936128 2606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 216293 2608 1240 9 0 211186 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865172

[startup+0.101327 s]
/proc/loadavg: 0.22 0.05 0.06 3/67 28034
/proc/meminfo: memFree=1705360/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=867008 CPUtime=0.11
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 4015 0 1 0 9 2 0 0 18 0 9 0 27180150 887816192 3444 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 216752 3444 1795 9 0 211237 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 867008

[startup+0.301347 s]
/proc/loadavg: 0.22 0.05 0.06 3/67 28034
/proc/meminfo: memFree=1705360/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=867252 CPUtime=0.34
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 6595 0 1 0 31 3 0 0 18 0 9 0 27180150 888066048 5957 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 216813 5958 1995 9 0 211271 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 867252

[startup+0.701384 s]
/proc/loadavg: 0.22 0.05 0.06 3/67 28034
/proc/meminfo: memFree=1705360/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=867392 CPUtime=0.76
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 16646 0 1 0 68 8 0 0 18 0 9 0 27180150 888209408 16008 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 216848 16009 1998 9 0 211306 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 867392

[startup+1.50147 s]
/proc/loadavg: 0.22 0.05 0.06 2/76 28043
/proc/meminfo: memFree=1634760/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=867980 CPUtime=1.58
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 25654 0 1 0 145 13 0 0 18 0 9 0 27180150 888811520 25012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 216995 25012 2011 9 0 211453 0
[pid=28034/tid=28036] ppid=28032 vsize=867980 CPUtime=1.29
/proc/28034/task/28036/stat : 28036 (java) R 28032 28034 27955 0 -1 64 15715 0 1 0 121 8 0 0 18 0 9 0 27180150 888811520 25012 996147200 134512640 134550932 4294955968 18446744073709551615 4126589207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28037] ppid=28032 vsize=867980 CPUtime=0.16
/proc/28034/task/28037/stat : 28037 (java) S 28032 28034 27955 0 -1 64 8766 0 0 0 13 3 0 0 16 0 9 0 27180152 888811520 25012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28038] ppid=28032 vsize=867980 CPUtime=0
/proc/28034/task/28038/stat : 28038 (java) S 28032 28034 27955 0 -1 64 16 0 0 0 0 0 0 0 15 0 9 0 27180152 888811520 25012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28039] ppid=28032 vsize=867980 CPUtime=0
/proc/28034/task/28039/stat : 28039 (java) S 28032 28034 27955 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 27180152 888811520 25012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28040] ppid=28032 vsize=867980 CPUtime=0
/proc/28034/task/28040/stat : 28040 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27180154 888811520 25012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28041] ppid=28032 vsize=867980 CPUtime=0.09
/proc/28034/task/28041/stat : 28041 (java) S 28032 28034 27955 0 -1 64 470 0 0 0 9 0 0 0 15 0 9 0 27180154 888811520 25012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28042] ppid=28032 vsize=867980 CPUtime=0
/proc/28034/task/28042/stat : 28042 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27180154 888811520 25012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28043] ppid=28032 vsize=867980 CPUtime=0
/proc/28034/task/28043/stat : 28043 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27180154 888811520 25012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 867980

[startup+3.10263 s]
/proc/loadavg: 0.22 0.05 0.06 2/76 28043
/proc/meminfo: memFree=1597576/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=867980 CPUtime=3.19
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 34330 0 1 0 302 17 0 0 18 0 9 0 27180150 888811520 33496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 216995 33496 2632 9 0 211453 0
[pid=28034/tid=28036] ppid=28032 vsize=867980 CPUtime=2.57
/proc/28034/task/28036/stat : 28036 (java) R 28032 28034 27955 0 -1 64 15727 0 1 0 248 9 0 0 16 0 9 0 27180150 888811520 33496 996147200 134512640 134550932 4294955968 18446744073709551615 4126405577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28037] ppid=28032 vsize=867980 CPUtime=0.48
/proc/28034/task/28037/stat : 28037 (java) S 28032 28034 27955 0 -1 64 17407 0 0 0 42 6 0 0 17 0 9 0 27180152 888811520 33496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28038] ppid=28032 vsize=867980 CPUtime=0
/proc/28034/task/28038/stat : 28038 (java) S 28032 28034 27955 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27180152 888811520 33496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28039] ppid=28032 vsize=867980 CPUtime=0
/proc/28034/task/28039/stat : 28039 (java) S 28032 28034 27955 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27180152 888811520 33496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28040] ppid=28032 vsize=867980 CPUtime=0
/proc/28034/task/28040/stat : 28040 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27180154 888811520 33496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28041] ppid=28032 vsize=867980 CPUtime=0.11
/proc/28034/task/28041/stat : 28041 (java) S 28032 28034 27955 0 -1 64 493 0 0 0 11 0 0 0 16 0 9 0 27180154 888811520 33496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28042] ppid=28032 vsize=867980 CPUtime=0
/proc/28034/task/28042/stat : 28042 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27180154 888811520 33496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28043] ppid=28032 vsize=867980 CPUtime=0
/proc/28034/task/28043/stat : 28043 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27180154 888811520 33496 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 867980

[startup+6.30295 s]
/proc/loadavg: 0.28 0.06 0.06 2/76 28082
/proc/meminfo: memFree=1581000/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=868428 CPUtime=6.41
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 35035 0 1 0 621 20 0 0 18 0 9 0 27180150 889270272 34194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 217107 34194 2634 9 0 211565 0
[pid=28034/tid=28036] ppid=28032 vsize=868428 CPUtime=5.66
/proc/28034/task/28036/stat : 28036 (java) R 28032 28034 27955 0 -1 64 15744 0 1 0 553 13 0 0 19 0 9 0 27180150 889270272 34194 996147200 134512640 134550932 4294955968 18446744073709551615 101450386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28037] ppid=28032 vsize=868428 CPUtime=0.59
/proc/28034/task/28037/stat : 28037 (java) S 28032 28034 27955 0 -1 64 17984 0 0 0 53 6 0 0 16 0 9 0 27180152 889270272 34194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28038] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28038/stat : 28038 (java) S 28032 28034 27955 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27180152 889270272 34194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28039] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28039/stat : 28039 (java) S 28032 28034 27955 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27180152 889270272 34194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28040] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28040/stat : 28040 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27180154 889270272 34194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28041] ppid=28032 vsize=868428 CPUtime=0.14
/proc/28034/task/28041/stat : 28041 (java) S 28032 28034 27955 0 -1 64 604 0 0 0 14 0 0 0 15 0 9 0 27180154 889270272 34194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28042] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28042/stat : 28042 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27180154 889270272 34194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28043] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28043/stat : 28043 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27180154 889270272 34194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 868428

[startup+12.7026 s]
/proc/loadavg: 0.34 0.08 0.07 2/76 28082
/proc/meminfo: memFree=1551880/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=868428 CPUtime=12.78
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 42225 0 1 0 1251 27 0 0 18 0 9 0 27180150 889270272 41371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 217107 41371 2635 9 0 211565 0
[pid=28034/tid=28036] ppid=28032 vsize=868428 CPUtime=11.74
/proc/28034/task/28036/stat : 28036 (java) R 28032 28034 27955 0 -1 64 15758 0 1 0 1156 18 0 0 19 0 9 0 27180150 889270272 41371 996147200 134512640 134550932 4294955968 18446744073709551615 4126608336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28037] ppid=28032 vsize=868428 CPUtime=0.88
/proc/28034/task/28037/stat : 28037 (java) S 28032 28034 27955 0 -1 64 25155 0 0 0 80 8 0 0 16 0 9 0 27180152 889270272 41371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28038] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28038/stat : 28038 (java) S 28032 28034 27955 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27180152 889270272 41371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28039] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28039/stat : 28039 (java) S 28032 28034 27955 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27180152 889270272 41371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28040] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28040/stat : 28040 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27180154 889270272 41371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28041] ppid=28032 vsize=868428 CPUtime=0.14
/proc/28034/task/28041/stat : 28041 (java) S 28032 28034 27955 0 -1 64 609 0 0 0 14 0 0 0 15 0 9 0 27180154 889270272 41371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28042] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28042/stat : 28042 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27180154 889270272 41371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28043] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28043/stat : 28043 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27180154 889270272 41371 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 868428

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

[startup+19.1012 s]
/proc/loadavg: 0.44 0.11 0.08 2/76 28082
/proc/meminfo: memFree=1531848/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=868428 CPUtime=19.2
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 46721 0 1 0 1888 32 0 0 18 0 9 0 27180150 889270272 45850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 217107 45850 2636 9 0 211565 0
[pid=28034/tid=28036] ppid=28032 vsize=868428 CPUtime=17.91
/proc/28034/task/28036/stat : 28036 (java) R 28032 28034 27955 0 -1 64 15802 0 1 0 1771 20 0 0 22 0 9 0 27180150 889270272 45850 996147200 134512640 134550932 4294955968 18446744073709551615 4126911491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28037] ppid=28032 vsize=868428 CPUtime=1.05
/proc/28034/task/28037/stat : 28037 (java) S 28032 28034 27955 0 -1 64 29560 0 0 0 96 9 0 0 16 0 9 0 27180152 889270272 45850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28038] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28038/stat : 28038 (java) S 28032 28034 27955 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27180152 889270272 45850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28039] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28039/stat : 28039 (java) S 28032 28034 27955 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27180152 889270272 45850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28040] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28040/stat : 28040 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27180154 889270272 45850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28041] ppid=28032 vsize=868428 CPUtime=0.2
/proc/28034/task/28041/stat : 28041 (java) S 28032 28034 27955 0 -1 64 656 0 0 0 20 0 0 0 16 0 9 0 27180154 889270272 45850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28042] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28042/stat : 28042 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27180154 889270272 45850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28043] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28043/stat : 28043 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27180154 889270272 45850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.2
Current children cumulated vsize (KiB) 868428

[startup+20.7024 s]
/proc/loadavg: 0.44 0.11 0.08 2/76 28082
/proc/meminfo: memFree=1531784/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=868428 CPUtime=20.8
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 48421 0 1 0 2047 33 0 0 18 0 9 0 27180150 889270272 47548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 217107 47548 2636 9 0 211565 0
[pid=28034/tid=28036] ppid=28032 vsize=868428 CPUtime=19.44
/proc/28034/task/28036/stat : 28036 (java) R 28032 28034 27955 0 -1 64 15804 0 1 0 1923 21 0 0 23 0 9 0 27180150 889270272 47548 996147200 134512640 134550932 4294955968 18446744073709551615 4126911491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28037] ppid=28032 vsize=868428 CPUtime=1.12
/proc/28034/task/28037/stat : 28037 (java) S 28032 28034 27955 0 -1 64 31258 0 0 0 102 10 0 0 16 0 9 0 27180152 889270272 47548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28038] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28038/stat : 28038 (java) S 28032 28034 27955 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27180152 889270272 47548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28039] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28039/stat : 28039 (java) S 28032 28034 27955 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 27180152 889270272 47548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28040] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28040/stat : 28040 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27180154 889270272 47548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28041] ppid=28032 vsize=868428 CPUtime=0.2
/proc/28034/task/28041/stat : 28041 (java) S 28032 28034 27955 0 -1 64 656 0 0 0 20 0 0 0 16 0 9 0 27180154 889270272 47548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28042] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28042/stat : 28042 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27180154 889270272 47548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28043] ppid=28032 vsize=868428 CPUtime=0
/proc/28034/task/28043/stat : 28043 (java) S 28032 28034 27955 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27180154 889270272 47548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.8
Current children cumulated vsize (KiB) 868428

[startup+22.3025 s]
/proc/loadavg: 0.44 0.11 0.08 3/89 28104
/proc/meminfo: memFree=1482512/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=869040 CPUtime=22.39
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 61617 338 1 0 2197 37 4 1 18 0 10 0 27180150 889896960 47612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 217260 47612 2635 9 0 211718 0
[pid=28034/tid=28036] ppid=28032 vsize=869040 CPUtime=20.75
/proc/28034/task/28036/stat : 28036 (java) S 28032 28034 27955 0 -1 64 18358 338 1 0 2048 22 4 1 17 0 10 0 27180150 889896960 47612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28037] ppid=28032 vsize=869040 CPUtime=1.4
/proc/28034/task/28037/stat : 28037 (java) R 28032 28034 27955 0 -1 64 41617 338 0 0 124 11 4 1 17 0 10 0 27180152 889896960 47612 996147200 134512640 134550932 4294955968 18446744073709551615 103733353 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28038] ppid=28032 vsize=869040 CPUtime=0.05
/proc/28034/task/28038/stat : 28038 (java) S 28032 28034 27955 0 -1 64 16 338 0 0 0 0 4 1 16 0 10 0 27180152 889896960 47612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28039] ppid=28032 vsize=869040 CPUtime=0.05
/proc/28034/task/28039/stat : 28039 (java) S 28032 28034 27955 0 -1 64 6 338 0 0 0 0 4 1 16 0 10 0 27180152 889896960 47612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28040] ppid=28032 vsize=869040 CPUtime=0.05
/proc/28034/task/28040/stat : 28040 (java) S 28032 28034 27955 0 -1 64 1 338 0 0 0 0 4 1 23 0 10 0 27180154 889896960 47612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28041] ppid=28032 vsize=869040 CPUtime=0.29
/proc/28034/task/28041/stat : 28041 (java) S 28032 28034 27955 0 -1 64 793 338 0 0 23 1 4 1 16 0 10 0 27180154 889896960 47612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28042] ppid=28032 vsize=869040 CPUtime=0.05
/proc/28034/task/28042/stat : 28042 (java) S 28032 28034 27955 0 -1 64 1 338 0 0 0 0 4 1 24 0 10 0 27180154 889896960 47612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28043] ppid=28032 vsize=869040 CPUtime=0.05
/proc/28034/task/28043/stat : 28043 (java) S 28032 28034 27955 0 -1 64 14 338 0 0 0 0 4 1 15 0 10 0 27180154 889896960 47612 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 869040

[startup+22.7026 s]
/proc/loadavg: 0.44 0.11 0.08 3/89 28104
/proc/meminfo: memFree=1482512/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=869128 CPUtime=22.79
/proc/28034/stat : 28034 (java) S 28032 28034 27955 0 -1 0 77944 464 1 0 2233 40 4 2 18 0 9 0 27180150 889987072 50006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28034/statm: 217282 50006 2660 9 0 211718 0
[pid=28034/tid=28036] ppid=28032 vsize=869128 CPUtime=20.87
/proc/28034/task/28036/stat : 28036 (java) R 28032 28034 27955 0 -1 64 18709 464 1 0 2059 22 4 2 17 0 9 0 27180150 889987072 50006 996147200 134512640 134550932 4294955968 18446744073709551615 102254214 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28037] ppid=28032 vsize=869128 CPUtime=1.66
/proc/28034/task/28037/stat : 28037 (java) R 28032 28034 27955 0 -1 64 57523 464 0 0 146 14 4 2 19 0 9 0 27180152 889987072 50006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28038] ppid=28032 vsize=869128 CPUtime=0.06
/proc/28034/task/28038/stat : 28038 (java) S 28032 28034 27955 0 -1 64 22 464 0 0 0 0 4 2 16 0 9 0 27180152 889987072 50006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28039] ppid=28032 vsize=869128 CPUtime=0.06
/proc/28034/task/28039/stat : 28039 (java) S 28032 28034 27955 0 -1 64 8 464 0 0 0 0 4 2 16 0 9 0 27180152 889987072 50006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28040] ppid=28032 vsize=869128 CPUtime=0.06
/proc/28034/task/28040/stat : 28040 (java) S 28032 28034 27955 0 -1 64 1 464 0 0 0 0 4 2 23 0 9 0 27180154 889987072 50006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28041] ppid=28032 vsize=869128 CPUtime=0.33
/proc/28034/task/28041/stat : 28041 (java) S 28032 28034 27955 0 -1 64 851 464 0 0 26 1 4 2 15 0 9 0 27180154 889987072 50006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28034/tid=28042] ppid=28032 vsize=869128 CPUtime=0.06
/proc/28034/task/28042/stat : 28042 (java) S 28032 28034 27955 0 -1 64 1 464 0 0 0 0 4 2 24 0 9 0 27180154 889987072 50006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28034/tid=28043] ppid=28032 vsize=869128 CPUtime=0.06
/proc/28034/task/28043/stat : 28043 (java) S 28032 28034 27955 0 -1 64 14 464 0 0 0 0 4 2 15 0 9 0 27180154 889987072 50006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.79
Current children cumulated vsize (KiB) 869128

[startup+22.9033 s]
/proc/loadavg: 0.44 0.11 0.08 3/89 28104
/proc/meminfo: memFree=1482512/2055920 swapFree=4192812/4192956
[pid=28034] ppid=28032 vsize=0 CPUtime=22.95
/proc/28034/stat : 28034 (java) Z 28032 28034 27955 0 -1 12 78310 464 1 0 2248 41 4 2 16 0 2 0 27180150 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28034/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.95
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.9326
CPU time (s): 22.9905
CPU user time (s): 22.5256
CPU system time (s): 0.464929
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 869128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.5256
system time used= 0.464929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78774
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= 1446
involuntary context switches= 1298

runsolver used 0.039993 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 14:18:51
IDJOB=2093057
IDBENCH=53347
IDSOLVER=773
FILE ID=node12/2093057-1247401117
PBS_JOBID= 9510620
Free space on /tmp= 66120 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lard/normalized-lard-92-92.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-2093057-1247401117/watcher-2093057-1247401117 -o /tmp/evaluation-result-2093057-1247401117/solver-2093057-1247401117 -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-2093057-1247401117.xml

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

MD5SUM BENCH= 8d85dcbb0804438d2d0cc8e5085d39f8
RANDOM SEED=1035062677

node12.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.240
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.240
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:       1705904 kB
Buffers:         36344 kB
Cached:         228512 kB
SwapCached:        140 kB
Active:         198056 kB
Inactive:        82268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          101152 kB
Writeback:           0 kB
Mapped:          25112 kB
Slab:            55588 kB
Committed_AS:   159484 kB
PageTables:       1584 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= 66116 MiB
End job on node12 at 2009-07-12 14:19:14