Trace number 1101539

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACSAT 8.96164 9.07057

DiagnosticValue
CHECKS41721000
NODES31260

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-23_ext.xml
MD5SUM9134282df2ceb7b4f7b3cea4f5381931
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 benchmark2.76258
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1101539-1215293652.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19  nbTotalValues=760
0.28/0.38	       =>  wckTime=0.112  cpuTime=0.1  mem=7M919
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.39/0.50	   
0.39/0.50	   constraints being loaded...
0.67/0.70	     nbConstraints=333  nbRelationTypes=333  nbExtensionStructures=333  nbSharedExtensionStructures=0
0.67/0.70	     nbConflictsStructures=333  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2875  minDegree=10
0.67/0.70	     maxDegree=23  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.061  symmetryCpuTime=0.04
0.67/0.70	       =>  wckTime=0.435  cpuTime=0.31  mem=18M687
0.67/0.77	   
0.67/0.77	   solver IterativeSystematicSolver being built... 
0.87/0.92	       =>  wckTime=0.651  cpuTime=0.43  mem=21M170
0.87/0.98	   
0.87/0.98	   preprocessing
0.87/0.98	     nbConstraintChecks=68891  nbPropagations=957  nbRevisions=7556  nbUselessRevisions=6204  nbSingletonTests=51
0.87/0.98	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.87/0.98	       =>  wckTime=0.055  cpuTime=0.04  mem=21M170
1.07/1.10	   
1.07/1.10	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M178)
8.90/9.04	   
8.90/9.04	   search
8.90/9.04	     run=15  nbConstraintChecks=41652141  minDepth=1  maxDepth=40  nbPropagations=1823005  nbRevisions=24710530
8.90/9.04	     nbUselessRevisions=19956694  nbAssignments=31260  nbFailedAssignments=12391  nbBacktracks=18717
8.90/9.04	     nbVisitedNodes=54061  nbRestartNogoods=93  nbFoundSolutions=1  nbSEliminables=8.01  nbREliminables=0.97
8.90/9.04	     nbIEliminables=0.11  nbDEliminables=0  nbPEliminables=0
8.90/9.04	       =>  wckTime=8.112  cpuTime=7.94  mem=22M178
8.90/9.04	   
8.90/9.04	   global
8.90/9.04	     nbConstraintChecks=41721032  nbPropagations=1823962  nbRevisions=24718086  nbUselessRevisions=19962898
8.90/9.04	     nbRestartNogoods=93  solvingWckTime=8.116  solvingCpuTime=7.94  expiredTime=no  totalExploration=no
8.90/9.04	     nbFoundSolutions=1  firstSolutionCpuTime=8.36  globalCpuTime=8.42
8.90/9.04	       =>  wckTime=8.77  cpuTime=8.37  mem=22M178
8.90/9.04	   
8.90/9.04	s SATISFIABLE
8.90/9.04	v 17 15 8 7 6 5 9 2 9 11 2 16 0 5 12 1 7 4 16 12 0 0 15 1 1 2 13 10 7 1 11 16 4 2 17 0 12 2 3 5 
8.90/9.04	d NODES 31260
8.90/9.04	d CHECKS 41721032
8.90/9.04	   
8.90/9.04	   totalWckTime=8.846  totalCpuTime=8.42

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-1101539-1215293652/watcher-1101539-1215293652 -o /tmp/evaluation-result-1101539-1215293652/solver-1101539-1215293652 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1101539-1215293652.xml 

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


[startup+0 s]
/proc/loadavg: 2.06 2.06 2.01 3/74 23757
/proc/meminfo: memFree=1711264/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=10616 CPUtime=0
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1013767715 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 2654 472 209 9 0 1184 0
[pid=23757/tid=23758] ppid=23755 vsize=10616 CPUtime=0
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1013767716 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 2310104 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.059662 s]
/proc/loadavg: 2.06 2.06 2.01 3/74 23757
/proc/meminfo: memFree=1711264/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=863920 CPUtime=0.04
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 2660 0 1 0 2 2 0 0 18 0 9 0 1013767715 884654080 2227 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 215980 2227 1057 9 0 210937 0
[pid=23757/tid=23758] ppid=23755 vsize=863920 CPUtime=0.03
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 1761 0 1 0 2 1 0 0 20 0 9 0 1013767716 884654080 2227 996147200 134512640 134550740 4294955968 18446744073709551615 104174992 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863920

[startup+0.10267 s]
/proc/loadavg: 2.06 2.06 2.01 3/74 23757
/proc/meminfo: memFree=1711264/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=865884 CPUtime=0.08
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 3717 0 1 0 6 2 0 0 18 0 9 0 1013767715 886665216 3183 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 216471 3183 1688 9 0 211026 0
[pid=23757/tid=23758] ppid=23755 vsize=865884 CPUtime=0.07
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 2806 0 1 0 6 1 0 0 18 0 9 0 1013767716 886665216 3183 996147200 134512640 134550740 4294955968 18446744073709551615 4125979672 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302713 s]
/proc/loadavg: 2.06 2.06 2.01 3/74 23757
/proc/meminfo: memFree=1711264/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=866284 CPUtime=0.28
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 5707 0 1 0 24 4 0 0 18 0 9 0 1013767715 887074816 5102 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 216571 5102 1940 9 0 211099 0
[pid=23757/tid=23758] ppid=23755 vsize=866284 CPUtime=0.23
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 4733 0 1 0 20 3 0 0 18 0 9 0 1013767716 887074816 5102 996147200 134512640 134550740 4294955968 18446744073709551615 103888208 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701785 s]
/proc/loadavg: 2.06 2.06 2.01 3/74 23757
/proc/meminfo: memFree=1711264/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=867652 CPUtime=0.67
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 10011 288 1 0 59 8 0 0 18 0 9 0 1013767715 888475648 8415 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 216913 8415 1998 9 0 211441 0
[pid=23757/tid=23758] ppid=23755 vsize=867652 CPUtime=0.51
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 8665 288 1 0 45 6 0 0 20 0 9 0 1013767716 888475648 8415 996147200 134512640 134550740 4294955968 18446744073709551615 4125925088 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867652

[startup+1.50193 s]
/proc/loadavg: 2.21 2.09 2.02 3/83 23770
/proc/meminfo: memFree=1678744/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=867860 CPUtime=1.46
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 16992 288 1 0 135 11 0 0 18 0 9 0 1013767715 888688640 10700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 216965 10700 2633 9 0 211471 0
[pid=23757/tid=23758] ppid=23755 vsize=867860 CPUtime=1.12
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 11849 288 1 0 105 7 0 0 25 0 9 0 1013767716 888688640 10700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23760] ppid=23755 vsize=867860 CPUtime=0.05
/proc/23757/task/23760/stat : 23760 (java) S 23755 23757 22469 0 -1 64 3593 288 0 0 5 0 0 0 16 0 9 0 1013767717 888688640 10700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23761] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23761/stat : 23761 (java) S 23755 23757 22469 0 -1 64 16 288 0 0 0 0 0 0 16 0 9 0 1013767718 888688640 10700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23755 23757 22469 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1013767718 888688640 10700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1013767720 888688640 10700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23764] ppid=23755 vsize=867860 CPUtime=0.25
/proc/23757/task/23764/stat : 23764 (java) R 23755 23757 22469 0 -1 64 708 288 0 0 24 1 0 0 16 0 9 0 1013767720 888688640 10700 996147200 134512640 134550740 4294955968 18446744073709551615 102156099 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23765] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23765/stat : 23765 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1013767720 888688640 10700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23766] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23766/stat : 23766 (java) S 23755 23757 22469 0 -1 64 7 288 0 0 0 0 0 0 15 0 9 0 1013767720 888688640 10700 996147200 134512640 134550740 4294955968 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) 867860

[startup+3.10123 s]
/proc/loadavg: 2.21 2.09 2.02 3/83 23770
/proc/meminfo: memFree=1678232/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=867860 CPUtime=3.05
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 17011 288 1 0 294 11 0 0 18 0 9 0 1013767715 888688640 10714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 216965 10714 2633 9 0 211471 0
[pid=23757/tid=23758] ppid=23755 vsize=867860 CPUtime=2.69
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 11857 288 1 0 262 7 0 0 25 0 9 0 1013767716 888688640 10714 996147200 134512640 134550740 4294955968 18446744073709551615 4126905738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23760] ppid=23755 vsize=867860 CPUtime=0.05
/proc/23757/task/23760/stat : 23760 (java) S 23755 23757 22469 0 -1 64 3593 288 0 0 5 0 0 0 17 0 9 0 1013767717 888688640 10714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23761] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23761/stat : 23761 (java) S 23755 23757 22469 0 -1 64 16 288 0 0 0 0 0 0 16 0 9 0 1013767718 888688640 10714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23755 23757 22469 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1013767718 888688640 10714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1013767720 888688640 10714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23764] ppid=23755 vsize=867860 CPUtime=0.27
/proc/23757/task/23764/stat : 23764 (java) S 23755 23757 22469 0 -1 64 719 288 0 0 26 1 0 0 15 0 9 0 1013767720 888688640 10714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23765] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23765/stat : 23765 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1013767720 888688640 10714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23766] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23766/stat : 23766 (java) S 23755 23757 22469 0 -1 64 7 288 0 0 0 0 0 0 15 0 9 0 1013767720 888688640 10714 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867860

[startup+6.30184 s]
/proc/loadavg: 2.19 2.09 2.02 3/83 23770
/proc/meminfo: memFree=1678040/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=867860 CPUtime=6.22
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 17028 288 1 0 611 11 0 0 18 0 9 0 1013767715 888688640 10716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 216965 10716 2633 9 0 211471 0
[pid=23757/tid=23758] ppid=23755 vsize=867860 CPUtime=5.86
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 11859 288 1 0 579 7 0 0 25 0 9 0 1013767716 888688640 10716 996147200 134512640 134550740 4294955968 18446744073709551615 4126861792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23760] ppid=23755 vsize=867860 CPUtime=0.05
/proc/23757/task/23760/stat : 23760 (java) S 23755 23757 22469 0 -1 64 3593 288 0 0 5 0 0 0 16 0 9 0 1013767717 888688640 10716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23761] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23761/stat : 23761 (java) S 23755 23757 22469 0 -1 64 16 288 0 0 0 0 0 0 16 0 9 0 1013767718 888688640 10716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23755 23757 22469 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1013767718 888688640 10716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1013767720 888688640 10716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23764] ppid=23755 vsize=867860 CPUtime=0.27
/proc/23757/task/23764/stat : 23764 (java) S 23755 23757 22469 0 -1 64 720 288 0 0 26 1 0 0 16 0 9 0 1013767720 888688640 10716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23765] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23765/stat : 23765 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1013767720 888688640 10716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23766] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23766/stat : 23766 (java) S 23755 23757 22469 0 -1 64 21 288 0 0 0 0 0 0 15 0 9 0 1013767720 888688640 10716 996147200 134512640 134550740 4294955968 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) 867860

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

[startup+7.90115 s]
/proc/loadavg: 2.19 2.09 2.02 3/83 23770
/proc/meminfo: memFree=1678040/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=867860 CPUtime=7.8
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 17029 288 1 0 769 11 0 0 18 0 9 0 1013767715 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 216965 10717 2633 9 0 211471 0
[pid=23757/tid=23758] ppid=23755 vsize=867860 CPUtime=7.44
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 11860 288 1 0 737 7 0 0 25 0 9 0 1013767716 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4126861705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23760] ppid=23755 vsize=867860 CPUtime=0.05
/proc/23757/task/23760/stat : 23760 (java) S 23755 23757 22469 0 -1 64 3593 288 0 0 5 0 0 0 16 0 9 0 1013767717 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23761] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23761/stat : 23761 (java) S 23755 23757 22469 0 -1 64 16 288 0 0 0 0 0 0 16 0 9 0 1013767718 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23755 23757 22469 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1013767718 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23764] ppid=23755 vsize=867860 CPUtime=0.27
/proc/23757/task/23764/stat : 23764 (java) S 23755 23757 22469 0 -1 64 720 288 0 0 26 1 0 0 16 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23765] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23765/stat : 23765 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23766] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23766/stat : 23766 (java) S 23755 23757 22469 0 -1 64 21 288 0 0 0 0 0 0 15 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 867860

[startup+8.7023 s]
/proc/loadavg: 2.19 2.09 2.02 3/83 23770
/proc/meminfo: memFree=1678040/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=867860 CPUtime=8.6
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 17029 288 1 0 849 11 0 0 18 0 9 0 1013767715 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 216965 10717 2633 9 0 211471 0
[pid=23757/tid=23758] ppid=23755 vsize=867860 CPUtime=8.24
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 11860 288 1 0 817 7 0 0 25 0 9 0 1013767716 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4126875132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23760] ppid=23755 vsize=867860 CPUtime=0.05
/proc/23757/task/23760/stat : 23760 (java) S 23755 23757 22469 0 -1 64 3593 288 0 0 5 0 0 0 17 0 9 0 1013767717 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23761] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23761/stat : 23761 (java) S 23755 23757 22469 0 -1 64 16 288 0 0 0 0 0 0 16 0 9 0 1013767718 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23755 23757 22469 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1013767718 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23764] ppid=23755 vsize=867860 CPUtime=0.27
/proc/23757/task/23764/stat : 23764 (java) S 23755 23757 22469 0 -1 64 720 288 0 0 26 1 0 0 16 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23765] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23765/stat : 23765 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23766] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23766/stat : 23766 (java) S 23755 23757 22469 0 -1 64 21 288 0 0 0 0 0 0 15 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 867860

[startup+8.90234 s]
/proc/loadavg: 2.19 2.09 2.02 3/83 23770
/proc/meminfo: memFree=1678040/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=867860 CPUtime=8.8
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 17029 288 1 0 869 11 0 0 18 0 9 0 1013767715 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 216965 10717 2633 9 0 211471 0
[pid=23757/tid=23758] ppid=23755 vsize=867860 CPUtime=8.44
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 11860 288 1 0 837 7 0 0 25 0 9 0 1013767716 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4126859912 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23760] ppid=23755 vsize=867860 CPUtime=0.05
/proc/23757/task/23760/stat : 23760 (java) S 23755 23757 22469 0 -1 64 3593 288 0 0 5 0 0 0 17 0 9 0 1013767717 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23761] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23761/stat : 23761 (java) S 23755 23757 22469 0 -1 64 16 288 0 0 0 0 0 0 16 0 9 0 1013767718 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23755 23757 22469 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1013767718 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23764] ppid=23755 vsize=867860 CPUtime=0.27
/proc/23757/task/23764/stat : 23764 (java) S 23755 23757 22469 0 -1 64 720 288 0 0 26 1 0 0 16 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23765] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23765/stat : 23765 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23766] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23766/stat : 23766 (java) S 23755 23757 22469 0 -1 64 21 288 0 0 0 0 0 0 15 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.8
Current children cumulated vsize (KiB) 867860

[startup+9.00236 s]
/proc/loadavg: 2.19 2.09 2.02 3/83 23770
/proc/meminfo: memFree=1678040/2055920 swapFree=4174728/4192956
[pid=23757] ppid=23755 vsize=867860 CPUtime=8.9
/proc/23757/stat : 23757 (java) S 23755 23757 22469 0 -1 0 17029 288 1 0 879 11 0 0 18 0 9 0 1013767715 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23757/statm: 216965 10717 2633 9 0 211471 0
[pid=23757/tid=23758] ppid=23755 vsize=867860 CPUtime=8.54
/proc/23757/task/23758/stat : 23758 (java) R 23755 23757 22469 0 -1 64 11860 288 1 0 847 7 0 0 25 0 9 0 1013767716 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4126874952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23760] ppid=23755 vsize=867860 CPUtime=0.05
/proc/23757/task/23760/stat : 23760 (java) S 23755 23757 22469 0 -1 64 3593 288 0 0 5 0 0 0 17 0 9 0 1013767717 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23761] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23761/stat : 23761 (java) S 23755 23757 22469 0 -1 64 16 288 0 0 0 0 0 0 16 0 9 0 1013767718 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23762] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23762/stat : 23762 (java) S 23755 23757 22469 0 -1 64 9 288 0 0 0 0 0 0 15 0 9 0 1013767718 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23763] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23763/stat : 23763 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23764] ppid=23755 vsize=867860 CPUtime=0.27
/proc/23757/task/23764/stat : 23764 (java) S 23755 23757 22469 0 -1 64 720 288 0 0 26 1 0 0 16 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23765] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23765/stat : 23765 (java) S 23755 23757 22469 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23757/tid=23766] ppid=23755 vsize=867860 CPUtime=0
/proc/23757/task/23766/stat : 23766 (java) S 23755 23757 22469 0 -1 64 21 288 0 0 0 0 0 0 15 0 9 0 1013767720 888688640 10717 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 867860

Child status: 0
Real time (s): 9.07057
CPU time (s): 8.96164
CPU user time (s): 8.83266
CPU system time (s): 0.12898
CPU usage (%): 98.7991
Max. virtual memory (cumulated for all children) (KiB): 867860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.83266
system time used= 0.12898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17449
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= 1525
involuntary context switches= 1755

runsolver used 0.018997 second user time and 0.031995 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-05 23:34:12
IDJOB=1101539
IDBENCH=60049
IDSOLVER=364
FILE ID=node35/1101539-1215293652
PBS_JOBID= 7882326
Free space on /tmp= 66472 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9134282df2ceb7b4f7b3cea4f5381931
RANDOM SEED=1845360567

node35.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.261
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.261
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:       1711744 kB
Buffers:         54456 kB
Cached:         197184 kB
SwapCached:      12200 kB
Active:         193116 kB
Inactive:        95260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711744 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:          43880 kB
Slab:            41096 kB
Committed_AS:  1682332 kB
PageTables:       1872 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= 66468 MiB
End job on node35 at 2008-07-05 23:34:21