Trace number 1044076

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 16.6615 16.8038

DiagnosticValue
CHECKS671476
NODES85

General information on the benchmark

Namecsp/lard/
normalized-lard-85-85.xml
MD5SUM42f9916c3b1f3e859e9f779c74e60375
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 benchmark11.5182
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Maximum constraint arity2
Maximum domain size86
Number of constraints which are defined in extension3570
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.10	
0.07/0.10	Abscon 112 (May, 2008)
0.17/0.26	
0.17/0.26	   configuration
0.17/0.26	     name=mac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1044076-1215019112.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.37	   
0.27/0.37	   variables being loaded...
0.36/0.41	     nbVariables=85  nbDomainTypes=1  minDomainSize=86  maxDomainSize=86  nbTotalValues=7310
0.36/0.41	       =>  wckTime=0.144  cpuTime=0.11  mem=7M854
0.36/0.41	   
0.36/0.41	   relations being loaded...
2.83/2.97	   
2.83/2.97	   INFO : Contraction of relations, mem = 100M720
11.80/11.97	   
11.80/11.97	   constraints being loaded...
15.83/16.07	     nbConstraints=3570  nbRelationTypes=3570  nbExtensionStructures=3570  nbSharedExtensionStructures=0
15.83/16.08	     nbConflictsStructures=3570  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=613784  minDegree=84
15.83/16.08	     maxDegree=84  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.183  symmetryCpuTime=0.08
15.83/16.08	       =>  wckTime=15.804  cpuTime=14.41  mem=132M524
16.26/16.48	   
16.26/16.48	   solver IterativeSystematicSolver being built... 
16.45/16.62	       =>  wckTime=16.355  cpuTime=14.52  mem=118M306
16.45/16.67	   
16.45/16.67	   preprocessing
16.45/16.67	     nbConstraintChecks=490137  nbPropagations=163  nbRevisions=10925  nbUselessRevisions=10681  nbRemovedValues=3689
16.45/16.67	     detectedInconsistency=no
16.45/16.67	       =>  wckTime=0.046  cpuTime=0.04  mem=118M306
16.55/16.76	   
16.55/16.76	   search
16.55/16.76	     run=0  nbConstraintChecks=181339  minDepth=86  maxDepth=85  nbPropagations=256  nbRevisions=15157
16.55/16.76	     nbUselessRevisions=14905  nbAssignments=85  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=86
16.55/16.76	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=42.5
16.55/16.76	     nbREliminables=0  nbIEliminables=36.57  nbDEliminables=0  nbPEliminables=0
16.55/16.76	       =>  wckTime=0.131  cpuTime=0.1  mem=119M321
16.55/16.76	   
16.55/16.76	   global
16.55/16.76	     nbConstraintChecks=671476  nbPropagations=419  nbRevisions=26082  nbUselessRevisions=25586  nbRestartNogoods=0
16.55/16.76	     solvingWckTime=0.135  solvingCpuTime=0.1  expiredTime=no  totalExploration=no  nbFoundSolutions=1
16.55/16.76	     firstSolutionCpuTime=14.61  globalCpuTime=14.66
16.55/16.76	       =>  wckTime=16.492  cpuTime=14.62  mem=119M321
16.55/16.76	   
16.55/16.76	s SATISFIABLE
16.55/16.76	v 0 1 1 1 1 2 3 1 2 3 4 1 2 7 8 9 10 11 12 13 14 1 2 2 3 4 5 6 7 8 9 10 11 12 13 14 1 2 3 4 5 1 2 32 33 30 31 32 33 14 15 16 1 2 3 4 1 2 3 4 5 6 1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10 11 12 13 
16.55/16.76	d NODES 85
16.55/16.76	d CHECKS 671476
16.55/16.76	   
16.55/16.76	   totalWckTime=16.542  totalCpuTime=14.67

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-1044076-1215019112/watcher-1044076-1215019112 -o /tmp/evaluation-result-1044076-1215019112/solver-1044076-1215019112 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044076-1215019112.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: 0.46 0.10 0.03 4/69 26212
/proc/meminfo: memFree=1697848/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=1616 CPUtime=0
/proc/26212/stat : 26212 (java) D 26210 26212 26088 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1980881853 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/26212/statm: 404 145 119 9 0 46 0

[startup+0.100487 s]
/proc/loadavg: 0.46 0.10 0.03 4/69 26212
/proc/meminfo: memFree=1697848/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=865884 CPUtime=0.07
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 3602 0 1 0 5 2 0 0 18 0 9 0 1980881853 886665216 3090 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 216471 3090 1658 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.201504 s]
/proc/loadavg: 0.46 0.10 0.03 4/69 26212
/proc/meminfo: memFree=1697848/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=866068 CPUtime=0.17
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 4453 0 1 0 14 3 0 0 18 0 9 0 1980881853 886853632 3885 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 216517 3885 1846 9 0 211065 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 866068

[startup+0.301524 s]
/proc/loadavg: 0.46 0.10 0.03 4/69 26212
/proc/meminfo: memFree=1697848/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=866172 CPUtime=0.27
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 5421 0 1 0 23 4 0 0 18 0 9 0 1980881853 886960128 4844 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 216543 4844 1884 9 0 211091 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866172

[startup+0.701596 s]
/proc/loadavg: 0.46 0.10 0.03 4/69 26212
/proc/meminfo: memFree=1697848/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=866512 CPUtime=0.66
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 12572 0 1 0 58 8 0 0 18 0 9 0 1980881853 887308288 11942 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 216628 11942 1968 9 0 211156 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 866512

[startup+1.50274 s]
/proc/loadavg: 0.46 0.10 0.03 3/78 26221
/proc/meminfo: memFree=1618864/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=866988 CPUtime=1.46
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 23957 0 1 0 132 14 0 0 18 0 9 0 1980881853 887795712 23324 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 216747 23324 1982 9 0 211275 0
[pid=26212/tid=26214] ppid=26210 vsize=866988 CPUtime=1.2
/proc/26212/task/26214/stat : 26214 (java) R 26210 26212 26088 0 -1 64 15667 0 1 0 110 10 0 0 25 0 9 0 1980881854 887795712 23324 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26215] ppid=26210 vsize=866988 CPUtime=0.15
/proc/26212/task/26215/stat : 26215 (java) R 26210 26212 26088 0 -1 64 7155 0 0 0 12 3 0 0 16 0 9 0 1980881855 887795712 23324 996147200 134512640 134550740 4294955984 18446744073709551615 102516871 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26216] ppid=26210 vsize=866988 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 26088 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881856 887795712 23324 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26217] ppid=26210 vsize=866988 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 26088 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881856 887795712 23324 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26218] ppid=26210 vsize=866988 CPUtime=0
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1980881859 887795712 23324 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=866988 CPUtime=0.08
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 26088 0 -1 64 439 0 0 0 8 0 0 0 16 0 9 0 1980881859 887795712 23324 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26220] ppid=26210 vsize=866988 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1980881859 887795712 23324 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26221] ppid=26210 vsize=866988 CPUtime=0
/proc/26212/task/26221/stat : 26221 (java) S 26210 26212 26088 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881859 887795712 23324 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866988

[startup+3.10203 s]
/proc/loadavg: 0.46 0.10 0.03 3/81 26227
/proc/meminfo: memFree=1570128/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=866988 CPUtime=3.03
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 33253 0 1 0 284 19 0 0 18 0 9 0 1980881853 887795712 32616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 216747 32616 1983 9 0 211275 0
[pid=26212/tid=26214] ppid=26210 vsize=866988 CPUtime=2.47
/proc/26212/task/26214/stat : 26214 (java) R 26210 26212 26088 0 -1 64 15679 0 1 0 236 11 0 0 25 0 9 0 1980881854 887795712 32616 996147200 134512640 134550740 4294955984 18446744073709551615 4126701849 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=866988 CPUtime=0.42
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 26088 0 -1 64 16414 0 0 0 36 6 0 0 17 0 9 0 1980881855 887795712 32616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=866988 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 26088 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881856 887795712 32616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26217] ppid=26210 vsize=866988 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 26088 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881856 887795712 32616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26218] ppid=26210 vsize=866988 CPUtime=0
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1980881859 887795712 32616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=866988 CPUtime=0.11
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 26088 0 -1 64 464 0 0 0 11 0 0 0 16 0 9 0 1980881859 887795712 32616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=866988 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1980881859 887795712 32616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26221] ppid=26210 vsize=866988 CPUtime=0
/proc/26212/task/26221/stat : 26221 (java) S 26210 26212 26088 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881859 887795712 32616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 866988

[startup+6.30261 s]
/proc/loadavg: 0.66 0.15 0.05 3/81 26227
/proc/meminfo: memFree=1459536/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=867476 CPUtime=6.22
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 34936 0 1 0 600 22 0 0 18 0 9 0 1980881853 888295424 34112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 216869 34112 2609 9 0 211397 0
[pid=26212/tid=26214] ppid=26210 vsize=867476 CPUtime=5.4
/proc/26212/task/26214/stat : 26214 (java) R 26210 26212 26088 0 -1 64 15687 0 1 0 526 14 0 0 25 0 9 0 1980881854 888295424 34112 996147200 134512640 134550740 4294955984 18446744073709551615 4126577180 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=867476 CPUtime=0.65
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 26088 0 -1 64 17969 0 0 0 58 7 0 0 16 0 9 0 1980881855 888295424 34112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 26088 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881856 888295424 34112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 26088 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881856 888295424 34112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1980881859 888295424 34112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=867476 CPUtime=0.14
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 26088 0 -1 64 584 0 0 0 14 0 0 0 16 0 9 0 1980881859 888295424 34112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1980881859 888295424 34112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26221] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26221/stat : 26221 (java) S 26210 26212 26088 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881859 888295424 34112 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867476

[startup+12.7018 s]
/proc/loadavg: 0.77 0.18 0.06 4/81 26227
/proc/meminfo: memFree=1241040/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=867476 CPUtime=12.59
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 41654 0 1 0 1230 29 0 0 18 0 9 0 1980881853 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 216869 40809 2612 9 0 211397 0
[pid=26212/tid=26214] ppid=26210 vsize=867476 CPUtime=11.45
/proc/26212/task/26214/stat : 26214 (java) R 26210 26212 26088 0 -1 64 15737 0 1 0 1127 18 0 0 25 0 9 0 1980881854 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4126894427 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=867476 CPUtime=0.93
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 26088 0 -1 64 24600 0 0 0 84 9 0 0 16 0 9 0 1980881855 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 26088 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881856 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 26088 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881856 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1980881859 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=867476 CPUtime=0.19
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 26088 0 -1 64 621 0 0 0 19 0 0 0 15 0 9 0 1980881859 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1980881859 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26221] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26221/stat : 26221 (java) S 26210 26212 26088 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881859 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 867476

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

[startup+12.8018 s]
/proc/loadavg: 0.77 0.18 0.06 4/81 26227
/proc/meminfo: memFree=1241040/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=867476 CPUtime=12.69
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 41655 0 1 0 1240 29 0 0 18 0 9 0 1980881853 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 216869 40809 2612 9 0 211397 0
[pid=26212/tid=26214] ppid=26210 vsize=867476 CPUtime=11.55
/proc/26212/task/26214/stat : 26214 (java) R 26210 26212 26088 0 -1 64 15738 0 1 0 1137 18 0 0 25 0 9 0 1980881854 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4126878448 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=867476 CPUtime=0.93
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 26088 0 -1 64 24600 0 0 0 84 9 0 0 17 0 9 0 1980881855 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 26088 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881856 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 26088 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881856 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1980881859 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=867476 CPUtime=0.19
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 26088 0 -1 64 621 0 0 0 19 0 0 0 15 0 9 0 1980881859 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1980881859 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26221] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26221/stat : 26221 (java) S 26210 26212 26088 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881859 888295424 40809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 867476

[startup+14.4061 s]
/proc/loadavg: 0.87 0.21 0.07 3/81 26227
/proc/meminfo: memFree=1008848/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=867476 CPUtime=14.29
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 42838 0 1 0 1400 29 0 0 18 0 9 0 1980881853 888295424 41991 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 216869 41991 2612 9 0 211397 0
[pid=26212/tid=26214] ppid=26210 vsize=867476 CPUtime=13.06
/proc/26212/task/26214/stat : 26214 (java) R 26210 26212 26088 0 -1 64 15739 0 1 0 1288 18 0 0 25 0 9 0 1980881854 888295424 41991 996147200 134512640 134550740 4294955984 18446744073709551615 4126894484 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=867476 CPUtime=0.98
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 26088 0 -1 64 25767 0 0 0 89 9 0 0 17 0 9 0 1980881855 888295424 41991 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 26088 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1980881856 888295424 41991 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 26088 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1980881856 888295424 41991 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1980881859 888295424 41991 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=867476 CPUtime=0.21
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 26088 0 -1 64 636 0 0 0 21 0 0 0 16 0 9 0 1980881859 888295424 41991 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1980881859 888295424 41991 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26221] ppid=26210 vsize=867476 CPUtime=0
/proc/26212/task/26221/stat : 26221 (java) S 26210 26212 26088 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1980881859 888295424 41991 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 867476

[startup+16.0024 s]
/proc/loadavg: 0.87 0.21 0.07 4/77 26247
/proc/meminfo: memFree=1627696/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=867800 CPUtime=15.83
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 43007 0 1 0 1553 30 0 0 18 0 10 0 1980881853 888627200 42025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 216950 42025 2613 9 0 211478 0
[pid=26212/tid=26214] ppid=26210 vsize=867800 CPUtime=14.59
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 26088 0 -1 64 15824 0 1 0 1440 19 0 0 16 0 10 0 1980881854 888627200 42025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=26212/tid=26215] ppid=26210 vsize=867800 CPUtime=0.98
/proc/26212/task/26215/stat : 26215 (java) S 26210 26212 26088 0 -1 64 25767 0 0 0 89 9 0 0 16 0 10 0 1980881855 888627200 42025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26216] ppid=26210 vsize=867800 CPUtime=0
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 26088 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 1980881856 888627200 42025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=867800 CPUtime=0
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 26088 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 1980881856 888627200 42025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=867800 CPUtime=0
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 1980881859 888627200 42025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=867800 CPUtime=0.22
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 26088 0 -1 64 646 0 0 0 22 0 0 0 16 0 10 0 1980881859 888627200 42025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26220] ppid=26210 vsize=867800 CPUtime=0
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 26088 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 1980881859 888627200 42025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26221] ppid=26210 vsize=867800 CPUtime=0
/proc/26212/task/26221/stat : 26221 (java) S 26210 26212 26088 0 -1 64 4 0 0 0 0 0 0 0 15 0 10 0 1980881859 888627200 42025 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.83
Current children cumulated vsize (KiB) 867800

[startup+16.4025 s]
/proc/loadavg: 0.87 0.21 0.07 4/77 26247
/proc/meminfo: memFree=1627696/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=868124 CPUtime=16.26
/proc/26212/stat : 26212 (java) S 26210 26212 26088 0 -1 0 65628 303 1 0 1587 35 3 1 18 0 10 0 1980881853 888958976 42058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 217031 42058 2612 9 0 211559 0
[pid=26212/tid=26214] ppid=26210 vsize=868124 CPUtime=14.66
/proc/26212/task/26214/stat : 26214 (java) S 26210 26212 26088 0 -1 64 18716 303 1 0 1443 19 3 1 17 0 10 0 1980881854 888958976 42058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26215] ppid=26210 vsize=868124 CPUtime=1.36
/proc/26212/task/26215/stat : 26215 (java) R 26210 26212 26088 0 -1 64 45317 303 0 0 119 13 3 1 18 0 10 0 1980881855 888958976 42058 996147200 134512640 134550740 4294955984 18446744073709551615 102478692 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26216] ppid=26210 vsize=868124 CPUtime=0.04
/proc/26212/task/26216/stat : 26216 (java) S 26210 26212 26088 0 -1 64 13 303 0 0 0 0 3 1 16 0 10 0 1980881856 888958976 42058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26217] ppid=26210 vsize=868124 CPUtime=0.04
/proc/26212/task/26217/stat : 26217 (java) S 26210 26212 26088 0 -1 64 5 303 0 0 0 0 3 1 16 0 10 0 1980881856 888958976 42058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26212/tid=26218] ppid=26210 vsize=868124 CPUtime=0.04
/proc/26212/task/26218/stat : 26218 (java) S 26210 26212 26088 0 -1 64 1 303 0 0 0 0 3 1 18 0 10 0 1980881859 888958976 42058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26219] ppid=26210 vsize=868124 CPUtime=0.27
/proc/26212/task/26219/stat : 26219 (java) S 26210 26212 26088 0 -1 64 764 303 0 0 23 0 3 1 16 0 10 0 1980881859 888958976 42058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26220] ppid=26210 vsize=868124 CPUtime=0.04
/proc/26212/task/26220/stat : 26220 (java) S 26210 26212 26088 0 -1 64 1 303 0 0 0 0 3 1 19 0 10 0 1980881859 888958976 42058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26212/tid=26221] ppid=26210 vsize=868124 CPUtime=0.04
/proc/26212/task/26221/stat : 26221 (java) S 26210 26212 26088 0 -1 64 6 303 0 0 0 0 3 1 15 0 10 0 1980881859 888958976 42058 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.26
Current children cumulated vsize (KiB) 868124

[startup+16.8028 s]
/proc/loadavg: 0.87 0.21 0.07 4/81 26258
/proc/meminfo: memFree=1604048/2055920 swapFree=4181476/4192956
[pid=26212] ppid=26210 vsize=0 CPUtime=16.64
/proc/26212/stat : 26212 (java) Z 26210 26212 26088 0 -1 12 68647 429 1 0 1620 40 3 1 16 0 2 0 1980881853 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26212/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.64
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 16.8038
CPU time (s): 16.6615
CPU user time (s): 16.2385
CPU system time (s): 0.422935
CPU usage (%): 99.1532
Max. virtual memory (cumulated for all children) (KiB): 868212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2385
system time used= 0.422935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69076
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= 1963
involuntary context switches= 1895

runsolver used 0.020996 second user time and 0.067989 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-02 19:18:43
IDJOB=1044076
IDBENCH=53344
IDSOLVER=363
FILE ID=node67/1044076-1215019112
PBS_JOBID= 7874335
Free space on /tmp= 66388 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lard/normalized-lard-85-85.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044076-1215019112/watcher-1044076-1215019112 -o /tmp/evaluation-result-1044076-1215019112/solver-1044076-1215019112 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044076-1215019112.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 42f9916c3b1f3e859e9f779c74e60375
RANDOM SEED=1906546068

node67.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.281
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.281
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:       1698392 kB
Buffers:         11960 kB
Cached:         276940 kB
SwapCached:       5336 kB
Active:         156004 kB
Inactive:       145384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698392 kB
SwapTotal:     4192956 kB
SwapFree:      4181476 kB
Dirty:          157644 kB
Writeback:           0 kB
Mapped:          18340 kB
Slab:            41600 kB
Committed_AS:  3916252 kB
PageTables:       1728 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= 66464 MiB
End job on node67 at 2008-07-02 19:19:00