Trace number 1044289

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 11.8842 12.5917

DiagnosticValue
CHECKS34612
NODES80

General information on the benchmark

Namecsp/marc/
normalized-large-80-sat_ext.xml
MD5SUM86e33c34c980488137ca21c2da6fb96c
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 benchmark9.08462
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints3160
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension3160
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.14	
0.03/0.14	Abscon 112 (May, 2008)
0.13/0.29	
0.13/0.29	   configuration
0.13/0.29	     name=mac.xml
0.23/0.33	   
0.23/0.33	   instance
0.23/0.33	     name=HOME/instance-1044289-1215023514.xml
0.23/0.36	   
0.23/0.36	   domains being loaded...
0.23/0.37	   
0.23/0.37	   variables being loaded...
0.33/0.41	     nbVariables=80  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80  nbTotalValues=6400
0.33/0.41	       =>  wckTime=0.112  cpuTime=0.08  mem=7M919
0.33/0.41	   
0.33/0.41	   relations being loaded...
2.81/2.90	   
2.81/2.90	   INFO : Contraction of relations, mem = 100M994
9.57/9.72	   
9.57/9.72	   constraints being loaded...
11.30/12.07	     nbConstraints=3160  nbRelationTypes=3159  nbExtensionStructures=3159  nbSharedExtensionStructures=1
11.30/12.07	     nbConflictsStructures=3159  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=505121  minDegree=79
11.30/12.07	     maxDegree=79  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.166  symmetryCpuTime=0.08
11.30/12.07	       =>  wckTime=11.773  cpuTime=9.99  mem=110M177
11.60/12.33	   
11.60/12.33	   solver IterativeSystematicSolver being built... 
11.70/12.46	       =>  wckTime=12.162  cpuTime=10.09  mem=103M13
11.70/12.49	   
11.70/12.49	   preprocessing
11.70/12.49	     nbConstraintChecks=28292  nbPropagations=81  nbRevisions=6522  nbUselessRevisions=6338  nbRemovedValues=6320
11.70/12.49	     detectedInconsistency=no
11.70/12.49	       =>  wckTime=0.029  cpuTime=0.02  mem=103M13
11.79/12.54	   
11.79/12.54	   search
11.79/12.54	     run=0  nbConstraintChecks=6320  minDepth=81  maxDepth=80  nbPropagations=161  nbRevisions=9682
11.79/12.54	     nbUselessRevisions=9498  nbAssignments=80  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=81
11.79/12.54	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=80
11.79/12.54	     nbREliminables=0  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
11.79/12.54	       =>  wckTime=0.074  cpuTime=0.05  mem=103M990
11.79/12.54	   
11.79/12.54	   global
11.79/12.54	     nbConstraintChecks=34612  nbPropagations=242  nbRevisions=16204  nbUselessRevisions=15836  nbRestartNogoods=0
11.79/12.54	     solvingWckTime=0.077  solvingCpuTime=0.05  expiredTime=no  totalExploration=no  nbFoundSolutions=1
11.79/12.54	     firstSolutionCpuTime=10.14  globalCpuTime=10.18
11.79/12.54	       =>  wckTime=12.241  cpuTime=10.14  mem=103M990
11.79/12.54	   
11.79/12.54	s SATISFIABLE
11.79/12.54	v 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 
11.79/12.54	d NODES 80
11.79/12.54	d CHECKS 34612
11.79/12.54	   
11.79/12.54	   totalWckTime=12.309  totalCpuTime=10.19

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-1044289-1215023514/watcher-1044289-1215023514 -o /tmp/evaluation-result-1044289-1215023514/solver-1044289-1215023514 -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-1044289-1215023514.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: 3.33 3.09 2.95 4/78 12323
/proc/meminfo: memFree=1289000/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=272 CPUtime=0
/proc/12323/stat : 12323 (java) R 12321 12323 11740 0 -1 0 53 0 0 0 0 0 0 0 19 0 1 0 625278411 278528 37 996147200 134512640 134550740 4294956144 18446744073709551615 4043556 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/12323/statm: 68 37 28 9 0 6 0

[startup+0.086469 s]
/proc/loadavg: 3.33 3.09 2.95 4/78 12323
/proc/meminfo: memFree=1289000/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=861876 CPUtime=0.02
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 2054 0 1 0 1 1 0 0 19 0 5 0 625278411 882561024 1718 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 215469 1718 795 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101471 s]
/proc/loadavg: 3.33 3.09 2.95 4/78 12323
/proc/meminfo: memFree=1289000/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=861876 CPUtime=0.03
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 2370 0 1 0 2 1 0 0 19 0 5 0 625278411 882561024 1955 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 215469 1955 900 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.301491 s]
/proc/loadavg: 3.33 3.09 2.95 4/78 12323
/proc/meminfo: memFree=1289000/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=866204 CPUtime=0.23
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 5298 0 1 0 21 2 0 0 19 0 9 0 625278411 886992896 4724 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 216551 4724 1863 9 0 211099 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 866204

[startup+0.701553 s]
/proc/loadavg: 3.33 3.09 2.95 4/78 12323
/proc/meminfo: memFree=1289000/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=866400 CPUtime=0.63
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 12939 0 1 0 56 7 0 0 19 0 9 0 625278411 887193600 12309 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 216600 12309 1968 9 0 211128 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 866400

[startup+1.50265 s]
/proc/loadavg: 3.33 3.09 2.95 4/87 12332
/proc/meminfo: memFree=1215136/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=866984 CPUtime=1.43
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 25534 0 1 0 130 13 0 0 19 0 9 0 625278411 887791616 24901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 216746 24901 1982 9 0 211274 0
[pid=12323/tid=12325] ppid=12321 vsize=866984 CPUtime=1.11
/proc/12323/task/12325/stat : 12325 (java) R 12321 12323 11740 0 -1 64 15656 0 1 0 103 8 0 0 25 0 9 0 625278418 887791616 24901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12326] ppid=12321 vsize=866984 CPUtime=0.19
/proc/12323/task/12326/stat : 12326 (java) R 12321 12323 11740 0 -1 64 8719 0 0 0 16 3 0 0 17 0 9 0 625278419 887791616 24901 996147200 134512640 134550740 4294955984 18446744073709551615 102507128 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12327] ppid=12321 vsize=866984 CPUtime=0
/proc/12323/task/12327/stat : 12327 (java) S 12321 12323 11740 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 625278419 887791616 24901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12328] ppid=12321 vsize=866984 CPUtime=0
/proc/12323/task/12328/stat : 12328 (java) S 12321 12323 11740 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 625278419 887791616 24901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12329] ppid=12321 vsize=866984 CPUtime=0
/proc/12323/task/12329/stat : 12329 (java) S 12321 12323 11740 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 625278421 887791616 24901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12330] ppid=12321 vsize=866984 CPUtime=0.1
/proc/12323/task/12330/stat : 12330 (java) S 12321 12323 11740 0 -1 64 462 0 0 0 10 0 0 0 16 0 9 0 625278421 887791616 24901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12331] ppid=12321 vsize=866984 CPUtime=0
/proc/12323/task/12331/stat : 12331 (java) S 12321 12323 11740 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 625278421 887791616 24901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12332] ppid=12321 vsize=866984 CPUtime=0
/proc/12323/task/12332/stat : 12332 (java) S 12321 12323 11740 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625278421 887791616 24901 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 866984

[startup+3.10286 s]
/proc/loadavg: 3.33 3.09 2.95 4/87 12332
/proc/meminfo: memFree=1172128/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=866984 CPUtime=3.01
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 33194 0 1 0 284 17 0 0 19 0 9 0 625278411 887791616 32557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 216746 32557 1983 9 0 211274 0
[pid=12323/tid=12325] ppid=12321 vsize=866984 CPUtime=2.45
/proc/12323/task/12325/stat : 12325 (java) R 12321 12323 11740 0 -1 64 15666 0 1 0 236 9 0 0 25 0 9 0 625278418 887791616 32557 996147200 134512640 134550740 4294955984 18446744073709551615 4126709610 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12326] ppid=12321 vsize=866984 CPUtime=0.42
/proc/12323/task/12326/stat : 12326 (java) S 12321 12323 11740 0 -1 64 16353 0 0 0 35 7 0 0 17 0 9 0 625278419 887791616 32557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12327] ppid=12321 vsize=866984 CPUtime=0
/proc/12323/task/12327/stat : 12327 (java) S 12321 12323 11740 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 625278419 887791616 32557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12328] ppid=12321 vsize=866984 CPUtime=0
/proc/12323/task/12328/stat : 12328 (java) S 12321 12323 11740 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 625278419 887791616 32557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12329] ppid=12321 vsize=866984 CPUtime=0
/proc/12323/task/12329/stat : 12329 (java) S 12321 12323 11740 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 625278421 887791616 32557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12330] ppid=12321 vsize=866984 CPUtime=0.12
/proc/12323/task/12330/stat : 12330 (java) S 12321 12323 11740 0 -1 64 478 0 0 0 12 0 0 0 16 0 9 0 625278421 887791616 32557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12331] ppid=12321 vsize=866984 CPUtime=0
/proc/12323/task/12331/stat : 12331 (java) S 12321 12323 11740 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 625278421 887791616 32557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12332] ppid=12321 vsize=866984 CPUtime=0
/proc/12323/task/12332/stat : 12332 (java) S 12321 12323 11740 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625278421 887791616 32557 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 866984

[startup+6.30225 s]
/proc/loadavg: 3.39 3.10 2.96 4/87 12332
/proc/meminfo: memFree=1142688/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=867468 CPUtime=6.2
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 34318 0 1 0 599 21 0 0 19 0 9 0 625278411 888287232 33494 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 216867 33494 2609 9 0 211395 0
[pid=12323/tid=12325] ppid=12321 vsize=867468 CPUtime=5.37
/proc/12323/task/12325/stat : 12325 (java) R 12321 12323 11740 0 -1 64 15674 0 1 0 525 12 0 0 25 0 9 0 625278418 888287232 33494 996147200 134512640 134550740 4294955984 18446744073709551615 104454748 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12326] ppid=12321 vsize=867468 CPUtime=0.65
/proc/12323/task/12326/stat : 12326 (java) S 12321 12323 11740 0 -1 64 17351 0 0 0 58 7 0 0 16 0 9 0 625278419 888287232 33494 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12327] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12327/stat : 12327 (java) S 12321 12323 11740 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 625278419 888287232 33494 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12328] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12328/stat : 12328 (java) S 12321 12323 11740 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 625278419 888287232 33494 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12329] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12329/stat : 12329 (java) S 12321 12323 11740 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 625278421 888287232 33494 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12330] ppid=12321 vsize=867468 CPUtime=0.15
/proc/12323/task/12330/stat : 12330 (java) S 12321 12323 11740 0 -1 64 596 0 0 0 15 0 0 0 16 0 9 0 625278421 888287232 33494 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12331] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12331/stat : 12331 (java) S 12321 12323 11740 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 625278421 888287232 33494 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12332] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12332/stat : 12332 (java) S 12321 12323 11740 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625278421 888287232 33494 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 867468

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

[startup+9.50166 s]
/proc/loadavg: 3.52 3.13 2.97 4/87 12332
/proc/meminfo: memFree=1119200/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=867468 CPUtime=9.38
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 38173 0 1 0 913 25 0 0 19 0 9 0 625278411 888287232 37342 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 216867 37342 2610 9 0 211395 0
[pid=12323/tid=12325] ppid=12321 vsize=867468 CPUtime=8.39
/proc/12323/task/12325/stat : 12325 (java) R 12321 12323 11740 0 -1 64 15682 0 1 0 823 16 0 0 25 0 9 0 625278418 888287232 37342 996147200 134512640 134550740 4294955984 18446744073709551615 4126569471 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12326] ppid=12321 vsize=867468 CPUtime=0.81
/proc/12323/task/12326/stat : 12326 (java) S 12321 12323 11740 0 -1 64 21194 0 0 0 73 8 0 0 16 0 9 0 625278419 888287232 37342 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12327] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12327/stat : 12327 (java) S 12321 12323 11740 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 625278419 888287232 37342 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12328] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12328/stat : 12328 (java) S 12321 12323 11740 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 625278419 888287232 37342 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12329] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12329/stat : 12329 (java) S 12321 12323 11740 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 625278421 888287232 37342 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12330] ppid=12321 vsize=867468 CPUtime=0.16
/proc/12323/task/12330/stat : 12330 (java) S 12321 12323 11740 0 -1 64 600 0 0 0 16 0 0 0 17 0 9 0 625278421 888287232 37342 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12331] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12331/stat : 12331 (java) S 12321 12323 11740 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 625278421 888287232 37342 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12332] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12332/stat : 12332 (java) S 12321 12323 11740 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625278421 888287232 37342 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 867468

[startup+11.1029 s]
/proc/loadavg: 3.52 3.13 2.97 4/90 12338
/proc/meminfo: memFree=1094912/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=867468 CPUtime=10.42
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 38246 0 1 0 1016 26 0 0 19 0 9 0 625278411 888287232 37405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 216867 37405 2612 9 0 211395 0
[pid=12323/tid=12325] ppid=12321 vsize=867468 CPUtime=9.37
/proc/12323/task/12325/stat : 12325 (java) R 12321 12323 11740 0 -1 64 15721 0 1 0 920 17 0 0 25 0 9 0 625278418 888287232 37405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12326] ppid=12321 vsize=867468 CPUtime=0.81
/proc/12323/task/12326/stat : 12326 (java) S 12321 12323 11740 0 -1 64 21194 0 0 0 73 8 0 0 17 0 9 0 625278419 888287232 37405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12327] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12327/stat : 12327 (java) S 12321 12323 11740 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 625278419 888287232 37405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12328] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12328/stat : 12328 (java) S 12321 12323 11740 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 625278419 888287232 37405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12329] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12329/stat : 12329 (java) S 12321 12323 11740 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 625278421 888287232 37405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12330] ppid=12321 vsize=867468 CPUtime=0.21
/proc/12323/task/12330/stat : 12330 (java) R 12321 12323 11740 0 -1 64 634 0 0 0 21 0 0 0 16 0 9 0 625278421 888287232 37405 996147200 134512640 134550740 4294955984 18446744073709551615 101852446 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12331] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12331/stat : 12331 (java) S 12321 12323 11740 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 625278421 888287232 37405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12332] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12332/stat : 12332 (java) S 12321 12323 11740 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625278421 888287232 37405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 867468

[startup+11.903 s]
/proc/loadavg: 3.52 3.13 2.97 4/90 12338
/proc/meminfo: memFree=1094912/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=867468 CPUtime=11.22
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 39346 0 1 0 1095 27 0 0 19 0 9 0 625278411 888287232 38504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 216867 38504 2613 9 0 211395 0
[pid=12323/tid=12325] ppid=12321 vsize=867468 CPUtime=10.09
/proc/12323/task/12325/stat : 12325 (java) R 12321 12323 11740 0 -1 64 15727 0 1 0 992 17 0 0 25 0 9 0 625278418 888287232 38504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12326] ppid=12321 vsize=867468 CPUtime=0.87
/proc/12323/task/12326/stat : 12326 (java) S 12321 12323 11740 0 -1 64 22276 0 0 0 79 8 0 0 16 0 9 0 625278419 888287232 38504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12327] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12327/stat : 12327 (java) S 12321 12323 11740 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 625278419 888287232 38504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12328] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12328/stat : 12328 (java) S 12321 12323 11740 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 625278419 888287232 38504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12329] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12329/stat : 12329 (java) S 12321 12323 11740 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 625278421 888287232 38504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12330] ppid=12321 vsize=867468 CPUtime=0.23
/proc/12323/task/12330/stat : 12330 (java) R 12321 12323 11740 0 -1 64 646 0 0 0 23 0 0 0 16 0 9 0 625278421 888287232 38504 996147200 134512640 134550740 4294955984 18446744073709551615 101767175 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12331] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12331/stat : 12331 (java) S 12321 12323 11740 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 625278421 888287232 38504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12332] ppid=12321 vsize=867468 CPUtime=0
/proc/12323/task/12332/stat : 12332 (java) S 12321 12323 11740 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 625278421 888287232 38504 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.22
Current children cumulated vsize (KiB) 867468

[startup+12.303 s]
/proc/loadavg: 3.52 3.13 2.97 4/92 12340
/proc/meminfo: memFree=1073392/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=867792 CPUtime=11.6
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 50930 424 1 0 1127 30 2 1 19 0 10 0 625278411 888619008 38558 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 216948 38558 2612 9 0 211476 0
[pid=12323/tid=12325] ppid=12321 vsize=867792 CPUtime=10.21
/proc/12323/task/12325/stat : 12325 (java) R 12321 12323 11740 0 -1 64 18168 424 1 0 1000 18 2 1 23 0 10 0 625278418 888619008 38558 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12326] ppid=12321 vsize=867792 CPUtime=1.12
/proc/12323/task/12326/stat : 12326 (java) R 12321 12323 11740 0 -1 64 31142 424 0 0 100 9 2 1 17 0 10 0 625278419 888619008 38558 996147200 134512640 134550740 4294955984 18446744073709551615 102731844 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12327] ppid=12321 vsize=867792 CPUtime=0.03
/proc/12323/task/12327/stat : 12327 (java) S 12321 12323 11740 0 -1 64 13 424 0 0 0 0 2 1 16 0 10 0 625278419 888619008 38558 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12328] ppid=12321 vsize=867792 CPUtime=0.03
/proc/12323/task/12328/stat : 12328 (java) S 12321 12323 11740 0 -1 64 5 424 0 0 0 0 2 1 16 0 10 0 625278419 888619008 38558 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12329] ppid=12321 vsize=867792 CPUtime=0.03
/proc/12323/task/12329/stat : 12329 (java) S 12321 12323 11740 0 -1 64 0 424 0 0 0 0 2 1 24 0 10 0 625278421 888619008 38558 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12330] ppid=12321 vsize=867792 CPUtime=0.28
/proc/12323/task/12330/stat : 12330 (java) S 12321 12323 11740 0 -1 64 779 424 0 0 25 0 2 1 15 0 10 0 625278421 888619008 38558 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12331] ppid=12321 vsize=867792 CPUtime=0.03
/proc/12323/task/12331/stat : 12331 (java) S 12321 12323 11740 0 -1 64 2 424 0 0 0 0 2 1 25 0 10 0 625278421 888619008 38558 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12332] ppid=12321 vsize=867792 CPUtime=0.03
/proc/12323/task/12332/stat : 12332 (java) S 12321 12323 11740 0 -1 64 13 424 0 0 0 0 2 1 15 0 10 0 625278421 888619008 38558 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 867792

[startup+12.5023 s]
/proc/loadavg: 3.52 3.13 2.97 4/92 12340
/proc/meminfo: memFree=1073392/2055920 swapFree=4179484/4192956
[pid=12323] ppid=12321 vsize=867880 CPUtime=11.79
/proc/12323/stat : 12323 (java) S 12321 12323 11740 0 -1 0 53537 424 1 0 1145 31 2 1 19 0 9 0 625278411 888709120 40949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12323/statm: 216970 40949 2636 9 0 211476 0
[pid=12323/tid=12325] ppid=12321 vsize=867880 CPUtime=10.34
/proc/12323/task/12325/stat : 12325 (java) R 12321 12323 11740 0 -1 64 18381 424 1 0 1013 18 2 1 23 0 9 0 625278418 888709120 40949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12326] ppid=12321 vsize=867880 CPUtime=1.14
/proc/12323/task/12326/stat : 12326 (java) S 12321 12323 11740 0 -1 64 33455 424 0 0 102 9 2 1 18 0 9 0 625278419 888709120 40949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12327] ppid=12321 vsize=867880 CPUtime=0.03
/proc/12323/task/12327/stat : 12327 (java) S 12321 12323 11740 0 -1 64 18 424 0 0 0 0 2 1 17 0 9 0 625278419 888709120 40949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12328] ppid=12321 vsize=867880 CPUtime=0.03
/proc/12323/task/12328/stat : 12328 (java) S 12321 12323 11740 0 -1 64 11 424 0 0 0 0 2 1 16 0 9 0 625278419 888709120 40949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12329] ppid=12321 vsize=867880 CPUtime=0.03
/proc/12323/task/12329/stat : 12329 (java) S 12321 12323 11740 0 -1 64 0 424 0 0 0 0 2 1 24 0 9 0 625278421 888709120 40949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12330] ppid=12321 vsize=867880 CPUtime=0.31
/proc/12323/task/12330/stat : 12330 (java) S 12321 12323 11740 0 -1 64 846 424 0 0 28 0 2 1 15 0 9 0 625278421 888709120 40949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12331] ppid=12321 vsize=867880 CPUtime=0.03
/proc/12323/task/12331/stat : 12331 (java) S 12321 12323 11740 0 -1 64 2 424 0 0 0 0 2 1 25 0 9 0 625278421 888709120 40949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12323/tid=12332] ppid=12321 vsize=867880 CPUtime=0.03
/proc/12323/task/12332/stat : 12332 (java) S 12321 12323 11740 0 -1 64 13 424 0 0 0 0 2 1 15 0 9 0 625278421 888709120 40949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 867880

Child status: 0
Real time (s): 12.5917
CPU time (s): 11.8842
CPU user time (s): 11.5252
CPU system time (s): 0.358945
CPU usage (%): 94.3809
Max. virtual memory (cumulated for all children) (KiB): 869384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5252
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54259
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= 1953
involuntary context switches= 2164

runsolver used 0.020996 second user time and 0.044993 second system time

The end

Launcher Data (download as text)

Begin job on node92 at 2008-07-02 20:32:04
IDJOB=1044289
IDBENCH=53557
IDSOLVER=363
FILE ID=node92/1044289-1215023514
PBS_JOBID= 7874290
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/marc/normalized-large-80-sat_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044289-1215023514/watcher-1044289-1215023514 -o /tmp/evaluation-result-1044289-1215023514/solver-1044289-1215023514 -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-1044289-1215023514.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86e33c34c980488137ca21c2da6fb96c
RANDOM SEED=720758878

node92.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.223
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.223
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1289480 kB
Buffers:         16356 kB
Cached:         400864 kB
SwapCached:       8188 kB
Active:         430244 kB
Inactive:       296332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1289480 kB
SwapTotal:     4192956 kB
SwapFree:      4179484 kB
Dirty:           75404 kB
Writeback:           0 kB
Mapped:         316844 kB
Slab:            23984 kB
Committed_AS:  1330508 kB
PageTables:       2852 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= 66444 MiB
End job on node92 at 2008-07-02 20:32:18