Trace number 2065955

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
Sugar v1.14.6+picosat? (TO) 1800.03 1804.73

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-50.xml
MD5SUM9f0ce6e9c2943d9becd65c5001f7d5b5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.523919
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints2450
Maximum constraint arity3
Maximum domain size50
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2450
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:36:56 2009
0.00/0.08	c 0	PID 14915
0.00/0.08	c 0	HOST node59.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065955-1247341016.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065955-1247341016.xml' 'HOME/temp.csp'
0.06/0.73	c 1	2 domains, 99 variables, 2 predicates, 0 relations, 2450 constraints
0.06/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.84	c 1	Parsing HOME/temp.csp
0.91/1.02	c 1	parsed 2553 expressions
0.91/1.06	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.06	c 1	Converting to clausal form CSP
1.01/1.14	c 2	converted 256 (10%) expressions
1.11/1.26	c 2	converted 511 (20%) expressions
1.11/1.28	c 2	converted 766 (30%) expressions
1.20/1.30	c 2	converted 1022 (40%) expressions
1.20/1.31	c 2	converted 1277 (50%) expressions
1.20/1.33	c 2	converted 1532 (60%) expressions
1.20/1.34	c 2	converted 1788 (70%) expressions
1.20/1.35	c 2	converted 2043 (80%) expressions
1.20/1.35	c 2	converted 2298 (90%) expressions
1.20/1.37	c 2	converted 2553 (100%) expressions
1.20/1.37	c 2	CSP : 99 integers, 0 booleans, 2548 clauses, largest domain size 50
1.20/1.37	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.37	c 2	Propagation in CSP
1.20/1.39	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.39	c 2	CSP : 99 integers, 0 booleans, 2548 clauses, largest domain size 50
1.20/1.39	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.39	c 2	Simplifing CSP by introducing new Boolean variables
1.31/1.43	c 2	CSP : 99 integers, 4900 booleans, 7448 clauses, largest domain size 50
1.31/1.43	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.47	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.49	c 2	10 (10%) CSP integer variables are encoded (480 clauses, 5134 bytes)
1.31/1.49	c 2	20 (20%) CSP integer variables are encoded (960 clauses, 10414 bytes)
1.31/1.49	c 2	30 (30%) CSP integer variables are encoded (1440 clauses, 16617 bytes)
1.31/1.50	c 2	40 (40%) CSP integer variables are encoded (1920 clauses, 22857 bytes)
1.40/1.50	c 2	50 (50%) CSP integer variables are encoded (2400 clauses, 29097 bytes)
1.40/1.50	c 2	60 (60%) CSP integer variables are encoded (2870 clauses, 35207 bytes)
1.40/1.50	c 2	70 (70%) CSP integer variables are encoded (3340 clauses, 41317 bytes)
1.40/1.50	c 2	80 (80%) CSP integer variables are encoded (3810 clauses, 47427 bytes)
1.40/1.50	c 2	90 (90%) CSP integer variables are encoded (4280 clauses, 53537 bytes)
1.40/1.50	c 2	99 (100%) CSP integer variables are encoded (4703 clauses, 59036 bytes)
1.40/1.58	c 2	745 (10%) CSP clauses are encoded (29801 clauses, 483915 bytes)
1.49/1.64	c 2	1490 (20%) CSP clauses are encoded (54899 clauses, 922732 bytes)
1.60/1.70	c 2	2235 (30%) CSP clauses are encoded (79948 clauses, 1364150 bytes)
1.60/1.75	c 2	2980 (40%) CSP clauses are encoded (105046 clauses, 1828259 bytes)
1.69/1.80	c 2	3724 (50%) CSP clauses are encoded (130061 clauses, 2296352 bytes)
1.69/1.85	c 2	4469 (60%) CSP clauses are encoded (154662 clauses, 2756568 bytes)
1.80/1.90	c 2	5214 (70%) CSP clauses are encoded (179215 clauses, 3215876 bytes)
1.80/1.95	c 2	5959 (80%) CSP clauses are encoded (203816 clauses, 3676092 bytes)
1.89/2.00	c 2	6704 (90%) CSP clauses are encoded (228417 clauses, 4136308 bytes)
2.38/2.52	c 3	7448 (100%) CSP clauses are encoded (485001 clauses, 9346692 bytes)
2.38/2.52	c 3	7448 CSP clauses encoded
2.38/2.52	c 3	Writing map file : HOME/temp.map
2.38/2.53	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.38/2.53	c 3	SAT : 9702 SAT variables, 485001 SAT clauses, 9346692 bytes
2.38/2.53	c 3	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.38/2.54	c 3	SOLVING HOME/temp.cnf
2.38/2.54	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1804.71	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1804.71	c 1805	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1804.72	c ERROR INTERRUPTED
1800.03/1804.72	s UNKNOWN
1800.03/1804.72	c 1805	CPU 2.43 (0.05 0.01 2.19 0.18)
1800.03/1804.72	c 1805	END Sat Jul 11 22:07:01 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065955-1247341016/watcher-2065955-1247341016 -o /tmp/evaluation-result-2065955-1247341016/solver-2065955-1247341016 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2065955-1247341016.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 14915
/proc/meminfo: memFree=1811160/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=12000 CPUtime=0
/proc/14915/stat : 14915 (sugar) R 14913 14915 14078 0 -1 4194304 212 0 0 0 0 0 0 0 20 0 1 0 21164757 12288000 180 996147200 4194304 4206940 548682068608 18446744073709551615 217071547424 0 0 4224 0 0 0 0 17 1 0 0
/proc/14915/statm: 3000 180 141 3 0 100 0

[startup+0.094783 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 14915
/proc/meminfo: memFree=1811160/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=0.06
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21164757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101795 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 14915
/proc/meminfo: memFree=1811160/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=0.06
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21164757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301819 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 14915
/proc/meminfo: memFree=1811160/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=0.06
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21164757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702901 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 14915
/proc/meminfo: memFree=1811160/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=0.06
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21164757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50105 s]
/proc/loadavg: 2.04 2.01 2.00 4/92 14937
/proc/meminfo: memFree=1804216/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=0.7
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1310 5314 0 1 5 1 60 4 15 0 1 0 21164757 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1111 409 3 0 796 0
[pid=14928] ppid=14915 vsize=5356 CPUtime=0
/proc/14928/stat : 14928 (sh) S 14915 14915 14078 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21164834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14928/statm: 1339 233 193 169 0 50 0
[pid=14929] ppid=14928 vsize=868676 CPUtime=0.7
/proc/14929/stat : 14929 (java) S 14928 14915 14078 0 -1 0 7007 0 1 0 65 5 0 0 18 0 9 0 21164835 889524224 6244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14929/statm: 217169 6244 2589 9 0 211646 0
[pid=14929/tid=14930] ppid=14928 vsize=868676 CPUtime=0.43
/proc/14929/task/14930/stat : 14930 (java) R 14928 14915 14078 0 -1 64 2727 0 1 0 41 2 0 0 21 0 9 0 21164836 889524224 6244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14929/tid=14931] ppid=14928 vsize=868676 CPUtime=0.07
/proc/14929/task/14931/stat : 14931 (java) R 14928 14915 14078 0 -1 64 2113 0 0 0 6 1 0 0 16 0 9 0 21164837 889524224 6244 996147200 134512640 134550932 4294955936 18446744073709551615 102680576 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14929/tid=14932] ppid=14928 vsize=868676 CPUtime=0
/proc/14929/task/14932/stat : 14932 (java) S 14928 14915 14078 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21164837 889524224 6244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14929/tid=14933] ppid=14928 vsize=868676 CPUtime=0
/proc/14929/task/14933/stat : 14933 (java) S 14928 14915 14078 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21164837 889524224 6244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14929/tid=14934] ppid=14928 vsize=868676 CPUtime=0
/proc/14929/task/14934/stat : 14934 (java) S 14928 14915 14078 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21164839 889524224 6244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14929/tid=14935] ppid=14928 vsize=868676 CPUtime=0.17
/proc/14929/task/14935/stat : 14935 (java) S 14928 14915 14078 0 -1 64 1468 0 0 0 16 1 0 0 16 0 9 0 21164839 889524224 6244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14929/tid=14936] ppid=14928 vsize=868676 CPUtime=0
/proc/14929/task/14936/stat : 14936 (java) S 14928 14915 14078 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21164839 889524224 6244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14929/tid=14937] ppid=14928 vsize=868676 CPUtime=0
/proc/14929/task/14937/stat : 14937 (java) S 14928 14915 14078 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21164839 889524224 6244 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890900

[startup+3.10135 s]
/proc/loadavg: 2.12 2.03 2.01 3/92 14937
/proc/meminfo: memFree=1786296/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30296 s]
/proc/loadavg: 2.12 2.03 2.01 3/84 14939
/proc/meminfo: memFree=1784248/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=15964 CPUtime=3.71
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 3705 0 0 0 166 205 0 0 25 0 1 0 21165012 16347136 3691 996147200 134512640 134931368 4294956256 18446744073709551615 134545748 0 0 4096 0 0 0 0 17 1 0 0
/proc/14939/statm: 3991 3691 40 102 0 3886 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 38188

[startup+12.7012 s]
/proc/loadavg: 2.10 2.03 2.01 3/84 14939
/proc/meminfo: memFree=1777208/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=19664 CPUtime=10.05
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 4692 0 0 0 756 249 0 0 25 0 1 0 21165012 20135936 4666 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14939/statm: 4916 4666 42 102 0 4811 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 41888

[startup+25.5026 s]
/proc/loadavg: 2.08 2.03 2.00 3/84 14939
/proc/meminfo: memFree=1777976/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=21248 CPUtime=22.81
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 5115 0 0 0 2032 249 0 0 25 0 1 0 21165012 21757952 5089 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 5312 5089 42 102 0 5207 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 43472

[startup+51.1025 s]
/proc/loadavg: 2.06 2.02 2.00 3/84 14939
/proc/meminfo: memFree=1774136/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=24812 CPUtime=48.4
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 6004 0 0 0 4590 250 0 0 25 0 1 0 21165012 25407488 5978 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 6203 5978 42 102 0 6098 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 47036

[startup+102.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 14939
/proc/meminfo: memFree=1766264/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=30884 CPUtime=99.57
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 7548 0 0 0 9705 252 0 0 25 0 1 0 21165012 31625216 7522 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 7721 7522 42 102 0 7616 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 53108

[startup+162.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 14939
/proc/meminfo: memFree=1758968/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=39400 CPUtime=159.54
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 9199 0 0 0 15701 253 0 0 25 0 1 0 21165012 40345600 9173 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 9850 9173 42 102 0 9745 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 61624

[startup+222.301 s]
/proc/loadavg: 2.16 2.04 2.01 3/84 14939
/proc/meminfo: memFree=1753976/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=45340 CPUtime=219.52
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 10699 0 0 0 21697 255 0 0 25 0 1 0 21165012 46428160 10673 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 11335 10673 42 102 0 11230 0
Current children cumulated CPU time (s) 221.95
Current children cumulated vsize (KiB) 67564

################
# More data... #
################

/proc/meminfo: memFree=1784176/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=56688 CPUtime=1355.39
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 14039 0 0 0 135280 259 0 0 25 0 1 0 21165012 58048512 13536 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 14172 13536 48 102 0 14067 0
Current children cumulated CPU time (s) 1357.82
Current children cumulated vsize (KiB) 78912

[startup+1422.31 s]
/proc/loadavg: 2.06 2.06 2.01 3/84 15011
/proc/meminfo: memFree=1782192/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=58784 CPUtime=1415.37
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 14583 0 0 0 141277 260 0 0 25 0 1 0 21165012 60194816 13948 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 14696 13948 48 102 0 14591 0
Current children cumulated CPU time (s) 1417.8
Current children cumulated vsize (KiB) 81008

[startup+1482.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/84 15017
/proc/meminfo: memFree=1782184/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=58784 CPUtime=1475.34
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 14583 0 0 0 147274 260 0 0 25 0 1 0 21165012 60194816 13948 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 14696 13948 48 102 0 14591 0
Current children cumulated CPU time (s) 1477.77
Current children cumulated vsize (KiB) 81008

[startup+1542.3 s]
/proc/loadavg: 2.13 2.08 2.01 3/84 15017
/proc/meminfo: memFree=1782184/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=58784 CPUtime=1535.31
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 14583 0 0 0 153271 260 0 0 25 0 1 0 21165012 60194816 13948 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 14696 13948 48 102 0 14591 0
Current children cumulated CPU time (s) 1537.74
Current children cumulated vsize (KiB) 81008

[startup+1602.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/84 15017
/proc/meminfo: memFree=1782248/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=58784 CPUtime=1595.28
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 14583 0 0 0 159268 260 0 0 25 0 1 0 21165012 60194816 13948 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 14696 13948 48 102 0 14591 0
Current children cumulated CPU time (s) 1597.71
Current children cumulated vsize (KiB) 81008

[startup+1662.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/84 15017
/proc/meminfo: memFree=1782184/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=58784 CPUtime=1655.26
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 14583 0 0 0 165266 260 0 0 25 0 1 0 21165012 60194816 13948 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 14696 13948 48 102 0 14591 0
Current children cumulated CPU time (s) 1657.69
Current children cumulated vsize (KiB) 81008

[startup+1722.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/84 15017
/proc/meminfo: memFree=1780648/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=60368 CPUtime=1715.22
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 14993 0 0 0 171262 260 0 0 25 0 1 0 21165012 61816832 14358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 15092 14358 48 102 0 14987 0
Current children cumulated CPU time (s) 1717.65
Current children cumulated vsize (KiB) 82592

[startup+1782.3 s]
/proc/loadavg: 2.09 2.07 2.01 3/84 15017
/proc/meminfo: memFree=1780080/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=60368 CPUtime=1775.2
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 15155 0 0 0 177259 261 0 0 25 0 1 0 21165012 61816832 14381 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 15092 14381 48 102 0 14987 0
Current children cumulated CPU time (s) 1777.63
Current children cumulated vsize (KiB) 82592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.7 s]
/proc/loadavg: 2.07 2.07 2.01 3/84 15017
/proc/meminfo: memFree=1780080/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=60368 CPUtime=1797.6
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 15155 0 0 0 179499 261 0 0 25 0 1 0 21165012 61816832 14381 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 15092 14381 48 102 0 14987 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 82592

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1804.7 s]
/proc/loadavg: 2.07 2.07 2.01 3/84 15017
/proc/meminfo: memFree=1780080/2055920 swapFree=4192812/4192956
[pid=14915] ppid=14913 vsize=16868 CPUtime=2.43
/proc/14915/stat : 14915 (sugar) S 14913 14915 14078 0 -1 4194304 1365 12937 0 2 5 1 219 18 16 0 1 0 21164757 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14915/statm: 4217 1113 409 3 0 796 0
[pid=14938] ppid=14915 vsize=5356 CPUtime=0
/proc/14938/stat : 14938 (sh) S 14915 14915 14078 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21165012 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14938/statm: 1339 232 193 169 0 50 0
[pid=14939] ppid=14938 vsize=60368 CPUtime=1797.6
/proc/14939/stat : 14939 (picosat) R 14938 14915 14078 0 -1 4194304 15155 0 0 0 179499 261 0 0 25 0 1 0 21165012 61816832 14381 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14939/statm: 15092 14381 48 102 0 14987 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 82592

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14915 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=258656
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=213967
# CPU time returned by wait4() is 2.47262
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.73
CPU time (s): 1800.03
CPU user time (s): 1797.23
CPU system time (s): 2.8
CPU usage (%): 99.7397
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.25866
system time used= 0.213967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14787
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4123
involuntary context switches= 4029

runsolver used 2.06968 second user time and 5.84511 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-11 21:36:56
IDJOB=2065955
IDBENCH=54448
IDSOLVER=738
FILE ID=node59/2065955-1247341016
PBS_JOBID= 9506701
Free space on /tmp= 66348 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-50.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065955-1247341016/watcher-2065955-1247341016 -o /tmp/evaluation-result-2065955-1247341016/solver-2065955-1247341016 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2065955-1247341016.xml

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

MD5SUM BENCH= 9f0ce6e9c2943d9becd65c5001f7d5b5
RANDOM SEED=434639078

node59.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.263
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.263
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:       1811640 kB
Buffers:         25272 kB
Cached:         116712 kB
SwapCached:          0 kB
Active:         155336 kB
Inactive:        39192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          65296 kB
Slab:            34740 kB
Committed_AS:   201360 kB
PageTables:       2060 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= 66368 MiB
End job on node59 at 2009-07-11 22:07:03